summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixes from Trunkdonncha2008-11-241-16/+55
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1541 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor whitespace cleanupdonncha2008-10-081-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1503 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Send welcome email to users when blog created from backend.donncha2008-10-021-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1501 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Get get list of blogs from current blog. Calling wp.getUsersBlogs doesn't ↵donncha2008-09-221-2/+7
| | | | | | work because xmlrpc server object just doesn't exist. See #735 git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1491 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Forgot it's in an object.donncha2008-09-191-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1488 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Call wp_getUsersBlogs() directly instead of xmlrpc requestdonncha2008-09-191-7/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1487 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that we're not the "main blog" when deleting the current blog. Fixes #637donncha2008-09-021-2/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1463 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow graceful_fail message to be filtered, props jamescollins, fixes #705donncha2008-09-011-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1460 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Massive cleanup of wpmu-functions, props momo360modena, fixes #719donncha2008-08-281-203/+225
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1450 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Missing )donncha2008-08-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1444 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Locale changes from #708, props momo360modenadonncha2008-08-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1443 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use the current site_id when activating a new blog, fixes #726, props lunabytedonncha2008-08-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1433 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Delete new_user_ key when user is added to blog.donncha2008-08-151-0/+1
| | | | | | | Update text to warn of confirmation email git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1425 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove whitespace from usernames and domain namesdonncha2008-07-281-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1405 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Confirm addition of new users. fixes #630donncha2008-07-221-0/+16
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1395 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove media button from tinymce editor because movie embed codes are ↵donncha2008-07-221-0/+6
| | | | | | stripped by default, fixes #606 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1392 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
* 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
* 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
* Don't redirect main blog 404s and unknown blogs to signup page by default.donncha2008-07-161-0/+16
| | | | | | | | 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
* 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
* Make sure username and blogname are alphanumeric only, fixes #523donncha2008-07-111-0/+1
| | | | 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
* 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-111-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1367 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use $blogname instead of $blog_id to avoid conflicts with the global ↵donncha2008-07-101-33/+35
| | | | | | | | | | | 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
* 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
* Move locale setup into a filter, may fix #655donncha2008-06-171-0/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1331 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need forthis debugging codedonncha2008-06-041-6/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1319 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't restore blog so soondonncha2008-05-291-2/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1318 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Experimental: warn if blog_id is changed without switch_to_blog() being ↵donncha2008-05-231-2/+4
| | | | | | called because it results in cache pollution git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1310 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use base_prefix instead of hardcoding the prefix, props luigisa, fixes #638donncha2008-05-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1308 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cache fixes when creating a new blogdonncha2008-05-231-6/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1307 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Pass previous blod_id to actiondonncha2008-05-221-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1304 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Turn off object caching when WP_INSTALL is setdonncha2008-05-191-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1298 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add link to use browser upload rather than Flash uploader, props tellyworthdonncha2008-05-121-0/+41
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1283 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Clean up switching code. Don't switch to current blog.donncha2008-05-091-3/+11
| | | | | | | | If using an object cache make sure it knows about MU groups Added "counts" group for 2.5.1 compatibility git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1281 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added set_blog_id(), props rborendonncha2008-05-091-58/+11
| | | | | | | Use set_blog_id() when switching blogs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1279 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Suppress instead of "hide" db errorsdonncha2008-05-071-9/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1274 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for ScriptAculios any more, fixes #616. props momo360modenadonncha2008-05-071-5/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1269 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup wpmu-functions, fixes #607, props momo360modenadonncha2008-04-241-24/+19
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1263 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that user isn't a site_admin before deleting their blog 1 perms, fixes ↵donncha2008-04-181-1/+1
| | | | | | #536 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1246 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added text-decoration to default allowed styles, props kkwangendonncha2008-04-181-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1245 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Applied patch in #590 by momo360modena and fixed a minor bug with blog searchingdonncha2008-04-161-12/+23
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1237 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reduce the number of styles alloweddonncha2008-04-151-10/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1236 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow 'style' attribute, but filter the styles alloweddonncha2008-04-141-11/+33
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1235 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow "class" and "id" attributes because the WYSIWYG editor uses them ↵donncha2008-04-091-4/+0
| | | | | | extensively, fixes #581 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1223 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix import upload size, fixes #571donncha2008-04-081-5/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1222 7be80a69-a1ef-0310-a953-fb0f7c49ff36