summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #895386 by chx, Damien Tournoud, puregin: clean-up the upgrade path: ↵Dries Buytaert2010-09-28
| | | | taxonomy.
* - Patch #924554 by quicksketch, paul.lovvik: an exception is being thrown in ↵Dries Buytaert2010-09-28
| | | | the file_usage_delete() function if the corresponding file is not in the 'file_usage()' table.
* - Patch #924636 by grendzy: double negative 'cannot not' in error message.Dries Buytaert2010-09-28
|
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* #923424 by munzirtaha: Fix wrong usage of /* RTL */ in CSS files.Angie Byron2010-09-27
|
* #786620 by mradcliffe, joachim, andypost: Regression: Add new forum topic ↵Angie Byron2010-09-27
| | | | not visible within a forum.
* #567100 follow-up by mfer: Fix default value of Default search module setting.Angie Byron2010-09-27
|
* - Patch #162047 by sun, Gurpartap Singh: .container-inline class overridden ↵Dries Buytaert2010-09-27
| | | | by system.theme.css; also not working with .form-actions.
* - Patch #922634 by sun: odd form actions in confirm_form().Dries Buytaert2010-09-27
|
* - Patch #923004 by marvil07: typo on hook_search_execute() docblock.Dries Buytaert2010-09-27
|
* - Patch #922590 by David_Rothstein: submitting the dashboard configuration ↵Dries Buytaert2010-09-27
| | | | form prints 'The block settings have been updated' twice.
* - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules ↵Dries Buytaert2010-09-27
| | | | for whether to call drupal_rebuild_form() as non-AJAX submissions.
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #923274 by bleen18: empty vocab message has an incorrect colspan.Dries Buytaert2010-09-26
|
* - Patch #909272 by chx: remove stub update functions and renumber the ↵Dries Buytaert2010-09-25
| | | | remaining ones.
* - Patch #922412 by moshe weitzman: remove node_access_example_disabling() ↵Dries Buytaert2010-09-25
| | | | from docs.
* - Patch #921386 by Jacine, mverbaar: remove stale CSS from System module.Dries Buytaert2010-09-25
|
* - Patch #824326 by deekayen: reduced filesize of image by 61 bytes.Dries Buytaert2010-09-25
|
* - Patch #922062 by solotandem: test directory not created with ↵Dries Buytaert2010-09-25
| | | | DrupalUnitTestCase.
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* #704182 follow-up by deekayen: Smush background.png in Overlay module to ↵Angie Byron2010-09-24
| | | | reduce filesize.
* #890994 by Berdir: Entity query tests fail on PostgreSQL.Angie Byron2010-09-24
|
* #898584 by Damien Tournoud, ksenzee, chx: Clean-up the upgrade path: system.Angie Byron2010-09-24
|
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() ↵Dries Buytaert2010-09-24
| | | | because it's faster.
* - Patch #844186 by chx: clarify merge queries.Dries Buytaert2010-09-24
|
* - Patch #735692 by JohnAlbin: unclear which themes blocks are edited - shown ↵Dries Buytaert2010-09-24
| | | | as secondary tabs without primary parents.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #819214 by bleen18: the '#' marking comment permalinks is just weird ↵Dries Buytaert2010-09-23
| | | | and untranslatable.
* - Patch #920154 by munzirtaha: fixed simpletest coding standard violation.Dries Buytaert2010-09-23
|
* - Patch #915322 by munzirtaha: coding standard violation.Dries Buytaert2010-09-23
|
* - Patch #704182 by Jeff Burnz, JohnAlbin: better PNG for overlay.Dries Buytaert2010-09-22
|
* - Patch #908282 by jbrown: theme_image() performs I/O.Dries Buytaert2010-09-22
|
* #897638 by casey, sun, mgifford, et al: Allow .element-invisible to work ↵Angie Byron2010-09-21
| | | | with focusable elements like links.
* #896162 follow-up by effulgentsia: Fix for fatal error in Field UI settings ↵Angie Byron2010-09-21
| | | | form.
* - Patch #696150 by mfb, pwolanin: image_gd_save() does not support remote ↵Dries Buytaert2010-09-21
| | | | stream wrappers.
* - Patch #916488 by David_Rothstein: unused variable in toolbar_view().Dries Buytaert2010-09-20
|
* - Patch #909460 by tobiasb: remove debug() from test files.Dries Buytaert2010-09-19
|
* - Patch #789186 by effulgentsia: improve drupalPostAJAX() to be used more ↵Dries Buytaert2010-09-19
| | | | easily, leading to better AJAX test coverage. (Actual commit so we have proper credit.)
* - Patch #789186 by effulgentsia: improve drupalPostAJAX() to be used more ↵Dries Buytaert2010-09-19
| | | | easily, leading to better AJAX test coverage. (Rollback)
* - Removing and adding files per #885228.Dries Buytaert2010-09-19
|
* - Patch #885228 by sun, Jacine, mverbaar: CSS Files are in major need of ↵Dries Buytaert2010-09-19
| | | | clean up.
* - Patch #914458 by Damien Tournoud, chx: remove the format delete ↵Dries Buytaert2010-09-18
| | | | reassignment 'feature'.
* - Patch #403034 by roderik, Damien Tournoud: node_assign_owner_action() logs ↵Dries Buytaert2010-09-18
| | | | an object type instead of the type name.
* - Patch #911980 by mr.baileys: fixed WSOD on node/add/... if capitalization ↵Dries Buytaert2010-09-17
| | | | is wrong.
* - Patch #732914 by Jacine, sun, reglogge, cosmicdreams: improve the ↵Dries Buytaert2010-09-17
| | | | markup/CSS for content and user filter forms.
* - Patch #882688 by mgifford, Everett Zufelt: label missing in block admin ↵Dries Buytaert2010-09-17
| | | | page and clean-up.
* - Patch #909272 by moshe weitzman, David_Rothstein: remove stub update ↵Dries Buytaert2010-09-17
| | | | functions and renumber the remaining ones.
* - Patch #898028 by Everett Zufelt: change heading before Toolbar to ↵Dries Buytaert2010-09-16
| | | | 'Administrative Toolbar' instead of 'management'.
* - Patch #740834 by makononov, sun: form elements cannot be rendered without ↵Dries Buytaert2010-09-16
| | | | form_builder().
* - Patch #883092 by Everett Zufelt, mgifford, Jacine: add heading before ↵Dries Buytaert2010-09-16
| | | | local tasks for screen-reader users.