Dunno why this was never implemented, but the comments say it's OK, so here goes...
[squirrelmail.git] / src / configtest.php
2009-04-15 jervforsThere are too many modified files being committed witho...
2008-12-04 pdontthinkPut info about the user/group of the web server in...
2008-12-04 pdontthinkNeed to include files.php to use sq_is_writable()
2008-11-21 pdontthinkUse sq_is_writable()
2008-10-28 pdontthinkFix broken LDAP bind; thanks to Marcel Schleusner
2008-07-19 pdontthinkAllow a different server address for the POP server...
2008-07-04 pdontthinkAllow plugins to specify that other plugins are incompa...
2008-07-03 pdontthinkAllow plugin configtest more functionality by including...
2008-03-28 jervforsTurning the FIXMEs into one-liners.
2008-03-11 pdontthinkAdding FIXME notes
2008-03-03 kinkget_magic_quotes_* functions deprecated in PHP 5.3...
2007-12-16 kinkoptionally make use of dynamic mysql extension loading...
2007-10-08 jervforsAdding a "short_open_tag" configuration test.
2007-10-01 pdontthinkAdd safe_mode notes in configtest; it might be nice...
2007-08-31 pdontthinkHandy place to show error reporting values - can use...
2007-08-14 pdontthinkShow English plugin name in configtest plugins list
2007-07-14 kinkadd PAGE_NAME constant to every page under src/.
2007-05-18 pdontthinkMinor adjustments to variable_orders & gpc_order checks...
2007-05-17 kinkreplace preg_split without a regular expression with the
2007-05-07 pdontthinkUse constant instead of hard-coded string for plugin...
2007-05-06 pdontthinkAdd ability for plugin to indicate that they are not...
2007-05-03 pdontthinkImplement checks for correct PHP variables_order and...
2007-04-05 pdontthinkAdd generic get_plugin_requirement() function and chang...
2007-03-22 pdontthinkAdd functions to help diagnose if plugin dependencies...
2007-03-22 pdontthinkRemove $version, use SM_VERSION constant instead
2007-02-05 pdontthinkNew get_plugin_version() function, and a couple places...
2007-02-02 pdontthinkMinor cleanup
2007-02-02 pdontthinkAdd (disabled) plugin version printout
2007-01-20 pdontthinkBoolean hook call needs priority 1 to error out when...
2007-01-20 pdontthinkComment change only
2007-01-13 kinkincrement year in copyright notices
2007-01-07 kinkAdd warning about magic_quotes_* in configtest.
2006-12-20 pdontthinkLanguage fix
2006-12-11 pdontthinkRe-enable plugins in configtest
2006-12-10 pdontthinkMassive update to plugin system architecture. Please...
2006-10-12 pdontthinkReminder to update to make plugin requirements checks
2006-10-07 tokulclean globals, turn on display of errors and load all...
2006-10-04 tassiumWhen incrementing config file version numbers, we must...
2006-08-29 tokulXCOURIEROUTBOX indicates option that can create duplica...
2006-08-04 tokuldon't tag subfolders of Drafts,Trash and Sent as specia...
2006-07-17 kinkMake the base for the SquirrelMail URL configurable...
2006-05-13 tokulresubmitting last Monday updates and adding php 5.1...
2006-05-01 tokulmoved get_location() before html output
2006-04-06 tokulfixed register_globals test. if configuration set with...
2006-04-05 tassiumReverted the init.php requirement. Marc raised some...
2006-04-05 tassiumModified configtest to use the new init.php system.
2006-03-15 tokuladding supported locale tests and displaying current...
2006-02-26 tokultrue != 2 in this case
2006-02-21 jervforsIncluding plugins integrated into 1.5.1 core.
2006-02-21 jervforsAdding comments about obsolete plugins.
2006-02-21 jervforsTypo.
2006-02-21 jervforsAdding more obsolete plugins.
2006-02-21 tassiumAdded "bad plugin" blacklist (currently contains "view_...
2006-02-05 tokulswitched doctype to standard compliance mode
2006-01-29 tokuladding $config_version check
2006-01-29 tokulfix starttls check
2006-01-28 tokulAdded IMAP and SMTP STARTTLS extension support.
2006-01-23 tokulcopyright update
2006-01-13 tokulimaps service does not have to report support of STARTT...
2005-12-20 tokulremoved any possible globalized var. It is possible...
2005-09-18 jervforsphpDocumentor updates
2005-09-10 tokuladding rg=on test
2005-07-14 tokulphp 5.1b2 - can't use function call inside array_shift...
2005-06-04 jervforsFormatting and adding FIXME to addressbook.php
2005-04-23 jervforsTrimming whitespace and replacing tabs
2005-04-04 kinkAdd a META robots noindex/nofollow tag to SquirrelMail...
2005-03-20 tokuldata_dir is not that important in pear based setups.
2005-03-19 janglissFix configtest to use correct PostgreSQL connection...
2005-01-24 kinkdata_dir doesn't need to be readable. It has to executa...
2005-01-09 kinkHave configtest check whether the sq_default_language...
2005-01-07 jervforsReplacing tabs with spaces, trimming white space at...
2005-01-07 tokuladding mbstring overloading test and splitting some...
2005-01-07 jervforsReplacing tabs with spaces, trimming white space at...
2005-01-07 kinkAdd base url to output of configtest.php.
2004-12-27 kinkIncrement year in copyright notice.
2004-11-02 jervforsReplacing tabs with spaces, trimming white space at...
2004-08-18 kink* Check for capabilities in configtest, and warn here...
2004-08-15 jervforsIndentation fixes and minor cleanups
2004-08-12 ebullientadd ldap test if ldap is in use
2004-07-01 kinkBe a bit more verbose in the error message about PEAR...
2004-04-26 kinkResponses from servers could legitimately contain ...
2004-04-12 tokulfixing phpdoc warnings re:SM_PATH. Moving Id tags to...
2004-04-03 kinkOnly check for DB if using that; explicitly check the...
2004-04-03 tokulAdding php pear db tests
2004-03-31 ebullientDon't gripe about not being able to read the attachment...
2004-03-14 tokulAdding some i18n checks
2004-03-11 kinkWe don't support PHP 4.0.x anymore; update the docs...
2004-02-28 kinkMove configtest.php script to src/, because it will...