summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #40397 by DriesK: fixed problem with contact module.Dries Buytaert2005-12-09
|
* - Fixed #40395: changed ':' to '.'.Dries Buytaert2005-12-09
|
* - Patch #40397 by DriesK: global contact mails are not sent.Dries Buytaert2005-12-09
|
* - Patch #40524 by drumm: made sure that visiting the admin/modules page does ↵Dries Buytaert2005-12-09
| | | | not break your setup if you haven't run udpate.php yet.
* - Patch #36429: remove CONCAT() and speed up node_access query.Dries Buytaert2005-12-08
|
* - Patch #28595 by Cvbge: fixed problems with bulk comment operations.Dries Buytaert2005-12-08
|
* - Patch #40351 by Richard/chx: filter_xss_bad_protocol too hungry.Dries Buytaert2005-12-08
|
* - 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 #29326 by Morbus: optimized performance of URL aliasing for newly ↵Dries Buytaert2005-12-07
| | | | | | installed sites. There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database. When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups. I think this could be implemented with a 2-line change. Takers?
* - Missing URLencode for remembering search keywords across tabsSteven Wittens2005-12-07
|
* - Patch #38645 by Morbus: reworked the _regions() hook.Dries Buytaert2005-12-07
|
* - Patch #28595 by Jeremy: added support for bulk operations on comments.Dries Buytaert2005-12-07
|
* - Patch #26641 by Uwe: tabs disappear in user.module settings after saving a ↵Dries Buytaert2005-12-06
| | | | role.
* - Patch #39598 by Gerhard: fixed problem with taxonomy terms not being selected.Dries Buytaert2005-12-06
|
* - Patch #40079 by Moshe: removed dead code.Dries Buytaert2005-12-06
|
* - Patch #31323 by Gerhard: delete extra data when a revision is deleted.Dries Buytaert2005-12-05
|
* - Patch #35125 by zoo33: made the taxonomy.module work with PostgreSQL.Dries Buytaert2005-12-05
|
* - Patch by Richard: fixing breakage caused by the 'Obliterate nodeapi op ↵Dries Buytaert2005-12-05
| | | | form' patch.
* - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵Dries Buytaert2005-12-05
| | | | API's way of doing things. Tested with help from webchick.
* - Patch #39779 by Richard: removed confusing status messages.Dries Buytaert2005-12-04
|
* - Patch #36434 by assimonds: fixed problem with editing signatures.Dries Buytaert2005-12-03
|
* - Patch #38820 by wtanaka: profile listing carries over people's data on ↵Dries Buytaert2005-12-03
| | | | subsequent users.
* - Patch #32665 by Richard Archer: add more functionality to menu item ↵Dries Buytaert2005-12-03
| | | | settings on node/*/edit pages.
* - Patch #38849 by wtanaka: forum icon does not display as locked (aka ↵Dries Buytaert2005-12-03
| | | | closed) if comments are "disabled" instead of "read only".
* - Patch #37737 by asimmonds/eaton: fixed blogapi.module checkboxes on ↵Dries Buytaert2005-12-03
| | | | settings page.
* - Patch #39155 by Alex/chx: #validate, #submit, #process consistencyDries Buytaert2005-12-03
|
* - Patch #39605 by Alex: remove form_filter type.Dries Buytaert2005-12-02
|
* - Patch #39667 by killes: fixed typo in function call: _forum_get_vid -> ↵Dries Buytaert2005-12-02
| | | | _forum_get_vid().
* - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵Dries Buytaert2005-12-02
| | | | '#submit'.
* - Patch #39594 by m3avrck: removed comma from date.Dries Buytaert2005-12-02
|
* - Patch #39547 by saerdna et al.: added a 'change own username' permission.Dries Buytaert2005-12-02
|
* - Patch #39612 by m3avrck: the log message should have its own fieldset.Dries Buytaert2005-12-02
|
* - Patch #39440 by Richard: no circular references.Dries Buytaert2005-12-02
|
* - Improved the protocol whitelist code.Dries Buytaert2005-11-30
|
* - More fixesDries Buytaert2005-11-30
|
* - Patch #1482 by djun: we're moving the DocBook output to a contributed ↵Dries Buytaert2005-11-30
| | | | module. It's not a core feature.
* - Patch #38981 by Robert: add permission to enable/disbale theme switching ↵Dries Buytaert2005-11-30
| | | | by users.
* - Removed valid_input_check().Dries Buytaert2005-11-30
|
* - Removed valid_input_check().Dries Buytaert2005-11-30
|
* - #39362: Fix code warnings in filter.moduleSteven Wittens2005-11-30
|
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
|
* - Patch #31151: adding taxonomy terms has no feedbackDries Buytaert2005-11-29
|
* - 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.