summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - 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).
* - Patch #276400 by mattyoung, chx: tests for language negotiation.Dries Buytaert2009-08-18
|
* #526122 by bangpound, yched, and catch: Added an autocomplete widget for ↵Angie Byron2009-08-18
| | | | taxonomy term fields.
* - 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://.
* #545956 by claudiu.cristea: Add a presave hook to comments.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.
* - Patch #504422 by catch, drewish: file_load_multiple() missing a sanity check.Dries Buytaert2009-08-17
|
* - Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest ↵Dries Buytaert2009-08-17
| | | | broswer in its own class/object.
* #370454 follow-up by chx: Enhance comments to page cache simplification ↵Angie Byron2009-08-16
| | | | patch, and add in missing settings.default.php hunk.
* - Patch #550768 by boombatower: correct clear result message.Dries Buytaert2009-08-16
|
* - Patch #370454 by chx, Damien Tournoud: simplify page caching.Dries Buytaert2009-08-16
|
* #296011 by boombatower: Fixed TestingParty08: DBLog filtering.Angie Byron2009-08-16
|
* #296324 follow-up by JuliaKM: Wrap comment at 80 chars.Angie Byron2009-08-16
|
* - Patch #506482 by spuky, catch: remove some pointless /admin descriptions.Dries Buytaert2009-08-16
|
* #296324 by R.Muilwijk, kscheirer, and pamelad: Fixed TestingParty08: url() ↵Angie Byron2009-08-16
| | | | for internal urls need a thorough test.
* #295982 by kscheirer, jhedstrom, Senpai, et al: Added tests for the main ↵Angie Byron2009-08-15
| | | | help page.
* Oops. Extra file got in that last commit.Angie Byron2009-08-15
|
* #529126 by boombatower: Split up SimpleTest verbose output into separate files.Angie Byron2009-08-15
|
* - Patch #549950 by asimmonds: removed unused variable .Dries Buytaert2009-08-15
|
* - Patch #476290 by tylor, evlis2, bohjan, Psicomante et al: add path alias ↵Dries Buytaert2009-08-15
| | | | to taxonomy term edit page. Yay.
* #545580 by moshe weitzman: Simplify block render structure.Angie Byron2009-08-15
|
* #362972 by tic2000 and stewsnooze: Have nofollow filter remove 'rel' ↵Angie Byron2009-08-15
| | | | attributes instead of just adding rel='nofollow'.
* #296319 by redndahead, lilou, domas, and kscheirer: Added tests for external ↵Angie Byron2009-08-15
| | | | URL options.
* #548182 by yoroy: Better admin theme descriptions.Angie Byron2009-08-15
|
* #545952 follow-up by dmitrig01: Fix sqlite errors because of bad menu ↵Angie Byron2009-08-15
| | | | conversion.
* #296574 by boombatower and chx: Provide debug function for debugging during ↵Angie Byron2009-08-15
| | | | tests and elsewhere.
* #528204 by rfay: Fixed menu item sorting so it is now case in-sensitive.Angie Byron2009-08-14
|
* #264876 by Rob Loach, jhedstrom, mfer: Allow external CSS files through ↵Angie Byron2009-08-14
| | | | drupal_add_css().
* #519046 by catch, pwolanin: Fix how toolbar_get_menu_tree() determines menu ↵Angie Byron2009-08-14
| | | | to remove unneeded calls to _menu_check_access().
* #549182 by catch: Move logging and errors to admin/config/development.Angie Byron2009-08-14
|
* #549230 by sun: Changed Use drupal_static() in _node_revision_access().Angie Byron2009-08-14
|
* - Patch #531476 by JohnAlbin: corrected some favicon mime-type behavior.Dries Buytaert2009-08-14
|
* - Patch #548308 by dropcube: remove hook_filter_tips() as part of the ↵Dries Buytaert2009-08-14
| | | | hook_filter() refactoring.
* #548630 by bjaspan: Document hook_field_is_empty().Angie Byron2009-08-14
|
* #336627 by Tresler and jhodgdon: Fix incorrect documentation in ↵Angie Byron2009-08-14
| | | | node_type_form_validate().
* - Patch #546336 by dropcube: transform hook_filter from having a paramater ↵Dries Buytaert2009-08-13
| | | | to hook_filter_().
* - Patch #547290 by David_Rothstein: corrected behavior of new forum topics, ↵Dries Buytaert2009-08-13
| | | | and properly delete an unused variable upon uninstallation.
* - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA.Dries Buytaert2009-08-13
|
* #167112 by evil_marty and deekayen: Add support for 'wildcard' .tpl.php ↵Angie Byron2009-08-13
| | | | files to act on any numeric pages, such as page-user-%.tpl.php
* #533586 by dww and chx: Refactor dependency checks into sharable helper ↵Angie Byron2009-08-13
| | | | functions.
* #546070 by ksenzee: un-double-escape default front page title.Angie Byron2009-08-13
|
* #540798 by kjy07 and Jody Lynn: Require image style names.Angie Byron2009-08-13
|
* #547528 by dww: Fixed Trailing whitespace in system_ip_blocking().Angie Byron2009-08-13
|
* #529756 by yched: Allow fields to be weighted per context.Angie Byron2009-08-13
|
* #547756 by yched: Remove some whitespace.Angie Byron2009-08-13
|