summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #565290 by flobruit, chx: fixed user register when configured not to ↵Dries Buytaert2009-09-09
| | | | use e-mails.
* - Patch #372330 by fgm: improved error messages to improve usability.Dries Buytaert2009-09-07
|
* - Patch #570218 by yched: viewing 'Manage fields' page clears field data cache.Dries Buytaert2009-09-07
|
* - Patch #394268 by Crell, sun, yched: changed DIE update_sql() DIE!.Dries Buytaert2009-09-07
|
* - Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in ↵Dries Buytaert2009-09-07
| | | | database API.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* #564562 follow-up by joshmiller: Move Statistics to System category.Angie Byron2009-09-05
|
* - Rollback #567148 because it breaks on some versions of MySQL.Dries Buytaert2009-09-05
|
* #568224 by Josh Waihi and chx: Fixed missing constant in filter value. (all ↵Angie Byron2009-09-05
| | | | pgsql tests pass now. woohoo! :D)
* - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵Dries Buytaert2009-09-05
| | | | support a bit easier by providing two cookies and ... hook_goto_alter.
* #564606 by mathiaz.sk: Fixed notice in field UI.Angie Byron2009-09-05
|
* #159762 by paul.lovvik and jp.stacey: Fixed Autocomplete errors from ↵Angie Byron2009-09-05
| | | | whitespace entry.
* - Patch #569084 by douggreen: fixed resetting the search index.Dries Buytaert2009-09-05
|
* - Patch #567148 by Damien Tournoud: enable ONLY_FULL_GROUP_BY for MySQL to ↵Dries Buytaert2009-09-05
| | | | enforce proper SQL queries.
* - Patch #546302 by jhodgdon: improved help text of search module so people ↵Dries Buytaert2009-09-05
| | | | know how they can pimp their search.
* - Patch #565994 by mfb: src attribute for external javascript should be ↵Dries Buytaert2009-09-05
| | | | HTML-encoded.
* - Patch #568396 by bjaspan: fixed typo.Dries Buytaert2009-09-05
|
* - Patch #555844 by by NancyDru: made titles consistent.Dries Buytaert2009-09-05
|
* - Patch #200572 by theborg, lilou, robertgarrigos: add constants to magic ↵Dries Buytaert2009-09-05
| | | | numbers.
* - Patch #412030 by stBorchert: fixed placement of descriptions on radios.Dries Buytaert2009-09-05
|
* - Patch #499156 by Wim Leers: added CDN to CHANGELOG.txt.Dries Buytaert2009-09-05
|
* - Patch #391330 by quicksketch: added missing icons for file field module.Dries Buytaert2009-09-05
|
* - Patch ##239676 by v1nce, pwolanin, mfb: fixed SA-CORE-2009-001: missing ↵Dries Buytaert2009-09-05
| | | | validation for hook_user().
* Patch #567250 by lilou, mikispeed: remove 'Serbia And Montenegro' from ↵Dries Buytaert2009-09-05
| | | | country list.
* #556156 by Rob Loach and doq: Fixed incorrect usage of variable_get(bin).Angie Byron2009-09-01
|
* #497948: Oops. Adding the color.test file.Angie Byron2009-09-01
|
* #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
|
* #557582 by moshe weitzman: Reset statics after each update to conserve ↵Angie Byron2009-09-01
| | | | memory and avoid odd bugs.
* #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
|
* #321828 by Davy Van Den Bremt and Damien Tournoud: Move ↵Angie Byron2009-08-31
| | | | template_preprocess_maintenance_page() to theme.inc to allow Drupal to properly report fatal errors.
* #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
|
* #561484 by Davy Van Den Bremt: Remove reference to obsolete CSS class box.Angie Byron2009-08-31
|
* - Patch #562928 by Davy Van Den Bremt: Fixed Change 'Add' in the toolbar to ↵Dries Buytaert2009-08-31
| | | | 'Add content'.
* #496500 follow-up by Damien Tournoud: Fixed PostgreSQL and SQLite.Angie Byron2009-08-31
|
* - 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
|
* #444344 follow-up by brandonojc: Added missing file that breaks HEAD.Angie Byron2009-08-31
|
* - Forgot tracker.install.Dries Buytaert2009-08-31
|