summaryrefslogtreecommitdiffstats
path: root/install.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: clean up heads in /Paul Arthur2013-01-251-7/+1
|
* check_database() -> Dba::check_database()Paul Arthur2012-11-081-1/+1
|
* Clean up check_database, more direct mysql callsPaul Arthur2012-11-081-2/+8
|
* Clean up direct callers of mysql_error()Paul Arthur2012-11-081-1/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-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 includesPaul Arthur2012-03-141-0/+1
| | | | Slightly overzealous in removing things
* Refactor similar init code into new init-tiny.phpPaul Arthur2012-03-131-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_arrayPaul Arthur2012-03-061-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 Vollmer2011-07-271-1/+4
| | | | | | there is also an additional check before that if the config file is writeable
* Clean up some PHPDoc crapPaul Arthur2011-04-041-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 phpdocmomo-i2011-02-031-20/+33
|
* Fix potential issue with Apache+Windows causing extranous slash in path ↵Karl 'vollmerk' Vollmer2010-10-291-2/+7
| | | | during install
* Fixed: didn't show lang and Charset, if Write Config.momo-i2010-07-061-0/+2
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Made an redirect when it seems like the installation has already been completed.dipsol2009-11-041-36/+37
|
* fixed for PHP 5.3.0 deprecate warningsmomo-i2009-07-021-1/+1
|
* Add Hint for translatorsmomo-i2009-05-191-3/+9
|
* sync from branchKarl 'vollmerk' Vollmer2009-05-061-0/+6
|
* more work for alpha2 release, clean up install and debug a bitKarl 'vollmerk' Vollmer2009-03-081-0/+1
|
* verify that they at least typed in the right db information, before creating ↵Karl 'vollmerk' Vollmer2008-11-291-1/+9
| | | | the config file for them
* improved error messages during install if you fail at typing the same thing ↵Karl 'vollmerk' Vollmer2008-11-271-1/+1
| | | | twice
* sync from branchKarl 'vollmerk' Vollmer2008-08-301-9/+7
|
* Updated tempalate, po files, and Install process.momo-i2008-08-271-10/+44
|
* sync from branchesKarl 'vollmerk' Vollmer2008-07-241-0/+3
|
* correct type in install pageKarl 'vollmerk' Vollmer2008-06-021-1/+1
|
* fixed install, fixed default sort on single album viewKarl 'vollmerk' Vollmer2008-05-291-0/+1
|
* updated locales, hopefully one of the last commits before 3.4 stable releaseKarl 'vollmerk' Vollmer2008-05-101-1/+1
|
* updated sql files, tweak to the update and installers to make it more ↵Karl 'vollmerk' Vollmer2008-03-171-1/+1
| | | | utf-8ish hopefully final commit before release
* added Greek translationKarl 'vollmerk' Vollmer2008-02-281-0/+1
|
* fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵Karl 'vollmerk' Vollmer2008-01-191-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 installerKarl 'vollmerk' Vollmer2007-12-241-2/+1
|
* renamed a few files (missing php extension)spocky2007-10-241-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' Vollmer2007-06-141-1/+0
|
* updated sql file, and the install process now worksKarl 'vollmerk' Vollmer2007-05-131-38/+26
|
* first step of installer works, will finish later tomorrow morningKarl 'vollmerk' Vollmer2007-05-131-30/+24
|
* removed reference to file that does not existKarl 'vollmerk' Vollmer2007-02-131-1/+0
|
* removed scrub on password case we need to allow crazy crap in it :( Karl 'vollmerk' Vollmer2006-12-061-1/+1
|
* Fixed missing DOCTYPE and other required stuff on the install pagespb1dft2006-11-201-7/+7
|
* some minror tweaksKarl 'vollmerk' Vollmer2006-11-041-5/+2
|
* updated translations, new russian translation, generate config tool to ↵Karl 'vollmerk' Vollmer2006-10-221-1/+1
| | | | update config and new putenv test on /test.php
* wupsKarl 'vollmerk' Vollmer2006-09-291-1/+1
|
* fixed up localplay a little more, to the point of it basicly working... ↵Karl 'vollmerk' Vollmer2006-09-281-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' Vollmer2006-05-011-3/+96
| | | | display a bit and mojoed lang list
* new install theme and fixed jpeg resize issuesKarl 'vollmerk' Vollmer2006-04-181-1/+1
|
* tweaked some stuffKarl 'vollmerk' Vollmer2006-02-091-1/+1
|
* fixed installer so that it works with new authKarl 'vollmerk' Vollmer2006-01-201-8/+12
|
* fixed install script for when your in a subdirKarl 'vollmerk' Vollmer2006-01-051-1/+3
|
* updated registration mojo thx pb1dft also some fluf updatesKarl 'vollmerk' Vollmer2006-01-021-1/+1
|
* fixed a few more glitches with the installerKarl 'vollmerk' Vollmer2005-12-311-1/+2
|
* fixed up install script and updated sql fileKarl 'vollmerk' Vollmer2005-12-311-1/+4
|