summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gmt_offset is already elsewheredonncha2005-11-071-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@419 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure site admins can logindonncha2005-11-071-0/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@418 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Massive WP Mergedonncha2005-11-0765-1329/+2565
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@417 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check for "_" in username.donncha2005-11-032-2/+8
| | | | | | | Print "email used" message git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@416 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge - Flickr thumbnail browser!donncha2005-11-027-101/+400
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@415 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Massive WP mergedonncha2005-10-2810-46/+71
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@414 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Forgot slashes, links were being stripped!donncha2005-10-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@413 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed "more" tagdonncha2005-10-281-2/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@412 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup, cache number of blogs count.donncha2005-10-261-30/+39
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@411 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make Referers page a little nicer when no referersdonncha2005-10-261-3/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@410 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Run titles of current posts through ksesdonncha2005-10-261-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@409 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-10-265-51/+69
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@408 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Massive WP Mergedonncha2005-10-2413-109/+256
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@407 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* When adding a new category, don't forget the parent!donncha2005-10-191-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@406 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-10-195-890/+947
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@405 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge - added ol/ol to kses, added upload to page editordonncha2005-10-173-5/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@404 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add Ordered list tags to ksesdonncha2005-10-141-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@403 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge: cleaned up wp_insert_post and admin-dbdonncha2005-10-142-32/+32
| | | | | | | wp_attach_object doesn't use table status now, in similar fashion git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@402 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Massive code formatting cleanup and url slash fixingdonncha2005-10-1315-340/+388
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@401 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only allow numbers and letters in the usernamedonncha2005-10-121-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@400 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added category id filterdonncha2005-10-121-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@399 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better error reporting of reg pagedonncha2005-10-121-16/+20
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@398 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Category fixesdonncha2005-10-112-12/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@397 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reverse changes from WP Merge - use options cache only when not installing, ↵donncha2005-10-111-3/+7
| | | | | | and check wp_queries array git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@396 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed pings!donncha2005-10-112-2/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@395 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge: Code cleanups from markjaquith. fixes #1743, admin-db is needed ↵donncha2005-10-103-469/+456
| | | | | | for wp_delete_category, Blogger updates from skeltoac. * No more SSL * No more fopen wrappers required (all CURL) * Better FTP handling * Better duplicate handling * Strings marked for translation * Post IDs are cronological * Coffee stays fresher longer. fixes #1737 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@394 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* bytes, not kilobytes!donncha2005-10-071-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@393 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Escape sqldonncha2005-10-071-6/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@392 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Global categories use new hooks nowdonncha2005-10-071-14/+16
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@391 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added upload hooks. check for available space and file sizedonncha2005-10-072-1/+51
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@390 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WordPress Merge - image deletion and moredonncha2005-10-0713-298/+410
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@389 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added plugin hook to blogs listingdonncha2005-10-031-1/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@388 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better search (Matt)donncha2005-10-031-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@387 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Users are not allowed registerdonncha2005-10-031-4/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@386 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Stats are nice, but take ages!donncha2005-10-031-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@385 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed some tinymce plugins (Matt)donncha2005-10-031-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@384 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed one WPLANG (Tomk32 spotted this too)donncha2005-10-031-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@383 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Wordpress mergedonncha2005-10-035-222/+255
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@382 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* When invited user registeres, create a new key for them: invite_hash.donncha2005-09-293-4/+4
| | | | | | | | This is the md5 of the email address they were invited. Solves the problem where user doesn't use the same email address when registering: invites don't match up. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@381 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No stripslashes()donncha2005-09-292-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@380 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Categories shouldn't have slashesdonncha2005-09-291-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@379 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added image uploading script!donncha2005-09-281-0/+332
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@378 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove slashes from category names.donncha2005-09-283-3/+11
| | | | | | | Add plugin to fix upload path through filter. (Thanks Andy!) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@377 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Updated kses rulesdonncha2005-09-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@376 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed upload path for new uploaderdonncha2005-09-275-6/+12
| | | | | | | | | blogs script handles sub-dirs remove second "rich editor" checkbox remove upload link from menu git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@375 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge, Andy's new upload code, REQUIRES upgrading of db!donncha2005-09-278-250/+191
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@374 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-261-3/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@373 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Categories: check for default category (not cat_ID == 1) when deleting.donncha2005-09-262-8/+17
| | | | | | | | Update default category option if cat_ID changes after edit. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@372 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Final part of code to allow global loginsdonncha2005-09-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@371 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed problem with Chinese and Japanese characters being removed.donncha2005-09-261-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@370 7be80a69-a1ef-0310-a953-fb0f7c49ff36