| Commit message (Expand) | Author | Age | Files | Lines |
* | De-clutter base directory; moving install-utils.inc into maintenance. | Brion Vibber | 2009-08-19 | 1 | -196/+0 |
* | PHP5 has been out for years now. | Chad Horohoe | 2009-08-12 | 1 | -4/+4 |
* | Add an install/update-time test for the PHP+libxml2 horrible XML input corrup... | Brion Vibber | 2009-08-11 | 1 | -0/+32 |
* | Remove completely unused file copy functions (grep'd core & extensions) | Chad Horohoe | 2009-08-05 | 1 | -29/+0 |
* | Ok I think this is a sign I'm done for the evening. Fixing other test checkin... | Brion Vibber | 2009-08-05 | 1 | -1/+1 |
* | remove junk function I gave up on -- no clear way to get unbuffered reads fro... | Brion Vibber | 2009-08-05 | 1 | -37/+0 |
* | Add support for using bash's built-in readline or equivalent for single-line ... | Brion Vibber | 2009-08-05 | 1 | -5/+87 |
* | Last update to call $dbw->sourceFile() directly. Throw wfDeprecated() in dbso... | Chad Horohoe | 2009-08-03 | 1 | -0/+1 |
* | Same as r48631; added "@file" when needed, also added doc in redirect.php and... | Alexandre Emsenhuber | 2009-03-21 | 1 | -0/+7 |
* | doc tweaks: link to http://www.php.net instead of mirrors. | Alexandre Emsenhuber | 2008-03-27 | 1 | -2/+2 |
* | * (bug 11355) Fix false positives in Safe Mode and other config detection | Brion Vibber | 2007-09-17 | 1 | -2/+2 |
* | (bug 11013) Make sure dl() is available before attempting to use it to check ... | Rob Church | 2007-08-22 | 1 | -1/+14 |
* | * (bug 10387) Detect and handle '.php5' extension environments at install time | Brion Vibber | 2007-06-28 | 1 | -2/+4 |
* | * (bug 9820) session.save_path check no longer halts installation, but warns ... | Rob Church | 2007-06-05 | 1 | -1/+17 |
* | Fix 9220: remove obsoletes functions in install-utils.inc | Antoine Musso | 2007-04-16 | 1 | -44/+0 |
* | The war on redundant ampersand usage! | Nick Jenkins | 2007-01-22 | 1 | -3/+3 |
* | * (bug 1000) Clarify warning about memory_limit in installer | Brion Vibber | 2007-01-15 | 1 | -1/+1 |
* | * Use raw file descriptor in posix_isatty() check to avoid warning on | Brion Vibber | 2006-12-29 | 1 | -1/+1 |
* | * Run PHP install version checks on update.php so command-line updaters see | Brion Vibber | 2006-11-11 | 1 | -0/+10 |
* | Workaround for http://bugs.php.net/bug.php?id=39215 | Tim Starling | 2006-10-22 | 1 | -7/+4 |
* | Move database checks toconfig/index.php | Greg Sabino Mullane | 2006-06-27 | 1 | -14/+0 |
* | We require PHP 5 now, make sure the installer requires this. | Brion Vibber | 2006-05-10 | 1 | -3/+3 |
* | Revert the rest of r13645; totally broken, tries to call an installer-specifi... | Brion Vibber | 2006-04-17 | 1 | -46/+4 |
* | Some minor changes to the installer after I reinstalled MW from scracth: | Antoine Musso | 2006-04-14 | 1 | -4/+46 |
* | * (bug 385) Installer support for PostgreSQL, fixes for PG compatibility | Brion Vibber | 2006-04-12 | 1 | -5/+11 |
* | Moved the bulk of dbsource() to Database.php. Added support for updating wiki... | Tim Starling | 2006-01-17 | 1 | -60/+14 |
* | * Added wfDie() wrapper, and some manual die(-1), to force the return code | Brion Vibber | 2006-01-14 | 1 | -2/+4 |
* | * (bug 2569) Use PATH_SEPARATOR instead of trying to guess based on DIRECTORY... | Brion Vibber | 2005-11-10 | 1 | -2/+2 |
* | Fix for some odd problems when reading from a non-tty | Tim Starling | 2005-11-01 | 1 | -6/+13 |
* | Added isatty() check to readconsole() | Tim Starling | 2005-09-08 | 1 | -2/+10 |
* | merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test... | River Tarnell | 2005-08-02 | 1 | -7/+8 |
* | typo | River Tarnell | 2005-07-07 | 1 | -1/+1 |
* | error handling is your friend | River Tarnell | 2005-07-07 | 1 | -1/+3 |
* | * (bug 2234) allow special chars in database passwords during install | Brion Vibber | 2005-05-29 | 1 | -4/+6 |
* | Single quotes, just for the hell of it | Tom Gilder | 2005-01-31 | 1 | -16/+16 |
* | Add basic support for table prefixes to the installer. (Probably will fail on... | Brion Vibber | 2004-12-01 | 1 | -1/+3 |
* | Use ob_implicit_flush() rather than ob_end_flush() in install-utils. | Brion Vibber | 2004-08-18 | 1 | -2/+3 |
* | * Support for table name prefixes throughout the code. No support yet for con... | Tim Starling | 2004-07-18 | 1 | -2/+2 |
* | OOP calling convention for database functions. DBMS abstraction implemented b... | Tim Starling | 2004-07-10 | 1 | -1/+2 |
* | better readconsole() function, moved from mcc.php and eval.php | Tim Starling | 2004-06-13 | 1 | -6/+10 |
* | Outputting MySQL's error message in dbsource() | Tim Starling | 2004-05-03 | 1 | -1/+2 |
* | Make sure output buffering is off for install scripts | Brion Vibber | 2004-03-13 | 1 | -0/+3 |
* | Imported the register_globals hack from REL1_2. Also starting work on | Brion Vibber | 2004-03-08 | 1 | -3/+0 |
* | Fix for 904065: use .php instead of .phtml extension by default | Brion Vibber | 2004-02-27 | 1 | -4/+8 |
* | Fix for compatibility with short_open_tag = Off | Brion Vibber | 2004-02-18 | 1 | -1/+1 |
* | * Recent Changes improvements: object oriented back end, move page annotation... | Tim Starling | 2004-01-17 | 1 | -5/+6 |
* | Committing Evan's patches (with some modifications), reintroducing class=inte... | Tim Starling | 2003-11-22 | 1 | -4/+4 |
* | Updates and mergine to install/update | Brion Vibber | 2003-11-20 | 1 | -0/+164 |