summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sanitize_title does too much, leave it out. fixes #688donncha2008-07-221-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1390 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* SQL optimizations, fixes #642, thanks momo360modenadonncha2008-07-212-18/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1389 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "SECURE_AUTH_SALT" constant so sitewide ssl logins workdonncha2008-07-212-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1388 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Backup the object cache when switching and restore it afterwards.donncha2008-07-211-0/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1387 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't overwrite site_name, fixes #686, props Andydonncha2008-07-211-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1386 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check VHOST properlydonncha2008-07-201-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1385 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strictly sanitize username or blogname.donncha2008-07-181-3/+5
| | | | | | | Strip "@" in blogname when using VHOSTs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1384 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use sanitize_* functions for addblog parameters. fixes 680donncha2008-07-171-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1383 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only show this message to site admins. fixes #679, props axelseaadonncha2008-07-171-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1382 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Put the | in the filter, fixes #672, thanks axelseaadonncha2008-07-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1381 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* This "Flash uploader" message is in core now. fixes #682, thanks axelseaadonncha2008-07-171-41/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1380 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wpmu_update_blog_options" action to allow plugins to update blog ↵donncha2008-07-171-0/+1
| | | | | | options, fixes #683, props momo360modena git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1379 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor typodonncha2008-07-161-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1378 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't redirect main blog 404s and unknown blogs to signup page by default.donncha2008-07-163-8/+19
| | | | | | | | Added "is_main_blog()" function Redirect to NOBLOGREDIRECT on main blog 404 and unknown blog if that constant set, fixes #677 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1377 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Filter "allowed_themes", props lunabyte, fixes #678donncha2008-07-161-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1376 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "get_id_from_blogname()"donncha2008-07-151-0/+15
| | | | | | | get_blog_details() can take blogname now. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1375 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge with rev 8339donncha2008-07-1554-497/+1111
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1374 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure the site_id is always set to something. Fixes #600, but presumes ↵donncha2008-07-111-2/+3
| | | | | | it's site_id 1 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1373 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure username and blogname are alphanumeric only, fixes #523donncha2008-07-112-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1372 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for colon, fixes #660, thanks mypatricks.donncha2008-07-111-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1371 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removing index.php, adding readme.txt, fixes #673donncha2008-07-112-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1370 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removing index.php, adding readme.txtdonncha2008-07-112-3/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1369 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "pre_site_option_*" and "site_option_*" filterdonncha2008-07-111-6/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1368 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix signup meta information, fixes #674donncha2008-07-112-2/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1367 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "admin_header_navigation" filter to allow WordPress.org codex and ↵donncha2008-07-101-1/+1
| | | | | | forum links to be changed. fixes #672 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1366 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Change login link to wp_register()donncha2008-07-101-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1365 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use $blogname instead of $blog_id to avoid conflicts with the global ↵donncha2008-07-102-56/+58
| | | | | | | | | | | variable $blog_id. This affects the following filters: signup_another_blog_init, signup_blog_init, wpmu_validate_blog_signup. The "newblog_id" filter becomes "newblogname". Fixed stack problem with switching and restoring blogs. Fixes #674 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1364 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Correct PHP_SELF when VHOST == no, fixes #626, props jergendutchdonncha2008-07-091-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1363 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* insert_with_markers() is active again, but switch off rewrite rules writing. ↵donncha2008-07-091-1/+1
| | | | | | fixes #644 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1362 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow posts to be transfered to different users before deleting users, fixes ↵donncha2008-07-092-4/+50
| | | | | | #668 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1361 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge with revision 8300donncha2008-07-0918-70/+116
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1360 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Rename "home" theme.donncha2008-07-091-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1359 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Beta 1 to come soondonncha2008-07-081-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1358 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use site_url()donncha2008-07-081-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1357 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP merge to revision 8283donncha2008-07-084-5/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1356 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 8266donncha2008-07-0718-124/+141
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1355 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only check the nonce on the signup pagedonncha2008-07-071-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1354 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Experimental signup noncedonncha2008-07-041-0/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1353 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Enable checking of plugin versions. Not mu-plugins. props Christopherdonncha2008-07-041-1/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1352 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added AUTH_KEY and SECURE_AUTH_KEYdonncha2008-07-042-1/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1351 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge with revision 8255donncha2008-07-046-20/+27
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1350 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Mangle the admin email address when a blog isn't activated, fixes #671donncha2008-07-041-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1349 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Set the wp_default_secret_key, fixes #670, props trentdonncha2008-07-041-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1348 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 8249donncha2008-07-0330-146/+741
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1347 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Set ADMIN_COOKIE_PATH to / for non VHOST installs, slightly less secure but ↵donncha2008-07-031-2/+7
| | | | | | fixes #677, props rboren git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1346 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added LOGGED_IN KEY and SALT, fixes #670donncha2008-07-023-7/+14
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1345 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 8216donncha2008-07-0251-423/+915
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1344 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Delete all tables of a blog, not just the WP ones, props jamescollins and ↵donncha2008-07-021-17/+4
| | | | | | lunabyte, fixes #669 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1343 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 8195donncha2008-06-3010-32/+47
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1342 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Pass blog_id to the remove function, props mtdewvirusdonncha2008-06-301-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1341 7be80a69-a1ef-0310-a953-fb0f7c49ff36