summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of popup on cover artsAfterster2013-11-055-4/+6
|
* Fix sort when browsing (#50)Afterster2013-10-308-36/+36
|
* Update footer with a better linkPaul Arthur2013-05-301-1/+1
|
* header template: fix <html> dir attributePaul Arthur2013-05-301-1/+1
|
* Fix logic for loading rtl.cssPaul Arthur2013-05-301-2/+2
|
* Increase the field size in the ACL entry formPaul Arthur2013-05-131-2/+2
| | | | | It wasn't large enough to enter IPv6 addresses. Fixes GH #24
* More cleanup of install, add DB port optionPaul Arthur2013-05-132-8/+16
|
* Clean up the install code a bitPaul Arthur2013-05-135-12/+10
| | | | | Remove lang/charset copypasta, unnecessary setting of $prefix, unnecessary constants.
* implement a play queue. middle-click (or right if that works better inHolger Brunn2013-02-071-0/+19
| | | | your browser) to queue/dequeue
* 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
| | | | It's more helpful this way.
* Clean up PHP tests and reuse them in init.phpPaul Arthur2013-02-031-6/+6
| | | | | Also move the config-related functions out of debug.lib.php (why they were there in the first place is anyone's guess.)
* Fix the debug_result convenience functionPaul Arthur2013-02-033-139/+49
| | | | | The point of a convenience function is to be convenient, not to have an unused first parameter and always be surrounded by the same boilerplate.
* Fix up the tests a bitPaul Arthur2013-02-031-20/+33
| | | | | The hash check shouldn't be mixed in with the version check, and we now need JSON.
* Reuse our tests in the install checkPaul Arthur2013-02-034-332/+245
| | | | | The install check was drifting significantly from being correct. Which is what happens when you duplicate code.
* Add a check that makes sure PDO is availablePaul Arthur2013-02-031-2/+12
| | | | | | Calling an unavailable class is a fatal error, so people without PDO were left with a fairly useless blank screen and no indicator of what was wrong. Let's be a bit more user-friendly.
* Drop checks for mysql extensionPaul Arthur2013-01-302-30/+0
| | | | Nothing to replace it for now.
* 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
| | | | | | Move the standard stylesheet head lines into a separate include file, so that the player will actually do the standard and pick up the RTL and things like that.
* Add some CSS defaults for the HTML5 playerPaul Arthur2013-01-283-1/+85
| | | | Requires less boilerplate in the individual themes.
* Add an HTML5 playerHolger Brunn2013-01-283-0/+116
| | | | | Merge request #20. Basic, not very pretty, but works and, unlike the Flash player, is maintainable.
* Use a real copyright symbol in the footerPaul Arthur2013-01-261-1/+1
|
* Cosmetics: death to tabsPaul Arthur2013-01-26160-3093/+3093
| | | | | 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 [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
| | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate()
* 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
| | | | | Catalog::get_duplicate_songs() -> Song::find_duplicates() Catalog::get_duplicate_info() -> Song::get_duplicate_info()
* 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
| | | | Say what we mean.
* conf() -> Config::get()Paul Arthur2013-01-2510-10/+10
| | | | | I have a feeling a lot of these are in stale, unused code, but there might be some actual bugs here. conf() was replaced a while back.
* Update Whatever:hover to 3.11Paul Arthur2013-01-251-121/+0
| | | | | | | http://peterned.home.xs4all.nl/csshover.html#changes Claims to fix a performance issue. Also move it out of templates/ into modules/ since it's external code.
* Change css handling for RTL languagesPaul Arthur2013-01-251-8/+10
| | | | | | | | | | | | Code duplication is bad even when it's CSS, mmkay? If a theme has templates/rtl.css, it will be loaded in addition to default.css. This is more sane than the old behaviour, which loaded default-rtl.css instead of default.css. I'm not feeling ambitious enough to actually check whether the current -rtl.css files work and change them to overrides instead of modified copypasta, so I just dropped them for now.
* 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
| | | | | | | | | | Drop the public variables from the rating class; everyone should use the getters. Add the ability for themes and applications to distinguish between a user's actual rating and the global average rating; in the web interface the average shows up if a user hasn't rated something but at least one other user has.
* 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
|