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