summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #927036 by Jeff Burnz: maintainers role for Seven, Co-maintainer for ↵Dries Buytaert2010-09-30
| | | | Bartik.
* - Patch #925154 by swentel: default weight for Tags is wrong.Dries Buytaert2010-09-30
|
* Rolling back #852470. Needs more discussion.Angie Byron2010-09-29
|
* #892568 by chx: Add pointer from api.drupal.org docs to the handbook docs ↵Angie Byron2010-09-29
| | | | for DBTNG>
* - Patch #914458 by David_Rothstein: better warning.Dries Buytaert2010-09-29
|
* - Patch #898558 by Damien Tournoud, chx, ksenzee: clean-up the upgrade path: ↵Dries Buytaert2010-09-29
| | | | node.
* #925100 by mfer: Fix definition of preprocess on jQuery library.Angie Byron2010-09-29
|
* #852470 by catch, sun, dagmar: Cache filter/format queries for a small ↵Angie Byron2010-09-29
| | | | performance boost.
* - Patch #920614 by agentrickard, chx, Damien Tournoud: unpublished content ↵Dries Buytaert2010-09-29
| | | | visible when a Node Access module is enabled.
* - Patch #896584 by tstoeckler: path inconsistency for the field edit form.Dries Buytaert2010-09-29
|
* - Patch #797380 by asimmonds: when editing menu - Enter triggers Delete ↵Dries Buytaert2010-09-29
| | | | instead of Save.
* - Patch #358437 by sun: follow-up with small bugfixDries Buytaert2010-09-29
|
* - Patch #915168 by chx, sun: foreign key support is missing from text and ↵Dries Buytaert2010-09-29
| | | | file module.
* - Patch #716612 by Everett Zufelt, casey: another step twoards making the ↵Dries Buytaert2010-09-29
| | | | overlay (more) accessible to screen reader users.
* #358437 follow-up by David_Rothstein, sun, chx: Disallow invalid text format ↵Angie Byron2010-09-28
| | | | IDs; force 0 and non-existant formats to NULL.
* - 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
|
* - Patch #924340 by Jeff Burnz: don't use preview.png in Bartik.Dries Buytaert2010-09-28
|
* #907690 follow-up by sun: Fix PostgreSQL error in breadcrumb logic by ↵Angie Byron2010-09-27
| | | | removing unused condition.
* #848312 follow-up by deekayen: 'Smush' Bartik default logo.Angie Byron2010-09-27
|
* #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 #922008 by davehimself, litwol: drupal_get_filename() does not ↵Dries Buytaert2010-09-27
| | | | respect DRUPAL_ROOT.
* - 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
|
* #896828 follow-up: Adding background image for vertical tabs.Angie Byron2010-09-25
|
* - Patch #909272 by chx: remove stub update functions and renumber the ↵Dries Buytaert2010-09-25
| | | | remaining ones.
* - Patch #909256 by drunken monkey: improved documentation of file_save().Dries Buytaert2010-09-25
|
* - 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 #921792 by Jeff Burnz: remove Bartiks comments-wrapper div, it does ↵Dries Buytaert2010-09-25
| | | | nothing.
* - Patch #910156 by sun: remove 'description' keys from schema cache.Dries Buytaert2010-09-25
|
* - Patch #922062 by solotandem: test directory not created with ↵Dries Buytaert2010-09-25
| | | | DrupalUnitTestCase.
* - Patch #921582 by munzirtaha: is_null() should be replaced by !isset ↵Dries Buytaert2010-09-25
| | | | because it's faster.
* - 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 #921802 by solotandem: eliminate PHP Notice: Undefined variable: ↵Dries Buytaert2010-09-24
| | | | output in theme().
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset ↵Dries Buytaert2010-09-24
| | | | because it's faster.
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() ↵Dries Buytaert2010-09-24
| | | | because it's faster.