summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Expand)AuthorAgeFilesLines
* implement a play queue. middle-click (or right if that works better inHolger Brunn2013-02-071-0/+19
* align search box with buttonsHolger Brunn2013-02-071-2/+2
* add accesskeys (=hotkeys), changed <div>s for buttons to <button>Holger Brunn2013-02-071-7/+7
* Fix missed function call renamesPaul Arthur2013-02-031-2/+2
* Split the PDO check in twoPaul Arthur2013-02-031-5/+14
* Clean up PHP tests and reuse them in init.phpPaul Arthur2013-02-031-6/+6
* Fix the debug_result convenience functionPaul Arthur2013-02-033-139/+49
* Fix up the tests a bitPaul Arthur2013-02-031-20/+33
* Reuse our tests in the install checkPaul Arthur2013-02-034-332/+245
* Add a check that makes sure PDO is availablePaul Arthur2013-02-031-2/+12
* Drop checks for mysql extensionPaul Arthur2013-01-302-30/+0
* Rename vauth to AuthPaul Arthur2013-01-281-1/+1
* Replace mistaken _() with T_()Paul Arthur2013-01-281-1/+1
* Yank out the Flash player by the roots.Paul Arthur2013-01-282-81/+1
* Rework the stylesheet loading for the HTML5 playerPaul Arthur2013-01-283-13/+38
* Add some CSS defaults for the HTML5 playerPaul Arthur2013-01-283-1/+85
* Add an HTML5 playerHolger Brunn2013-01-283-0/+116
* Use a real copyright symbol in the footerPaul Arthur2013-01-261-1/+1
* Cosmetics: death to tabsPaul Arthur2013-01-26160-3093/+3093
* Move [un]format_bytes() from general.lib.php to UIPaul Arthur2013-01-261-1/+1
* Move get_user_icon from ui.lib.php to UI::get_iconPaul Arthur2013-01-2626-55/+55
* Move show_box_{top,bottom}() from ui.lib.php to UIPaul Arthur2013-01-2671-152/+152
* Move show_{footer,header}() from ui.lib.php to UIPaul Arthur2013-01-262-2/+2
* Continue moving things into UIPaul Arthur2013-01-264-6/+6
* Move flip_class() from lib/ui.lib.php to UIPaul Arthur2013-01-2638-73/+73
* Move Catalog::get_disabled() to SongPaul Arthur2013-01-261-1/+1
* Rename shoutBox to ShoutboxPaul Arthur2013-01-253-5/+5
* Rename tmpPlaylist to Tmp_PlaylistPaul Arthur2013-01-251-1/+1
* Move duplicate searching from Catalog to SongPaul Arthur2013-01-251-2/+2
* Use the standard footer on the registration formPaul Arthur2013-01-251-9/+3
* Consistently use _ in two-word class namesPaul Arthur2013-01-252-2/+2
* include -> require_oncePaul Arthur2013-01-251-1/+1
* conf() -> Config::get()Paul Arthur2013-01-2510-10/+10
* Update Whatever:hover to 3.11Paul Arthur2013-01-251-121/+0
* Change css handling for RTL languagesPaul Arthur2013-01-251-8/+10
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-25160-1364/+391
* Fix add and edit catalog legend format specifiers in penguin themeFred Thomsen2013-01-232-14/+14
* Mess around with ratingsPaul Arthur2013-01-231-8/+15
* Use the standard footer on the login form.Paul Arthur2013-01-161-12/+5
* Update footer with correct yearPaul Arthur2013-01-151-10/+1
* Drop unused static rating, whatever that wasPaul Arthur2012-12-191-58/+0
* Use Ajax::url in the browse filtersPaul Arthur2012-12-191-2/+1
* Drop unused ajax_url variablesPaul Arthur2012-12-197-7/+0
* Use Ajax::action to generate the refresh URLPaul Arthur2012-12-191-1/+1
* Clean up remaining direct calls to mysql functionsPaul Arthur2012-11-081-1/+1
* Clean up check_database, more direct mysql callsPaul Arthur2012-11-081-2/+1
* Move check_database_inserted into the Dba classPaul Arthur2012-11-081-1/+1
* Move check_database into the Dba classPaul Arthur2012-11-081-1/+1
* Start cleaning up the democratic thing.Paul Arthur2012-10-151-7/+7
* Clean up template show_now_playing_rowPaul Arthur2012-09-201-12/+3