summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #40847: after menu reset, primary and secondary menus need to be ↵Dries Buytaert2005-12-15
| | | | recreated.
* - Modified patch #41120 by chx: profile category 'account' overwrites ↵Dries Buytaert2005-12-15
| | | | regular user fields.
* - Patch #41081 by billturner: fixed problem with the comment settings form.Dries Buytaert2005-12-15
|
* - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields.Dries Buytaert2005-12-15
|
* - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on ↵Dries Buytaert2005-12-15
| | | | | | failure instead of -1. Changed code to be compatible with all versions.
* - Patch #41211 by Neil: de-dupe XML namespaces in RSS automatically.Dries Buytaert2005-12-15
|
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #41165 by Morbus: removed rss doctype.Dries Buytaert2005-12-14
|
* - Patch #40816 by Morbus: fixed bug with assigning news item the correct ↵Dries Buytaert2005-12-14
| | | | category.
* - Patch #40975 by chx: filter_format no longer supports multiple filtered areas.Dries Buytaert2005-12-14
|
* - Patch #40630 by Morbus: made sure $teaser is always defined.Dries Buytaert2005-12-14
|
* - Patch #41109 by chx: fixed problem with _node_name() returning NULL ↵Dries Buytaert2005-12-14
| | | | instead of array() when there are no node types.
* - Patch #40532 by wtanaka: use longblog for data in the cache. Is reported ↵Dries Buytaert2005-12-13
| | | | to fix utf-8 problems and improves consistency with PostgreSQL.
* - Patch #40393 by Richard: fixed permissions of URL settings on node ↵Dries Buytaert2005-12-12
| | | | submission page.
* - Patch #40795 by Richard: fixed problem with editing menu items.Dries Buytaert2005-12-12
|
* - Patch #29060 by tostinne/ax: added tabindex to user login page.Dries Buytaert2005-12-11
|
* - Modified patch #40534: improved themability of forum icons (makes it ↵Dries Buytaert2005-12-11
| | | | possible to use animated gifs) + removed forum setting.
* - Patch #40664 by Gerhard: assign default forum when adding a forum topic ↵Dries Buytaert2005-12-10
| | | | from within a forum.
* - Patch #39358 by m3avrck and Souvent22: make the upload.module work + ↵Dries Buytaert2005-12-10
| | | | revisions fixes.
* - Patch #40628 by Jaza: added missing fieldset around filter options.Dries Buytaert2005-12-10
|
* - Patch #40587 by wtanaka: execute -> submitDries Buytaert2005-12-10
|
* - Patch #40583 by canen: make user_autocomplete function work with PostgreSQL.Dries Buytaert2005-12-10
|
* - 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().