summaryrefslogtreecommitdiffstats
path: root/lib/class/tag.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Add paging on Tag::get_tag_objectsAfterster2013-11-051-8/+14
|
* Cosmetics: s/Itterate/Iterate/Paul Arthur2013-01-281-1/+1
|
* Cosmetics: death to tabsPaul Arthur2013-01-261-426/+426
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Move clean functions into their respective classesPaul Arthur2013-01-251-0/+29
| | | | Uniformly name them gc()
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-11/+1
|
* Cosmetics: clean up SQL statement in Tag::get_top_tagsPaul Arthur2012-03-011-3/+3
|
* Clean up some PHPDoc crapPaul Arthur2011-04-041-9/+0
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-18/+39
|
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-8/+12
|
* Cosmetics. %s/assoicated/associated/gPaul 'flowerysong' Arthur2010-04-281-1/+1
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-235/+235
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-7/+7
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* whole bunch more Dba::query replacementsKarl 'vollmerk' Vollmer2009-12-141-3/+3
|
* fix the two remaining identified tag issues from #475Karl 'vollmerk' Vollmer2009-05-261-1/+1
|
* api fixes, added librefm scrobbler (untested) and fixed minor error in ↵Karl 'vollmerk' Vollmer2009-05-181-5/+32
| | | | header file with rtl vs ltr languages also removed dead RioPlayer plugin
* some incomplete work cleaning up the api a bitKarl 'vollmerk' Vollmer2009-05-171-0/+24
|
* add video data to the API and add missing count="X" value to tag informationKarl 'vollmerk' Vollmer2009-03-101-1/+1
|
* fixed catalog functions and corrected negative value cachingKarl 'vollmerk' Vollmer2009-03-081-4/+6
|
* added the tags to the artist and album display, and also made the cataloging ↵Karl 'vollmerk' Vollmer2008-12-281-0/+26
| | | | correctly add them to the database, also corrected an issue with the formating so that it always produces a valid style
* some other minor changes, nothing bigKarl 'vollmerk' Vollmer2008-11-291-0/+3
|
* fix http auth issues, fix missing line sfrom dipsols patch, few other minor ↵Karl 'vollmerk' Vollmer2008-10-291-3/+33
| | | | things
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-115/+193
|
* simplify code, remove large if else statementmomo-i2008-09-031-30/+25
|
* (no commit message)momo-i2008-09-031-22/+29
|
* make the disabled songs link show something, need to make a custom view for ↵Karl 'vollmerk' Vollmer2008-07-141-24/+0
| | | | that as the song one i not really valid, also played around with the caching a bit
* more improvements to the caching system, removed ugly hack from last night ↵Karl 'vollmerk' Vollmer2008-05-261-1/+36
| | | | on util
* show the top 2 tags on songs, sync fixes from /branches/3.4 improved caching ↵Karl 'vollmerk' Vollmer2008-05-261-5/+21
| | | | on song object
* removed some more references to the genre stuff, added ability to customized ↵Karl 'vollmerk' Vollmer2008-05-251-0/+10
| | | | what is considered a prefix on albums and artists (requires update of config file) added next and stop to the shoutcast localplay controller
* go ahead and allow spaces in the tagsKarl 'vollmerk' Vollmer2008-05-191-1/+1
|
* made the cataloging process gather genre and use it as a tag, browse genre ↵Karl 'vollmerk' Vollmer2008-05-191-19/+160
| | | | also removed
* renamed the tagcloud class to tag, started moving things around not sure ↵Karl 'vollmerk' Vollmer2008-05-121-0/+215
where I like the taglist, seems weird in its own box