summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Added missing file.Dries Buytaert2009-08-29
|
* - Patch #394182 by chx, Berdir: converted search module to the new database ↵Dries Buytaert2009-08-29
| | | | abstraction layer. Rest in peace old database layer.
* - Patch #561970 by Davy Van Den Bremt: fix the upgrade path from {box} to ↵Dries Buytaert2009-08-29
| | | | {block_custom}.
* #554290 by yched: Fixed lost field weights when submitting 'Display fields' ↵Angie Byron2009-08-29
| | | | screen.
* - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with ↵Dries Buytaert2009-08-29
| | | | CDNs.
* - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵Dries Buytaert2009-08-29
| | | | for consistency in the API.
* - Patch #496500 by chx: remove global placeholder counter.Dries Buytaert2009-08-29
|
* - Patch #561520 by Pasqualle: is an object.Dries Buytaert2009-08-29
|
* #562624 by mcjim: Fixed WSOD on admin/config/people.Angie Byron2009-08-29
|
* #553292 by yched: Fixed bug with formatter settings getting lost when saving ↵Angie Byron2009-08-29
| | | | a field.
* #364470 by stBorchert and JohnAlbin: Made theming of 'Submitted by author, ↵Angie Byron2009-08-29
| | | | on date' easier.
* #560740 by sun and David_Rothstein: 'Escape all HTML' filter did not escape ↵Angie Byron2009-08-29
| | | | any HTML. Now that's a problem. (with tests)
* #560484 by Davy Van Den Bremt: Allow database logs to never be discarded.Angie Byron2009-08-29
|
* #49941 by geodaniel and Davy Van Den Bremt: Allow access logs to never be ↵Angie Byron2009-08-29
| | | | discarded.
* #561970 by Davy Van Den Bremt: Rename 'box' to 'custom block'. Here's to ↵Angie Byron2009-08-28
| | | | core's database schema making sense.
* - Patch #560502 by Gabor Hojtsy: created 'content authoring' category.Dries Buytaert2009-08-28
|
* #506124 follow-up by Gábor Hojtsy: Move URL aliases under Search & Metadata.Angie Byron2009-08-28
|
* - Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP ↵Dries Buytaert2009-08-28
| | | | file transfer classes.
* - Patch #519498 by torelad, awmckinley et al: improved documentation for ↵Dries Buytaert2009-08-28
| | | | drupal_mail().
* - Patch #545662 by yched, moshe weitzman: simplify field rendering.Dries Buytaert2009-08-28
|
* - Patch #296693 by sun: revert system_admin_menu_block_access().Dries Buytaert2009-08-28
|
* - Patch #300993 by sun: added CHANGELOG.txt entries for user module.Dries Buytaert2009-08-27
|
* - Patch #559658 by sun, dropcube: store filter settings per format, general ↵Dries Buytaert2009-08-27
| | | | API clean-up and documentation improvements.
* - Patch #557684 by JacobSingh: fixed bug with auto-complete functionality.Dries Buytaert2009-08-27
|
* - Patch #561228 by Dave Van Den Bremt: padding reset to zero on local task. Yay.Dries Buytaert2009-08-27
|
* - Patch #300993 by dropcube, Dave Reid: user roles and permission API. Great ↵Dries Buytaert2009-08-27
| | | | patch.
* - Patch #503782 by Davy Van Den Brempt: not able to select region at block ↵Dries Buytaert2009-08-27
| | | | creation.
* - Patch #560578 by torelad: hook_node_info documentation corrections.Dries Buytaert2009-08-27
|
* - Patch #395378 by Xano: syslog module clean-up and bugfix.Dries Buytaert2009-08-27
|
* #367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add ↵Angie Byron2009-08-27
| | | | more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
* #559486 follow-up by plach: Fixed fatal error in tests that for whatever ↵Angie Byron2009-08-27
| | | | reason testing bot is not catching. Grrr.
* #559506 by quicksketch and plach: Added variable to field widgets.Angie Byron2009-08-27
|
* - Patch #423992 by Davy Van Den Brempt: remove unused variables.Dries Buytaert2009-08-26
|
* - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page ↵Dries Buytaert2009-08-26
| | | | variable.
* - Patch #428296 by dropcube, sun, catch: filter system doesn't communicate ↵Dries Buytaert2009-08-26
| | | | with other modules about filter format changes/deletions.
* - Patch #445070 by Dave Van Den Brempt: proper wrapping of comments.Dries Buytaert2009-08-26
|
* - Patch #546336 by sun, dropcube: code clean-up and documentation ↵Dries Buytaert2009-08-26
| | | | improvements for the filter hooks.
* - Patch #503782 by sign, skilip: not able to select region at block creation.Dries Buytaert2009-08-26
|
* - Patch #556832 by dropcube: add text format API to manipulate formats.Dries Buytaert2009-08-26
|
* #496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, ↵Angie Byron2009-08-26
| | | | so that modules can know the final query/arguments before they are run.
* #553952 by c960657: Apply locking framework to image generation.Angie Byron2009-08-26
|
* #524790 by torelad: Fixed incorrect sample code for hook_mail_alter().Angie Byron2009-08-26
|
* #559306 by emmajane: Remove 'Select different theme' permission which was ↵Angie Byron2009-08-26
| | | | left in accidentally after removing the per-user theme feature from core.
* #559486 by yched: Split up field attach tests so that testing bot doesn't ↵Angie Byron2009-08-26
| | | | choke on them.
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #559210 by Davy Van Den Bremt: Compressed version of toolbar.png to save ~50K.Angie Byron2009-08-25
|
* #505084 by Rob Loach: Added an #attached_library() FAPI property for ↵Angie Byron2009-08-25
| | | | drupal_add_library(), for consistency with #attached_css and #attached_js.
* #558756 by Davy Van Den Bremt: Fix non-by-referenced calls to drupal_static().Angie Byron2009-08-25
|
* #546878 follow-up by Gábor Hojtsy: Remove double-placement of Performance ↵Angie Byron2009-08-25
| | | | menu item.
* #364219 follow-up by TheRec: Fix invocations of theme_links() via Drupal's ↵Angie Byron2009-08-25
| | | | rendering API.