| [12924]
|
wpmuguru
|
internalize uploaded media rewrite rule, see #11742
|
| [12922]
|
wpmuguru
|
add WP_DEBUG define check in DB code, props dxjones, see #12041
|
| [12921]
|
wpmuguru
|
reorganize code on ms startup. props nacin, see #11644
|
| [12920]
|
wpmuguru
|
minor fixes to populate_options(), UI tweaks, see #11644
|
| [12919]
|
wpmuguru
|
minor fixes/improvements to populate_network(), see #11644
|
| [12885]
|
wpmuguru
|
rearrage multisite initialization, remove deprecated $wpmuBaseTablePrefix, props nacin, see #11881
|
| [12884]
|
wpmuguru
|
change wp- rewrite more specific rewrite rule, see #11994
|
| [12883]
|
wpmuguru
|
block multisite enable on localhost and ip address, see #11816
|
| [12880]
|
wpmuguru
|
Improvements to queries in populate_network(), also gettext, props nacin, see #11816
|
| [12864]
|
wpmuguru
|
apply xmlrpc patch 2056 from MU 2.9.1.1, fixes #11999
|
| [12863]
|
wpmuguru
|
deprecate validate_email(), fixes #11745
|
| [12862]
|
wpmuguru
|
allow initial site_id to be assigned by MySQL, fixes #12021
|
| [12861]
|
wpmuguru
|
Add beginning of string to regex in [12860], See #11644
|
| [12860]
|
wpmuguru
|
Change options-permalinks to use is_main_site(), fix /blog offset display, See #11644
|
| [12857]
|
wpmuguru
|
Redirect wp-activate.php to register when not multisite, See #11644
|
| [12856]
|
wpmuguru
|
Redirect wp-signup.php to register when not multisite, See #11644
|
| [12837]
|
wpmuguru
|
Change link from wpmu-themes.php to ms-themes.php, Fixes #12034
|
| [12836]
|
wpmuguru
|
Change VHOST check to is_subdomain_install(), See #11796
|
| [12830]
|
wpmuguru
|
Move network screen to the tools menu, See #12027
|
| [12808]
|
wpmuguru
|
Fix table prefix on upgrade for 3.0 main site, Fixes #11970
|
| [12807]
|
wpmuguru
|
Change get_blogs_of_user to include 3.0 main site, Fixes #11975
|
| [12787]
|
wpmuguru
|
allow www installs to enable multisite, see #11945
|
| [12786]
|
wpmuguru
|
add real parent file for wpmu-admin.php, fixes #11961
|
| [12777]
|
wpmuguru
|
make server address in network settings a label, See #11644
|
| [12775]
|
wpmuguru
|
set default empty message, See #11644
|
| [12771]
|
wpmuguru
|
sync single and multisite cookie hash, remove extraneous code, See #11644
|
| [12769]
|
wpmuguru
|
add multisite theme admin, See #11644
|
| [12757]
|
wpmuguru
|
options network page, db variable change, See #11644
|
| [12756]
|
wpmuguru
|
implement multisite schema, upgrade, See #11644
|
| [12730]
|
wpmuguru
|
fix multisite object cache warnings, $table_prefix assignment, See #11644
|
| [12726]
|
wpmuguru
|
merge multisite wp-admin/includes except schema, See #11644
|
| [12725]
|
wpmuguru
|
change ms-blogs.php refs to ms-sites.php, remove extraneous character, See #11644
|
| [12724]
|
wpmuguru
|
revert permission check in [12722], props ddebernardy, See #11894
|
| [12722]
|
wpmuguru
|
merge wp-admin user, plugins, themes, upgrade , See #11644
|
| [12716]
|
wpmuguru
|
fix multisite logic in changeset 12712, See #11644
|
| [12714]
|
wpmuguru
|
add is_main_site() function, See #11644
|
| [12712]
|
wpmuguru
|
merge multisite admin - edit links,tags,cats,options, See #11644
|
| [12697]
|
wpmuguru
|
merge in multisite login, wp-includes, See #11644
|
| [12689]
|
wpmuguru
|
remove accidental executable flag, props ddebernardy, See #11743
|
| [12688]
|
wpmuguru
|
multi-site startup, See #11644
|
| [12681]
|
wpmuguru
|
remove hardcoded wp_ prefix, props ddebernardy, Fixes #11785
|
| [12674]
|
wpmuguru
|
Add is_subdomain_install() to ms code - Fixes #11796
|
| [12667]
|
wpmuguru
|
db class compatible with WP, MU & multi site - See #11644
|
| [12661]
|
wpmuguru
|
Add compatability for MU to is_multisite() - See #11644
|
| [12620]
|
wpmuguru
|
Change references to wpmu-edit.php - See #11644
|
| [12603]
|
wpmuguru
|
Add mu only (inactive) files
|
| [12602]
|
wpmuguru
|
Adding multi-site settings code
|
| [1263]
|
wonderboymusic
|
Add initial Unit Test for get_embedded_media(). Mainly tests prowess of get_tag_regex() in response to changes made for #23965.
|
| [1262]
|
wonderboymusic
|
Add more assertions for get_content_image(). See #23965.
|
| [1261]
|
wonderboymusic
|
Add initial tests for . See #23570
|
| [1260]
|
wonderboymusic
|
Add initial Unit Tests for images, galleries. See #22960
|
| [1258]
|
wonderboymusic
|
Add chat Unit Tests. See #23625.
|
| [23814]
|
westi
|
Pluggable Auth: When setting new passwords for users trim any leading or trailing space to match what we do when we test passwords.
Fixes #23494
|
| [23769]
|
westi
|
Revisions: UI Update.
* Refines the UI to make it clearer and easier to use
* Introduces weighted tickmarks
* Fixes comparison bugs.
See #23497 props adamsilverstein
|
| [23686]
|
westi
|
Multisite: Ensure that get_blogaddress_by_name does not mangle blognames with leading digits.
Correctly specify the backreference in the regular expression so that it can not become ambiguous when there is a leading digit on the blogname.
Fixes #23689 props dllh.
|
| [23685]
|
westi
|
Formatting: Pass the blog charset to htmlspecialchars so that we don't eat non-UTF8 strings in PHP 5.4
Fixes #23688
|
| [23639]
|
westi
|
Revisions: Updates to the new Revisions UI.
Various Updates including:
* i18n fixes
* Added tracking of what revision ID was restored
* async fetching of diffs so that slider works sooner even with many revisions
See #23497 props adamsilverstein, ethitter
|
| [23638]
|
westi
|
Revisions: Update the Styling for the Revisions UI props karmatosed see #23497.
|
| [23509]
|
westi
|
Revisions: Fix up some half renamed variables that break the view and display a mismash of split and combined views. See #23497 props adamsilverstein.
|
| [23508]
|
westi
|
Revisions: Fix up some bugs I introduced while reviewing the mega revisions patch - when comparing two historical revisions only one half of the diff would load
See #23497 props adamsilverstein.
|
| [23506]
|
westi
|
Revisions: First pass an implementing a new UI/UX for reviewing the revisions of posts. See #23497 props adamsilverstein for the initial patch.
This implements a new revisions ui using Backbone and preserves all the old methods of "integration" so the change should be transparent to plugins using revisi
ons with CPTs.
This is the first pass and so there are a number of things still to be resolved, more details in the ticket. Feedback welcomed.
|
| [23415]
|
westi
|
Revisions: Allow a plugin to force us to skip the don't save this revision because it hasn't changed code if it knows better.
See #7392 and #9843. Also cleans up the whitespace.
|
| [23414]
|
westi
|
Revisions: Before saving a new post revision make sure that something has changed in the fields that we are revisioning.
Fixes: #7392 and #9843 props adamsilverstein.
|
| [23404]
|
westi
|
Revisions: Pass the whole revision being filtered along with context about which side it is to the _wp_post_revision_field_$field filters.
Fixes #19932 props pollett, ethitter.
|
| [23265]
|
westi
|
Tighten our braces. Fixes #23118 props evansolomon.
|
| [22769]
|
westi
|
Posting: Improve the capability checking _wp_translate_postdata() when updating posts.
* Use the specific post_type's 'edit_post' cap
* Pass the ID of the post being edited.
Fixes #22417
|
| [22584]
|
westi
|
XMLRPC: When Editing an existing post make sure to use wp_update_post instead of wp_insert_post so as to not perform destructive actions on the content.
The wp.EditPost() API will accept very limited data to only edit specific attributes of a post, if you didn't supply a category change then we would previously
overwrite the original categories with the default cat.
Fixes #22220 props nacin.
|
| [22498]
|
westi
|
Multisite: When displaying the upload quota and space used in the dashboard widget format them nicely.
|
| [22497]
|
westi
|
Multisite: Move all the functions which calculate upload space usage to wp-includes so they apply correctly with front-end editors.
Fixes #22357 props wonderboymusic.
|
| [22442]
|
westi
|
Post UI: Provide visual feedback to the user if they try to set an invalid date for a post. Fixes #17180 props jkudish.
|
| [22273]
|
westi
|
i18n: Fix the usage of sprintf replacements in the user management admin page. See #22260.
|
| [22272]
|
westi
|
i18n: Fix the usage of sprintf replacements in the Multisite Network Admin new site page. See #22260.
|
| [22271]
|
westi
|
i18n: Fix the usage of sprintf replacements in the Multisite admin include files. See #22260.
|
| [22270]
|
westi
|
i18n: Fix the usage of sprintf replacements in the Multisite include files. See #22260.
|
| [21946]
|
westi
|
Export: Ignore auto-drafts when building the list of users for the export file. Fixes #21960.
|
| [21936]
|
westi
|
XMLRPC: Support searching via wp.getPosts() fixes #21623 props ericmann.
|
| [21935]
|
westi
|
Widgets: Add support for display the post date in the Recent Posts widget. Fixes #21064 props lancewillett and SergeyBiryukov.
|
| [21923]
|
westi
|
Passwords: Make it possible for plugins to enforce extra password strength / validity rules during the reset process.
Adds a filter in the password reset process so that a plugin can enforce particular password rules on users to compliment the existing filtering in the Profile modification process.
Fixes #21778.
|
| [21922]
|
westi
|
Posting: Improve the invalid date protection code based on feedback from nacin.
* Introduce a wp_checkdate() function with a single filter to centralise the code that validates dates.
* Improve the error message
* Correctly handle the return value of wp_insert_post which is not always a WP_Error on failure
Fixes #17180
|
| [21921]
|
westi
|
Posting: Make it much harder to create posts with invalid dates by enforcing the post date tests in the UI and the backend code.
Previously you could quite easily send a new post into the back of beyond by specifying an invalid date like the 30th Feb and this was very confusing.
Sometimes it would seem to work and sometimes the post would end up very far in the past - depending on the mysql version and other factors.
Fixes #17180 props jkudish.
|
| [21685]
|
westi
|
Make sure that we always generate random numbers correctly even if the PHP build is slightly broken and truncates large integers.
Fixes #19571 props mdawaffe.
|
| [21571]
|
westi
|
When comment paging is enabled make sure to have canonical links for each of the comment pages so that all the comments are indexed instead of just the ones that are displayed on the permalink itself.
Fixes #21579 props jkudish.
|
| [21570]
|
westi
|
Comments: Allow the caller of get_comments() to request comments with a specific comment_approved value.
This allows for a custom comment status to be queried directly overriding the status argument.
See #21101 props nbachiyski.
|
| [21474]
|
westi
|
Multisite: Fix the new get_space_used() function to correctly calculate Megabytes used and update some phpdoc. Props SergeyBiryukov.
|
| [21387]
|
westi
|
Multisite: Rework the upload space usage tracking code so as to be fully pluggable.
* Moves some admin only functions into wp-admin/includes/ms.php from wp-includes/ms-functions.php
* Reworked the variable naming to be more in line with the Coding Standards
* Introduced a new get_space_used() function instead of calculating it in multiple places.
Fixes #21181 props dllh and jkudish for inital work on this.
|
| [21260]
|
westi
|
Multisite: Tidy up [21256] and introduce/correct PHPDoc for a few other media upload functions.
Fixes #21179 props SergeyBiryukov.
|
| [21256]
|
westi
|
Multisite: Make it easy to replace or augment the over-quota message displayed when you try and upload new media and you have reached your quota.
Fixes #21179 props dllh, jkudish.
|
| [21081]
|
westi
|
The branch is ready for 3.4.1 alpha development.
|
| [21050]
|
westi
|
Restore the 'extra_theme_headers' filter in the deprecated get_theme_data function so that plugins/themes using this function can still access their extra headers.
Fixes #20897 props nacin, georgestephanis, SergeyBiryukov.
|
| [20879]
|
westi
|
Update the About page description of the improvements to the translations loading to more user facing language. Fixes #20742 props vanillalounge.
|
| [20859]
|
westi
|
i18n: Update the word splitting we use when trimming strings to build excerpts so that it has support for a character based mode for locales where character splitting is more approproate like Japan.
See #16079 props tenpura.
|
| [20373]
|
westi
|
Fix typo in [20372] - See #19922 props SergeyBiryukov.
|
| [20372]
|
westi
|
HTTP: Don't force cookie values to be urlencoded because it breaks usage of cookies in some scenarios like the LiveJournal Importer. Instead add a filter for a plugin to use if it really wants to have the cookie mangled. Fixes #19922 props pw201, dllh and kurtpayne.
|
| [20353]
|
westi
|
XMLRPC: Make sure that we always return valid dates when no date is currently set - for example if the post is pending. Fixes #19733 props markoheijnen and koke.
|
| [20351]
|
westi
|
XMLRPC: Add a check in mw.newPost to stop the authorID being changed to an invalid value. Fixes #20356 props maxcutler.
|
| [20330]
|
westi
|
Avoid fatal errors in check_theme_switched() if we fail to get a WP_Theme object for the old theme. Fixes #20334.
|
| [20323]
|
westi
|
XMLRPC: In mw_newPost check to see if the post_status has been supplied before trying to use it to avoid undefined array access notices. Fixes #19774 props maxcutler.
|
| [20322]
|
westi
|
XMLRPC: Fix bugs in mw_editPost hilighted by tests in [UT593]
* Feature image code did not actually set the feature image - See #18429
* This api call could trash post data - Fixes #20321.
|
| [20321]
|
westi
|
XMLRPC: Fix the featured image support in mw_newPost to use the correct variable names. See #18429 and [UT592].
|
| [20305]
|
westi
|
XMLRPC: Add the object ID to the return data of wp.uploadFile/metaWeblog.newMediaObject so that it can be used in other api calls e.g. setting featured image see #15098 props maxcutler
|