summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #56143 by chx: Non multiple form elements also set to arrayNeil Drumm2006-03-29
|
* #55520, upload.module does not display previews for when private files are ↵Gerhard Killesreiter2006-03-29
| | | | enabled, patch by dopry.
* #54003, Watchdog not logging update errors, patch by StevenGerhard Killesreiter2006-03-28
|
* #56089, fixed typo, patch by tenrapidGerhard Killesreiter2006-03-28
|
* #56089, $form['#redirect'] shouldn't be clobbered by the _submit return ↵Gerhard Killesreiter2006-03-28
| | | | value., second try, patch by chx
* #55766, Custom submit handlers get insufficient arguments, patch by AdrianGerhard Killesreiter2006-03-27
|
* #56089, $form['#redirect'] shouldn't be clobbered by the _submit return ↵Gerhard Killesreiter2006-03-27
| | | | value., patch by Adrian
* #42000, misssing underscore, found by rumpGerhard Killesreiter2006-03-26
|
* somehow escaped committing, belongs to #28625Gerhard Killesreiter2006-03-26
|
* #55910, fix warnings in file.inc, patch by chx.Gerhard Killesreiter2006-03-26
|
* #42000, docs update, by meGerhard Killesreiter2006-03-26
|
* #42000, Watchdog can't log errors when using db_set_active(non-default), ↵Gerhard Killesreiter2006-03-26
| | | | patch by Chris Johnson and myself
* do not allow override of #value => NULL for #type => value elementsGerhard Killesreiter2006-03-25
| | | | patch by chx
* #45988, Nodes with menu items bypass node permissions systemGerhard Killesreiter2006-03-20
| | | | patch by chx
* #51303, Forms with form tokens fail validation for anonymous users when ↵Gerhard Killesreiter2006-03-20
| | | | caching is enabled, patch by chx
* #14591, User.module links for blocked/non-existant accounts + menu 403/404 ↵Gerhard Killesreiter2006-03-17
| | | | issue, patch by Steven and merlinofchaos
* #52911, locale : fapi conversion + fixes, patch by Zen.Gerhard Killesreiter2006-03-17
|
* #54019, Can't set classes on submit elements, patch by m3avrckGerhard Killesreiter2006-03-16
|
* #54008, po import does not update strings, patch by timcnGerhard Killesreiter2006-03-16
|
* #53967, form_builder checkbox/textfield/validation stuff, patch by hunmonk ↵Gerhard Killesreiter2006-03-15
| | | | and chx
* #42388, Rehaul menu builder, patch by chxGerhard Killesreiter2006-03-15
|
* #54002, Cached JS files break new drupal js error reporting behavior. ↵Gerhard Killesreiter2006-03-15
| | | | Improved patch by chx
* - #53857: External URL suppor for menus broken by SA-2006-001Steven Wittens2006-03-14
|
* - sa-2006-004: E-mail header injection issueSteven Wittens2006-03-13
|
* - sa-2006-002: XSS issues with username log and missionSteven Wittens2006-03-13
|
* - sa-2006-001: Custom menu items are accessible to anyoneSteven Wittens2006-03-13
|
* - Patch #53480 by chx et al: clean and harden form_builder for various types ↵Dries Buytaert2006-03-12
| | | | of posted elements.
* - Patch #52092 by wtanaka, dopry and moshe: fixed regression with ↵Dries Buytaert2006-03-10
| | | | hook_file_download.
* - #53368: Output stricter (IE5-compatible) JSONSteven Wittens2006-03-10
|
* - #49211: Fix bug with linking to absolute URLs through l()Steven Wittens2006-03-10
|
* - #52771: drupal_to_js() improperly dealing with booleansSteven Wittens2006-03-10
|
* #52292 by hunmonk, multipart node forms brokenNeil Drumm2006-03-09
| | | | Adds a new form attribute that lets form writers hook into a conveniant place when the form building requires knowledge of the validation results.
* #42388, Out of range value adjusted for column, patch by drummGerhard Killesreiter2006-03-09
|
* - Patch #49497 by damz and morbus: fixed encoding of feeds with PHP5.Dries Buytaert2006-03-09
|
* #50234, add documentation to file.inc methods, patch by drewish.Gerhard Killesreiter2006-03-08
| | | | edited for some formatting issues.
* - Patch #51850 by chx, webchick et al: fixed various problems with ↵Dries Buytaert2006-03-08
| | | | db_rewrite_sql, made db_rewrite_sql slightly more robust.
* - Patch #5961 by dopry et al: fixed problems with file api and open_basedir ↵Dries Buytaert2006-03-07
| | | | restrictions.
* - Patch #52448 by Zen: simplified drupal_attributes.Dries Buytaert2006-03-07
|
* - Patch #52508 by TDobes: fixed theme system regressions.Dries Buytaert2006-03-07
|
* - Patch #52292 by hunmonk/chx: multipart node forms were broken.Dries Buytaert2006-03-06
|
* #52484 by chx: filter_form needs validationNeil Drumm2006-03-05
|
* - Patch #51516 by Steve Dondley: it should be possible to set errors on ↵Dries Buytaert2006-03-04
| | | | selection items.
* - Patch #43220 by chx: removed the mime type magic until a better fix comes ↵Dries Buytaert2006-03-02
| | | | along.
* - #50747: RSS channel description is not according to specSteven Wittens2006-03-01
|
* #46617, Restore some module listings, partially applied, I've omitted places ↵Gerhard Killesreiter2006-02-27
| | | | | | where I felt that sortign by weight would be wanted. We can discuss those on the issue. Patch by chx.
* #48209, Prevent system module forms (system/theme settings) from saving ↵Gerhard Killesreiter2006-02-27
| | | | 'reset' to the variables table., patch by Markus Petrux
* #43826, no way to suppress form_id, patch by wtanakaGerhard Killesreiter2006-02-27
|
* #21084, Node module is not marked "required", but is required by other ↵Gerhard Killesreiter2006-02-27
| | | | required modules, patch by Robert Douglass
* #50772, Getting destination from $_REQUEST, patch by rmiotkeGerhard Killesreiter2006-02-27
|
* #49375, 'drupal_goto' / 'drupal_get_destination' broken with query params, ↵Gerhard Killesreiter2006-02-27
| | | | patch by eberts