Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -38/+38 |
| | | | | | 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 get_user_icon from ui.lib.php to UI::get_icon | Paul Arthur | 2013-01-26 | 1 | -6/+6 |
| | |||||
* | Move show_box_{top,bottom}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -4/+4 |
| | |||||
* | Move flip_class() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Cosmetics: clean up heads in templates/ | Paul Arthur | 2013-01-25 | 1 | -13/+1 |
| | |||||
* | 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. | ||||
* | Added class names to generic box names. | mywindow | 2011-09-19 | 1 | -2/+2 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | some templates modified header comment | momo-i | 2011-02-03 | 1 | -18/+29 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -4/+4 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | sync from 3.5.x and fix display issue on playlist view | Karl 'vollmerk' Vollmer | 2009-12-20 | 1 | -3/+1 |
| | |||||
* | alexey #426 translation patch | Karl 'vollmerk' Vollmer | 2009-05-06 | 1 | -2/+2 |
| | |||||
* | fix edit links, and some interface issues I created with other changes | Karl 'vollmerk' Vollmer | 2009-02-09 | 1 | -2/+2 |
| | |||||
* | Add in IPv6 support to the ACLs and start work on the wizards for adding ACL ↵ | Karl 'vollmerk' Vollmer | 2009-01-31 | 1 | -19/+30 |
| | | | | entries. Access Control broken in this revision due to missing DB update | ||||
* | Fixed: typo | momo-i | 2008-08-25 | 1 | -1/+1 |
| | |||||
* | Modified: More translatable templates. | momo-i | 2008-08-25 | 1 | -6/+8 |
| | |||||
* | last commit before beta3 release | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -1/+1 |
| | |||||
* | removed ip2int, int2ip custom functions fixed browse issues when adding ↵ | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -2/+2 |
| | | | | filters in specific order | ||||
* | renamed a few files (missing php extension) | spocky | 2007-10-24 | 1 | -1/+1 |
| | | | | updated most of the tables so that every column is independently customizable by css rules | ||||
* | fixed acls, fixed transcoding issues | Karl 'vollmerk' Vollmer | 2007-10-10 | 1 | -28/+26 |
| | |||||
* | threw in add button for single playlist view, added the link for deleting ↵ | Karl 'vollmerk' Vollmer | 2007-09-13 | 1 | -0/+76 |
catalogs back, also added back in the ACL page links, they dont work.. |