summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #549432 by jromine: fixed editing of profile fields.Dries Buytaert2009-08-22
|
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* - Patch #546350 by dropcube: remove hardcoded numeric deltas from ↵Dries Buytaert2009-08-21
| | | | hook_filter_info().
* - Patch #555400 by boombatower: remove duplicate method.Dries Buytaert2009-08-21
|
* - Patch #523478 by stBorchert, Bojhan, et al: better widget for WIDTH x ↵Dries Buytaert2009-08-21
| | | | HEIGHT widget.
* - Patch #555446 by deekayen: remove backward-compatibility hacks from arg ↵Dries Buytaert2009-08-21
| | | | processing.
* - Patch #555818 by Gábor Hojtsy: color of Seven toolbar was not as designed.Dries Buytaert2009-08-21
|
* - Patch #555458 by deekayen: convert stray sprinf() syntax query to dbtng.Dries Buytaert2009-08-21
|
* - Patch #552958 by Gábor Hojtsy: create 'regional and language' section in ↵Dries Buytaert2009-08-21
| | | | 'configuration and modules'.
* - Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' ↵Dries Buytaert2009-08-21
| | | | section in 'configuration and modules'.
* - Patch #550228 by tobiasb: correct page callback.Dries Buytaert2009-08-21
|
* #551080 by Gábor Hojtsy: List non-container items (stuff in the toolbar) on ↵Angie Byron2009-08-21
| | | | /admin for a complete overview.
* #509398 by adrian: Turned install profiles into modules with full access to ↵Angie Byron2009-08-21
| | | | the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
* #554754 by gordon and dww: Added a new function update_get_update_list() to ↵Angie Byron2009-08-21
| | | | return list of pending updates.
* #555142 by yched: Clean up unneeded menu-rebuild code in Field UI.Angie Byron2009-08-21
|
* #541708 by catch: Removed unnecessary query in _filter_tips().Angie Byron2009-08-21
|
* #552520 by merlinofchaos: Fixed AJAX wrappers on poll/upload modules.Angie Byron2009-08-21
|
* #439798 by Rob Loach: Added Vertical Tabs to the Node Type Form.Angie Byron2009-08-21
|
* #551574 by emmajane and jhodgdon: Added @see also links to variable_set(), ↵Angie Byron2009-08-21
| | | | variable_get() and variable_del() to link them together.
* #548806 by alexanderpas and yoroy: Added breadcrumbs to Seven theme.Angie Byron2009-08-20
|
* #515236 by brandonojc, Everett Zufelt, and zzolo: Added additional markup to ↵Angie Byron2009-08-20
| | | | theme_status_messages() to be more apparent to assistive technology users.
* - Patch #554164 by catch: join on {forum} instead of {term_node} for forum ↵Dries Buytaert2009-08-20
| | | | queries.
* - Patch #446518 by sun: remove argument from check_markup().Dries Buytaert2009-08-20
|
* - Patch #550228 by Bojhan: added 'Media' category on 'Configuration and ↵Dries Buytaert2009-08-20
| | | | modules' page.
* - Patch #537862 by Crell, Amitaibu, salvis: simplify and make more flexible ↵Dries Buytaert2009-08-20
| | | | the node access by converting hook_access() to hook_node_access().
* #554106 by dropcube: Attempt #2 at fixing random test failures.Angie Byron2009-08-20
|
* Reverting #554106. Causes failures in path-related tests.Angie Byron2009-08-20
|
* #554106 by dropcube, boombatower, deekayen, and sun: Let DWTC handle HTTP ↵Angie Byron2009-08-20
| | | | location header to ensure drupal_generate_test_ua() is called. Fix for testing bot.
* #514172 by Bojhan: Increased maximum menu router parts (again).Angie Byron2009-08-19
|
* #552084 by jhodgdon: Removed references to 'CCK' in core.Angie Byron2009-08-19
|
* #400292 by effulgentsia: Allow preprocess functions for theme hooks ↵Angie Byron2009-08-19
| | | | implemented as functions.
* - Patch #113614 by eaton, fago, et al: add centralized token/placeholder ↵Dries Buytaert2009-08-19
| | | | subsituation to core.
* #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵Angie Byron2009-08-19
| | | | CORE! OH YEAH! :D
* - Patch #552986 by yoroy: remove redundant form description.Dries Buytaert2009-08-19
|
* - Patch #543294 by Damien Tournoud et al: add status/promote/sticky to ↵Dries Buytaert2009-08-19
| | | | node_revisions table.
* #552066 by quicksketch and pwolanin: Fix bug with file_save_upload() and ↵Angie Byron2009-08-19
| | | | trailing slashes (with tests).
* #543988 by eojthebrave: Added hover state for links to Seven theme.Angie Byron2009-08-19
|
* #552744 by drewish: Fixed incorrect documentation for the form.inc theme ↵Angie Byron2009-08-19
| | | | functions.
* #542426 by neilnz: PostgreSQL should not require password to be set in ↵Angie Byron2009-08-19
| | | | settings.php for trust mode.
* - Patch #544418 by sun: small follow-up on new AJAX framework.Dries Buytaert2009-08-18
|
* - Patch #276400 by mattyoung, chx: tests for language negotiation.Dries Buytaert2009-08-18
|
* - Patch #546390 by cweagans: fix CLI detection in install.phpDries Buytaert2009-08-18
|
* #526122 by bangpound, yched, and catch: Added an autocomplete widget for ↵Angie Byron2009-08-18
| | | | taxonomy term fields.
* #172571 follow-up by deekayen: removing xml.png which isn't referenced ↵Angie Byron2009-08-18
| | | | anywhere anymore.
* - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a ↵Dries Buytaert2009-08-17
| | | | locking framework for long running operations.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* - Patch #421076 by stBorchert, Xano: increase font size of code and kbd tags.Dries Buytaert2009-08-17
|
* #545956 by claudiu.cristea: Add a presave hook to comments.Angie Byron2009-08-17
|
* #544418 follow-up: It's really helpful when I commit ALL of a patch.Angie Byron2009-08-17
|
* #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵Angie Byron2009-08-17
| | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.