summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #37798 by Neil: fixed problem with node settings.Dries Buytaert2005-11-27
|
* - Patch #39013 by drumm: more logical naming of themeable functionsDries Buytaert2005-11-27
|
* - Patch #39019 by Cvbge: set search_path for functions in database.pgsql.Dries Buytaert2005-11-27
|
* - Patch #39003 by Jaza: remove taxnomy_form_all().Dries Buytaert2005-11-27
|
* - Patch #38787 by Jaza: print PHP errors using drupal_set_message().Dries Buytaert2005-11-27
|
* - Made Richard Arhcer the menu system maintainer.Dries Buytaert2005-11-27
|
* - Patch #25792 by Cvbge: improved installation instructions.Dries Buytaert2005-11-26
|
* - Patch #38854 by wtanaka: fixed XHTML validation problem.Dries Buytaert2005-11-26
|
* - Patch #36313 by assimmonds: make the search box look identical to Drupal 4.6Dries Buytaert2005-11-25
|
* - Let Drupal try to resolve the . Makes configuration a tad easier.Dries Buytaert2005-11-25
|
* - Patch #37798 by Neil: allow non-workflow form elements on the node type ↵Dries Buytaert2005-11-25
| | | | settings page.
* - Patch #25792 by Cvbge and Morbus: improved the installation instructions ↵Dries Buytaert2005-11-25
| | | | for PostgreSQL.
* #27582: menu.inc doc updateSteven Wittens2005-11-24
|
* - #35142: Fix mass deleteSteven Wittens2005-11-24
|
* - #37956: Respect weighting in profile browse pagesSteven Wittens2005-11-24
| | | | | - Fix non-pgsql compliant ORDER BY queries - Clean up ugly section that used db_escape_string()
* - Patch #38336 by rcwoolley: parse dates in Atom feeds.Dries Buytaert2005-11-24
|
* - Patch #38593 by malex: generate 'guid' in RSS feeds to work around some ↵Dries Buytaert2005-11-24
| | | | aggregator glitches.
* - Patch #38279 by paddy_deburca: fixed theme_item_list() not to generate an ↵Dries Buytaert2005-11-24
| | | | empty <ul></ul> tag when $items is empty.
* - Patch #37383 by Cvbge: fixed clash between greatest() functions from ↵Dries Buytaert2005-11-24
| | | | Drupal and postgresql 8.1. Removed dependency on plpgsql.
* - Patch #38667 by Neil: removed a column from the table on the watchdog page.Dries Buytaert2005-11-24
|
* - Patch #38692 by saerdna: removed duplicate form-text class.Dries Buytaert2005-11-24
|
* - Patch #38296 by Tobias Maier: fixed bug with book links.Dries Buytaert2005-11-24
|
* #38744: fix update.php with non-english localeSteven Wittens2005-11-24
|
* - Patch by chx: fixed form validation.Dries Buytaert2005-11-23
|
* - Patch #35644 by webchick: fixed the sizes of the textareas on the node ↵Dries Buytaert2005-11-23
| | | | edit forms.
* - Patch #/38339 by crunchywelch: make the profile module display fields ↵Dries Buytaert2005-11-23
| | | | properly.
* - Patch #38476 by crunchywelch: make voting on polls work from blocks in the ↵Dries Buytaert2005-11-23
| | | | sidebar.
* - Patch #38611 by Neil: redo book administration.Dries Buytaert2005-11-23
| | | | The book module's current administration is actually a patchwork of one form per book page crammed into a table with another form at the bottom. This simply didn't work.
* - Patch #29151 by fgm: simplified SQL query in taxonomy_node_form().Dries Buytaert2005-11-23
|
* - Patch #38575 by Neil: fixed infinite loop in comment.module.Dries Buytaert2005-11-23
|
* - Patch #38349 by chx: form API bugfixes.Dries Buytaert2005-11-23
|
* - Patch by Neil: removed left-over css.Dries Buytaert2005-11-23
|
* - Patch #38349 by hunmonk:Dries Buytaert2005-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 #38412 by m3avrck: fixed problem with creating first account.Dries Buytaert2005-11-22
|
* - Patch #38491 by Neil: refactor comment viewing controls to _execute model.Dries Buytaert2005-11-22
|
* - Patch #35726 by asimmonds: post_process -> build_afterDries Buytaert2005-11-22
|
* - Patch #38296 by Ber: generate rel-tags for book pages. Makes it easier to ↵Dries Buytaert2005-11-22
| | | | browse in some browsers.
* - Patch #37766 by Thomas Ilsche: fixed date handling in XML-RPC backend.Dries Buytaert2005-11-21
|
* - Patch #35725 by drumm: improved conf_init() documentation.Dries Buytaert2005-11-21
|
* - Patch #37416 by Zen: make auto-completion of usernames work with short names.Dries Buytaert2005-11-21
|
* - Patch #35863 by chx: add link to forms API documentationDries Buytaert2005-11-21
|
* - Patch #37752 by chx and Richard: renamed #post_process to #after_build.Dries Buytaert2005-11-21
|
* #35725: Make site.com:80 work like site.comSteven Wittens2005-11-21
|
* - Patch #35724 by asimmonds: fixed handling of empty form fields.Dries Buytaert2005-11-21
|
* #36352: Don't prefix temporary table names after all.Steven Wittens2005-11-21
| | | | #36658: Make search query pgsql compatible.
* - Patch #35121 by m3avrck: fixed problem with list and description values ↵Dries Buytaert2005-11-21
| | | | aren't saved for uploaded files.
* - Patch #37401 by webchick: fixed dependency of date selection form element ↵Dries Buytaert2005-11-21
| | | | on profile module.
* - Making chx the forms API maintainer.Dries Buytaert2005-11-21
|
* - Patch #38248 by hunkmonk: updated the user login form to the forms API's ↵Dries Buytaert2005-11-21
| | | | _execute model.
* - Patch #35726 by asimmonds/chx: converted the comment module to the forms ↵Dries Buytaert2005-11-21
| | | | API's _execute model.