summaryrefslogtreecommitdiff
path: root/install.php
Commit message (Collapse)AuthorAge
* Release preparationGuy Brand2015-08-10
|
* changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | better stylability
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * new PHP minimum requirement is now 5.3.3Andreas Gohr2014-10-14
| | | | | | | | that's the version in Debian old stable
| * release preparationsAndreas Gohr2014-09-29
| |
* | more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
|/
* allow config presets with installerAndreas Gohr2014-06-22
| | | | | | | | | | | | | this adds the ability to place a install.conf file next to the install.php which contains additional config options to be written to conf/local.php on completion of the installer. The install.conf is automatically deleted then. This is useful for automated DokuWiki installers or downloaders that take care of downloading DokuWiki and then drop the user in the default install dialog for initial setup. These tools may set up host specific things options like rewrites, image magic path or file permission settings in this preset.
* check mbstring function overloading in installer. closes #736Andreas Gohr2014-05-24
|
* Release preparationGuy Brand2014-05-05
|
* Release preparationGuy Brand2013-12-08
|
* Release preparationGuy Brand2013-11-18
|
* swapped logic for allowing/disabling registration in installerAnika Henke2013-11-17
|
* changed user approval option to disable registration option in installerAnika Henke2013-11-17
|
* removed redundant lineAnika Henke2013-11-10
|
* changed how to approve users in installer ACL policyAnika Henke2013-11-09
|
* added possibility to approve users to ACL policies in installerAnika Henke2013-11-09
|
* release preparationAndreas Gohr2013-10-29
|
* fixed references to images in old template (FS#2816)Anika Henke2013-07-21
|
* we now require PHP 5.2.0 at leastAndreas Gohr2013-06-02
|
* Release preparationGuy Brand2013-05-10
|
* browser-based logo resizing in install.php FS#2763Andreas Gohr2013-04-19
| | | | | server side resizing now needs a security hash which we can' provide in the installer, yet.
* install.php: Added pack() to required DokuWiki PHP functions (FS#2761)lupo492013-03-31
|
* Release preparationsGuy Brand2013-03-06
|
* disable additional auth plugins in installerAndreas Gohr2013-02-16
|
* changed popularity linkAndreas Gohr2012-12-16
|
* added option to enable automatic popularity data in installerAndreas Gohr2012-12-07
|
* Merge pull request #119 from whoopdedo/installerstringsAndreas Gohr2012-12-02
|\ | | | | Translatable string for "None" license selection
| * Translatable string for "None" license selectionTom N Harris2012-07-17
| | | | | | | | | | The position of the option was moved to the end of the list so the English label "None of the above" will make sense.
* | Only call set_magic_quotes_runtime in the installer when it exists FS#2583Michael Hamann2012-09-14
| | | | | | | | | | According to the documentation the function was removed in PHP 5.4.0 though it still seems to exist in my PHP 5.4.6 installation.
* | Release preparationGuy Brand2012-09-10
| |
* | replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
|/
* fixed validation errors in the installerAnika Henke2012-07-14
|
* changed all doctypes to html5 doctypeAnika Henke2012-07-14
|
* consider empty files as no file in installerElan Ruusamäe2012-07-08
| | | | | | | | | | | allow empty config file to proceed installation as we package default config empty in first install as packager may provide empty file in package, to ensure correct file permissions. import old patch: http://cvs.pld-linux.org/packages/dokuwiki/install.patch
* xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|
* enable ACL by default on installTom N Harris2012-06-24
|
* validate inputs to install formTom N Harris2012-06-24
|
* use more secure password hash for admin pass FS#2536Andreas Gohr2012-06-23
|
* let installer check for functions needed in HTTPClient FS#2505Andreas Gohr2012-05-04
|
* release preparationsAndreas Gohr2012-01-25
|
* Remove testing md5 hash from installerGuy Brand2012-01-15
|
* make the installer check for new media dirsAndreas Gohr2012-01-10
|
* Release preparationsAdrian Lang2011-11-10
|
* Release preparationsAdrian Lang2011-05-25
|
* Release preparationsAdrian Lang2011-04-22
|
* check for spl_autoload_register() in install.phpAndreas Gohr2010-11-24
| | | | See http://forum.dokuwiki.org/post/22120
* release preparationsAndreas Gohr2010-11-07
|
* preparations for another release candidateAndreas Gohr2010-10-27
|
* use gmdate in installerAndreas Gohr2010-10-24
|