Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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. | ||
* | #314283 by jhedstrom: Adding tests for disabled checkboxes. | Angie Byron | 2009-01-17 |
| | |||
* | - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵ | Dries Buytaert | 2009-01-14 |
| | | | | table namespace. | ||
* | - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency ↵ | Dries Buytaert | 2009-01-14 |
| | | | | system. This helps with fields in core. Comes with tests\! | ||
* | - Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed ↵ | Dries Buytaert | 2009-01-14 |
| | | | | problem when HTTP_HOST is not transmitted. | ||
* | - Rollback of #225562 -- I think there is still something wrong. | Dries Buytaert | 2009-01-13 |
| | |||
* | - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵ | Dries Buytaert | 2009-01-13 |
| | | | | taxonomy_term_data. | ||
* | - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ↵ | Dries Buytaert | 2009-01-11 |
| | | | | its own temporary table names. | ||
* | - Patch #124492 by mfer: added support for IPv6 and % characters. Comes ↵ | Dries Buytaert | 2009-01-11 |
| | | | | with tests\! |