Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #35924 by Neil: improved the update system. | Dries Buytaert | 2005-12-06 |
| | |||
* | - Patch #39875 by chx: make form sorting work with PHP5. | Dries Buytaert | 2005-12-05 |
| | |||
* | - Unrolled chx's form sort patch. | Dries Buytaert | 2005-12-05 |
| | |||
* | - Patch #39875 by chx: form_sort is broken with PHP5. | Dries Buytaert | 2005-12-05 |
| | |||
* | - Patch #39989 by hunmonk: can't pass args properly to #process callback. | Dries Buytaert | 2005-12-05 |
| | |||
* | - Patch #39085 by chx/angie: simplified #tree-#parent code. | Dries Buytaert | 2005-12-04 |
| | |||
* | - Patch #35768 by JonBob/Richard: separate callback handling from menu handling. | Dries Buytaert | 2005-12-03 |
| | | | | Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system. Also changes array_key_exists() to isset() in several places, which is reported to perform better. | ||
* | - Patch #39155 by Alex/chx: #validate, #submit, #process consistency | Dries Buytaert | 2005-12-03 |
| | |||
* | - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵ | Dries Buytaert | 2005-12-02 |
| | | | | '#submit'. | ||
* | - Patch #39566 by chx: fixed incorrect encoding in URLs. | Dries Buytaert | 2005-12-02 |
| | |||
* | - Patch #39566 by chx: fixed incorrect encoding in URLs. | Dries Buytaert | 2005-12-02 |
| | |||
* | - Fixed bug with checking for .txt files. | Dries Buytaert | 2005-11-30 |
| | |||
* | - Patch #39357 by m3vrck: fixed typo in mysqli backend. | Dries Buytaert | 2005-11-30 |
| | |||
* | - More fixes | Dries Buytaert | 2005-11-30 |
| | |||
* | - Removed valid_input_check(). | Dries Buytaert | 2005-11-30 |
| | |||
* | - check_plain() missed its train. | Dries Buytaert | 2005-11-29 |
| | |||
* | - Various fixes. Updated CHANGELOG.txt | Dries Buytaert | 2005-11-29 |
| | |||
* | - Patch #39257 by merlinofchaos: node_access rewrite breaks with FROM_UNIXTIME. | Dries Buytaert | 2005-11-29 |
| | |||
* | - Patch #38038: hook_elements override instead of merge. | Dries Buytaert | 2005-11-28 |
| | |||
* | - Patch #33852: remove legacy.inc. | Dries Buytaert | 2005-11-28 |
| | |||
* | - Patch #11758 by Richard Archer: fixed mbstring clash. | Dries Buytaert | 2005-11-28 |
| | |||
* | - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL. | Dries Buytaert | 2005-11-27 |
| | |||
* | - Patch #38787 by Jaza: print PHP errors using drupal_set_message(). | Dries Buytaert | 2005-11-27 |
| | |||
* | #27582: menu.inc doc update | Steven Wittens | 2005-11-24 |
| | |||
* | - Patch #38279 by paddy_deburca: fixed theme_item_list() not to generate an ↵ | Dries Buytaert | 2005-11-24 |
| | | | | empty <ul></ul> tag when $items is empty. | ||
* | - Patch by chx: fixed form validation. | Dries Buytaert | 2005-11-23 |
| | |||
* | - Patch #38349 by hunmonk: | Dries Buytaert | 2005-11-22 |
| | | | | | | | | 1. hook_form_validate_alter and hook_form_execute_alter have been eliminated. there usage was limiting and a bit confusing. now, only hook_form_alter remains 2. replacing those hooks are the #validate and #execute attributes. these can be used either when building the form in a module, or via hook_form_alter. these attributes are built in array form, to allow for flexibility in how they are called. for example, a module could simply add an element to the #validate array via hook_form_alter if it wished to perform additional validation, or it could redeclare the entire #validate array if it wanted to override any existing validation 3. attributes #validation_arguments and #execution_arguments have been added to allow args to be used w/ custom validation and execution functions. this are also declared in array format 4. renamed #valid attribute to #validation. this doesn't cause any conflicts, and makes the naming convention more consistent 5. renamed the existing #execute attribute associated w/ submit buttons to #submit | ||
* | - Patch #37766 by Thomas Ilsche: fixed date handling in XML-RPC backend. | Dries Buytaert | 2005-11-21 |
| | |||
* | - Patch #35725 by drumm: improved conf_init() documentation. | Dries Buytaert | 2005-11-21 |
| | |||
* | - Patch #35863 by chx: add link to forms API documentation | Dries Buytaert | 2005-11-21 |
| | |||
* | - Patch #37752 by chx and Richard: renamed #post_process to #after_build. | Dries Buytaert | 2005-11-21 |
| | |||
* | #35725: Make site.com:80 work like site.com | Steven Wittens | 2005-11-21 |
| | |||
* | - Patch #35724 by asimmonds: fixed handling of empty form fields. | Dries Buytaert | 2005-11-21 |
| | |||
* | #36352: Don't prefix temporary table names after all. | Steven Wittens | 2005-11-21 |
| | | | | #36658: Make search query pgsql compatible. | ||
* | - Patch #37401 by webchick: fixed dependency of date selection form element ↵ | Dries Buytaert | 2005-11-21 |
| | | | | on profile module. | ||
* | - Patch #36828 by m3avrck: some MySQLi fixes and some PHP5 fixes. | Dries Buytaert | 2005-11-18 |
| | |||
* | - Patch #37915 by chx: improved readability of forms API. | Dries Buytaert | 2005-11-18 |
| | |||
* | - Patch #37400 by vwX/chx: fixed problem with methodHelp | Dries Buytaert | 2005-11-13 |
| | |||
* | - Add missing url()s around form actions (these would break without clean URLs) | Steven Wittens | 2005-11-13 |
| | |||
* | - Patch #35644 by webchick: forms API simplificiations. | Dries Buytaert | 2005-11-12 |
| | |||
* | - Patch #26249 by Morbus: improved handling of temporary files/directory. | Dries Buytaert | 2005-11-12 |
| | | | | | | | | If your module uses variable_get('file_directory_temp', ...) or variable_get('file_directory_path', ...) please update it to use the new API. A list of affected modules is available at http://drupal.org/node/26249#comment-54194. | ||
* | - SQL query maintenance: '%d' -> %d. | Dries Buytaert | 2005-11-12 |
| | |||
* | #37078: forms api does not respect form_id when populating from ['edit'] or ↵ | Steven Wittens | 2005-11-12 |
| | | | | validating | ||
* | - Patch #36079 by ax/chx: various blogapi.module fixes. | Dries Buytaert | 2005-11-09 |
| | |||
* | - Patch #36829 by hunmonk: current form_id_form_alter will cause name ↵ | Dries Buytaert | 2005-11-08 |
| | | | | collisions. | ||
* | - Patch #36606 by hunmonk: validation callback functions can't be overridden. | Dries Buytaert | 2005-11-08 |
| | |||
* | - Patch #36407 by DriesK: make sure the private key is set. | Dries Buytaert | 2005-11-06 |
| | |||
* | - Patch #10658 by Morbus: create new folders with the right permissions. | Dries Buytaert | 2005-11-04 |
| | |||
* | - #36255: Fix db_query_temporary() in pgsql | Steven Wittens | 2005-11-04 |
| | | | | - Prefix temporary table names (helps on restricted hosts) | ||
* | - Patch #22215 by Richard Archer: refactored primary and secondary links. | Dries Buytaert | 2005-11-03 |
| | | | | | | | | | Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome. |