summaryrefslogtreecommitdiffstats
path: root/wpmu-settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Lowercase blog and paths only, fixes #777donncha2008-10-241-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1512 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Prepare SQL, fixes #719, props momo360modenadonncha2008-08-251-14/+14
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1446 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strip 443 port from secure urls, fixes #714, props axelseaadonncha2008-08-221-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1428 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't redirect main blog 404s and unknown blogs to signup page by default.donncha2008-07-161-6/+1
| | | | | | | | 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
* Make sure the site_id is always set to something. Fixes #600, but presumes ↵donncha2008-07-111-2/+3
| | | | | | it's site_id 1 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1373 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure we set the current blog's blog_id when installingdonncha2008-06-131-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1326 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup init processdonncha2008-06-051-3/+0
| | | | | | | Initialize the object cache sooner so sunrise.php can use it. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1322 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Suppress instead of "hide" db errorsdonncha2008-05-071-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1274 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-041-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "NOBLOGREDIRECT" constant to redirect if a blog is unknown, fixes #522donncha2008-01-021-1/+5
| | | | 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
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-261-0/+1
| | | | | | lunabyte, fixes #479 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1134 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Get "main blog" for current site before checking for page names, fixes #341, ↵donncha2007-06-191-2/+4
| | | | | | thanks bisente git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1001 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add support for sunrise initialisation script at wp-content/sunrise.phpdonncha2007-06-081-2/+2
| | | | | | | | | | | This script is called before site and blog lookup and could be used to perform domain mapping or skip the lookup process. Define SUNRISE constant in wp-config.php to enable. Create $current_site and $current_blog objects to skip regular lookup git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@995 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't auto-redirect to non-www hostnamedonncha2007-03-121-37/+42
| | | | | | | | | Strip "www." from all urls Added "no www" page to install Can now install from url starting with "www." git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@912 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't check blog status here. It's too earlydonncha2007-02-131-8/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@886 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strip port 80 from HTTP_HOST. Fixes #238 and #245donncha2007-01-291-1/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@871 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Die if a port number is in the URLdonncha2007-01-091-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@834 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strip "." at the end of hostname. (fixes #156)donncha2006-09-281-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@782 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add "page" and "comments" to list of reserved urls used by main blog (fixed ↵donncha2006-09-121-1/+1
| | | | | | #153 and #119) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@739 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If there is only one site configured to use this db then skip a lot of ↵donncha2006-07-271-2/+5
| | | | | | needless queries git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@709 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Point people at the debugging page if their install doesn't work.donncha2006-07-171-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@675 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Match against ?p=x preview urls. (#79)donncha2006-07-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@674 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reword error message and remove link to support forum so ordinary users are ↵donncha2006-07-121-3/+4
| | | | | | not confused. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@666 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If we can't find the site, then point them towards the main page of the only ↵donncha2006-07-121-8/+18
| | | | | | site in the db. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@664 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Lowercase pages and blognamesdonncha2006-07-111-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@655 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that $pages is an array.donncha2006-07-111-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@654 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* For subdir installs, check if the request is for a page of the main blog.donncha2006-07-031-1/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@630 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wp-content" to the ignore list. Should allow php scripts in the ↵donncha2006-07-031-1/+2
| | | | | | plugins dir to be called directly git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@625 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
* Fixed autocomplete dropdowndonncha2006-06-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@614 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to signup form if blog not found (#28)donncha2006-06-271-1/+10
| | | | 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
* 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-231-10/+33
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@593 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Moved everything in wp-inst down a directory.donncha2006-06-221-0/+119
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