summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #226876 by csevb10, dave reid, et al: converted more queries to the ↵Dries Buytaert2009-03-09
| | | | new database abstraction layer.
* - Patch #395856 by mr.baileys: added HTTP request status code to request ↵Dries Buytaert2009-03-09
| | | | assertion message.
* - Patch #373613 by quicksketch and drewish: in order to operate on images ↵Dries Buytaert2009-03-09
| | | | | | | | | | multiple times (such as crop, scale, then desaturate) without quality loss, we need to pass images by their raw GD (or other library) resources rather than re-opening the same image repeatedly, which causes wasted processing and loss of quality when using JPEG images. This patch reworks the image toolkits, adds some new image manipulations and adds some impressive SimpleTests.
* - Patch #283931 by jeffschuler: documentation clarification.Dries Buytaert2009-03-08
|
* - Patch #395228 by c960657: fixed sorting order in drupalGetTestFiles().Dries Buytaert2009-03-08
|
* - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename ↵Dries Buytaert2009-03-08
| | | | 'input formats'.
* - Patch #338429 by scor: xhtml 1.1 compatibility fix.Dries Buytaert2009-03-08
|
* #345376 by jeffschuler: OpenID hook documentation. Yay. :DAngie Byron2009-03-08
|
* #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page ↵Angie Byron2009-03-08
| | | | (with tests).
* #302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module.Angie Byron2009-03-08
|
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* #331832 by jhodgdon: Add pointer from hook_form_alter() docs to ↵Angie Byron2009-03-08
| | | | hook_form_FORM_ID_alter().
* #394460 by Crell: DBTNGify Help module.Angie Byron2009-03-08
|
* #350545 by Damien Tournoud: Remove unreliable invalid date test so that ↵Angie Byron2009-03-08
| | | | SQLite tests pass.
* #304330 follow-up by Damien Tournoud: Fix whitespace.Angie Byron2009-03-08
|
* #304330 by ximo, alpritt, Amitaibu, edmund.kwok, Xano, ff1, BrightLoudNoise, ↵Angie Byron2009-03-08
| | | | et al: Dramatically improved text format widget. USABILITY AWESOMENESS.
* #387218 by geerlingguy, JohnAlbin, and scor: Print/document RDF variables in ↵Angie Byron2009-03-02
| | | | page.tpl.php.
* #287178 follow-up by dereine and Dave Reid: Fix notice in OpenID module ↵Angie Byron2009-03-01
| | | | which is referencing missing form_id variable.
* #304163 by chx: Allow update.php to re-generate settings.php. Now possible ↵Angie Byron2009-03-01
| | | | to upgrade Drupal 6 to Drupal 7. Oh, yeah.
* #369002 by toddy: Use format_plural() for search keyword length error.Angie Byron2009-03-01
|
* #364467 by alex_b: Fix remove followed by update aggregator items.Angie Byron2009-03-01
|
* #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow ↵Angie Byron2009-02-28
| | | | drupal_add_js() to reference external JavaScript files.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* - Patch #382898 by Jody Lunn: fix0red spelling mistake.Dries Buytaert2009-02-25
|
* - Patch #243524 by Dave Reid, chx: display INFO_ALL output when calling ↵Dries Buytaert2009-02-25
| | | | system_php().
* - Patch #383318 by mr.baileys: incorrect memory shortage warning when memory ↵Dries Buytaert2009-02-25
| | | | limit is unlimited.
* #367299 by EclipseGc, JohnAlbin, geerlingguy, and Todd Nienkerk: Update and ↵Angie Byron2009-02-24
| | | | polish default page.tpl.php to make it easier for CSS designers to theme.
* - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.Dries Buytaert2009-02-24
|
* #369229 follow-up by stella and nedjo: Fix locale tests.Angie Byron2009-02-24
|
* - Patch #296584 by mr.baileys: fixed incorrect example with regards to the ↵Dries Buytaert2009-02-24
| | | | use of t() in menu item titles.
* - Patch #369229 by stella: improved and extended the locale module tests.Dries Buytaert2009-02-22
|
* - Patch #334554 by hass: prevent endless loops in the simpletests.Dries Buytaert2009-02-22
|
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* - Patch #299267 by Crell: add extender support to the SELECT query builder.Dries Buytaert2009-02-22
|
* - Patch #374940 by Dave Reid et al: fixed MergeQuery problem.Dries Buytaert2009-02-22
|
* - Patch #377870 by mr.baileys: removed unnecessary access check.Dries Buytaert2009-02-20
|
* #377564 by boombatower: Make run-tests.sh respect the ↵Angie Byron2009-02-20
| | | | 'simpletest_clear_results' variable.
* - Patch #374568 by chx: remove useless JOIN from permission query.Dries Buytaert2009-02-19
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #215080 by drifter and robertDouglass: Add index on system name and type to ↵Angie Byron2009-02-18
| | | | speed query.
* #373763 by Dave Reid: Fix bug in field_sql_storage_schema() that prevents ↵Angie Byron2009-02-18
| | | | SimpleTest from clearing tables.
* #255551 by drewish and c960657: Array-itize file_scan_directory()'s ↵Angie Byron2009-02-18
| | | | parameters (DX improvement).
* #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵Angie Byron2009-02-18
| | | | clearfix, which is the lingo that designers use for it.
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #373613 interim commit: Adding some images that can be used in image API ↵Angie Byron2009-02-15
| | | | testing.
* #367696 by drumm: Simplify the vocabulary edit form.Angie Byron2009-02-13
|
* #370846 follow-up by catch: Fix #weight sorting in drupal_render().Angie Byron2009-02-13
|
* #372474 by karschsp: Minor documentation fix for node access system.Angie Byron2009-02-13
|
* #369423 by nedjo: Fix drupal_write_record() bug with multi-field primary ↵Angie Byron2009-02-13
| | | | keys (with tests).
* #69468 by marcingy, greggles, mikey_p: Usability: Display node type on ↵Angie Byron2009-02-13
| | | | editing form.