summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #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.
* - Patch #816642 by catch: improved field exceptions.Dries Buytaert2010-06-03
|
* - Patch #334671 by Steve Dondley, naxoc: add tests for user role administration.Dries Buytaert2010-06-02
|
* - Patch #701358 by aaron, quicksketch, chx, pwolanin, aspilicious: the file ↵Dries Buytaert2010-06-02
| | | | API presumes a hiearchical file storage.
* #738454 by bradweikel: error if module uninstalled and no language file.Dries Buytaert2010-06-02
|
* - Patch #807622 by grendzy: ftal error calling sys_get_temp_dir() in installer.Dries Buytaert2010-06-02
|
* - Patch #814884 by catch: comment_user_cancel() should use comment_save().Dries Buytaert2010-06-02
|
* - Patch #759096 by catch: use fast drupal_static() pattern for ↵Dries Buytaert2010-06-01
| | | | field_available_languages().
* - Patch #767042 by Stefan Freudenberg: move comment rdf tests in rdf.test.Dries Buytaert2010-06-01
|
* - Patch #810176 by Jeff Burnz: updated documentation.Dries Buytaert2010-06-01
|
* - Patch #760170 by sivaji: custom date format string form accepts empty ↵Dries Buytaert2010-06-01
| | | | string input.
* - Patch #813722 by joachim: fixed inconsistent terminology on the new ↵Dries Buytaert2010-05-31
| | | | 'Manage Display' screen.
* - Patch #767854 by droplet: fixed misspelled strings.Dries Buytaert2010-05-31
|
* - Patch #811276 by YaxBalamAhaw: 'Add to Default Shortcuts' keyboard ↵Dries Buytaert2010-05-31
| | | | navigation problems.