summaryrefslogtreecommitdiffstats
path: root/templates/show_plugins.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-23/+23
| | | | | 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 flip_class() from lib/ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-13/+13
| | | | | | 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 crapPaul Arthur2011-04-041-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 phpdocmomo-i2011-02-031-18/+30
|
* Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵Paul 'flowerysong' Arthur2010-06-221-1/+9
| | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-5/+5
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* renamed a few files (missing php extension)spocky2007-10-241-10/+22
| | | | 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 ↵spocky2007-09-241-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
* tweaked theme a tad, updated lastfm plugin, requires remove/readadd to work ↵Karl 'vollmerk' Vollmer2007-08-141-1/+1
| | | | correctly
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-061-1/+1
|
* proof of concept, nothing one should actually useKarl 'vollmerk' Vollmer2007-08-061-1/+1
|
* - Added modules section to sidebar, conforming to new layout from r1127Karl 'vollmerk' Vollmer2007-08-061-0/+56
- Re-enabled plugins, added openstrands plugin