Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase the field size in the ACL entry form | Paul Arthur | 2013-05-13 | 1 | -2/+2 |
| | | | | | It wasn't large enough to enter IPv6 addresses. Fixes GH #24 | ||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -60/+60 |
| | | | | | 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 | -3/+1 |
| | |||||
* | Clean up the ACL UI a bit | Paul Arthur | 2012-05-01 | 1 | -24/+34 |
| | | | | Make it more consistent and remove outdated references to RPC keys. | ||||
* | 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 | -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. | ||||
* | 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 | -17/+29 |
| | |||||
* | Merge following commit. | Elias Probst | 2010-12-08 | 1 | -0/+1 |
| | | | | | | | | commit 8022d791a41729492a55c98b48c43b293d3ad6dd Author: Elias Probst <mail@eliasprobst.eu> Date: Wed Dec 8 03:38:30 2010 +0100 Provide the capability to show an general error in some more templates. | ||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Finish IPv6 support | Karl 'vollmerk' Vollmer | 2009-02-01 | 1 | -1/+3 |
| | |||||
* | ACL with IPv6 should be working / testing now | Karl 'vollmerk' Vollmer | 2009-01-31 | 1 | -1/+1 |
| | |||||
* | add new ACL creation forms, none of them work yet, remove wrong icon... add ↵ | Karl 'vollmerk' Vollmer | 2009-01-31 | 1 | -29/+31 |
| | | | | correct icon | ||||
* | last commit before beta3 release | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -2/+2 |
| | |||||
* | added little note on access add as to the defaults, fixed api to use ↵ | Karl 'vollmerk' Vollmer | 2007-12-15 | 1 | -1/+3 |
| | | | | session_length added check for session functions with redirect to /test.php on failure | ||||
* | renamed xml-rpc acl to rpc, added default mime type of image/jpg and added ↵ | Karl 'vollmerk' Vollmer | 2007-11-22 | 1 | -2/+2 |
| | | | | config options for batch download to the fs, no garbage collection for non-completed downloads yet. | ||||
* | Almost finished css cleanup | spocky | 2007-11-20 | 1 | -6/+4 |
| | |||||
* | fixed acls, fixed transcoding issues | Karl 'vollmerk' Vollmer | 2007-10-10 | 1 | -9/+4 |
| | |||||
* | - 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 | ||||
* | threw in add button for single playlist view, added the link for deleting ↵ | Karl 'vollmerk' Vollmer | 2007-09-13 | 1 | -0/+92 |
catalogs back, also added back in the ACL page links, they dont work.. |