summaryrefslogtreecommitdiff
path: root/modules
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 #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.
* #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.
* #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.
* #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.
* - 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.
* #372650 by stella and alienbrain: Fixes to poll block.Angie Byron2009-05-30
|
* - 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.
* - Patch #394582 by Berdir: converted to new database abstraction layer.Dries Buytaert2009-05-29
|
* #475348 by boombatower: Move admin/development to system.module so it's ↵Angie Byron2009-05-29
| | | | available to other modules.
* #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string ↵Angie Byron2009-05-28
| | | | (and corresponding $classes_array) for all dynamic classes in template files.
* - Patch #337212 by Berdir: another Berdir patch to convert modules to the ↵Dries Buytaert2009-05-28
| | | | new database layer. Rock.
* - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.Dries Buytaert2009-05-28
|
* - Patch #19646 by JamesAn: code clean up, consistently use define.Dries Buytaert2009-05-28
|
* - Patch #335893 by andypost, hexmode: don't show comment information in the ↵Dries Buytaert2009-05-28
| | | | RSS feed when a node's comments were disabled.
* - Patch #339417 by yoroy, Shawn DeArmond, JamesAn: added some extra comment ↵Dries Buytaert2009-05-28
| | | | documentation.
* #473992 by andypost: Fix indentation.Angie Byron2009-05-28
|