summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* - Patch #156582 by c960657, Damien Tournoud, townxelliot: added support for ↵Dries Buytaert2009-06-06
| | | | timeouts to drupal_http_request().
* #480660 follow-up by c960657: unset variables, since array_slice() can cause ↵Angie Byron2009-06-06
| | | | issues on some versions of PHP.
* - Patch #482920 by Razorraser: made getInfo() static functions.Dries Buytaert2009-06-06
|
* - Patch #302268 by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and ↵Dries Buytaert2009-06-06
| | | | PagerQueries broken.
* #243253 by dww: Put a check in update.module to see if server was reachable.Angie Byron2009-06-06
|
* #482920 follow-up by JamesAn: Fix typos and let the tests pass again.Angie Byron2009-06-05
|
* - Rollback of last patch.Dries Buytaert2009-06-05
|
* - Patch #482920 by Razorraser: fixed typo in node_access_rebuild().Dries Buytaert2009-06-05
|
* #445044 follow-up by yched: Remove field.autoload.inc file.Angie Byron2009-06-05
|
* #361277 follow-up by yched: Fix return value of update function.Angie Byron2009-06-05
|
* - Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field ↵Dries Buytaert2009-06-05
| | | | autoload feature.
* - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... ↵Dries Buytaert2009-06-05
| | | | queries.
* - Patch #476972 by andypost: optimizations for action_info array.Dries Buytaert2009-06-05
|
* - Patch #481794 by mr.baileys: made the one-time link be active immediately ↵Dries Buytaert2009-06-05
| | | | so we can remove a hack from the tests.
* - Patch #361277 by Razorraser: node_get_type() isn't anymore.Dries Buytaert2009-06-05
|
* - Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post ↵Dries Buytaert2009-06-05
| | | | settings' admin screen and relocate options.
* - Patch #225864 by pwolanin: prevent PHP errors from cron.php.Dries Buytaert2009-06-05
|
* #481508 by JamesAn: Update update module to use drupal_static().Angie Byron2009-06-05
|
* #445748 by dww and Dave Reid: Add a hook_update_projects_alter() for modules ↵Angie Byron2009-06-05
| | | | that wish to do modify data in update status module.
* #480660 follow-up by catch: Code style changes and changelog entry.Angie Byron2009-06-04
|
* #220233 follow-up by Berdir: Fix typo.Angie Byron2009-06-04
|
* - Patch #481802 by catch, leisa: update user permission help text.Dries Buytaert2009-06-04
|
* - Patch #480660 by catch, brianV, et al: add an administrator role to core.Dries Buytaert2009-06-04
|
* - Patch #473876 by Berdir: fixed broken query on PostgreSQL.Dries Buytaert2009-06-04
|
* - Patch #475596 by tic2000: corrected documentation.Dries Buytaert2009-06-04
|
* #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
|