summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #817216 by ctmattice1, chx, Stevel, Damien Tournoud: Fixed ↵Angie Byron2010-06-21
| | | | system_update_7008 does not work, deal with invalid poll choices, and move poll-related upgrade logic to Poll module.
* #831070 by Josh Waihi: Fixed PostgreSQL breaks on forums with IF() syntax.Angie Byron2010-06-20
|
* #448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, ↵Angie Byron2010-06-20
| | | | mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users.
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* #829378 by David_Rothstein: Fixed Update system should use the API to ↵Angie Byron2010-06-17
| | | | identify the install profile, rather than preg_match().
* - Patch #235673 by carlos8f, yched, swentel, redndahead, Damien Tournoud, ↵Dries Buytaert2010-06-15
| | | | pwolanin, dww: changes to block caching mode not caught.
* - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, ↵Dries Buytaert2010-06-14
| | | | dereine, bjaspan: listing API for field API.
* - Patch #551658 by Stevel: improve directory testing.Dries Buytaert2010-06-14
|
* - Patch #621748 by grendzy, David Strauss: ip_address() is broken for ↵Dries Buytaert2010-06-14
| | | | multi-tier architectures.
* - Patch #782616 by chx, dww: provide an ACID queue API entrypoint.Dries Buytaert2010-06-14
|
* - Patch #813492 by chx, Damien Tournoud, justinrandell: HTTPS sessions use ↵Dries Buytaert2010-06-14
| | | | an invalid merge query.
* - Patch #826054 by grendzy: upgrade from Drupal 6.17 fails with integrity ↵Dries Buytaert2010-06-14
| | | | constraint violation: 1048 Column 'filename' cannot be null.
* #808162 by carlos8f, agentrickard: Fixed update.php fails when optional ↵Angie Byron2010-06-13
| | | | modules disabled.
* - Patch #826104 by kiamlaluno: constructor for DrupalTestCase is reported to ↵Dries Buytaert2010-06-13
| | | | be the constructor for DrupalWebTestCase.
* - Patch #245990 by Pedro Lozano: HTTP request testing unreliable and may be ↵Dries Buytaert2010-06-13
| | | | undesirable.
* - Patch #739420 by Rob Loach, aaron, casey | aspilicious: Fixed Overlay cuts ↵Dries Buytaert2010-06-13
| | | | off wide tables.
* - Patch #725734 by casey, David_Rothstein, recidive, jpmckinney, ↵Dries Buytaert2010-06-13
| | | | aspilicious: overlay doesn't escape any page titles (residual cleanup).
* - Patch #765830 by rfay: E_NOTICE if block is themed without an argument.Dries Buytaert2010-06-13
|
* #687666 by tstoeckler, David_Rothstein: Fixed block static cache a bit too ↵Angie Byron2010-06-12
| | | | static.
* #245990 follow-up by Pedro Lozano: Tell system_http_check() not to follow ↵Angie Byron2010-06-12
| | | | redirects to avoid false error notifications.
* #822128 by roborn: Fixed 'Textarea + summary' widget broken when field ↵Angie Byron2010-06-12
| | | | allows multiple values.
* #551658 follow-up by pwolanin: Revert back to D6-style temporary folder ↵Angie Byron2010-06-12
| | | | logic to avoid various platform issues.
* - Patch #668640 David_Rothstein: follow-up on overlay.Dries Buytaert2010-06-11
|
* - Patch #743908 by David_Rothstein, casey, Gábor Hojtsy: skip overlay ↵Dries Buytaert2010-06-11
| | | | initialization if already done.
* - Patch #497612 by moshe weitzman, Stevel: harden user login - move ↵Dries Buytaert2010-06-11
| | | | user_load() to submit handler.
* - Patch #819476 by kiamlaluno, jhodgdon: book_form_update() parameters were ↵Dries Buytaert2010-06-11
| | | | not correct.
* - Patch #786394 by casey: improve overlay keydown handler (TAB-navigation).Dries Buytaert2010-06-10
|
* - Patch #768040 by jhodgdon, janusman, codycraven: truncate_utf8() only ↵Dries Buytaert2010-06-10
| | | | works for latin languages and drupal_substr() had a bug.
* - Patch #520760 by sun, Berdir, Steven Merrill, David_Rothstein, Heine, ↵Dries Buytaert2010-06-10
| | | | duellj, catch: fixed SA-CORE-2009-007 user signature format.
* - Patch #663126 by casey, seutje: active items in top level IA don't have ↵Dries Buytaert2010-06-09
| | | | the light gray background when overlay is enabled.
* #668640 follow-up by casey and aspilicious: Minor follow-ups to Overlay revamp.Angie Byron2010-06-09
|
* #685486 follow-up by ctmattice1: Add distinct clause to filter upgrade query ↵Angie Byron2010-06-08
| | | | to address edge case.
* #680992 by Berdir, catch, andypost, douggreen, mr.baileys: Fixed comments ↵Angie Byron2010-06-08
| | | | are added to search index without checking access.
* - Patch #820166 by rfay: several simpletest assertions missing default value ↵Dries Buytaert2010-06-08
| | | | for .
* - Patch #809838 by mr.baileys: maxlength settings didn't work in Field UI.Dries Buytaert2010-06-08
|
* #805052 follow-up by mikey_p: Fixed Notice in update.php in ↵Angie Byron2010-06-08
| | | | drupal_session_initialize().
* #808664 by yched: Fixed required maxlength setting on body field.Angie Byron2010-06-08
|
* #668640 by casey, aspilicious, et al: Re-implement Overlay without jQuery UI ↵Angie Byron2010-06-08
| | | | Dialog; massive performance improvement, helps address several critical issues.
* #794184 by JacobSingh, catch, chx: Fixed contact_update_7002() fails when ↵Angie Byron2010-06-08
| | | | the contact module is not enabled.
* #362021 by plach, yched, sun: Update field_attach_prepare_translation() for ↵Angie Byron2010-06-06
| | | | D7 entity API.
* - Patch #803212 by effulgentsia, Heine: protection against forgery of input ↵Dries Buytaert2010-06-05
| | | | selection value doesn't work with checkboxes.
* - Patch #813822 by asimmonds: missing t() function in field_purge_field() ↵Dries Buytaert2010-06-05
| | | | causes fatal error.
* #716302 by lotyrin, David_Rothstein, Jody Lynn: Fixed Permissions not ↵Angie Byron2010-06-04
| | | | working on admin/dashboard.
* - Forgot to commit this a while ago.Dries Buytaert2010-06-04
|
* - Patch #765856 by Jeff Burnz, aspilicious: contextual lack rtl styling.Dries Buytaert2010-06-04
|
* - Patch #739802 by johnstorey: fix documentation of taxonomy_get_vocabularies().Dries Buytaert2010-06-04
|
* - Patch #816750 by catch: field_info_field() docs.Dries Buytaert2010-06-03
|
* - Patch #815734 by catch: system_update_7053() assumes block module is ↵Dries Buytaert2010-06-03
| | | | installed.
* - Patch #545610 by brandonojc, Everett Zufelt, mgifford: search form needs a ↵Dries Buytaert2010-06-03
| | | | header for accessibility.