summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #60468 by alex_b, JamesAn: allow aggregator feed items to never be ↵Dries Buytaert2009-05-16
| | | | discarded.
* - Patch #463450 by wulff: fixed documentation glitch.Dries Buytaert2009-05-16
|
* - Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'.Dries Buytaert2009-05-16
|
* - Patch #368116 by chx, c960657: fixed bug in tokenizer for registry.Dries Buytaert2009-05-16
|
* #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵Angie Byron2009-05-16
| | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist.
* #426906 by Rob Loach: Convert drupal_add_js/css to static caching API.Angie Byron2009-05-16
|
* #328155 by cog.rusty: Allow third-party subdirectories with index.html or ↵Angie Byron2009-05-16
| | | | index.htm files.
* - Patch #292790 by mr.baileys: menu machine-name validation error.Dries Buytaert2009-05-15
|
* - Patch #456722 by akahn: use format_plural() on node delete.Dries Buytaert2009-05-15
|
* - Patch #459836 by Xano: rework admin/settings/regional-settings.Dries Buytaert2009-05-15
|
* - Patch #372306 by moshe: add tag to menu_get_item() query.Dries Buytaert2009-05-14
|
* - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.Dries Buytaert2009-05-14
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* #461512 by akahn: Clean up aggregator_form_feed().Angie Byron2009-05-13
|
* #448268 by dww: Fix typo preventing update status cache from being cleared ↵Angie Byron2009-05-13
| | | | on theme admin page.
* #292565 follow-up by Jody Lynn: Remove ['destination'] hacks to get login ↵Angie Byron2009-05-13
| | | | redirection working again.
* #367214 follow-up by alienbrain and Berdir: Fix syntax error introduced in ↵Angie Byron2009-05-12
| | | | API documentation.
* - Patch #460420 by wulff: it was impossible to localize the title of the ↵Dries Buytaert2009-05-12
| | | | forum administration page.
* - Patch #430904 by Berdir: fixed notice in case there are two pagers on one ↵Dries Buytaert2009-05-12
| | | | page.
* - Patch #210876 by deekayen: log enabling and disabling of modules, and ↵Dries Buytaert2009-05-12
| | | | wrote a handy assertLogMessage() function to assert watchdog messages.
* - Patch #460252 by John Morahan: fixed documentation.Dries Buytaert2009-05-12
|
* - Patch #453080 by Gabor Hojtsy: moved the footer message to a block.Dries Buytaert2009-05-12
|
* - Patch #372471: box.tpl.php is dead.Dries Buytaert2009-05-12
|
* - Patch #399248 by deekayen: detect when a signature is too long to prevent ↵Dries Buytaert2009-05-12
| | | | SQL errors.
* - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.
* - Patch #78941 by kkaefer and ksenzee: added missing file.Dries Buytaert2009-05-12
|
* - Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so ↵Dries Buytaert2009-05-12
| | | | we have more flexibility to place it.
* #459786 by DamZ: Remove all_fields from extended queries to prevent breaking ↵Angie Byron2009-05-11
| | | | under PostgreSQL and certain MySQL versions.
* - Patch #367214 by alienbrain: added documentation for hook_node_build_alter ↵Dries Buytaert2009-05-10
| | | | and remove documentatin for hook_node_alter.
* - Patch #78941 by kkaefer, Jody Lynn: auto-check permissions if ↵Dries Buytaert2009-05-10
| | | | 'authenticated' has them.
* - Patch #458612 by dereine: add version information.Dries Buytaert2009-05-10
|
* - Patch #295971 by deekayen: option for user contact options is badly phrased.Dries Buytaert2009-05-10
|
* - Patch #394510 by Berdir, ksenzee: convert to new database abstraction layer.Dries Buytaert2009-05-10
|
* - Patch #458566 by chx: work around PHP's curly bracket madness.Dries Buytaert2009-05-10
|
* - Patch #453572 by Xano: improve language.Dries Buytaert2009-05-10
|
* - Patch #280240 by c960657: don't add content length when there is no ↵Dries Buytaert2009-05-09
| | | | content in the request.
* - Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view().Dries Buytaert2009-05-09
|
* - Patch #382834 by cwgordon7: more documentation fixes.Dries Buytaert2009-05-09
|
* - Patch #407256 by Damien Tournoud: make t() more robust.Dries Buytaert2009-05-09
|
* - Patch #304163 by chx, David_Rothstein: allow update.php to regenerate ↵Dries Buytaert2009-05-09
| | | | settings.php
* - Patch #457532 by Berdir: more PHP5 'fixes'.Dries Buytaert2009-05-09
|
* - Patch #411388 lilou et al: added missing documentation for _search hook.Dries Buytaert2009-05-09
|
* - Patch #457788 by c960657: drupal_http_request() does not handle redirects ↵Dries Buytaert2009-05-08
| | | | properly.
* - Patch #251245 by c960657: moving the test files to their rightful place.Dries Buytaert2009-05-08
|
* - Patch #390774 by jhodgdon: API doc improvements and corrections.Dries Buytaert2009-05-08
|
* - Patch #276517 by chx, naxoc: added basic tests for blog pages.Dries Buytaert2009-05-08
|
* - Patch #429132 by Berdir: remove unnecessary module_rebuild_cache().Dries Buytaert2009-05-07
|
* - Patch #409598 by pwolanin, swentel: fixed problem with content type ↵Dries Buytaert2009-05-07
| | | | descriptions not being updated.
* - Patch #394476 by Berdir, pwolanin, Crell: converted the module to the new ↵Dries Buytaert2009-05-07
| | | | database abstraction layer.
* #445152 by caktux and akahn: Default drupal_get_path_alias() to returning ↵Angie Byron2009-05-07
| | | | the current page's alias.