Commit Graph

233 Commits (4.7.5)

Author SHA1 Message Date
Gerhard Killesreiter 6bc5579302 various improvements 2007-01-04 22:01:17 +00:00
Gerhard Killesreiter a6c6f2d171 #49115, error in Box and Access MySQL Schema, backport 2007-01-01 18:02:20 +00:00
Gerhard Killesreiter b566fdb4f5 #54702, MySQL does not support default values on text and blob fields, backport, patch by Zen 2006-12-05 13:11:09 +00:00
Dries Buytaert 46af97ec3e - Patch #65801 by Moshe et al: fixed locale initialization slowness. 2006-06-08 21:25:51 +00:00
Gerhard Killesreiter e122b009dc #62478, no index on node.vid, patch by myself 2006-05-24 21:58:31 +00:00
Gerhard Killesreiter d99404d7e9 #62478, Minor inconsistencies in the database schema, patch by Cvbge 2006-05-23 18:53:11 +00:00
Gerhard Killesreiter 8fa4eb8e0b #65146, backport of sql changes 2006-05-23 18:45:47 +00:00
Gerhard Killesreiter 541eb0234a #63668 by Gerhard: no t() functions in updates.inc, backport from HEAD 2006-05-15 21:51:50 +00:00
Gerhard Killesreiter 44afc7d7a5 #61867, Update fails if revisions are broken., patch my myself 2006-05-15 13:52:46 +00:00
Gerhard Killesreiter 0269a78936 #41594, make upgrade more robust for 4.6 phptemplate users, patch by tenrapid 2006-04-28 13:00:23 +00:00
Steven Wittens 546f5930a4 #58953: Flat collapsed mode and newest first order broken 2006-04-27 22:03:20 +00:00
Dries Buytaert d071f99172 - Removing trailing whitespace. 2006-04-17 20:48:26 +00:00
Steven Wittens 978d0f2cb6 #58131: Update blocks, profile fields and various vars with the base tag regexp as well 2006-04-12 14:08:43 +00:00
Gerhard Killesreiter e6c9ae9889 #55936, blog revisions not migrated, patch by myself 2006-03-26 14:06:06 +00:00
Gerhard Killesreiter 9bbd6f63a3 #53177, if Update #173 fails, file version data lost, patch by dopry, Cvbge, and dww 2006-03-26 01:00:07 +00:00
Steven Wittens 8495750c40 - #53540: Improve relative links updater 2006-03-12 22:25:00 +00:00
Steven Wittens e3eb95d950 - #53540: Relative links updater improvements 2006-03-11 20:50:30 +00:00
Steven Wittens f0373449cb - #28868 fixes: better display of messages and code cleanup 2006-03-11 15:07:47 +00:00
Dries Buytaert f5fff25e6f - Patch #13148 by Matt: upgrade path for relative links. 2006-03-10 18:59:05 +00:00
Gerhard Killesreiter c9c46e2f2f #53265, Missing array initializations, patch by drumm 2006-03-09 22:35:24 +00:00
Gerhard Killesreiter 46ad261902 #52921, Error in system_update_177 with postgres, patch by Steve Ratcliffe 2006-03-08 11:04:03 +00:00
Dries Buytaert 9530e54501 - Patch #28868 by Ber: reset user mail variables. 2006-03-07 19:08:46 +00:00
Dries Buytaert c16e5c4af0 - Patch #52265 by Cvbge: made upgrade path work with PostgreSQL. 2006-03-06 14:43:11 +00:00
Steven Wittens d797819821 - #52403: Comment order messed up on update. 2006-03-04 22:38:51 +00:00
Dries Buytaert 650f22bc7f - Patch #52265 by Zen: converted filter.module to file API:
* Converts filter.module to the fapi model (besides filter_admin_overview which has already been done.)
    * On the format edit screen, updates to the roles fieldset were being mangled with the previous code. The previous code relied on only checked checkboxes being returned. Fapi for some reason decides to insert non-checked items as well with values 0.
    * Makes the name field a UNIQUE field. DB and update patches included. Having a duplicate format name completely b0rks things.
    * Adds check_plain to the format name in admin_overview.
    * Removes unnecessary #type => 'markup'.
    * Moves hook_menu to below hook_help.
    * drupal_goto -> return.
