Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: clean up heads in templates/ | Paul Arthur | 2013-01-25 | 1 | -20/+19 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -5/+5 |
| | | | | | | 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. | ||||
* | Fix display of logic operator in search | Paul Arthur | 2012-03-31 | 1 | -3/+11 |
| | | | | | It could be in either $_REQUEST or a playlist object, so we need to check the correct one. | ||||
* | Added class names to generic box names. | mywindow | 2011-09-19 | 1 | -2/+2 |
| | |||||
* | Add some additional CSS classes for search | Paul Arthur | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Reworked search | Paul Arthur | 2011-04-02 | 1 | -0/+67 |
Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional. |