Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #42088 by Cvbge: fixed problem with input formats gettin lost when ↵ | Dries Buytaert | 2006-01-17 |
| | | | | upgrading. | ||
* | - Patch #44964 by Eaton: remove comment moderation tables. | Dries Buytaert | 2006-01-16 |
| | |||
* | - Patch #44286 by Neil, Zen, et al: a couple fixes to the upgrade path. | Dries Buytaert | 2006-01-15 |
| | |||
* | - Patch #41594 by Richard: more improvements to primary/secondary links ↵ | Dries Buytaert | 2006-01-14 |
| | | | | upgrade path. | ||
* | - Patch #43588 by killes: improved performance of taxonomy_get_tree. | Dries Buytaert | 2006-01-10 |
| | |||
* | - Patch #37373 by killes: fixed bug in upgrade path. | Dries Buytaert | 2006-01-10 |
| | |||
* | - Patch #37373 by killes: bugfix: vocabulary_node_types was broken. | Dries Buytaert | 2006-01-10 |
| | |||
* | - Patch #42951 by Matt Westgate: bugfix: fixed migration path of primary ↵ | Dries Buytaert | 2006-01-09 |
| | | | | links when using Xtemplate. | ||
* | - Patch #43833 by killes: give the first user a default role. | Dries Buytaert | 2006-01-08 |
| | |||
* | - Patch by chx: critical bugfix: fixed the database upgrade path. | Dries Buytaert | 2006-01-08 |
| | |||
* | - Patch #42886 by chx: critical feature: allow modules to be reordered. | Dries Buytaert | 2006-01-08 |
| | |||
* | - Patch #39697 by Cvbge and Markus: critical bug: fixed upgrade path of ↵ | Dries Buytaert | 2006-01-06 |
| | | | | drupal.module changes. | ||
* | - MySQL-update needs to use 'mysql' or 'mysqli' | Steven Wittens | 2006-01-06 |
| | |||
* | - Modified patch #39697 by nedjo: enable sites to post information on their ↵ | Dries Buytaert | 2006-01-04 |
| | | | | modules, themes. | ||
* | - Patch #42956 by Matt: fixed warnings in update path. | Dries Buytaert | 2006-01-02 |
| | |||
* | - Patch 42498 by m3avrck: unified cron-trackers and added a section that ↵ | Dries Buytaert | 2005-12-31 |
| | | | | lets you figure out whether cron is running (usability improvement). | ||
* | - Patch 42652 by Goba: fixed upgrade issue related to MySQL 5. | Dries Buytaert | 2005-12-31 |
| | |||
* | - Patch #41755 by Cvbge: | Dries Buytaert | 2005-12-28 |
| | | | | | | | 1. "int(10)" -> "int", fixed typo in index name [pgsql change only] 2. added defaults for uid and hostname (needed for both) 3. postgres supports "DROP column" syntax 4. added missing DELETEs for new table in poll_delete() and poll_update() | ||
* | - Patch #41755 by Neil: normalize poll.polled database column. | Dries Buytaert | 2005-12-27 |
| | |||
* | - Patch #41118 by Goba: various upgrade script fixes. | Dries Buytaert | 2005-12-26 |
| | |||
* | - Patch #41594 by Richard: improved upgrade path of primary and secondary links. | Dries Buytaert | 2005-12-24 |
| | |||
* | - Missing array() in updates.inc, caused foreach warning at the end. | Steven Wittens | 2005-12-16 |
| | |||
* | - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #40532 by wtanaka: use longblog for data in the cache. Is reported ↵ | Dries Buytaert | 2005-12-13 |
| | | | | to fix utf-8 problems and improves consistency with PostgreSQL. | ||
* | - Patch #39462 by Cvgbe: | Dries Buytaert | 2005-12-12 |
| | | | | | | | | | 1. fixed problem with long URLs being truncated (and causing errors) 2. added CREATE UNIQUE INDEX to prefix.sh 3. changed totalcount from int to bigint to prevent overflow 4. unifies index names, syncs with database.mysql Updated changelog. | ||
* | - Modified patch #40534: improved themability of forum icons (makes it ↵ | Dries Buytaert | 2005-12-11 |
| | | | | possible to use animated gifs) + removed forum setting. | ||
* | - Patch #40463 by chx and baudolino: fixed fatal error in forms.inc. | Dries Buytaert | 2005-12-11 |
| | |||
* | - Changed '50' to '20' as per Neil's comment in issue 36042 (comment #12). | Dries Buytaert | 2005-12-10 |
| | |||
* | - Patch #36042 by Cvbge: make the latest database upgrade work with PostgreSQL. | Dries Buytaert | 2005-12-10 |
| | |||
* | - Patch #40518 by drumm: remove hook_versions. | Dries Buytaert | 2005-12-09 |
| | |||
* | - Patch #36042 by Gerhard and Neil: recover old revisions. | Dries Buytaert | 2005-12-09 |
| | |||
* | - Small documentation improvements. | Dries Buytaert | 2005-12-08 |
| | |||
* | - Patch #40341 by Neil: fixed problems with database schema versions. | Dries Buytaert | 2005-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 Buytaert | 2005-12-07 |
| | |||
* | - Patch #40303 by Cvbge: drop old columns for PostgreSQL and fixed some ↵ | Dries Buytaert | 2005-12-07 |
| | | | | PostgreSQL problems in the update script. | ||
* | - Patch #29326 by Morbus: optimized performance of URL aliasing for newly ↵ | Dries Buytaert | 2005-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? | ||
* | - Patch #40139 by Robert: the system table got a new column, the database ↵ | Dries Buytaert | 2005-12-06 |
| | | | | definition files need to reflect this. | ||
* | - Patch #35924 by Neil: improved the update system. | Dries Buytaert | 2005-12-06 |
| | |||
* | - fixed invalid updates.inc | Dries Buytaert | 2005-12-05 |
| | |||
* | - Patch #40016 by Thox: profile tables do not default to MyISAM. | Dries Buytaert | 2005-12-05 |
| | |||
* | - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵ | Dries Buytaert | 2005-12-05 |
| | | | | API's way of doing things. Tested with help from webchick. | ||
* | - Patch #39722 by jvandyk: fixed warning in updates.inc. | Dries Buytaert | 2005-12-02 |
| | |||
* | - Patch #36133 by Thox: make it possible to install Drupal on MySQL, running ↵ | Dries Buytaert | 2005-11-29 |
| | | | | in strict mode. | ||
* | - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL. | Dries Buytaert | 2005-11-27 |
| | |||
* | - Patch #39019 by Cvbge: set search_path for functions in database.pgsql. | Dries Buytaert | 2005-11-27 |
| | |||
* | - Patch #37383 by Cvbge: fixed clash between greatest() functions from ↵ | Dries Buytaert | 2005-11-24 |
| | | | | Drupal and postgresql 8.1. Removed dependency on plpgsql. | ||
* | - Patch #37824 by zen: added missing {} to SQL queries in updates.inc. | Dries Buytaert | 2005-11-18 |
| | |||
* | - Patch #28062 by Souvent22: make it possible to assign weights to contact ↵ | Dries Buytaert | 2005-11-14 |
| | | | | form categories and fixed some small glitches. | ||
* | - Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices ↵ | Dries Buytaert | 2005-11-14 |
| | | | | properly. | ||
* | - Patch #27140 by Cvbge: PostgreSQL updates/fixes. | Dries Buytaert | 2005-11-08 |
| |