summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - 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 #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
|
* - 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 #39003 by Jaza: remove taxnomy_form_all().Dries Buytaert2005-11-27
|
* - 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
|
* - Patch #37798 by Neil: allow non-workflow form elements on the node type ↵Dries Buytaert2005-11-25
| | | | settings page.
* - #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 #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
|
* - 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 #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 #37416 by Zen: make auto-completion of usernames work with short names.Dries Buytaert2005-11-21
|
* - Patch #37752 by chx and Richard: renamed #post_process to #after_build.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.
* - 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.
* - Patch #37926 by asimmonds/chx: fixed previewing nodes.Dries Buytaert2005-11-18
|
* - Patch #37327 by Richard Archer: improved menu item 'create content' ↵Dries Buytaert2005-11-18
| | | | | | indications. Improves usability of the admin/menu page.
* - Patch #37777 by asimmonds: form_id missing from rendered admin/node form.Dries Buytaert2005-11-17
|
* - Patch #37327 by Richard Archer: made the menu edit screen slightly less ↵Dries Buytaert2005-11-17
| | | | confusing.
* - Patch #37714 by asimmonds: fixed saving of blocks.Dries Buytaert2005-11-16
|
* - Patch #37738 by Junyor: fixed problem with Drupal not properly unsetting ↵Dries Buytaert2005-11-15
| | | | $user on logout.
* - Patch #34295 by assimonds: added missing defines to comment.module. ImprovesDries Buytaert2005-11-15
| | | | readability of the code.
* - Patch #28062 by Souvent22: make it possible to assign weights to contact ↵Dries Buytaert2005-11-14
| | | | form categories and fixed some small glitches.
* - Patch #36333 by Tobias Maier: make sure to enable the default theme.Dries Buytaert2005-11-14
|
* - Patch #32669 by DriesK: split blocking users from 'adminsiter access'.Dries Buytaert2005-11-14
|
* - Patch #34295 by DrupalJapan and chx:Dries Buytaert2005-11-13
| | | | | + Fixed problem with configuration of comment display options. + Introduced defines for the various comment settings.