Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct usage output for install_db.inc | Paul Arthur | 2013-07-03 | 1 | -1/+1 |
| | | | | GH #44 | ||||
* | CLI installation: allow skipping DB user creation | Paul Arthur | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | More cleanup of install, add DB port option | Paul Arthur | 2013-05-13 | 1 | -7/+26 |
| | |||||
* | Make remote catalogs actually work | Paul Arthur | 2013-03-28 | 3 | -25/+8 |
| | |||||
* | delete_disabled.inc: use parameterised query | Paul Arthur | 2013-02-04 | 1 | -7/+6 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 12 | -591/+591 |
| | | | | | 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 Catalog::optimize_tables() to Dba | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Cosmetics: s/incase/in case/ | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Consistently use require_once to load init.php | Paul Arthur | 2013-01-25 | 1 | -2/+1 |
| | |||||
* | Cosmetics: clean up heads in bin/ | Paul Arthur | 2013-01-25 | 12 | -81/+12 |
| | |||||
* | Drop undocumented mail option for bin/print_tags | Paul Arthur | 2012-11-13 | 1 | -11/+2 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 11 | -87/+87 |
| | | | | | | 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. | ||||
* | Minor changes to the output of print_tags.inc | Paul Arthur | 2012-03-31 | 1 | -7/+10 |
| | |||||
* | Restore missing includes | Paul Arthur | 2012-03-14 | 1 | -0/+1 |
| | | | | Slightly overzealous in removing things | ||||
* | Refactor similar init code into new init-tiny.php | Paul Arthur | 2012-03-13 | 1 | -18/+1 |
| | | | | | | | | | Several places were doing operations that were practically the same (loading core libraries and setting some variables), with varying levels of success in remembering to do the right things in the right order. Making a separate minimal init.php that doesn't worry about some of the sanity checks and session bumpf makes this cleaner and easier to maintain. | ||||
* | Support named access levels in add_user CLI tool | Paul Arthur | 2012-03-13 | 1 | -0/+1 |
| | |||||
* | Add CLI tool for adding user accounts | Paul Arthur | 2012-03-06 | 1 | -0/+62 |
| | |||||
* | Add CLI tool for running database updates | Paul Arthur | 2012-03-06 | 1 | -0/+53 |
| | |||||
* | Rework CLI installation script | Paul Arthur | 2012-03-06 | 2 | -130/+136 |
| | | | | | | Make it actually work, use getopt for option parsing, rename it in line with the other CLI tools, and make sure the return value is meaningful. | ||||
* | Clean up uses of Config::set and Config::set_by_array | Paul Arthur | 2012-03-06 | 1 | -1/+1 |
| | | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag. | ||||
* | catalog_update.inc: also translate HTML entities | Paul Arthur | 2011-08-04 | 1 | -0/+1 |
| | |||||
* | Make the output of catalog_update somewhat readable. | Paul Arthur | 2011-08-04 | 1 | -2/+5 |
| | | | | | | | | The previous method of mangling the generated HTML was extremely fragile and broke in a non-obvious fashion when the output was changed. Instead, modify our convenience function that updates the text to behave differently when the command line interface is being used. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 10 | -62/+10 |
| | | | | | | 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 | -1/+4 |
| | | | | | | 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 | 10 | -20/+20 |
| | |||||
* | header comment for phpdoc | momo-i | 2011-02-03 | 10 | -179/+290 |
| | |||||
* | Show the full list of tag sources when running print_tags. | Paul 'flowerysong' Arthur | 2010-06-22 | 1 | -3/+3 |
| | |||||
* | Allow print_tags to be run against any file; I don't see a good reason for it to | Paul 'flowerysong' Arthur | 2010-06-08 | 1 | -23/+0 |
| | | | | be restricted, especially in a broken way (didn't allow videos). | ||||
* | Fix bin/print_tags so it accurately reflects what Ampache will see; it was | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -1/+0 |
| | | | | stomping on 'file' results for some reason. Also a smidge of cleanup in vainfo. | ||||
* | Add localization | momo-i | 2010-05-14 | 1 | -8/+8 |
| | |||||
* | ARGV always contains at least one item. FS#75, reported by ascheel. | Paul 'flowerysong' Arthur | 2010-05-09 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Add ability to generate thumbnails via catalog_update and also generate ↵ | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -3/+20 |
| | | | | thumbnails during art add | ||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 10 | -0/+10 |
| | |||||
* | hmm php seems to be stripping trailing \ns from the output buffer, stupid pos | Karl 'vollmerk' Vollmer | 2010-03-08 | 1 | -1/+2 |
| | |||||
* | improve text output of catalog_update.inc | Karl 'vollmerk' Vollmer | 2010-03-08 | 1 | -5/+22 |
| | |||||
* | Command line installation script completed - pending updates to ↵ | Karl 'vollmerk' Vollmer | 2010-02-20 | 1 | -1/+57 |
| | | | | lib/install.php also added memory profiling to Catalog add | ||||
* | start of work on cmdline installer for debian | Karl 'vollmerk' Vollmer | 2010-02-20 | 3 | -0/+71 |
| | |||||
* | Add -g flag to catalog_update.inc for Art gathering | Karl 'vollmerk' Vollmer | 2010-02-20 | 1 | -8/+25 |
| | |||||
* | Resolve #573 | Karl 'vollmerk' Vollmer | 2010-02-04 | 1 | -0/+2 |
| | |||||
* | Replaced almost every dba::query to dba::read or dba::write. | dipsol | 2009-12-14 | 5 | -44/+44 |
| | |||||
* | Update localization | momo-i | 2009-11-24 | 8 | -222/+276 |
| | |||||
* | update some words localized, usage(), file check | momo-i | 2009-11-20 | 1 | -21/+57 |
| | |||||
* | Issue #552, changed typo. | dipsol | 2009-10-19 | 1 | -17/+17 |
| | |||||
* | Improve catalog_update.inc Resolves #512 Thx ascheel | Karl 'vollmerk' Vollmer | 2009-08-31 | 1 | -21/+45 |
| | |||||
* | Fixed didn't strip \n... | momo-i | 2009-07-09 | 1 | -3/+4 |
| | |||||
* | strip excessive \n from catalog_update Thx ascheel | Karl 'vollmerk' Vollmer | 2009-07-09 | 1 | -0/+3 |
| | |||||
* | made the catalog update cmdline output cleaner | Karl 'vollmerk' Vollmer | 2009-05-03 | 1 | -4/+15 |
| | |||||
* | whups did not mean to commit that | Karl 'vollmerk' Vollmer | 2009-04-30 | 1 | -3/+0 |
| | |||||
* | fix lack of ui response on deleting track right after appending to saved ↵ | Karl 'vollmerk' Vollmer | 2009-04-30 | 1 | -1/+3 |
| | | | | playlist |