Dries Buytaert
|
40417f5a6f
|
- Patch #258397 by John Morahan, Dries, R.Muilwijk, Bart Jansens, grendzy, Berdir: IP address identification not broad enough.
|
2010-03-17 13:58:45 +00:00 |
Angie Byron
|
50040920bf
|
#335035 follow-up by andypost: Fixed failure in tests.
|
2010-03-13 22:33:05 +00:00 |
Dries Buytaert
|
5e32593f3d
|
- Patch #716602 by effulgentsia: refactor ajax_render() and clean up 'ajax' element type.
|
2010-03-13 06:55:50 +00:00 |
Angie Byron
|
1106db6456
|
#739142 by casey: Fixed Filter UI completely broken by Jquery 1.4.
|
2010-03-12 22:31:37 +00:00 |
Dries Buytaert
|
8e39e9abb1
|
- Patch #612894 by yched, David_Rothstein: field_format() is just a pile of code that doesn't work.
|
2010-03-12 19:51:40 +00:00 |
Dries Buytaert
|
2c3c1a9303
|
- Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a 'standard' user_delete_multiple() API.
|
2010-03-12 15:56:30 +00:00 |
Dries Buytaert
|
160b42812c
|
- Patch #335035 by boombatower, Damien Tournoud, ksenzee, Berdir, Dave Reid, effulgentsia: Simpletest drupalPost() incorrectly submits input for disabled elements, causing unreliable testing of forms that contain them.
|
2010-03-12 14:38:37 +00:00 |
Dries Buytaert
|
d8e62ff260
|
- Patch #681782 by Dave Reid: 'clean' option in token_replace() does not do anything.
|
2010-03-12 14:33:02 +00:00 |
Dries Buytaert
|
4f0e59e1cc
|
- Patch #734762 by Damien Tournoud, sun, scor: tidy up the filter upgrade path.
|
2010-03-12 14:31:01 +00:00 |
Dries Buytaert
|
f87f488e1d
|
- Patch #431776 by catch, agentrickard, Damien Tournoud, Dries: cron should run as anonymous when invoked via the run-cron link on the status report page.
|
2010-03-12 14:20:32 +00:00 |
Angie Byron
|
5d0cacf825
|
#86299 follow-up by coltrane and clojel: Stop users' passwords from being stored in users.data in plain-text. Ouch.
|
2010-03-12 05:20:29 +00:00 |
Angie Byron
|
aaf9a83db6
|
#556872 by Davy Van Den Bremt, pwolanin, sun, and eojthebrave: Fixed Action links do not work on all levels (example: 'add block' action link does not appear).
|
2010-03-12 05:14:14 +00:00 |
Dries Buytaert
|
f79e4f3420
|
- Patch #600392 by merlinofchaos, sun: search_form() has an argument but this argument is partially ignored.
|
2010-03-12 02:29:23 +00:00 |
Dries Buytaert
|
eb09590717
|
- Patch #738468 by andrewmacpherson: remove 'user-defined' comments from standard install profile.
|
2010-03-11 22:48:34 +00:00 |
Dries Buytaert
|
54d7a298d2
|
- Patch #131432 by dereine, alienbrain, sun: #field_prefix() and #field_suffix() work on textfields only.
|
2010-03-11 22:46:32 +00:00 |
Dries Buytaert
|
cf476fefe3
|
- Patch #738332 by catch: fixed E_NOTICE in file_field_load().
|
2010-03-11 22:44:44 +00:00 |
Dries Buytaert
|
052a1da533
|
- Patch #739450 by mr.baileys: rename WATCHDOG_EMERG to WATCHDOG_EMERGENCY.
|
2010-03-11 21:23:06 +00:00 |
Dries Buytaert
|
e603247301
|
- Patch #739488 by mr.baileys: REGISTRY_* constants are not text filtering flags.
|
2010-03-11 21:21:36 +00:00 |
Angie Byron
|
b34b8b023e
|
#674852 follow-up by casey and aspilicious: Fix overlay tab behaviours.
|
2010-03-10 20:34:57 +00:00 |
Angie Byron
|
75f42e323f
|
#737202 by sun: Fixed Vertical tabs don't use full available width.
|
2010-03-10 20:32:56 +00:00 |
Angie Byron
|
2e460ac3b4
|
#737596 by casey: Fixed tabledrag.js: ('.indentation', testCell).get(1) is undefined.
|
2010-03-10 20:31:59 +00:00 |
Angie Byron
|
632ae14d9c
|
#587706 follow-up by plach: trim GET['q'] centrally in request_path() so subsequent places don't have to do it.
|
2010-03-10 19:36:14 +00:00 |
Angie Byron
|
b00ab9d17a
|
#559266 by kkaefer: Fixed “Seven” breaks keyboard navigation.
|
2010-03-10 19:31:17 +00:00 |
Angie Byron
|
4eb7f8b460
|
#725148 by greggles: Fixed Fatal error when saving forum administration form.
|
2010-03-10 17:59:00 +00:00 |
Dries Buytaert
|
c761fb01f4
|
- Patch #673884 by casey, mfer: optimize Drupal.parseJSON.
|
2010-03-10 15:14:38 +00:00 |
Dries Buytaert
|
879eb7ef3c
|
- Patch #715762 and #684268 by seutje, casey: large gap above node preview in overlay.
|
2010-03-10 14:46:23 +00:00 |
Dries Buytaert
|
6156949804
|
- Patch #566390 by Gábor Hojtsy, Jose Reyero: apply locale import protection to the plural forms.
|
2010-03-10 14:23:32 +00:00 |
Dries Buytaert
|
76cdb85478
|
- Patch #731426 by fago: fixed recursed entity loading doesn't work.
|
2010-03-10 14:04:26 +00:00 |
Angie Byron
|
b01d053c10
|
#676008 follow-up by casey: jQuery 1.4.2 fixes for Overlay.
|
2010-03-09 22:23:59 +00:00 |
Angie Byron
|
290fe38c57
|
#653580 by mfer, Rob Loach, cosmicdreams, et al: Upgrade to jQuery 1.4.2.
|
2010-03-09 20:52:28 +00:00 |
Dries Buytaert
|
2787acc050
|
- Patch #644338 by yched: file_field_update() triggered a full entity load durung entity_save().
|
2010-03-09 17:06:37 +00:00 |
Dries Buytaert
|
117f039a07
|
- Patch #735900 by andypost: deleting custom block does not clean block_role() table.
|
2010-03-09 12:09:52 +00:00 |
Dries Buytaert
|
f1b02a80f4
|
- Pach #730462 by Heine, Damien Tournoud: OpenID should support openid.invalidate_handle.
|
2010-03-09 12:07:37 +00:00 |
Dries Buytaert
|
cb66dfd766
|
- Patch #735628 by sun, Jacine: resizable textarea behavior leads to unpredictable results.
|
2010-03-09 11:45:37 +00:00 |
Dries Buytaert
|
5e7944d5a8
|
- Patch #711682 by aspilicious: fixed tyle issues.
|
2010-03-09 11:39:07 +00:00 |
Dries Buytaert
|
d2f6d6a0c3
|
- Patch #578212 by marcvangend, scor: fixed SA-CORE-2010-001, blocked user session regeneration.
|
2010-03-09 03:52:02 +00:00 |
Dries Buytaert
|
154d593e5d
|
- Patch #503782 by skilip, Davy Van Den Bremt, eojthebrave, sign: not able to select region at block creation.
|
2010-03-09 03:48:59 +00:00 |
Dries Buytaert
|
972d2fed4d
|
- Patch #721400 by pwolanin: order JS files according to weight, don't change filenames for aggregated JS/CSS.
|
2010-03-09 03:39:44 +00:00 |
Dries Buytaert
|
7e8b9f8093
|
- Patch #730418 by catch: allow modules to bypass taxonomy_get_tree() for term reference select lists.
|
2010-03-08 17:50:40 +00:00 |
Angie Byron
|
59792013cc
|
#525058 by andypost, mfb, and oneoftwo: Fixed pages view for profile fields broken.
|
2010-03-08 15:46:58 +00:00 |
Angie Byron
|
7b67066ecb
|
#734726 by David_Rothstein: Fixed Incorrect capitalization on button 'Save Changes'.
|
2010-03-08 15:45:26 +00:00 |
Angie Byron
|
e0e885e00e
|
#734770 by andypost: Fix the extra Drupal 6 upgrades.
|
2010-03-08 15:44:36 +00:00 |
Angie Byron
|
afbc26d7d1
|
#734742 by Damien Tournoud: Upgrade path: no need to change the definition of the {url_alias()} table twice.
|
2010-03-08 15:41:57 +00:00 |
Angie Byron
|
af8e8c6e87
|
#652176 follow-up by David_Rothstein: Clarify confusing comment.
|
2010-03-08 15:40:25 +00:00 |
Angie Byron
|
7e26556a92
|
#735630 by David_Rothstein: Fixed hook_filter_format_delete() documentation recursion.
|
2010-03-08 05:21:23 +00:00 |
Angie Byron
|
be78796ff2
|
#414424 follow-up by sun: Minor follow-ups to text_format patch.
|
2010-03-08 03:59:25 +00:00 |
Angie Byron
|
56e60eb06f
|
#594412 by mrfelton: Correctly label all site-owning super-admin permissions.
|
2010-03-08 02:41:46 +00:00 |
Angie Byron
|
726d3af278
|
#414424 follow-up: Forgot to add filter.js
|
2010-03-07 23:59:20 +00:00 |
Dries Buytaert
|
29dc1d64e1
|
- Patch #734750 by Damien Tournoud: unnecessary belly-dancing about indexes on {comment}.
|
2010-03-07 23:27:14 +00:00 |
Angie Byron
|
58e98669a0
|
#735354 by Dave Reid: Don't nest User token types.
|
2010-03-07 23:18:06 +00:00 |