summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Now you see it, now you don't! Moving this to a plugin for the time being.donncha2006-06-303-3223/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@621 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* We should create this just in case.donncha2006-06-301-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@620 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added Simple Pie RSS aggregator librarydonncha2006-06-305-54/+3264
| | | | | | | | Added Friends aggregator (experimental) Added category dropdown to edit links form. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@619 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge (kill the foo!)donncha2006-06-303-3/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@618 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove out of date message (thanks lajevardi)donncha2006-06-301-2/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@617 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Improve the error message shown on bad installsdonncha2006-06-291-20/+28
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@616 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Forgot to add the check for $wp_roles in restore_blog.. (#50)donncha2006-06-281-1/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@615 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed autocomplete dropdowndonncha2006-06-283-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@614 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sync some filesdonncha2006-06-286-16/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@613 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Some meta information goes in blog options, others into wp_blogs. (should ↵donncha2006-06-282-1/+5
| | | | | | fix #46 WRT "public" problem) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@612 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* archived is an enum again. Converting existing blogs to tinyint makes them ↵donncha2006-06-281-1/+1
| | | | | | all archived (#46) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@611 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Create blogroll category and link2cat records for default links.donncha2006-06-282-1/+10
| | | | | | | Update category_count record in categories table git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@610 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Display uploaded images in subdirs. Fixes #47donncha2006-06-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@609 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move the categories down a bitdonncha2006-06-281-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@608 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that $wp_roles exists ↵donncha2006-06-281-3/+5
| | | | | | (http://mu.wordpress.org/forums/topic.php?id=965&page=2&replies=32#post-7211) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@607 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Unset the WPMU home theme for hosted blogs (fixes #42, thanks Podz!)donncha2006-06-271-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@606 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make "archived" a tinyint (#19)donncha2006-06-271-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@605 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Applied redirection patch from bug #27.donncha2006-06-274-52/+52
| | | | | | | In blogs display, use $path if using subdirs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@604 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to signup form if blog not found (#28)donncha2006-06-272-2/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@603 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check if final part of $path is a filename.donncha2006-06-271-1/+1
| | | | | | | This fixes problems with logging in using subdirs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@600 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-06-2739-1420/+1710
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@599 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove Invites stuff. It's broken and should be done in a 3rd party plugin.donncha2006-06-263-241/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@598 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Create $illegal_names if it's not created during install. (fixes #36)donncha2006-06-261-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@597 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed the login linkdonncha2006-06-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@596 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-06-2620-40/+70
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@595 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Lookup fixesdonncha2006-06-241-29/+37
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@594 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Installer, signup and vhosts lookup fixesdonncha2006-06-233-15/+37
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@593 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP mergedonncha2006-06-2311-279/+311
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@592 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Moved everything in wp-inst down a directory.donncha2006-06-22430-111/+487
| | | | | | | | Uses's Ryan Boren's htaccess rules and mods If you're upgrading, try this on a test server first! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@591 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed, to be replaceddonncha2006-06-221-440/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@590 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* More VHOST/sub-dirs changesdonncha2006-06-223-23/+30
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@589 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for this message, posting to main blog goes to blog/donncha2006-06-221-6/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@588 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-06-224-53/+67
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@587 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* VHOSTs updates. Things may be a little unstable for a few days.donncha2006-06-213-33/+57
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@586 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use VHOST to decide what urls to printdonncha2006-06-202-7/+20
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@585 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Write config file correctlydonncha2006-06-201-3/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@584 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Installs into directories not root should work better now.donncha2006-06-202-11/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@583 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sometimes "home" is blank and Incoming Links doesn't work. (fixes #31)donncha2006-06-201-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@582 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use Snoopy if fopen() won't open a remote url. Patch from #4 (Props fimion)donncha2006-06-202-10/+27
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@581 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use Scripaculous autocomplete (fixes #32)donncha2006-06-202-10/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@580 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-06-207-214/+244
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@579 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed the "X is your new blog" message.donncha2006-06-191-21/+8
| | | | | | | | Redirect to the base domain to sign up Removed cruft git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@578 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* What's this wordpress.com stuff then?donncha2006-06-191-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@577 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Leave out language stuff for nowdonncha2006-06-191-8/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@576 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow comments to be posted!donncha2006-06-191-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@575 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix the first post (#30)donncha2006-06-191-1/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@574 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added list of main blog postsdonncha2006-06-191-0/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@573 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Install updatesdonncha2006-06-191-8/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@572 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-06-198-21/+116
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@571 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-06-162-18/+14
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@570 7be80a69-a1ef-0310-a953-fb0f7c49ff36