summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* - Patch #343788 by catch: taxonomy module doesn't use its own APIs.Dries Buytaert2009-06-03
|
* - Patch #480428 by JamesAn: static caching API.Dries Buytaert2009-06-03
|
* - Patch #226479 by brianV: 'clean-up' rebuild permission checks.Dries Buytaert2009-06-03
|
* - Patch #479966 by Berdir: document and fix hook_user_categories.Dries Buytaert2009-06-03
|
* - Patch #480082 by pp: document all variables.Dries Buytaert2009-06-03
|
* - Patch #425778 by tstoeckler: user menu broken in RTL.Dries Buytaert2009-06-03
|
* - Patch #468630 by Berdir: fixed error with publishing comments.Dries Buytaert2009-06-03
|
* - Patch #479340 by tic2000: fixed Javascript error.Dries Buytaert2009-06-03
|
* #106559 follow-up by Josh Waihi: Fix typo preventing Drupal from installing ↵Angie Byron2009-06-03
| | | | on PostgreSQL.
* #480044 by JohnAlbin: sites/all/ should take precedence over profiles when ↵Angie Byron2009-06-03
| | | | searching for modules and themes.
* #453726 by yched: Remove unnecessary &s next to object parameters in field API.Angie Byron2009-06-03
|
* #369011 follow-up by yched: Some touch-ups to comments, etc.Angie Byron2009-06-03
|
* - Patch #358315 by neochief et al: drupal_lookup_path() not respects alias' ↵Dries Buytaert2009-06-02
| | | | order.
* - Patch #422362 by JamesAn: convert form.inc to use new static caching API.Dries Buytaert2009-06-02
|
* - Patch #473652 by Damien Tournoud, catch: removed unneeded loop from ↵Dries Buytaert2009-06-02
| | | | file_get_mimetype() and further clean-up.
* - Patch #364487 by JamesAn: make sure that the 'machine name' text does not ↵Dries Buytaert2009-06-02
| | | | wrap.
* - Patch #439236 by alex_b: field_attach_create_bundle() undefined when ↵Dries Buytaert2009-06-02
| | | | creating a content type on hook_update().
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* - Patch #19646 by JamesAn: added CHANGELOG.txt entry.Dries Buytaert2009-06-02
|
* #422116 by JohnAlbin: Kill off theme_engine_name prefix for theme functions ↵Angie Byron2009-06-02
| | | | to assist with theme inheritance and TX (Themer eXperience).
* #475596 by emmajane, catch, yoroy, et al. Move default welcome message to ↵Angie Byron2009-06-02
| | | | help system.
* #479216 by jhedstrom: Grammar fixes in forum.module.Angie Byron2009-06-02
|
* #478642 by daniel.bosen: Fix typo preventing profile fields from appearing ↵Angie Byron2009-06-02
| | | | on registration.
* #479200 by yched: Have SimpleTest rebuild node types between test runs.Angie Byron2009-06-02
|
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* - Patch #470866 by catch: comment links should use 'html'.Dries Buytaert2009-06-01
|
* - Patch #458176 by c960657: improved exception handling in database layer.Dries Buytaert2009-06-01
|
* - Patch #478188 by boombatower: code style fixes.Dries Buytaert2009-06-01
|
* - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() ↵Dries Buytaert2009-06-01
| | | | optimizations.
* - Patch #474308 by stella: new tests for poll module. New tests:Dries Buytaert2009-06-01
| | | | | | | | | | | * that the Recent Poll block outputs the block layout rather than page layout. * that users can vote on polls via the block * that the 'older polls' link in the recent poll block works. * that node is output correctly, including 'Cancel your vote' button appearing * that only users with appropriate permission can cancel their votes * that the 'poll' page contains the correct data. * that polls can be edited * the opening / closing of polls - ensuring block doesn't appear when poll is closed, and neither do the 'Vote' / 'Cancel your vote' buttons, and that the poll status is updated correctly on 'poll' page.
* #473080 by chx: Fix bug where switching themes would result in zero blocks ↵Angie Byron2009-05-31
| | | | (including content area). with tests.
* - Patch #422358 by JamesAn, pwolanin: convert common.inc to use new static ↵Dries Buytaert2009-05-31
| | | | caching API.
* #473080 by chx: Fix bug in block page access callback showing tabs that ↵Angie Byron2009-05-31
| | | | should not appear. (with tests)
* #408434 by mr.baileys and andypost: Fix fatal error in actions.inc after ↵Angie Byron2009-05-31
| | | | DBTNG conversion.
* #435646 by tstoeckler: Fix vertical tabs in Stark.Angie Byron2009-05-31
|
* - Patch #393632 by andypost: use both first and last class for single-item ↵Dries Buytaert2009-05-30
| | | | menu items.
* - Patch #461298 by catch: move node_load_multiple() special casing into ↵Dries Buytaert2009-05-30
| | | | user_node_load().
* - Patch #394524 by Berdir, Damien Tournoud: converted to the new database ↵Dries Buytaert2009-05-30
| | | | abstraction layer.
* - Patch #462310 by jpetso: generate valid XML and make sure the tests work ↵Dries Buytaert2009-05-30
| | | | when clean URLs can't be enabled.
* - Patch #476928 by Berdir: more database abstraction layer conversions.Dries Buytaert2009-05-30
|
* - Patch #477038 by Damien Tournoud, chx: add security and session token ↵Dries Buytaert2009-05-30
| | | | support to DrupalWebTestCase.
* #474242 by tic2000: Use more specific CSS selectors for Vertical Tabs to ↵Angie Byron2009-05-30
| | | | prevent breakage by other modules.
* #372650 by stella and alienbrain: Fixes to poll block.Angie Byron2009-05-30
|
* #476934 by catch: Enable Path module in the default profile.Angie Byron2009-05-29
|
* - Patch #337212 by Berdir: clean-up.Dries Buytaert2009-05-29
|
* - Patch #335067 by JamesAn: improved singular/plural strings in the ↵Dries Buytaert2009-05-29
| | | | simpletest UI.
* - Patch #369011 by catch, sun, et al: performance improvement in ↵Dries Buytaert2009-05-29
| | | | text_field_load().
* - Patch #423196 by frega, Xano, alienbrain et al: clean up the URL settings ↵Dries Buytaert2009-05-29
| | | | page.
* - Patch #394586 by andypost, bubbasan, Berdir: convert to the new database ↵Dries Buytaert2009-05-29
| | | | abstraction layer.