Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: clean up heads in / | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | check_database() -> Dba::check_database() | Paul Arthur | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | Clean up check_database, more direct mysql calls | Paul Arthur | 2012-11-08 | 1 | -2/+8 |
| | |||||
* | Clean up direct callers of mysql_error() | Paul Arthur | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | 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 | -31/+4 |
| | | | | | | | | | 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. | ||||
* | Clean up uses of Config::set and Config::set_by_array | Paul Arthur | 2012-03-06 | 1 | -16/+16 |
| | | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag. | ||||
* | Install now contains two buttons, Download & Write for the config file, ↵ | Karl Vollmer | 2011-07-27 | 1 | -1/+4 |
| | | | | | | there is also an additional check before that if the config file is writeable | ||||
* | 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. | ||||
* | header comment replace for phpdoc | momo-i | 2011-02-03 | 1 | -20/+33 |
| | |||||
* | Fix potential issue with Apache+Windows causing extranous slash in path ↵ | Karl 'vollmerk' Vollmer | 2010-10-29 | 1 | -2/+7 |
| | | | | during install | ||||
* | Fixed: didn't show lang and Charset, if Write Config. | momo-i | 2010-07-06 | 1 | -0/+2 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Made an redirect when it seems like the installation has already been completed. | dipsol | 2009-11-04 | 1 | -36/+37 |
| | |||||
* | fixed for PHP 5.3.0 deprecate warnings | momo-i | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Add Hint for translators | momo-i | 2009-05-19 | 1 | -3/+9 |
| | |||||
* | sync from branch | Karl 'vollmerk' Vollmer | 2009-05-06 | 1 | -0/+6 |
| | |||||
* | more work for alpha2 release, clean up install and debug a bit | Karl 'vollmerk' Vollmer | 2009-03-08 | 1 | -0/+1 |
| | |||||
* | verify that they at least typed in the right db information, before creating ↵ | Karl 'vollmerk' Vollmer | 2008-11-29 | 1 | -1/+9 |
| | | | | the config file for them | ||||
* | improved error messages during install if you fail at typing the same thing ↵ | Karl 'vollmerk' Vollmer | 2008-11-27 | 1 | -1/+1 |
| | | | | twice | ||||
* | sync from branch | Karl 'vollmerk' Vollmer | 2008-08-30 | 1 | -9/+7 |
| | |||||
* | Updated tempalate, po files, and Install process. | momo-i | 2008-08-27 | 1 | -10/+44 |
| | |||||
* | sync from branches | Karl 'vollmerk' Vollmer | 2008-07-24 | 1 | -0/+3 |
| | |||||
* | correct type in install page | Karl 'vollmerk' Vollmer | 2008-06-02 | 1 | -1/+1 |
| | |||||
* | fixed install, fixed default sort on single album view | Karl 'vollmerk' Vollmer | 2008-05-29 | 1 | -0/+1 |
| | |||||
* | updated locales, hopefully one of the last commits before 3.4 stable release | Karl 'vollmerk' Vollmer | 2008-05-10 | 1 | -1/+1 |
| | |||||
* | updated sql files, tweak to the update and installers to make it more ↵ | Karl 'vollmerk' Vollmer | 2008-03-17 | 1 | -1/+1 |
| | | | | utf-8ish hopefully final commit before release | ||||
* | added Greek translation | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -0/+1 |
| | |||||
* | fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵ | Karl 'vollmerk' Vollmer | 2008-01-19 | 1 | -1/+3 |
| | | | | fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi | ||||
* | slight correction to installer | Karl 'vollmerk' Vollmer | 2007-12-24 | 1 | -2/+1 |
| | |||||
* | renamed a few files (missing php extension) | spocky | 2007-10-24 | 1 | -5/+5 |
| | | | | updated most of the tables so that every column is independently customizable by css rules | ||||
* | removed reference to file that I deleted... | Karl 'vollmerk' Vollmer | 2007-06-14 | 1 | -1/+0 |
| | |||||
* | updated sql file, and the install process now works | Karl 'vollmerk' Vollmer | 2007-05-13 | 1 | -38/+26 |
| | |||||
* | first step of installer works, will finish later tomorrow morning | Karl 'vollmerk' Vollmer | 2007-05-13 | 1 | -30/+24 |
| | |||||
* | removed reference to file that does not exist | Karl 'vollmerk' Vollmer | 2007-02-13 | 1 | -1/+0 |
| | |||||
* | removed scrub on password case we need to allow crazy crap in it :( | Karl 'vollmerk' Vollmer | 2006-12-06 | 1 | -1/+1 |
| | |||||
* | Fixed missing DOCTYPE and other required stuff on the install pages | pb1dft | 2006-11-20 | 1 | -7/+7 |
| | |||||
* | some minror tweaks | Karl 'vollmerk' Vollmer | 2006-11-04 | 1 | -5/+2 |
| | |||||
* | updated translations, new russian translation, generate config tool to ↵ | Karl 'vollmerk' Vollmer | 2006-10-22 | 1 | -1/+1 |
| | | | | update config and new putenv test on /test.php | ||||
* | wups | Karl 'vollmerk' Vollmer | 2006-09-29 | 1 | -1/+1 |
| | |||||
* | fixed up localplay a little more, to the point of it basicly working... ↵ | Karl 'vollmerk' Vollmer | 2006-09-28 | 1 | -0/+6 |
| | | | | added check for mysql on installer langue page, tweaked some css as well | ||||
* | fixed clean, added lang to installer (thx ros) and cleaned up catalog ↵ | Karl 'vollmerk' Vollmer | 2006-05-01 | 1 | -3/+96 |
| | | | | display a bit and mojoed lang list | ||||
* | new install theme and fixed jpeg resize issues | Karl 'vollmerk' Vollmer | 2006-04-18 | 1 | -1/+1 |
| | |||||
* | tweaked some stuff | Karl 'vollmerk' Vollmer | 2006-02-09 | 1 | -1/+1 |
| | |||||
* | fixed installer so that it works with new auth | Karl 'vollmerk' Vollmer | 2006-01-20 | 1 | -8/+12 |
| | |||||
* | fixed install script for when your in a subdir | Karl 'vollmerk' Vollmer | 2006-01-05 | 1 | -1/+3 |
| | |||||
* | updated registration mojo thx pb1dft also some fluf updates | Karl 'vollmerk' Vollmer | 2006-01-02 | 1 | -1/+1 |
| | |||||
* | fixed a few more glitches with the installer | Karl 'vollmerk' Vollmer | 2005-12-31 | 1 | -1/+2 |
| | |||||
* | fixed up install script and updated sql file | Karl 'vollmerk' Vollmer | 2005-12-31 | 1 | -1/+4 |
| |