summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #329015 by Damien Tournoud: improved error handling of batch API.Dries Buytaert2009-05-03
|
* - Patch #451660 by Damien Tournoud: fixed menu creation/deletion tests.Dries Buytaert2009-05-03
|
* - Patch #392696 by yched et al: save default values on insert.Dries Buytaert2009-05-01
|
* - Patch #392696 by yched et al: save default values on insert.Dries Buytaert2009-05-01
|
* #445950 follow-up: Committing missing simpletest.pages.inc.Angie Byron2009-05-01
|
* - Patch #445950 by boombatower: interface improvements for SimpleTest.Dries Buytaert2009-05-01
|
* - Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for ↵Dries Buytaert2009-04-30
| | | | the review sun.
* - Patch #394594 by Berdir: additional conversion to the new database ↵Dries Buytaert2009-04-30
| | | | abstraction layer plus clean-up.
* - Patch #392706 by yched: clean of field tests:Dries Buytaert2009-04-30
| | | | | | | + fixes a few missing whitelines + makes it clear that the same function tests field_attach_insert(), field_attach_update() and field_attach_load() + streamlines a few overly detailed explanations + add missing t() functions
* - Patch #441180 by bjaspan: added a point.Dries Buytaert2009-04-30
|
* - Patch #374068 by alienbrain, bjaspan: improved documentation of field ↵Dries Buytaert2009-04-30
| | | | display settings.
* #356908 by andypost and yched: Run field prefixes and suffixes through ↵Angie Byron2009-04-29
| | | | field_filter_xss() rather than check_plain() to prevent funny characters.
* - Patch #295864 by boombatower, sun: fixed typos in the documentation. Nice ↵Dries Buytaert2009-04-29
| | | | catches, sun\!
* - Patch #392706 by bjaspan, yched, puradata: some of the field attach tests ↵Dries Buytaert2009-04-29
| | | | in field.test use database queries to verify correct functionality. This makes the field attach tests work only if field_sql_module is the only field storage module in use. Instead, tests of database storage should be in the field storage module's tests, and field attach tests should operate purely at the field attach api level.
* #220592 by dww and pwolanin: Update module now always uses the database for ↵Angie Byron2009-04-29
| | | | caching so that drupal.org project data persists and site performance (in both directions) is not horrifically mangled.
* - Patch #446742 by sun, dmitrig01: fixed various bugs.Dries Buytaert2009-04-29
|
* - Patch #295864 by boombatower: cleaned up the randomName() method by ↵Dries Buytaert2009-04-29
| | | | removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
* - Patch #340081 by dmitrig01, boombatower: clean-up of drupalCreateUser()Dries Buytaert2009-04-29
|
* - Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very ↵Dries Buytaert2009-04-29
| | | | exciting.
* - Patch #251245 by c960657: added tests for the OpenID module. The test ↵Dries Buytaert2009-04-29
| | | | module implements a dummy OpenID provider/server. Most impressive patch of the month.
* - Patch #302632 by recidive, c960657: use PHP5 functionality for ↵Dries Buytaert2009-04-29
| | | | _openid_sha1(). Simplified some code.
* - Patch #408024 by brianV et al: rename drupal_execute() to ↵Dries Buytaert2009-04-29
| | | | drupal_submit_form().
* #431148 by pwolanin: Make it easier to visually distinguish between security ↵Angie Byron2009-04-29
| | | | updates and regular updates.
* #445530 by jmburnz: Remove redundant title attribute from node title links.Angie Byron2009-04-28
|
* #445094 by yched: Fix failing tests in SQLite/PostgreSQL due to passing in ↵Angie Byron2009-04-28
| | | | NULL values for ftid and ftvid.
* #446878 by boombatower: Fix concatenation typo in field tests.Angie Byron2009-04-28
|
* #331832 follow-up by jhodgdon: Fix spelling of hook_form_FORM_ID_alter().Angie Byron2009-04-28
|
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* - Patch #345591 by pwolanin, c960657: make the tests work when running with CGI.Dries Buytaert2009-04-27
|
* #362852 by Dave Reid: Convert enabled/disabled radios on statistics form to ↵Angie Byron2009-04-27
| | | | checkboxes.
* - Patch #382834 by cwgordon7: hook_menu API docs missedsome elements.Dries Buytaert2009-04-27
|
* - Patch #445966 by Damien Tournoud: allow theme engine and theme settings form.Dries Buytaert2009-04-27
|
* - Patch #368067 by catch: move testing to a 'Development' menu.Dries Buytaert2009-04-27
|
* - Patch #353328 by brianV, catch: fixed glitch in comment paging.Dries Buytaert2009-04-27
|
* - Patch #361529 by j.somers: illogical syntax for book_toc().Dries Buytaert2009-04-27
|
* #359391 by kresimir: Clarify that various caching modes are 'page' caching ↵Angie Byron2009-04-27
| | | | modes.
* - Patch #445600 by Rob Loach: allow 1 minimum number of words in content types.Dries Buytaert2009-04-26
|
* #229660 by Dave Reid: Use theme_username() in personal contact form.Angie Byron2009-04-26
|
* #423886 by Berdir: Fix fatal error when submitting aggregator block.Angie Byron2009-04-26
|
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵Angie Byron2009-04-26
| | | | JavaScript.
* - Patch #368821 by Senpai, sun, JuliaKM: documentation improvements.Dries Buytaert2009-04-26
|
* - Patch #440894 by brianV: code style and documentation clean-up.Dries Buytaert2009-04-26
|
* - Patch #441962 by brianV: code style and documentation clean-up.Dries Buytaert2009-04-26
|
* - Patch #444876 by Damien Tournoud: remove node_invoke_node().Dries Buytaert2009-04-26
|
* - Patch #445410 by Damien Tournoud: fix $ tags.Dries Buytaert2009-04-26
|
* - Patch #392582 by karschsp: fixed broken anchor tags on permissions page.Dries Buytaert2009-04-26
|
* - Patch #445062 by Arancaytar: check for PHP tokenizer extension to be ↵Dries Buytaert2009-04-26
| | | | installed.
* - Patch #383220 by mr.baileys: cron trigger needs an action.Dries Buytaert2009-04-26
|
* - Patch #444966 by dereine: code style clean-up.Dries Buytaert2009-04-26
|