toyomoyo
0327c40abb
bug fix for 5303. hope i didn't break anything >_<
2006-04-28 03:18:56 +00:00
toyomoyo
cb24115c8e
trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap!
2006-04-26 05:48:04 +00:00
vyshane
5f672a4dd8
Fixed inserts for log_display.
2006-04-24 09:05:08 +00:00
toyomoyo
f21cc86bca
changed formats for log_display table
2006-04-24 08:10:55 +00:00
moodler
9ee20a32f6
FIxed blank trailing lines (bug 5095)
2006-04-05 06:14:28 +00:00
patrickslee
cb8229d0a8
UTF8 migration - now supporting PostgreSQL
2006-03-10 03:43:33 +00:00
skodak
38b7336ed1
short php tags
2006-03-07 21:35:13 +00:00
toyomoyo
f841494c62
see changes for admin/utfdbmigrate.php
2006-02-24 08:20:13 +00:00
moodler
136b6ab33f
changed to use utfconvert function
2006-01-31 02:15:21 +00:00
moodler
f6691427d9
Added default values where needed for columns in the MySQL creation script mysql.sql.
...
Added default values to migrate2utf8.xml, for any varchar and text field types, if the default values for these fields were not defined as '' in the MySQL table creation script.
Committed by vyshane
2006-01-17 07:37:29 +00:00
toyomoyo
e8f7b20f9a
more bug fixes =(
2006-01-13 07:24:43 +00:00
toyomoyo
c8ee027b0e
added 2 fields in xml, addindex and dropindex, and bug fixes
2006-01-11 01:46:22 +00:00
toyomoyo
1e4d9ff6dc
utf8 migration support scripts
2006-01-09 06:06:49 +00:00
mjollnir_
9680ba9801
Merged from MOODLE_14_STABLE: Fix for bug 2742 - sequences out of sequences in postgres
2005-03-15 23:12:50 +00:00
mjollnir_
5417b5b07a
Merged from MOODLE_14_STABLE: Indexes for survey and version bump (honoring partial freeze)
2004-11-21 20:43:27 +00:00
gustav_delius
d1290cec39
fixed capitalization and quoting of attribute values
2004-09-12 17:34:35 +00:00
moodler
a9ccbf60bf
Groups support on Surveys. Phew.
2004-02-20 16:03:05 +00:00
moodler
f4da2ed4d7
Don't specify id on upgrades! Thanks, Eloy!
2004-02-17 03:58:06 +00:00
moodler
0e27a3ae71
Allow longer answers to support text fields better
2004-02-16 17:58:06 +00:00
moodler
c9b1af4d42
Make sure the update happens (some of this new code is actually really
...
old and sort of got bypassed)
2004-02-16 16:15:21 +00:00
moodler
7c8c335fa3
Complete clean-up of the survey reports.
...
Frames are GONE. :-)
Also, a new survey: CIQ = Critical Incident Questionnaire
2004-02-16 16:13:31 +00:00
moodler
091333e091
Removed a blank line
2003-11-03 03:00:45 +00:00
les_kopari
ff74d85283
Initial add for Oracle.
2003-09-25 02:11:31 +00:00
les_kopari
96c1e116e6
Oracle tables, etc converted from mysql, plus test transactions.
2003-09-13 08:05:21 +00:00
moodler
a3eea09cc9
More fixes for postgreSQL etc
2002-12-23 11:47:17 +00:00
moodler
ebc3bd2b24
Changes throughout Moodle to remove any reserved words from the
...
Moodle tables.
ie user -> userid in many tables, plus in user_students
start -> starttime and end -> endtime
I've just done all this as carefully as I could ... I don't think
I missed anything but it's pretty intensive work and I'd be fooling myself
if I didn't think I'd missed a couple.
Note that this version should pretty much be able to bootstrap itself
using PostgreSQL now ... but this is untested
2002-12-23 09:39:26 +00:00
moodler
9fa49e22ab
Many many changes lumped in here ... not finished yet either.
...
Basically all the Database functions are in lib/datalib.php
and the web functions are all in lib/weblib.php, so
moodlelib.php is much thinner than it was.
Data functions have been extended ... most old calls will
still work, but now many more SQL commands can be performed
using the datalib functions rather than using SQL. I'm
currently moving through the whole tree replacing SQL
calls or at least concentrating them in one section of
mod/xxx/lib.php
Still working on forums, quizzes, surveys, resources.
The tree is currently not full working ... some things are
half-completed ... will resume tomorrow.
2002-12-20 14:44:14 +00:00
moodler
fd790dfb55
Database and upgrade files for PostgreSQL 7 support!
2002-12-15 02:41:07 +00:00
moodler
b309c289db
WHoops typo
2002-11-09 06:24:21 +00:00
moodler
f762c448ef
FINALLY! Surveys are now translatable! :-)
2002-11-09 06:22:57 +00:00
moodler
c0d6bcc508
Moved upgrade functions into db/mysql.sql
2002-10-05 17:20:24 +00:00
martin
102236691c
Updated questions table to add shorttext for better graph display (actually
...
this was done a long time ago but was never incorporated into the
main Moodle codebase)
2002-08-14 05:13:41 +00:00
martin
9d99fef442
Added new entries for log_display table. These are used to define what
...
to display for any given logged item.
2002-05-31 09:14:00 +00:00
martin
d78e2e84ff
This is the new format for database schema. Each module has a db directory
...
with one file per database. All these are called from admin/index.php and
work in concert with lib/db.
2002-05-31 09:03:46 +00:00