1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00
Commit graph

14 commits

Author SHA1 Message Date
Paul Arthur
f65076b93d Switch from _() to T_()
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.
2012-04-12 21:13:29 -04:00
Paul Arthur
86783c009a Restore missing includes
Slightly overzealous in removing things
2012-03-14 03:07:05 -04:00
Paul Arthur
fe5d18095e Refactor similar init code into new init-tiny.php
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.
2012-03-13 17:57:07 -04:00
Paul Arthur
b58a5c8429 Support named access levels in add_user CLI tool 2012-03-13 15:55:35 -04:00
Paul Arthur
a7b336e326 Add CLI tool for adding user accounts 2012-03-06 16:48:38 -05:00
Paul Arthur
ca60de30bc Add CLI tool for running database updates 2012-03-06 16:42:04 -05:00
Paul Arthur
3525ad78cd Rework CLI installation script
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.
2012-03-06 15:11:45 -05:00
Paul Arthur
34b0eaf233 Clean up uses of Config::set and Config::set_by_array
Consistently pass in a boolean instead of a string or an int for the
clobber flag.
2012-03-06 12:18:57 -05:00
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +09:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
e88a5c3b39 Command line installation script completed - pending updates to lib/install.php also added memory profiling to Catalog add 2010-02-20 19:24:50 +00:00
Karl 'vollmerk' Vollmer
233bdc5484 start of work on cmdline installer for debian 2010-02-20 05:27:08 +00:00