summaryrefslogtreecommitdiffstats
path: root/wpmu-settings.php
Commit message (Expand)AuthorAgeFilesLines
* Lowercase blog and paths only, fixes #777donncha2008-10-241-1/+2
* Prepare SQL, fixes #719, props momo360modenadonncha2008-08-251-14/+14
* Strip 443 port from secure urls, fixes #714, props axelseaadonncha2008-08-221-0/+3
* Don't redirect main blog 404s and unknown blogs to signup page by default.donncha2008-07-161-6/+1
* Make sure the site_id is always set to something. Fixes #600, but presumes it...donncha2008-07-111-2/+3
* Make sure we set the current blog's blog_id when installingdonncha2008-06-131-0/+1
* Cleanup init processdonncha2008-06-051-3/+0
* Suppress instead of "hide" db errorsdonncha2008-05-071-2/+2
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-041-0/+1
* Added "NOBLOGREDIRECT" constant to redirect if a blog is unknown, fixes #522donncha2008-01-021-1/+5
* Change URL to point at Codex page, fixes #521, props drmikedonncha2008-01-021-4/+4
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunaby...donncha2007-10-261-0/+1
* Get "main blog" for current site before checking for page names, fixes #341, ...donncha2007-06-191-2/+4
* Add support for sunrise initialisation script at wp-content/sunrise.phpdonncha2007-06-081-2/+2
* Don't auto-redirect to non-www hostnamedonncha2007-03-121-37/+42
* Don't check blog status here. It's too earlydonncha2007-02-131-8/+0
* Strip port 80 from HTTP_HOST. Fixes #238 and #245donncha2007-01-291-1/+6
* Die if a port number is in the URLdonncha2007-01-091-0/+3
* Strip "." at the end of hostname. (fixes #156)donncha2006-09-281-0/+2
* Add "page" and "comments" to list of reserved urls used by main blog (fixed #...donncha2006-09-121-1/+1
* If there is only one site configured to use this db then skip a lot of needle...donncha2006-07-271-2/+5
* Point people at the debugging page if their install doesn't work.donncha2006-07-171-2/+2
* Match against ?p=x preview urls. (#79)donncha2006-07-131-1/+1
* Reword error message and remove link to support forum so ordinary users are n...donncha2006-07-121-3/+4
* If we can't find the site, then point them towards the main page of the only ...donncha2006-07-121-8/+18
* Lowercase pages and blognamesdonncha2006-07-111-2/+2
* Check that $pages is an array.donncha2006-07-111-0/+4
* For subdir installs, check if the request is for a page of the main blog.donncha2006-07-031-1/+13
* Added "wp-content" to the ignore list. Should allow php scripts in the plugin...donncha2006-07-031-1/+2
* Improve the error message shown on bad installsdonncha2006-06-291-20/+28
* Fixed autocomplete dropdowndonncha2006-06-281-1/+1
* Redirect to signup form if blog not found (#28)donncha2006-06-271-1/+10
* Check if final part of $path is a filename.donncha2006-06-271-1/+1
* Lookup fixesdonncha2006-06-241-29/+37
* Installer, signup and vhosts lookup fixesdonncha2006-06-231-10/+33
* Moved everything in wp-inst down a directory.donncha2006-06-221-0/+119