summaryrefslogtreecommitdiffstatshomepage
path: root/wp-admin/setup-config.php
Commit message (Expand)AuthorAge
* New develop.svn.wordpress.org repository based on the old core.svn repository.Andrew Nacin2013-08-07
* Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_sl...Ryan Boren2013-03-01
* Add missing comma. props bradparbs. fixes #22507.Sergey Biryukov2013-03-01
* Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a...Ryan Boren2013-03-01
* Revert to esc_attr_e() in setup-config.php to prevent a fatal error.Sergey Biryukov2013-02-19
* Change all core API to expect unslashed rather than slashed arguments.Ryan Boren2013-02-14
* Use correct escaping function. fixes #23334.Sergey Biryukov2013-02-14
* Scope button classes so they can be used on the frontend without interfering ...Ryan Boren2012-11-30
* Use retina logo in install, upgrade, setup-config, repair, and confirmation s...Ryan Boren2012-11-07
* Buttons:Andrew Ozz2012-10-26
* Consolidate some strings. Props pavelevap, SergeyBiryukov. see #21728Ryan Boren2012-10-05
* On setup-config step 2, default to focusing on the textarea and selecting its...Andrew Nacin2012-09-16
* Curly quotes for setup-config strings.Andrew Nacin2012-09-16
* If wp-config.php is not writable from setup-config, make the resulting textar...Andrew Nacin2012-09-16
* Rename duplicately defined internal functions (add_js, display_header) for do...Andrew Nacin2012-09-15
* setup-config.php must be parseable by PHP4 so we can show a sane error messag...Andrew Nacin2012-09-04
* Don't include functions.php in wp_load_translations_early()Andrew Nacin2012-09-04
* setup-config.php cleanupsRyan Boren2012-04-30
* Move closing HTML tag outside _e(), props jiehanzheng, fixes #20510Andrew Ozz2012-04-22
* Do sanity checks for register_globals and magic quotes in setup-config.php. s...Andrew Nacin2012-04-16
* Update login-logo.png to use proper color. Copy it over wordpress-logo.png. M...Andrew Nacin2012-02-17
* Add some RTL misses for setup-config. props SergeyBiryukov, fixes #18180.Andrew Nacin2012-02-08
* Poka-yoke.Andrew Nacin2012-01-30
* Give install.css on setup-config.php some cache busting. see #19592.Andrew Nacin2012-01-30
* Introduce wp_load_translations_early(), which can be used before the locale i...Andrew Nacin2012-01-26
* Use regex to fill in config-sample. Prevents translators from needing to manu...Andrew Nacin2012-01-06
* Fix styling for the installation screens, props chexee, fixes #18576Andrew Ozz2011-11-15
* Remove duplicated id attribute. props pagesimplify. (wp-testers)Andrew Nacin2011-07-31
* <!DOCTYPE html> for all, fixes #18202Andrew Ozz2011-07-22
* Mark a few files as needing to be parsable by PHP4 in order to show the prope...Andrew Nacin2011-06-29
* wp_check_php_mysql_versions() during setup and install. see #17934.Andrew Nacin2011-06-29
* Restore compat.php includes. see #16918Mark Jaquith2011-04-07
* Take out unnecessary compat functions from compat.php. Props hakre, ptahdunba...Ryan Boren2011-04-05
* Don't improperly whitescreen on incorrect DB credentials during setup-config....Andrew Nacin2010-12-08
* Begin the dissolution of classes.php. see #10287.Andrew Nacin2010-10-30
* Revert submit_button() for wp-includes, setup-config, install, login, signup....Andrew Nacin2010-10-29
* Expand submit_button() capabilities. Replace all (or almost all) manual HTML ...Mark Jaquith2010-10-28
* Strip trailing whites.Ryan Boren2010-05-03
* Remove debug.Andrew Nacin2010-05-03
* Prevent fatal error when falling back to fsockopen in the setup-config.php ke...Andrew Nacin2010-05-03
* Unbreak setup-config.php. see #12990Andrew Nacin2010-04-13
* Pretty up the code text boxes on Install. Affects the non-writable wp-config....Dion Hulse2010-03-28
* Validate Table Prefix in wp-config.php generator. Props johnl1479. Fixes #12622Dion Hulse2010-03-28
* Standardize db config-sample values. fixes #11523Andrew Nacin2010-03-27
* Load WP_HTTP dependencies (translation support) for setup-config.php. Prevent...Dion Hulse2010-03-09
* Add nag for missing authentication keys in network.php. See #11816Andrew Nacin2010-03-06
* Allow bypass of http call to wp.org (for keys/salts), via URL query var. See ...Andrew Nacin2010-02-19
* More and more, hosts are not using localhost for the MySQL connection. Reword...Mark Jaquith2010-02-15
* Use an expanded special character set when generating auth keys and salts via...Andrew Nacin2010-02-14
* Fall back to wp_generate_password() in setup-config.php if HTTPS request for ...Andrew Nacin2010-02-14