| [4386]
|
markjaquith
|
make_clickable() now faster and supports more link positions, from mdawaffe and myself. fixes #3228
|
| [4385]
|
markjaquith
|
make_clickable() now faster and supports more link positions, from mdawaffe and myself. fixes #3228
|
| [239]
|
saxmatt
|
make_clickable didn't work with AIM names with spaces.
|
| [1347]
|
michelvaldrighi
|
make xmlrpc_getpostcategory support multiple, comma-separated categories
|
| [163]
|
tellyworth
|
make test-image.jpg RGB, not grayscale
|
| [4857]
|
markjaquith
|
make sure nothing going into the object cache is being passed by reference. fixes #3726
|
| [4856]
|
markjaquith
|
make sure nothing going into the object cache is being passed by reference. fixes #3726
|
| [101]
|
tellyworth
|
make sure errors are handled the same way in different environments
|
| [12777]
|
wpmuguru
|
make server address in network settings a label, See #11644
|
| [1706]
|
michelvaldrighi
|
make pingback.ping use wp_new_comment
|
| [16121]
|
scribu
|
make not_found puctuation translatable. See #14579
|
| [123]
|
tellyworth
|
make new formatting tests run
|
| [36]
|
tellyworth
|
make it possible to override DIR_TESTPLUGINS in wp-config.php
|
| [8212]
|
markjaquith
|
make get_alloptions() consistent with get_option() WRT tag_base untrailingslashit()ing
|
| [14509]
|
wpmuguru
|
make end month in export inclusive, see #10317
|
| [4446]
|
markjaquith
|
make /languages/ directory default to /wp-content/languages/ with fallback to /wp-includes/languages/. Props Nazgul. fixes #3315
|
| [13673]
|
ryan
|
make *_option(), *_transient() functions consistently expect unslashed data. Props Denis-de-Bernardy. see #12416
|
| [19818]
|
nacin
|
mailserver_login and mailserver_pass should always be LTR. see #19598.
|
| [752]
|
alex_t_king
|
made tooltips work with multiple posts per day
|
| [367]
|
alex_t_king
|
made the search an 'AND' search (I think)
|
| [721]
|
alex_t_king
|
made the pop-up comment link friendly url aware
|
| [738]
|
alex_t_king
|
made the bookmarklet safari compatible and enabled passing in the title, task #49
|
| [359]
|
alex_t_king
|
made quicktags work
|
| [2877]
|
matt
|
login not necessarily unique.
|
| [5064]
|
ryan
|
login accessibility patch from Viper007Bond. fixes #3620
|
| [7289]
|
matt
|
logging button should be titlecase.
|
| [20780]
|
duck_
|
log_app(): s/$message/$msg/. Props tamlyn. Fixes #20670.
|
| [21183]
|
nacin
|
load-importer-$importer hook. props simonwheatley. fixes #21071.
|
| [575]
|
saxmatt
|
list_cats to use new category link function.
|
| [17146]
|
ryan
|
link_notes and term_description escaping fixes. Props garyc40. fixes #15454
|
| [9202]
|
ryan
|
link_before and link_after from thee17. fixes #5652
|
| [9484]
|
ryan
|
link_before and link_after for wp_list_pages(). Props thee17. fixes #8041
|
| [9274]
|
ryan
|
link-template phpdoc from jacobsantos. fixes #5642
|
| [1416]
|
jverber
|
link-manager.php assumed register globals was on for one variable
|
| [14420]
|
wpmuguru
|
limit upload size to site's available limit, see #12853
|
| [16858]
|
ryan
|
like_escape() search string. see #15764
|
| [6680]
|
ryan
|
like_escape() from nbachiyski. see #5684
|
| [1676]
|
michelvaldrighi
|
letting IXR take care of URI parsing, while leaving the old way to call weblog_ping possible
|
| [1839]
|
michelvaldrighi
|
leave my textarea opened, kthx
|
| [797]
|
saxmatt
|
last_cats fix from TheJason.
|
| [1044]
|
michelvaldrighi
|
lastBuildDate now uses the last modification date (as GMT), redundant old conditional get code now removed
|
| [6408]
|
ryan
|
language_attributes() improvements from ionfish. fixes #5393
|
| [12276]
|
azaozz
|
l10n for thickbox.js, props nbachiyski, fixes #10278
|
| [3429]
|
ryan
|
kses regex tweakage for better comment filtering. fixes #2130
|
| [17730]
|
ryan
|
kses optimizations. Props duck_. fixes #17045
|
| [4653]
|
ryan
|
kses function reorg to match trunk.
|
| [8386]
|
azaozz
|
kses - properly escape non-Unicode entities. Fixes #6583. Props schiller.
|
| [8387]
|
azaozz
|
kses - don't use create_function in preg_replace_callback. Fixes #7363.
|
| [201]
|
tellyworth
|
known bug 6518
|
| [4584]
|
markjaquith
|
kill double slashing on delete AYS alert(). fixes #3424
|
| [934]
|
michelvaldrighi
|
just moving these two lines fixes the the_date() issue for GMT
|
| [1282]
|
michelvaldrighi
|
just commenting this out for security
|
| [3907]
|
ryan
|
js_escape() in onclicks. fixes #2851
|
| [3906]
|
ryan
|
js_escape() in onclicks. fixes #2851
|
| [5736]
|
markjaquith
|
js_escape improvements from Alexander Concha. Catches ' ' ' ' ' ' ' etc. for 2.0.x
|
| [5735]
|
ryan
|
js_escape improvements from Alexander Concha. Catches ' ' ' ' ' ' ' etc.
|
| [5734]
|
ryan
|
js_escape improvements from Alexander Concha. Catches ' ' ' ' ' ' ' etc.
|
| [4700]
|
ryan
|
js_escape and quot fixes from nbachiyski. fixes #3524
|
| [5934]
|
ryan
|
jquery for widgets admin. Props filosofo. see #3824
|
| [6214]
|
ryan
|
jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805
|
| [6213]
|
ryan
|
jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805
|
| [5804]
|
ryan
|
jquery data selector for post timestamps. Props tellyworth. fixes #4641
|
| [4962]
|
ryan
|
jQuery was moved to jquery subdir. Remove redundant libs.
|
| [7973]
|
ryan
|
jQuery update
|
| [7935]
|
ryan
|
jQuery UI core and tabs 1.5b4
|
| [22833]
|
koopersmith
|
jQuery UI 1.9.2. props ocean90. fixes #22563.
|
| [22361]
|
ryan
|
jQuery UI 1.9.1
Props ocean90
fixes #22290
|
| [21657]
|
nacin
|
jQuery UI 1.9 RC.
Adds Tooltip, Menu, and Spinner.
Autocomplete depends on Menu.
Renames Effects files.
1.9 final is expected next week.
see #21736.
|
| [17346]
|
ryan
|
jQuery UI 1.8.9. Props demetris. fixes #16331
|
| [17304]
|
nacin
|
jQuery UI 1.8.8. props demetris, fixes #16234.
|
| [16863]
|
ryan
|
jQuery UI 1.8.7. Props demetris. fixes #15766
|
| [16165]
|
ryan
|
jQuery UI 1.8.6. Props demetris. fixes #15303
|
| [15711]
|
ryan
|
jQuery UI 1.8.5. Props demetris. fixes #12863
|
| [20660]
|
nacin
|
jQuery UI 1.8.20. fixes #20559.
Fixes placeholder sizes when sorting post and dashboard meta boxes.
|
| [20492]
|
nacin
|
jQuery UI 1.8.19. props ocean90. fixes #20466.
|
| [13201]
|
ryan
|
jQuery UI 1.7.2. fixes #11595
|
| [8601]
|
ryan
|
jQuery UI 1.5.2
|
| [8205]
|
ryan
|
jQuery UI 1.5.1
|
| [8064]
|
ryan
|
jQuery UI 1.5
|
| [24204]
|
ocean90
|
jQuery UI 1.10.3. fixes #23370.
|
| [23892]
|
nacin
|
jQuery UI 1.10.2.
props ocean90. fixes #23370.
|
| [23442]
|
nacin
|
jQuery UI 1.10.1.
props ocean90. see #23370.
|
| [23423]
|
nacin
|
jQuery UI 1.10.0.
Some lingering issues with the edit/insert link dialog.
props ocean90.
see #23370.
|
| [17912]
|
azaozz
|
jQuery UI 1..8.12, props hebbet, fixes #16656
|
| [24252]
|
ocean90
|
jQuery Migrate 1.2.1. see #22975.
|
| [23516]
|
nacin
|
jQuery Migrate 1.1.1. props ocean90. see #22975.
|
| [22228]
|
nacin
|
jQuery Masonry for uploaded custom headers. props zamoose. fixes #20346.
|
| [23954]
|
ocean90
|
jQuery Color 2.2.1. fixes #22562.
|
| [23421]
|
nacin
|
jQuery 1.9.1 and jQuery Migrate 1.1.0.
Remains uncompressed for now, until we work out all 1.9.x issues.
Fixes custom fields.
props ocean90, wonderboymusic. see #22975.
|
| [22182]
|
nacin
|
jQuery 1.9.0 final. see #21736.
|
| [23301]
|
nacin
|
jQuery 1.9 final. jQuery Migrate 1.0. Uncompressed for now, while we iron out kinks.
props jorbin. see #22975.
|
| [22593]
|
nacin
|
jQuery 1.8.3. fixes #22432.
|
| [21958]
|
nacin
|
jQuery 1.8.2. props ocean90, fixes #21957.
|
| [21658]
|
nacin
|
jQuery 1.8.1-not-quite-final. fixes #21736.
|
| [21695]
|
koopersmith
|
jQuery 1.8.1 final. Also restores jQuery.noConflict(). props ocean90, fixes #21736.
|
| [21590]
|
ryan
|
jQuery 1.8.0 and jQuery UI 1.8.23. Props c3mdigital. see #21532
|
| [20337]
|
nacin
|
jQuery 1.7.2. props ocean90. fixes #20339.
|
| [19423]
|
azaozz
|
jQuery 1.7.1, fixes #19326
|
| [19165]
|
nacin
|
jQuery 1.7.
props ocean90, fixes #19144.
|
| [17907]
|
azaozz
|
jQuery 1.6.1 and fix for some small bugs that popped up while testing it, props JDTrower, fixes #17311
|