Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #423664 by Berdir: Fix dependency checking of non-existing modules. (with ↵ | Angie Byron | 2009-04-11 |
| | | | | corrected tests) | ||
* | - Patch #424094 by chx: fixed taxonomy tests. | Dries Buytaert | 2009-04-05 |
| | |||
* | - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵ | Dries Buytaert | 2009-04-02 |
| | | | | al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! | ||
* | - Patch #333054 by c960657: page cache should be case sensitive. | Dries Buytaert | 2009-04-01 |
| | |||
* | #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵ | Angie Byron | 2009-03-31 |
| | | | | static method to reduce memory footprint of SimpleTest. | ||
* | #259368 by Rob Loach, mfer, and sun: Allow drupal_add_css() to add/aggregate ↵ | Angie Byron | 2009-03-30 |
| | | | | inline CSS. | ||
* | #297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() ↵ | Angie Byron | 2009-03-28 |
| | | | | to be performed within batch API (with tests). | ||
* | #369964 by yched and bjaspan: Refactor field validation and error reporting. ↵ | Angie Byron | 2009-03-26 |
| | | | | Field API no longer coupled to Form API. Hooray. | ||
* | - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵ | Dries Buytaert | 2009-03-20 |
| | | | | to user and administration menu. Will require follow-up patches. | ||
* | #402804 by roychri and Damien Tournoud: Add assertions to check if text was ↵ | Angie Byron | 2009-03-17 |
| | | | | found only once or more than once. | ||
* | #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵ | Angie Byron | 2009-03-14 |
| | | | | users in one request. | ||
* | - Patch #401922 by Damien Tournoud: fixed parent link detection. | Dries Buytaert | 2009-03-14 |
| | |||
* | - Patch #12201 by mfb: added support for table descriptions. | Dries Buytaert | 2009-03-14 |
| | |||
* | - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵ | Dries Buytaert | 2009-03-14 |
| | | | | Views. | ||
* | #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT ↵ | Angie Byron | 2009-03-14 |
| | | | | NULL conditions to DBTNG. | ||
* | - Patch #373613 by drewish, quicksketch: working around some Debian issues. ↵ | Dries Buytaert | 2009-03-10 |
| | | | | They ship a different GD library. | ||
* | - Patch #373613 by quicksketch and drewish: in order to operate on images ↵ | Dries Buytaert | 2009-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. | ||
* | #350545 by Damien Tournoud: Remove unreliable invalid date test so that ↵ | Angie Byron | 2009-03-08 |
| | | | | SQLite tests pass. | ||
* | #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow ↵ | Angie Byron | 2009-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 Byron | 2009-02-26 |
| | |||
* | - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards. | Dries Buytaert | 2009-02-24 |
| | |||
* | - Patch #380064 by c960657: make file_scan_directory() use save property ↵ | Dries Buytaert | 2009-02-22 |
| | | | | names as file_load(). | ||
* | - Patch #299267 by Crell: add extender support to the SELECT query builder. | Dries Buytaert | 2009-02-22 |
| | |||
* | - Patch #374940 by Dave Reid et al: fixed MergeQuery problem. | Dries Buytaert | 2009-02-22 |
| | |||
* | #330983 by recidive and boombatower: Rename users/users_roles tables to ↵ | Angie Byron | 2009-02-18 |
| | | | | user/user_role for consistency. | ||
* | #255551 by drewish and c960657: Array-itize file_scan_directory()'s ↵ | Angie Byron | 2009-02-18 |
| | | | | parameters (DX improvement). | ||
* | #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵ | Angie Byron | 2009-02-18 |
| | | | | compatibility with other JavaScript libraries. | ||
* | #370846 follow-up by catch: Fix #weight sorting in drupal_render(). | Angie Byron | 2009-02-13 |
| | |||
* | #369423 by nedjo: Fix drupal_write_record() bug with multi-field primary ↵ | Angie Byron | 2009-02-13 |
| | | | | keys (with tests). | ||
* | #373502 by drewish and sun: Add function to delete unmanaged files ↵ | Angie Byron | 2009-02-13 |
| | | | | recurisevely (with tests). | ||
* | #370846 by catch: Further improve performance of drupal_render() sorting ↵ | Angie Byron | 2009-02-09 |
| | | | | (with tests). | ||
* | #369562 by bjaspan and yched: Clean up a few minor things in field API. | Angie Byron | 2009-02-08 |
| | |||
* | #368502 by catch: Make adjustment to file naming test in an effort to make ↵ | Angie Byron | 2009-02-08 |
| | | | | testing bot stop erroneously marking patches code needs work. | ||
* | #361683 follow-up by sun: Remove more windows line endings. | Angie Byron | 2009-02-05 |
| | |||
* | #348627 by smk-ka and catch: Allow menu title callback property to bypass ↵ | Angie Byron | 2009-02-05 |
| | | | | t() (+documentation and tests) | ||
* | - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵ | Dries Buytaert | 2009-02-03 |
| | | | | floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my! | ||
* | - Patch #354812 by catch, mfer: filter_xss_bad_protocol is called hundreds ↵ | Dries Buytaert | 2009-01-31 |
| | | | | of times on some pages. | ||
* | #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter ↵ | Angie Byron | 2009-01-31 |
| | | | | default to NULL so that NULLs do not need to be specified. | ||
* | #242962 by Heine: Add a 'tablesort' Form API element to unify various places ↵ | Angie Byron | 2009-01-28 |
| | | | | we use a big table with JS-enabled checkboxes next to each item (with tests). | ||
* | #364407 by catch: Fix drupal_render() sorting (with tests). | Angie Byron | 2009-01-27 |
| | |||
* | - Removing whitespace. | Dries Buytaert | 2009-01-26 |
| | |||
* | #363687 by chx: Simplify DBTNG codeflow. | Angie Byron | 2009-01-25 |
| | |||
* | #362680 by catch: Put all taxonomy tests in one spot. | Angie Byron | 2009-01-22 |
| | |||
* | #345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a ↵ | Angie Byron | 2009-01-22 |
| | | | | 'type' instead, to clean up calling code. | ||
* | #346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x. | Angie Byron | 2009-01-22 |
| | |||
* | - Patch #291026 by Dave Reid et al: further (usability) improvements to the ↵ | Dries Buytaert | 2009-01-21 |
| | | | | E_NOTICE handling. | ||
* | #355225 by Josh Waihi and Damien Tournoud: Fix inconsistent behaviour with ↵ | Angie Byron | 2009-01-20 |
| | | | | transaction support and insert queries. All tests should pass on PostgreSQL now. Woot! :) | ||
* | #30520 follow-up by Dave Reid: Fix error message about upload when not ↵ | Angie Byron | 2009-01-20 |
| | | | | uploading a file (with tests, so we don't break it again). | ||
* | - Meh by Dries. | Dries Buytaert | 2009-01-19 |
| | |||
* | - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵ | Dries Buytaert | 2009-01-19 |
| | | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module. |