Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -14/+14 |
| | | | | | 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 show_box_{top,bottom}() from 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 | -12/+2 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -9/+9 |
| | | | | | | 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. | ||||
* | Added class names to generic box names. | mywindow | 2011-09-19 | 1 | -3/+3 |
| | |||||
* | Add some additional CSS classes for search | Paul Arthur | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Reworked search | Paul Arthur | 2011-04-02 | 1 | -118/+27 |
| | | | | | Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional. | ||||
* | templates header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -18/+30 |
| | |||||
* | Enhanced rating search; uses correct algorithm for calculation, allows | Paul 'flowerysong' Arthur | 2010-03-23 | 1 | -0/+5 |
| | | | | specification of the operator. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | add time range to advanced search, resolves #329 | Karl 'vollmerk' Vollmer | 2009-03-09 | 1 | -0/+13 |
| | |||||
* | fixed the search add result button and messed up some browse sort stuff | Karl 'vollmerk' Vollmer | 2008-08-22 | 1 | -2/+2 |
| | |||||
* | added ability to add search results to playlist, or download if batch ↵ | Karl 'vollmerk' Vollmer | 2008-04-27 | 1 | -1/+1 |
| | | | | downloaded is enabled, also fixed user browse sorting | ||||
* | Fixed rating search field not using previously selected value | flashk | 2007-12-27 | 1 | -5/+5 |
| | |||||
* | Almost finished css cleanup | spocky | 2007-11-20 | 1 | -7/+3 |
| | |||||
* | renamed a few files (missing php extension) | spocky | 2007-10-24 | 1 | -4/+1 |
| | | | | updated most of the tables so that every column is independently customizable by css rules | ||||
* | - Cleaned up php files (removed useless inlines styles, replaced header td ↵ | spocky | 2007-09-24 | 1 | -1/+1 |
| | | | | | | | | | | with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections | ||||
* | fixed album/artist/whateva editing, fixing stats, fixed search... | Karl 'vollmerk' Vollmer | 2007-09-05 | 1 | -8/+0 |
| | |||||
* | fixed searching via quicksearch bar | Karl 'vollmerk' Vollmer | 2007-07-31 | 1 | -0/+150 |