Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move flip_class() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Cosmetics: clean up heads in templates/ | Paul Arthur | 2013-01-25 | 1 | -8/+1 |
| | |||||
* | Drop unused ajax_url variables | Paul Arthur | 2012-12-19 | 1 | -1/+0 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -19/+19 |
| | | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -6/+1 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | templates header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -19/+30 |
| | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -5/+5 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -6/+6 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | fix filter + paging and add sort by artist and album on song browse | Karl 'vollmerk' Vollmer | 2008-08-21 | 1 | -3/+3 |
| | |||||
* | bunch of fixes, and some breaks for the browsing | Karl 'vollmerk' Vollmer | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | good number of changes to browse, this breaks more then it fixes... | Karl 'vollmerk' Vollmer | 2008-08-13 | 1 | -6/+6 |
| | |||||
* | moved the browse menu onto home, removed the browse tag from the menu, ↵ | Karl 'vollmerk' Vollmer | 2008-05-25 | 1 | -5/+2 |
| | | | | removed genre from song views will eventually be replaced by tag. Added not enough data note to the recently played | ||||
* | added in some caching and add the database upgrade that will make the taging ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -3/+2 |
| | | | | mostly work | ||||
* | commit of the patches from codeoverload to implement tagging, will not work ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -2/+7 |
| | | | | without manual modification of database, yes.. this commit breaks things cope | ||||
* | albums and artists now have ratings | Karl 'vollmerk' Vollmer | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | added some not enough data errors on the browse functions | Karl 'vollmerk' Vollmer | 2008-03-17 | 1 | -0/+5 |
| | |||||
* | Fixed a missing bottom column in browse songs | spocky | 2008-01-15 | 1 | -0/+3 |
| | |||||
* | massive speed boost on the standard browse functions | Karl 'vollmerk' Vollmer | 2007-11-30 | 1 | -0/+4 |
| | |||||
* | fixed some browsing stuff that I broke a while back | Karl 'vollmerk' Vollmer | 2007-11-24 | 1 | -3/+3 |
| | |||||
* | renamed a few files (missing php extension) | spocky | 2007-10-24 | 1 | -31/+27 |
| | | | | updated most of the tables so that every column is independently customizable by css rules | ||||
* | - hardcoded disk# sort order when sort is set to album name | spocky | 2007-10-16 | 1 | -10/+24 |
| | | | | | | | - removed pager from browse table - added footer to browse tables - updated browse files for better customization - modified css | ||||
* | added sorting on most objects in most views, report bugs if you find points ↵ | Karl 'vollmerk' Vollmer | 2007-09-17 | 1 | -4/+4 |
| | | | | where sorting fails | ||||
* | fixed lower paging horn, tweaked css for page-a-nation, added paging to ↵ | Karl 'vollmerk' Vollmer | 2007-08-09 | 1 | -2/+2 |
| | | | | playlists, genres and radio strations, added detection of purchase urls to find missing tracks on albums | ||||
* | fixed a bug in the numbering, referencing a non-existant value | Karl 'vollmerk' Vollmer | 2007-08-02 | 1 | -0/+5 |
| | |||||
* | fixed paging on search, and fixed get_location | Karl 'vollmerk' Vollmer | 2007-08-02 | 1 | -1/+0 |
| | |||||
* | added a browse by all, noticed a bug with browsing _very_ large lists causes ↵ | Karl 'vollmerk' Vollmer | 2007-07-31 | 1 | -1/+1 |
| | | | | it to pop know how to fix it, but I will do that tomorrow | ||||
* | added paging to artists, albums and fixed a missed link | Karl 'vollmerk' Vollmer | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | added paging on all song displays | Karl 'vollmerk' Vollmer | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | removed some old/legacy functions fixed download and merged it into the /play | Karl 'vollmerk' Vollmer | 2007-07-22 | 1 | -20/+2 |
| | |||||
* | corrected ajax but introduced with prototype, tweaked how ajax stuff is ↵ | Karl 'vollmerk' Vollmer | 2007-07-22 | 1 | -2/+2 |
| | | | | done, now uses ajax:: class also replaced player with a logout icon | ||||
* | few fixups to pass W3C Validation Service (wip) | xgizzmo | 2007-07-19 | 1 | -2/+2 |
| | |||||
* | fixed some catalog update issues, fixed some genre pages and made the sql ↵ | Karl 'vollmerk' Vollmer | 2007-07-02 | 1 | -1/+1 |
| | | | | sort stuff for show songs work | ||||
* | added some links to the sidebar preferences adn then also added in some ↵ | Karl 'vollmerk' Vollmer | 2007-05-14 | 1 | -0/+17 |
| | | | | missing fields to the show songs, only missing the ratings on show songs now... | ||||
* | started work on the sorting, and added in album viewing that kinda works | Karl 'vollmerk' Vollmer | 2007-05-07 | 1 | -1/+3 |
| | |||||
* | added in basic browse by song functionality with filtering of unplayed | Karl 'vollmerk' Vollmer | 2007-05-06 | 1 | -0/+53 |