fcdea90774
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +00:00
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
d3674ed965
Merged from MOODLE_17_STABLE: fixed the journal upgrade. renaming a null column to not null is unhappy
2006-11-07 00:09:37 +00:00
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
b8a342d7ac
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:33:40 +00:00
b4c7bb78fc
Deleting some old oci8po files from CVS.
2006-10-21 18:28:28 +00:00
0bc94c9990
Last reserved word is out now!
...
journal_entries->comment to entrycomment
Only 2 tables have reserved names but they aren't
a problem if we force $CFG->prefix always
2006-09-21 09:54:00 +00:00
03f5a0f87c
major whitespace cleanup - fixed \r\n line-ending
2006-09-20 19:46:52 +00:00
01c3c55960
Oops, filled now. I forgot to save changes before commit.
2006-08-11 17:31:11 +00:00
4121848035
XMLDB schema initial commit for the journal module
2006-08-11 17:29:47 +00:00
0327c40abb
bug fix for 5303. hope i didn't break anything >_<
2006-04-28 03:18:56 +00:00
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
670b1364a0
Fixed inserts for log_display.
2006-04-24 08:26:33 +00:00
cb8229d0a8
UTF8 migration - now supporting PostgreSQL
2006-03-10 03:43:33 +00:00
38b7336ed1
short php tags
2006-03-07 21:35:13 +00:00
6c1a3ce7db
Added missing alias in SQL statements
2006-03-07 02:20:30 +00:00
f841494c62
see changes for admin/utfdbmigrate.php
2006-02-24 08:20:13 +00:00
136b6ab33f
changed to use utfconvert function
2006-01-31 02:15:21 +00:00
37d7e71a0b
bug fixning
2006-01-25 06:11:00 +00:00
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
e8f7b20f9a
more bug fixes =(
2006-01-13 07:24:43 +00:00
1e4d9ff6dc
utf8 migration support scripts
2006-01-09 06:06:49 +00:00
f0e13cf157
Whoops - forgot the db prefix in the where clause
2005-04-12 20:04:50 +00:00
ad96fa8e28
Wiki-like format converted to Markdown in journal intro and journal entries
2005-04-11 13:37:33 +00:00
58336c87a2
Merged from MOODLE_14_STABLE: Indexes for journal and version bump (honoring partial freeze)
2004-11-19 02:02:38 +00:00
41905731b7
fixed capitalization and quoting of attribute values
2004-09-12 16:24:41 +00:00
34050fd84a
Removing old log upgrades (too slow)
2004-02-05 08:36:48 +00:00
8a55b99805
UPgrade logs to new format
2004-02-05 05:16:29 +00:00
34a2293e08
Journal questions can now use HTML editor, plus new field 'introformat'
2004-01-14 02:24:42 +00:00
fb7a194e6b
Removed blank lines at the end (!)
2003-11-03 02:59:09 +00:00
c5c71888bc
Sorry...brainphart...corrected glossary to journal.
2003-09-24 23:15:41 +00:00
861a1b96bc
Initial add for Oracle...does nothing.
2003-09-24 23:09:49 +00:00
96c1e116e6
Oracle tables, etc converted from mysql, plus test transactions.
2003-09-13 08:05:21 +00:00
efabdeddef
Journal grading is now also all converted over to use scales as
...
well as numerical grades
2003-08-18 05:47:04 +00:00
a3eea09cc9
More fixes for postgreSQL etc
2002-12-23 11:47:17 +00:00
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
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
fd790dfb55
Database and upgrade files for PostgreSQL 7 support!
2002-12-15 02:41:07 +00:00
b2a5ee1822
Added richtext to Journal entries.
2002-10-12 06:20:56 +00:00
c0d6bcc508
Moved upgrade functions into db/mysql.sql
2002-10-05 17:20:24 +00:00
8a85e90825
Implemented journal feedback notification (mailouts)
2002-07-27 06:58:39 +00:00
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
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