summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #38841 by Morbus/Ber: improved documentation about $base_url and ↵Dries Buytaert2005-11-29
| | | | rolled back auto-detection.
* - Patch #36133 by Thox: make it possible to install Drupal on MySQL, running ↵Dries Buytaert2005-11-29
| | | | in strict mode.
* - Improved consistency: "Clear Site" -> "Clear site", "Re-index Site" -> ↵Dries Buytaert2005-11-29
| | | | "Re-index site"
* - #7940: Remember publishing options when editing nodeSteven Wittens2005-11-29
|
* - Menu wasn't being wiped after enabling/disabling themesSteven Wittens2005-11-29
|
* - #39054: Missing url() for poll form actionSteven Wittens2005-11-28
|
* - #39137: Improve handling of preprocessor-generated words in search queries.Steven Wittens2005-11-28
| | | | | | - Improve search's default CJK tokenizer - Re-add index wipe button to admin (with confirmation) - Make default CJK tokenizer optional
* - Patch #38038: hook_elements override instead of merge.Dries Buytaert2005-11-28
|
* - Patch #33852: remove legacy.inc.Dries Buytaert2005-11-28
|
* - Patch #11758 by Richard Archer: fixed mbstring clash.Dries Buytaert2005-11-28
|
* - Patch #38945 by wtanaka: made the login block redirect back to the ↵Dries Buytaert2005-11-28
| | | | original page.
* - Bring back taxonomy_form_all().Dries Buytaert2005-11-28
|
* - Updated MAINTAINERS.txtDries Buytaert2005-11-28
|
* - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL.Dries Buytaert2005-11-27
|
* - Patch #39024 by Zen: comments that should be in the moderation queue get ↵Dries Buytaert2005-11-27
| | | | published.
* - 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
|