Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of popup on cover arts | Afterster | 2013-11-05 | 5 | -4/+6 |
| | |||||
* | Fix sort when browsing (#50) | Afterster | 2013-10-30 | 8 | -36/+36 |
| | |||||
* | Update footer with a better link | Paul Arthur | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | header template: fix <html> dir attribute | Paul Arthur | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Fix logic for loading rtl.css | Paul Arthur | 2013-05-30 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | More cleanup of install, add DB port option | Paul Arthur | 2013-05-13 | 2 | -8/+16 |
| | |||||
* | Clean up the install code a bit | Paul Arthur | 2013-05-13 | 5 | -12/+10 |
| | | | | | Remove lang/charset copypasta, unnecessary setting of $prefix, unnecessary constants. | ||||
* | implement a play queue. middle-click (or right if that works better in | Holger Brunn | 2013-02-07 | 1 | -0/+19 |
| | | | | your browser) to queue/dequeue | ||||
* | align search box with buttons | Holger Brunn | 2013-02-07 | 1 | -2/+2 |
| | |||||
* | add accesskeys (=hotkeys), changed <div>s for buttons to <button> | Holger Brunn | 2013-02-07 | 1 | -7/+7 |
| | |||||
* | Fix missed function call renames | Paul Arthur | 2013-02-03 | 1 | -2/+2 |
| | |||||
* | Split the PDO check in two | Paul Arthur | 2013-02-03 | 1 | -5/+14 |
| | | | | It's more helpful this way. | ||||
* | Clean up PHP tests and reuse them in init.php | Paul Arthur | 2013-02-03 | 1 | -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 function | Paul Arthur | 2013-02-03 | 3 | -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 bit | Paul Arthur | 2013-02-03 | 1 | -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 check | Paul Arthur | 2013-02-03 | 4 | -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 available | Paul Arthur | 2013-02-03 | 1 | -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 extension | Paul Arthur | 2013-01-30 | 2 | -30/+0 |
| | | | | Nothing to replace it for now. | ||||
* | Rename vauth to Auth | Paul Arthur | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Replace mistaken _() with T_() | Paul Arthur | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Yank out the Flash player by the roots. | Paul Arthur | 2013-01-28 | 2 | -81/+1 |
| | |||||
* | Rework the stylesheet loading for the HTML5 player | Paul Arthur | 2013-01-28 | 3 | -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 player | Paul Arthur | 2013-01-28 | 3 | -1/+85 |
| | | | | Requires less boilerplate in the individual themes. | ||||
* | Add an HTML5 player | Holger Brunn | 2013-01-28 | 3 | -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 footer | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 160 | -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 UI | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Move get_user_icon from ui.lib.php to UI::get_icon | Paul Arthur | 2013-01-26 | 26 | -55/+55 |
| | |||||
* | Move show_box_{top,bottom}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 71 | -152/+152 |
| | |||||
* | Move show_{footer,header}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 2 | -2/+2 |
| | |||||
* | Continue moving things into UI | Paul Arthur | 2013-01-26 | 4 | -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 UI | Paul Arthur | 2013-01-26 | 38 | -73/+73 |
| | |||||
* | Move Catalog::get_disabled() to Song | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Rename shoutBox to Shoutbox | Paul Arthur | 2013-01-25 | 3 | -5/+5 |
| | |||||
* | Rename tmpPlaylist to Tmp_Playlist | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Move duplicate searching from Catalog to Song | Paul Arthur | 2013-01-25 | 1 | -2/+2 |
| | | | | | Catalog::get_duplicate_songs() -> Song::find_duplicates() Catalog::get_duplicate_info() -> Song::get_duplicate_info() | ||||
* | Use the standard footer on the registration form | Paul Arthur | 2013-01-25 | 1 | -9/+3 |
| | |||||
* | Consistently use _ in two-word class names | Paul Arthur | 2013-01-25 | 2 | -2/+2 |
| | |||||
* | include -> require_once | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | | | | Say what we mean. | ||||
* | conf() -> Config::get() | Paul Arthur | 2013-01-25 | 10 | -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.11 | Paul Arthur | 2013-01-25 | 1 | -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 languages | Paul Arthur | 2013-01-25 | 1 | -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 Arthur | 2013-01-25 | 160 | -1364/+391 |
| | |||||
* | Fix add and edit catalog legend format specifiers in penguin theme | Fred Thomsen | 2013-01-23 | 2 | -14/+14 |
| | |||||
* | Mess around with ratings | Paul Arthur | 2013-01-23 | 1 | -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 Arthur | 2013-01-16 | 1 | -12/+5 |
| | |||||
* | Update footer with correct year | Paul Arthur | 2013-01-15 | 1 | -10/+1 |
| | |||||
* | Drop unused static rating, whatever that was | Paul Arthur | 2012-12-19 | 1 | -58/+0 |
| | |||||
* | Use Ajax::url in the browse filters | Paul Arthur | 2012-12-19 | 1 | -2/+1 |
| |