summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add "waiting for email" message, fixes #564, props drmikedonncha2008-03-141-2/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1212 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add a trailing slash to URLs ending in /wp-admin, fixes #351, props deanbagdonncha2008-03-141-1/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1211 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Test the cache group properlydonncha2008-03-141-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1210 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Return blog_id in create_empty_blog(), fixes #563, props v.guerarddonncha2008-03-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1209 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Clean cache of old term_id, fixes #569, props chmacdonncha2008-03-131-2/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1208 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* gettext fixes, clean_url(). fixes #555, props momo360modenadonncha2008-03-131-24/+43
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1207 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor changes, fixes #554, props momo360modenadonncha2008-03-131-5/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1206 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Set new blogs as public, fixes #532donncha2008-03-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1205 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed gettext, fixes #553, props taidonncha2008-03-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1204 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove unfiltered_html capdonncha2008-03-121-2/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1203 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wpmu_blog_updated" action, fixes #567, props chmacdonncha2008-03-101-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1202 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Hopefully fix filesystem caching, #557donncha2008-03-101-49/+50
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1201 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cast term id to int. fixes #562ryan2008-02-201-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1200 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Backporting http://trac.wordpress.org/changeset/6332 from WP trunk to fix #562donncha2008-02-191-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1199 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to the user's blog properlydonncha2008-02-141-2/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1198 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3.3donncha2008-02-055-47/+59
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1196 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add options-permalinks.php back in!donncha2008-02-031-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1195 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged WP 6710donncha2008-02-031-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1194 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Bump version number to 1.3.2donncha2008-01-241-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1192 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wp_upload_bits" filter to check uploaded files before writing themdonncha2008-01-242-0/+20
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1191 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't allow blogs to be sorted by users or actions, fixes #549donncha2008-01-231-3/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1190 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove siteurl and home from option whitelistdonncha2008-01-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1189 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Whitelist the options pages. (plugins may break, see forum)donncha2008-01-239-22/+122
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1188 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix disk caching: save and gets match, avoid possible collisions between blogsdonncha2008-01-151-8/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1187 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Replace wordpress.com with localhost.localdomain example emaildonncha2008-01-142-2/+2
| | | | | | | Use site admin email on non-activated blogs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1186 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Restored line after it removed in a merge, fixes #535, props chmacdonncha2008-01-111-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1185 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for this any more, fixes #534, props drmikedonncha2008-01-111-18/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1184 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure main blog is public, possibly fixes #532donncha2008-01-111-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1183 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use DB_COLLATE constant to define collate variable.donncha2008-01-111-1/+5
| | | | | | | Change utf8 to something mysql understands, fixes #539 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1182 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow blog and user welcome and signup notifications to be customized with a ↵donncha2008-01-021-0/+14
| | | | | | filter. Fixes #524 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1181 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed invites links, fixes #525, props andrea_rdonncha2008-01-021-5/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1180 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use wp_redirect() instead of header(), fixes #522, props chmacdonncha2008-01-022-8/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1179 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "NOBLOGREDIRECT" constant to redirect if a blog is unknown, fixes #522donncha2008-01-022-1/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1178 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Change URL to point at Codex page, fixes #521, props drmikedonncha2008-01-021-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1177 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed typo, fixes #526, props andrewbillitsdonncha2008-01-021-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1176 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "show_adduser_fields" to hide "Add user" form, fixes #520donncha2008-01-021-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1175 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed "draggable" code, should fix #488donncha2008-01-021-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1174 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed cpanel forum post url, fixes #531, props drmikedonncha2008-01-021-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1173 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3.2donncha2008-01-0218-474/+293
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1172 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* 64bit fix for gettext. see WP #3780ryan2007-12-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1171 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Pagination, props ktlee, fixes #518 donncha2007-12-041-23/+27
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1170 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Return "Blog suspended" message only if blog marked as spam, fixes #515donncha2007-12-041-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1169 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed pagination, fixes #519, props ktleedonncha2007-12-042-9/+16
| | | | | | | Update siteurl and home if domain updated git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1168 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added signup_finished action for user signup confirmation, fixes #510donncha2007-12-041-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1167 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for this, it's already filtered before going to dbdonncha2007-12-041-3/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1166 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that user is logged indonncha2007-12-041-2/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1165 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use MUPLUGINDIR, props chmac, fixes #508donncha2007-11-231-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1164 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Echo the footer text, props chmac, fixes #507donncha2007-11-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1163 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove extra codedonncha2007-11-222-14/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1162 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move custom code from menu.php to mu.phpdonncha2007-11-222-34/+69
| | | | | | | Added 'admin_menu_permission' hook git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1161 7be80a69-a1ef-0310-a953-fb0f7c49ff36