Commit Graph

60 Commits

Author SHA1 Message Date
toyomoyo e340d9f14b fix for MDL-6182 2006-09-29 03:16:51 +00:00
skodak be029bdf25 Bug #6181 - icelandic doesn't migrate 2006-07-29 09:43:36 +00:00
skodak 8c251d1a93 Bug #6136 - Hard coded admin paths 2006-07-19 07:59:16 +00:00
toyomoyo bc77686a08 changed feedback in the function that handles user table 2006-07-11 03:35:19 +00:00
toyomoyo 4590fe5598 added support for custom langs, and Eloy's change to 1000 record, see HEAD commit message 2006-06-23 01:51:36 +00:00
toyomoyo f7c1de925b added support for custom lang packs, and Eloy's change to 1000 records before system responds. Please see his commit msg on HEAD for details. 2006-06-23 01:48:18 +00:00
moodler 6c979e8a24 Some changes to improve the UTF migration output a little 2006-06-18 10:09:12 +00:00
stronk7 03b40486ca Avoid empty processing both for PLAIN_SQL_UPDATE and PHP_FUNCTION
Merged from HEAD
2006-06-09 09:18:35 +00:00
toyomoyo b588ef46f4 changed recordset size to 50 2006-06-08 02:45:48 +00:00
toyomoyo 1f7569c38a some javescript progress bar changes, 1) status updates correctly when resuming 2) table numbers is not hardcoded anymore 2006-06-07 04:30:50 +00:00
toyomoyo d636096334 changes are made to facilitate the migration of user table by row. function migrate2utf_user is added. This only affects mysql atm. Please help test and report bugs! 2006-06-07 04:09:37 +00:00
toyomoyo ed7ce12186 fix for 5686, include_once course/lib.php in case it doesn't get included when interrupted 2006-06-02 02:53:31 +00:00
toyomoyo 278bd07a17 bug fix for 5352, setting ignore_user_abort to false 2006-06-01 02:30:20 +00:00
toyomoyo e44f4173b7 fix for 5003, 5302 2006-05-01 06:56:38 +00:00
toyomoyo 116bd4ec0d changes made to accomodate adodb_logsql table. bug 5003 2006-05-01 02:42:36 +00:00
toyomoyo 008060c43e fix for 5305 2006-04-28 01:55:12 +00:00
toyomoyo a2655f6527 make some variables global for 5305 2006-04-24 08:38:11 +00:00
toyomoyo 9a7f3cad99 fix for 5205 2006-04-24 02:20:06 +00:00
skodak ad497eea7b fixed undefined pg encoding in warning and undefined main teacher lang when no teacher in course 2006-04-22 15:51:00 +00:00
toyomoyo 0459675f96 added a simple message to warn moodlers that if they are using contrib modules or blocks with no migration sript, the data will not be converted. 2006-04-20 07:35:36 +00:00
toyomoyo 8de65352a4 there's some changes, to accomodate 5194. More testing is needed on all versions of mysql 2006-04-20 06:57:26 +00:00
toyomoyo dec0d49c7e typo 2006-04-18 09:08:53 +00:00
toyomoyo 4e93938edb fix for 5204 2006-04-18 09:05:07 +00:00
toyomoyo 98ae4e63da block unicode migration bugs 2006-04-18 06:17:30 +00:00
stronk7 ea07c59442 Add one space in the list of langs used to allow the text to flush. 2006-04-09 23:37:14 +00:00
patrickslee faf2851fd9 Override doc link for postgresql migration 2006-04-05 23:41:59 +00:00
stronk7 03595aab1a Small change in MySQL. Seems to work better under any version
(tested over MySQL 4.1.12, 4.1.16, 5.0.18 and 5.0.19) Bug 5055.
(http://moodle.org/bugs/bug.php?op=show&bugid=5055)
2006-04-05 22:14:24 +00:00
mjollnir_ 9c9aeef15c Fixing postgres unicode migration for mac os x and multiple postgres installations 2006-04-05 03:54:12 +00:00
stronk7 187db9ddfe Adding "ca" to the array of encodings... 2006-03-28 07:37:58 +00:00
moodler 98691349b1 Regenerate course caches after UTF upgrade (bug 5002) 2006-03-28 02:14:12 +00:00
patrickslee 8cf1d8949e Stripped out an unnecessary line in pg_dump output which causes error.
Also deletes the last temp file while duplicating database to save space
2006-03-26 21:47:49 +00:00
moodler d799fa2d6c Checking in an old change 2006-03-21 09:03:30 +00:00
patrickslee eca0392a2e Seperate postgres command line process for better error caching 2006-03-13 20:45:27 +00:00
patrickslee ef03a260e5 PostgreSQL 7.x pg_dump command line options fix 2006-03-12 21:40:24 +00:00
toyomoyo ac60dc4c80 fixing missing global 2006-03-10 04:28:21 +00:00
patrickslee cb8229d0a8 UTF8 migration - now supporting PostgreSQL 2006-03-10 03:43:33 +00:00
toyomoyo 5790c8998a took out some debug code for koen 2006-03-08 06:57:53 +00:00
toyomoyo ffa5b35f6d counting is not sensible is not sorting by id asc 2006-03-08 05:08:44 +00:00
skodak 7710da22bd parameter cleaup - round 7; corrected search in user.php, semicolon in case fixed in utfdbmigrate (I wonder if it caused any problems) 2006-03-07 16:42:30 +00:00
toyomoyo 5f9de695a4 this code is for koen to test, it will output a lot of debug info in debug mode, thanks 2006-03-07 08:24:32 +00:00
toyomoyo 653c0596de added some code to give some feedback once in a while (per 5000 records, for now) 2006-03-07 04:36:55 +00:00
toyomoyo f07da5dde0 fixing 4883, sorry 2006-03-07 01:33:52 +00:00
toyomoyo 42295d1c67 added some new functionality
1. allows moodler to input a global language. If set, all convertion will be from that encoding to utf8. Thus saving time.
2. Allows user to specify the number of records to process. This will resume after x number of recoreds are processed.
3. DIsplay the approximate total number of records that needs process. Note some records might get processed multiple times
4. Takes the moodler right back to lang import after migration
2006-02-24 07:24:59 +00:00
toyomoyo 583dfd073d individual record error only gets reported when debug is on 2006-02-13 02:38:40 +00:00
toyomoyo 3b34520151 fixed a bug to stop changing dummy field 2006-02-13 01:55:42 +00:00
toyomoyo 1a395c082d added a missing prefix 2006-02-08 02:42:12 +00:00
toyomoyo 5698c19d7a prints all SQLs if debug is set to true 2006-02-08 02:20:43 +00:00
toyomoyo f8cf297a7a bug fix for 4709 2006-02-08 02:02:28 +00:00
toyomoyo d9e61eacfd setting time to 0 2006-02-07 07:05:01 +00:00
toyomoyo 0a43c46b3b hardcode all encodings, so we don't need to rely on old lang files 2006-02-07 02:57:35 +00:00