summaryrefslogtreecommitdiff
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 #40518 by drumm: upgrade system fixes.Dries Buytaert2005-12-09
|
* - Patch #40397 by DriesK: global contact mails are not sent.Dries Buytaert2005-12-09
|
* - Patch #40518 by drumm: remove hook_versions.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 #36042 by Gerhard and Neil: recover old revisions.Dries Buytaert2005-12-09
|
* - Patch #40483 by chx: made Pushbutton validate as XHTML.Dries Buytaert2005-12-09
|
* - 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 #40341 by Cvbge: corrected the default column value.Dries Buytaert2005-12-08
|
* - Patch #40351 by Richard/chx: filter_xss_bad_protocol too hungry.Dries Buytaert2005-12-08
|
* - Small documentation improvements.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: added missing returns.Dries Buytaert2005-12-07
|
* - Patch #40303 by Cvbge: drop old columns for PostgreSQL and fixed some ↵Dries Buytaert2005-12-07
| | | | PostgreSQL problems in the update script.
* - 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 #38889 by rkerr: db_error and db_affected_rows did not work properly ↵Dries Buytaert2005-12-07
| | | | in presence of multiple database connections.
* - 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 #40139 by Robert: the system table got a new column, the database ↵Dries Buytaert2005-12-06
| | | | definition files need to reflect this.
* - Updated CHANGELOG.txtDries Buytaert2005-12-06
|
* - Patch #35924 by Neil: improved the update system.Dries Buytaert2005-12-06
|
* - Patch #40079 by Moshe: removed dead code.Dries Buytaert2005-12-06
|
* - Patch #39875 by chx: make form sorting work with PHP5.Dries Buytaert2005-12-05
|
* - Patch #31323 by Gerhard: delete extra data when a revision is deleted.Dries Buytaert2005-12-05
|
* - fixed invalid updates.incDries Buytaert2005-12-05
|
* - Patch #35125 by zoo33: made the taxonomy.module work with PostgreSQL.Dries Buytaert2005-12-05
|
* - Patch #40016 by Thox: profile tables do not default to MyISAM.Dries Buytaert2005-12-05
|
* - Patch by Richard: fixing breakage caused by the 'Obliterate nodeapi op ↵Dries Buytaert2005-12-05
| | | | form' patch.
* - Unrolled chx's form sort patch.Dries Buytaert2005-12-05
|
* - 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 #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 #39875 by chx: form_sort is broken with PHP5.Dries Buytaert2005-12-05
|
* - Patch #39989 by hunmonk: can't pass args properly to #process callback.Dries Buytaert2005-12-05
|
* - Patch #39085 by chx/angie: simplified #tree-#parent code.Dries Buytaert2005-12-04
|
* - 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 #35768 by JonBob/Richard: separate callback handling from menu handling.Dries Buytaert2005-12-03
| | | | Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system. Also changes array_key_exists() to isset() in several places, which is reported to perform better.
* - 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 #39722 by jvandyk: fixed warning in updates.inc.Dries Buytaert2005-12-02
|
* - Patch #39725 by Goba: improvements to the code comments.Dries Buytaert2005-12-02
|
* - Patch #39605 by Alex: remove form_filter type.Dries Buytaert2005-12-02
|