summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Correct usage output for install_db.incPaul Arthur2013-07-031-1/+1
| | | | GH #44
* CLI installation: allow skipping DB user creationPaul Arthur2013-05-281-1/+1
|
* More cleanup of install, add DB port optionPaul Arthur2013-05-131-7/+26
|
* Make remote catalogs actually workPaul Arthur2013-03-283-25/+8
|
* delete_disabled.inc: use parameterised queryPaul Arthur2013-02-041-7/+6
|
* Cosmetics: death to tabsPaul Arthur2013-01-2612-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 DbaPaul Arthur2013-01-261-1/+1
|
* Cosmetics: s/incase/in case/Paul Arthur2013-01-251-1/+1
|
* Consistently use require_once to load init.phpPaul Arthur2013-01-251-2/+1
|
* Cosmetics: clean up heads in bin/Paul Arthur2013-01-2512-81/+12
|
* Drop undocumented mail option for bin/print_tagsPaul Arthur2012-11-131-11/+2
|
* Switch from _() to T_()Paul Arthur2012-04-1211-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.incPaul Arthur2012-03-311-7/+10
|
* Restore missing includesPaul Arthur2012-03-141-0/+1
| | | | Slightly overzealous in removing things
* Refactor similar init code into new init-tiny.phpPaul Arthur2012-03-131-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 toolPaul Arthur2012-03-131-0/+1
|
* Add CLI tool for adding user accountsPaul Arthur2012-03-061-0/+62
|
* Add CLI tool for running database updatesPaul Arthur2012-03-061-0/+53
|
* Rework CLI installation scriptPaul Arthur2012-03-062-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_arrayPaul Arthur2012-03-061-1/+1
| | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag.
* catalog_update.inc: also translate HTML entitiesPaul Arthur2011-08-041-0/+1
|
* Make the output of catalog_update somewhat readable.Paul Arthur2011-08-041-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 crapPaul Arthur2011-04-0410-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 workPaul Arthur2011-04-021-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 phpdocmomo-i2011-02-0310-20/+20
|
* header comment for phpdocmomo-i2011-02-0310-179/+290
|
* Show the full list of tag sources when running print_tags.Paul 'flowerysong' Arthur2010-06-221-3/+3
|
* Allow print_tags to be run against any file; I don't see a good reason for it toPaul 'flowerysong' Arthur2010-06-081-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 wasPaul 'flowerysong' Arthur2010-05-291-1/+0
| | | | stomping on 'file' results for some reason. Also a smidge of cleanup in vainfo.
* Add localizationmomo-i2010-05-141-8/+8
|
* ARGV always contains at least one item. FS#75, reported by ascheel.Paul 'flowerysong' Arthur2010-05-091-3/+3
|
* Art work. Rationalise DB schema, support multiple thumbnail sizes and Paul 'flowerysong' Arthur2010-05-051-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' Vollmer2010-03-211-3/+20
| | | | thumbnails during art add
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-1410-0/+10
|
* hmm php seems to be stripping trailing \ns from the output buffer, stupid posKarl 'vollmerk' Vollmer2010-03-081-1/+2
|
* improve text output of catalog_update.incKarl 'vollmerk' Vollmer2010-03-081-5/+22
|
* Command line installation script completed - pending updates to ↵Karl 'vollmerk' Vollmer2010-02-201-1/+57
| | | | lib/install.php also added memory profiling to Catalog add
* start of work on cmdline installer for debianKarl 'vollmerk' Vollmer2010-02-203-0/+71
|
* Add -g flag to catalog_update.inc for Art gatheringKarl 'vollmerk' Vollmer2010-02-201-8/+25
|
* Resolve #573Karl 'vollmerk' Vollmer2010-02-041-0/+2
|
* Replaced almost every dba::query to dba::read or dba::write.dipsol2009-12-145-44/+44
|
* Update localizationmomo-i2009-11-248-222/+276
|
* update some words localized, usage(), file checkmomo-i2009-11-201-21/+57
|
* Issue #552, changed typo.dipsol2009-10-191-17/+17
|
* Improve catalog_update.inc Resolves #512 Thx ascheelKarl 'vollmerk' Vollmer2009-08-311-21/+45
|
* Fixed didn't strip \n...momo-i2009-07-091-3/+4
|
* strip excessive \n from catalog_update Thx ascheelKarl 'vollmerk' Vollmer2009-07-091-0/+3
|
* made the catalog update cmdline output cleanerKarl 'vollmerk' Vollmer2009-05-031-4/+15
|
* whups did not mean to commit thatKarl 'vollmerk' Vollmer2009-04-301-3/+0
|
* fix lack of ui response on deleting track right after appending to saved ↵Karl 'vollmerk' Vollmer2009-04-301-1/+3
| | | | playlist