Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 'foo all catalogs' via the web interface | Paul Arthur | 2013-05-13 | 1 | -10/+9 |
| | | | | | | | Evidently Catalog::get_catalog_ids() wasn't quite as unused as I thought it was. Fixes GH #18 | ||||
* | Make remote catalogs actually work | Paul Arthur | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Cosmetics: s/Itterate/Iterate/ | Paul Arthur | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -283/+283 |
| | | | | | 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 |
| | |||||
* | Move show_{footer,header}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Move access_denied() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -7/+7 |
| | |||||
* | Move Catalog::get_disabled() to Song | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Move Catalog::optimize_tables() to Dba | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Move Catalog::clear_stats() to Stats::clear() | Paul Arthur | 2013-01-25 | 1 | -4/+3 |
| | |||||
* | require and require_once aren't functions | Paul Arthur | 2013-01-25 | 1 | -4/+4 |
| | | | | | Since the parentheses are optional, we leave them off to remind ourselve that PHP be crazy, yo. | ||||
* | Cosmetics: clean up heads in admin/ | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Cosmetics: Fix capitalisation | Paul Arthur | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Switch from ngettext() to T_ngettext() | Paul Arthur | 2012-04-12 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Add remote_username/password to Catalog Edit page | Karl Vollmer | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | Inverted, remote not local | Karl Vollmer | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | Fix DB updates so catalog remote_username and remote_password are added ↵ | Karl Vollmer | 2011-11-23 | 1 | -3/+2 |
| | | | | correctly, also fix catalog creation so they are stored in the database | ||||
* | 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. | ||||
* | Catalog work | Paul Arthur | 2011-04-02 | 1 | -5/+7 |
| | | | | | | Reduce the frequency of some expensive database operations when processing multiple catalogs. More debugging output. Remove unnecessary or unused parameters from function calls. | ||||
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | header comment for phpdoc | momo-i | 2011-02-03 | 1 | -19/+29 |
| | |||||
* | Art work. Rationalise DB schema, support multiple thumbnail sizes and | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -1/+1 |
| | | | | | caching thereof, call Catalog->gather_art instead of Catalog->gather_album_art, unbreak (hopefully) gather_musicbrainz. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -93/+93 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | sync from 3.5.x and fix display issue on playlist view | Karl 'vollmerk' Vollmer | 2009-12-20 | 1 | -6/+11 |
| | |||||
* | sync fix for doing something with collected m3u files during catalog creation | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -14/+12 |
| | |||||
* | fix nexturl typo and more translate | momo-i | 2009-05-06 | 1 | -5/+5 |
| | |||||
* | Update translate strings | momo-i | 2009-05-06 | 1 | -21/+23 |
| | | | | | Change indent tab from blank Fix show_confirmation web_path | ||||
* | alexey #426 translation patch | Karl 'vollmerk' Vollmer | 2009-05-06 | 1 | -2/+2 |
| | |||||
* | allow add or verify on a specified sub directory of an existing catalog | Karl 'vollmerk' Vollmer | 2008-11-19 | 1 | -1/+19 |
| | |||||
* | fix http auth issues, fix missing line sfrom dipsols patch, few other minor ↵ | Karl 'vollmerk' Vollmer | 2008-10-29 | 1 | -0/+7 |
| | | | | things | ||||
* | fixed some old error references | Karl 'vollmerk' Vollmer | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | fix it so deleting a catalog actually works | Karl 'vollmerk' Vollmer | 2008-07-14 | 1 | -2/+2 |
| | |||||
* | some more cleanup of the menu | Karl 'vollmerk' Vollmer | 2008-07-04 | 1 | -5/+1 |
| | |||||
* | reorganize the menu a whole bunch and add a confirmation page to the catalog ↵ | Karl 'vollmerk' Vollmer | 2008-06-19 | 1 | -1/+12 |
| | | | | deletion | ||||
* | added in the ajax-loading div display on catalog processes, also relaxed the ↵ | Karl 'vollmerk' Vollmer | 2008-05-06 | 1 | -0/+9 |
| | | | | restrictions on filenames of non-site_charset, warning rather then fatal error | ||||
* | remove gz handler cause IE7 sucks the big one | Karl 'vollmerk' Vollmer | 2008-04-11 | 1 | -1/+2 |
| | |||||
* | fixed paging on browse catalogs page, disabled the write_tags script and ↵ | Karl 'vollmerk' Vollmer | 2007-12-30 | 1 | -0/+2 |
| | | | | removed a dbl escape on the preferences | ||||
* | re-added the edit users prefs mojo | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | added paging to the playlist view, corrected a few stupid parse errors / ↵ | Karl 'vollmerk' Vollmer | 2007-12-03 | 1 | -3/+3 |
| | | | | mistakes | ||||
* | broke some stuff, fixed some stuff... commiting before I turn of this box | Karl 'vollmerk' Vollmer | 2007-12-03 | 1 | -10/+7 |
| | |||||
* | preparing for release point, exciting stuff | Karl 'vollmerk' Vollmer | 2007-11-26 | 1 | -0/+3 |
| | |||||
* | fixed a missing ob_end_flush() on the catalog create | Karl 'vollmerk' Vollmer | 2007-11-26 | 1 | -2/+4 |
| | |||||
* | fixed catalog_update bin file and fixed a conf() reference on update all on ↵ | Karl 'vollmerk' Vollmer | 2007-11-04 | 1 | -1/+1 |
| | | | | admin catalog stuff | ||||
* | renamed a few files (missing php extension) | spocky | 2007-10-24 | 1 | -1/+1 |
| | | | | updated most of the tables so that every column is independently customizable by css rules | ||||
* | tweaked the mpd class a bit changing timeouts, fixed the gather album art so ↵ | Karl 'vollmerk' Vollmer | 2007-10-01 | 1 | -3/+2 |
| | | | | it only gathers for the specified catalog | ||||
* | few minor bug fixes, and some more tweaks for localplay | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -3/+8 |
| | |||||
* | fixed some +x stuff that shouldnt have been +x and moved the catalog ↵ | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -4/+7 |
| | | | | functions back into the content area |