2006-03-04 18:12:10 +00:00
Dries Buytaert 1f39ad146a - Patch #52303 by fago: fixed warning in upgrade path. 2006-03-04 18:09:12 +00:00
Dries Buytaert 47cf9dd9fb - Patch #46746 by Matt: fixed inconsistent encoding of path aliases. Fixes broken URLs on profile pages. 2006-03-03 08:46:09 +00:00
Dries Buytaert d7e9371e94 - Removing whitespace 2006-03-03 08:37:47 +00:00
Steven Wittens 3f2b287d7c - #49501: Improve error reporting in the update system 2006-03-01 22:19:24 +00:00
Gerhard Killesreiter 7939ae1d26 #50669, Remove MyISAM from updates.inc, modified patch by webchick 2006-03-01 09:20:19 +00:00
Dries Buytaert 61fa1f5dc8 - Patch #51841 by m3avrck: added missing utf-8 declaration. 2006-03-01 05:48:03 +00:00
Gerhard Killesreiter 50cd866c3c #46630, by Gordon and Cvbge 2006-02-27 13:31:09 +00:00
Dries Buytaert eda4d90645 - Patch #42390 by chx: Field 'translation' doesn't have a default value query 2006-02-27 13:22:29 +00:00
Dries Buytaert 534c6d4f7c - Patch #42390 by chx: field 'translation' doesn't have a default value query. 2006-02-26 19:40:23 +00:00
Dries Buytaert 0685854bbf - Patch #48161 by chx: fixed duplicate function declaration. 2006-02-26 19:35:29 +00:00
Dries Buytaert 58b4672406 - Patch #48161 by dorpy et al: fixed problem with comment upgrades. 2006-02-25 07:54:33 +00:00
Dries Buytaert 347a5bb5f6 - Patch #31354 by Junyor et al: move node revision information for files to a separate table. (Today's critical bugfix #1.) 2006-02-22 10:06:46 +00:00
Dries Buytaert 3bef13458a - Patch #42935 by thierry_gd: fixed problem with upgrading the theme. (Today's critical bugfix #3.) 2006-02-21 08:47:15 +00:00
Dries Buytaert 25eef00f89 - Patch #48939 by Steve Ratcliffe: added missing {} to upgrade path. 2006-02-12 05:34:34 +00:00
Steven Wittens c9a19e3084 - #48239: Comment thread coding inefficient 2006-02-09 08:33:36 +00:00
Steven Wittens d96be836c1 - #40515: MySQL UTF-8 conversion fixes 2006-02-02 01:27:57 +00:00
Dries Buytaert 3478cc50d0 - Patch #45810 by cvbge: postgresql fixes. 2006-01-30 10:48:37 +00:00
Steven Wittens 87da28f8d4 - #40515: PHP 5.1.1+ does not recognize \{ 2006-01-23 01:36:09 +00:00
Steven Wittens c4e6137901 - Remove left-over moderation tables from UTF-8 update 2006-01-22 18:38:34 +00:00
Dries Buytaert e21b5be8d8 - Patch #45747 by Cvbge: documentation improvement + added primary key that got lost 2006-01-22 07:30:47 +00:00
Steven Wittens da6983ca2a - #40515: Make utf-8 update PHP5 compatible 2006-01-21 11:55:53 +00:00
Dries Buytaert 4da4f4c1af - Patch #44379 by Moshe: code improvements: always grant the 'authenticated user' role to authenticated users. Fixed glitch with udpate path. 2006-01-21 08:28:55 +00:00
Steven Wittens 7914ad0f3f - #40515: Ensure UTF-8 character set on the database side (and include upgrade path for incorrectly set up databases) 2006-01-21 01:42:52 +00:00
Dries Buytaert e828470b15 - Patch #42088 by Cvbge: fixed problem with input formats gettin lost when upgrading. 2006-01-17 18:46:16 +00:00
Dries Buytaert 0ddfd29cfd - Patch #44286 by Neil, Zen, et al: a couple fixes to the upgrade path. 2006-01-15 17:13:30 +00:00