summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sync home with default theme, fixes #593donncha2008-04-1715-115/+209
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1238 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Applied patch in #590 by momo360modena and fixed a minor bug with blog searchingdonncha2008-04-169-446/+401
| | | | 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-142-12/+47
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1235 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed text, fixes #578donncha2008-04-141-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1234 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor changes to users page.donncha2008-04-111-9/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1233 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed "Delete user" button on users page. Fixes #585donncha2008-04-111-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1232 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Limit user search to current blog onlydonncha2008-04-101-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1231 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Extra html removed, fixes #586, props mypatricksdonncha2008-04-101-2/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1230 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use blog_id when comparing blogs, fixes #583donncha2008-04-101-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1229 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Put plugins in the right place, not overwriting "Settings"donncha2008-04-101-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1228 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move check for site_admin, props bazza, fixes #584donncha2008-04-101-4/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1227 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* weblog_title gets passed to update_option() eventually which expects ↵donncha2008-04-101-1/+1
| | | | | | unescaped values git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1226 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Extra html, fixed #589donncha2008-04-101-3/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1225 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add id and style attributes to a few more html tagsdonncha2008-04-091-0/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1224 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
* Update the default category ID when it's changed, fixes #580, props MrBriandonncha2008-04-081-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1221 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* suppress errors to hide install post query failuredonncha2008-04-081-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1220 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't query all the usersdonncha2008-04-041-2/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1219 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-04301-26495/+28340
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strip class and id from html tags in ksesdonncha2008-03-271-0/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1217 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use strpos, faster than preg_matchdonncha2008-03-211-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1216 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Deleted empty directoriesdonncha2008-03-190-0/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1215 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add and delete WP 2.5 files. *DON'T SVN UPDATE!*donncha2008-03-19325-3442/+25726
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1214 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added show_adduser_fields filter, fixes #550, props axelseaadonncha2008-03-141-1/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1213 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* 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