summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #523478 by stBorchert, Bojhan, et al: better widget for WIDTH x ↵Dries Buytaert2009-08-21
| | | | HEIGHT widget.
* - 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
* #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
|
* - 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().
* 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.
* #552084 by jhodgdon: Removed references to 'CCK' in core.Angie Byron2009-08-19
|
* - 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.