summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #42105 by chx / merlinofchaos: made form elements themable.Dries Buytaert2006-01-10
|
* - Patch #40927 by vhmauery: added attributes for files. Required for some ↵Dries Buytaert2006-01-09
| | | | contributed modules to work.
* - Patch #43835 by jakeg: critical bugfix: fixed admin/modules.Dries Buytaert2006-01-08
|
* - Patch #41644 by chx: critical bug: db_rewrite_sql had a bad regex.Dries Buytaert2006-01-08
|
* - Patch #42886 by chx: critical feature: allow modules to be reordered.Dries Buytaert2006-01-08
|
* - Patch #35570 by ccourtne and Steve: forms API does not adhere ↵Dries Buytaert2006-01-08
| | | | #return_value for checkboxes.
* - Modified patch #43082 by chx: return a 404 when a callback function does ↵Dries Buytaert2006-01-08
| | | | not exist.
* - Patch #15609 by m3avrck: get rid of forced <br />-tag after <label>-tags. ↵Dries Buytaert2006-01-06
| | | | Makes it easier to theme forms.
* - Patch #35667 by Crell: bug fix: on ?q=admin/block style.css was imported ↵Dries Buytaert2006-01-06
| | | | twice.
* - Patch #39179 by chx; make optgroups work with choice checker.Dries Buytaert2006-01-06
|
* - #41940: Locale string search broken in some cases (and remove some ↵Steven Wittens2006-01-05
| | | | | | inappropriate db_escape_string() usage) - #43491: Missing drupal_goto() after saving settings
* - Patch #43429 by drumm: bug fix: made comparison of checkboxes more strict.Dries Buytaert2006-01-05
|
* - Patch #40599 by Chris: minor code improvement: removed redundant isset().Dries Buytaert2006-01-05
|
* - Patch #43360 by Chris: minor code clean-up: renamed $op to $hook.Dries Buytaert2006-01-05
|
* - Patch #41548 by Neil: critical bugfix: theme didn't load when styles are used.Dries Buytaert2006-01-04
|
* - Patch #40599 by Chris Johnson: file_download() checks module_invoke() ↵Dries Buytaert2006-01-04
| | | | return = -1.
* - Patch #42057 by hunmonk and chx: made saving user accounts work again.Dries Buytaert2006-01-02
|
* - Patch #37494 by darius / chx: fixed problem with dates.Dries Buytaert2006-01-02
|
* - Removing trailing spacesSteven Wittens2005-12-31
|
* - Patch 42115 by Cvbge/ m3avrck: improved performance of session loading.Dries Buytaert2005-12-31
|
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - #32785: Allow external URLs in menus (and make url() more flexible)Steven Wittens2005-12-29
|
* - #42234: Use standardized feed icon for RSSSteven Wittens2005-12-29
|
* - #42446: Resizable textareas.Steven Wittens2005-12-29
|
* - #31301: Don't escape apostrophes in XML-RPC strings.Steven Wittens2005-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 Buytaert2005-12-27
|
* - Patch #41118 by Goba: various upgrade script fixes.Dries Buytaert2005-12-26
|
* - Patch #39179 by chx et al: fix checkboxes #default_values.Dries Buytaert2005-12-26
|
* - #41744: global urlencode() for menu pathsSteven Wittens2005-12-22
|
* - Patch #41023 by wtanaka: custom form elements can't cleanly set a value ↵Dries Buytaert2005-12-19
| | | | for themselves.
* - Patch #39179 by chx: improved validation of forms.Dries Buytaert2005-12-19
|
* - Patch #41437 by webchick: improved code comments.Dries Buytaert2005-12-17
|
* - Code styleSteven Wittens2005-12-17
|
* - Patch #40813: Taxonomy forms should be in a fieldset.Dries Buytaert2005-12-16
|
* - Patch #40486 by chx/netbjarne: duplicate form id's breaks html validation.Dries Buytaert2005-12-15
|
* - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on ↵Dries Buytaert2005-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 Buytaert2005-12-14
|
* - Patch #40886 by chx: fixed problem with recursive/nested node API calls ↵Dries Buytaert2005-12-14
| | | | manipulating the same array references.
* - Patch #40765 by chx: fixed problem with form types.Dries Buytaert2005-12-14
|
* - Patch #40855 by Ber: fixed typo in watchdog message.Dries Buytaert2005-12-12
|
* - Patch #40706 by chx: fixed warnings.Dries Buytaert2005-12-11
|
* - Patch #40512 by Richard: fixed coding style + performance improvements.Dries Buytaert2005-12-10
|
* - Patch #40518 by drumm: upgrade system fixes.Dries Buytaert2005-12-09
|
* - Patch #40518 by drumm: remove hook_versions.Dries Buytaert2005-12-09
|
* - Patch #40341 by Neil: fixed problems with database schema versions.Dries Buytaert2005-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 Buytaert2005-12-07
| | | | in presence of multiple database connections.
* - Patch #35924 by Neil: improved the update system.Dries Buytaert2005-12-06
|
* - Patch #39875 by chx: make form sorting work with PHP5.Dries Buytaert2005-12-05
|
* - Unrolled chx's form sort patch.Dries Buytaert2005-12-05
|
* - Patch #39875 by chx: form_sort is broken with PHP5.Dries Buytaert2005-12-05
|