summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #497948 by roychri and Rob Loach: Fixed terribly broken Color module (with ↵Angie Byron2009-09-01
| | | | tests so we don't do it again ;)).
* #269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, ↵Angie Byron2009-09-01
| | | | EPS, etc.).
* #331180 follow-up by pwolanin and mfb: Fix sending of mail.Angie Byron2009-09-01
|
* #564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' ↵Angie Byron2009-09-01
| | | | configuration section.
* - Patch #562816 by yched: improved performance of field_attach_query() by ↵Dries Buytaert2009-08-31
| | | | adding indices.
* #471018 follow-up by sun: Apply generic pattern/js for hiding machine ↵Angie Byron2009-08-31
| | | | readable names to taxonomy vocabularies.
* Rolled back #510094. Needs more thought.Angie Byron2009-08-31
|
* #364219 follow-up by TheRec: One last API nicety to theme_links() for the ↵Angie Byron2009-08-31
| | | | accessibility header stuff.
* #510094 by pp: Added description to the link items of the toolbar.Angie Byron2009-08-31
|
* #564576 by Gábor Hojtsy: Moved contact module settings back to tab.Angie Byron2009-08-31
|
* #331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework.Angie Byron2009-08-31
|
* #564582 by Damien Tournoud: Remove dead code user_edit_submit() and ↵Angie Byron2009-08-31
| | | | user_edit_validate(). Yay for patches that remove old crufty crap.
* - Patch #499156 by Wim Leers: corrected documentation.Dries Buytaert2009-08-31
|
* - Patch #562928 by Davy Van Den Bremt: Fixed Change 'Add' in the toolbar to ↵Dries Buytaert2009-08-31
| | | | 'Add content'.
* - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵Dries Buytaert2009-08-31
| | | | pattern. Start using it for blocks.
* #564528 by roychri: Fixed Error: 'context is not defined' in ↵Angie Byron2009-08-31
| | | | modules/toolbar/toolbar.js.
* #558958 by Frando and moshe weitzman: Add a hook_page_build() that runs ↵Angie Byron2009-08-31
| | | | before hook_page_alter().
* - Patch #564462 by catch: remove moderate column from node_schema().Dries Buytaert2009-08-31
|
* - Forgot tracker.install.Dries Buytaert2009-08-31
|
* - Patch #105639 by David Strauss, catch, Berdir, drewish: tracker ↵Dries Buytaert2009-08-31
| | | | performance improvements.
* - Patch #563992 by plach: missing in hook_field_attach_view_alter and ↵Dries Buytaert2009-08-31
| | | | hook_field_attach_form.
* - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵Dries Buytaert2009-08-31
| | | | .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.
* - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ↵Dries Buytaert2009-08-31
| | | | extension mapping rather than setting a huge variable.
* - Patch #563742 by plach: hotfix for broken hook_entity_info_alter().Dries Buytaert2009-08-31
|
* - Patch #563272 by David_Rothstein: renamed parameter for readability.Dries Buytaert2009-08-30
|
* - Patch #504630 by Dave Van Den Bremt: aded requirements check.Dries Buytaert2009-08-29
|
* - Patch #505214 by pwolanin: make the search module a slightly better framework.Dries Buytaert2009-08-29
|
* - Patch #297207 by Gábor Hojtsy: move the update settings.Dries Buytaert2009-08-29
|
* - Patch #391330 by quicksketch, drewish et al: file module to core. Yaaa-a-a-y!Dries Buytaert2009-08-29
|
* - 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.
* #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 #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
|