Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - #32785: Allow external URLs in menus (and make url() more flexible) | Steven Wittens | 2005-12-29 |
| | |||
* | - #42234: Use standardized feed icon for RSS | Steven Wittens | 2005-12-29 |
| | |||
* | - #42446: Resizable textareas. | Steven Wittens | 2005-12-29 |
| | |||
* | - #31301: Don't escape apostrophes in XML-RPC strings. | Steven Wittens | 2005-12-27 |
| | | | | | | | /me looks down OH MY GOD... I'M MELLLLTTIIINNGG NOOOOOOO.... AAARGHHHHHH. Oh well, don't the people inside the asylum say the outside world is insane, too? | ||
* | - Patch #36465 by chx / Richard: made it possible to link to the front page. | Dries Buytaert | 2005-12-27 |
| | |||
* | - Patch #41118 by Goba: various upgrade script fixes. | Dries Buytaert | 2005-12-26 |
| | |||
* | - Patch #39179 by chx et al: fix checkboxes #default_values. | Dries Buytaert | 2005-12-26 |
| | |||
* | - #41744: global urlencode() for menu paths | Steven Wittens | 2005-12-22 |
| | |||
* | - Patch #41023 by wtanaka: custom form elements can't cleanly set a value ↵ | Dries Buytaert | 2005-12-19 |
| | | | | for themselves. | ||
* | - Patch #39179 by chx: improved validation of forms. | Dries Buytaert | 2005-12-19 |
| | |||
* | - Patch #41437 by webchick: improved code comments. | Dries Buytaert | 2005-12-17 |
| | |||
* | - Code style | Steven Wittens | 2005-12-17 |
| | |||
* | - Patch #40813: Taxonomy forms should be in a fieldset. | Dries Buytaert | 2005-12-16 |
| | |||
* | - Patch #40486 by chx/netbjarne: duplicate form id's breaks html validation. | Dries Buytaert | 2005-12-15 |
| | |||
* | - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on ↵ | Dries Buytaert | 2005-12-15 |
| | | | | | | failure instead of -1. Changed code to be compatible with all versions. | ||
* | - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #40886 by chx: fixed problem with recursive/nested node API calls ↵ | Dries Buytaert | 2005-12-14 |
| | | | | manipulating the same array references. | ||
* | - Patch #40765 by chx: fixed problem with form types. | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #40855 by Ber: fixed typo in watchdog message. | Dries Buytaert | 2005-12-12 |
| | |||
* | - Patch #40706 by chx: fixed warnings. | Dries Buytaert | 2005-12-11 |
| | |||
* | - Patch #40512 by Richard: fixed coding style + performance improvements. | Dries Buytaert | 2005-12-10 |
| | |||
* | - Patch #40518 by drumm: upgrade system fixes. | Dries Buytaert | 2005-12-09 |
| | |||
* | - Patch #40518 by drumm: remove hook_versions. | Dries Buytaert | 2005-12-09 |
| | |||
* | - Patch #40341 by Neil: fixed problems with database schema versions. | Dries Buytaert | 2005-12-08 |
| | | | | | | | - When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable. - system_get_files_database() now includes a 'schema_version' child of each file object. - That new information is re-saved when Drupal re-populates the system table. - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed. | ||
* | - Patch #38889 by rkerr: db_error and db_affected_rows did not work properly ↵ | Dries Buytaert | 2005-12-07 |
| | | | | in presence of multiple database connections. | ||
* | - 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. |