stronk7
8792c16589
Small typo. ;-)
2006-08-22 21:44:07 +00:00
tjhunt
e9ad37edc2
SC 299. Merged from MOODLE_16_STABLE.
2006-08-22 21:33:54 +00:00
stronk7
598dc3a99c
Change rule to tzrule (reserved word)
2006-08-22 21:19:52 +00:00
stronk7
7970cce9f4
Updated using tzdata2006j
2006-08-22 20:11:33 +00:00
stronk7
c0fe3453ef
Change rule to tzrule (reserved word)
2006-08-22 20:10:54 +00:00
tjhunt
d758f1e2eb
Fix an obvious typo in the roles and permissions code.
2006-08-22 19:26:05 +00:00
tjhunt
07d8d530f5
Fix Eclipse warnings.
2006-08-22 19:09:52 +00:00
tjhunt
080314b8bb
Fix Eclipse warnings.
2006-08-22 19:09:07 +00:00
tjhunt
20808266c8
Work round Eclipse warning.
2006-08-22 19:01:42 +00:00
tjhunt
199e43d470
Fix Eclipse warnings.
2006-08-22 19:00:18 +00:00
tjhunt
212b7b8cd9
MDL-5270 - give students a feeback comment for their performance in the entire quiz.
...
Also, along the way I noticed and fixed MDL-6290 student grades not rescaled when quiz maximum grade changed.
2006-08-22 17:31:26 +00:00
stronk7
2efaf3f8ab
One trick to allow pseudo-null Oracle insertions. Let's see what happen.
2006-08-22 16:39:14 +00:00
tjhunt
75e84883ca
Unbreak roles and permission on Postgres yet again.
...
If you want a laugh, compare this fix the with the diff between revisions 1.5 and 1.6 of this file.
2006-08-22 16:18:11 +00:00
stronk7
93d2c55ffc
Standard naming now user FOUR char for tables (to avoid
...
avoid some potential duplicates)
2006-08-22 16:15:44 +00:00
tjhunt
1751eebc69
Reverting toyomoyo's conversion of mod/quiz/view.php to roles because his changes made no sense.
...
Admittedly, this file is pretty incomprehensible and it is not clear at first what it is trying to do. (Even though it is more comprehensible now than it was a week ago.) I'll to a proper conversion of this file to RnP once I have checked in my other changes there - assuming I can actually get Moodle to work so I can test my changes.
2006-08-22 13:53:39 +00:00
tjhunt
a4a6eb8a17
Fix toyomoyo's syntax errors.
2006-08-22 13:12:24 +00:00
toyomoyo
5cf38a57cd
some quiz capabilities
2006-08-22 09:04:23 +00:00
vyshane
5cae056c45
Removed deprecated teacher forum type
2006-08-22 07:42:34 +00:00
vyshane
45c38eef4c
Removed deprecated forum type teacher.
2006-08-22 07:38:01 +00:00
vyshane
d604bdeaed
Added prevent for mod/prevent:createattachment for default students and guests
...
in teacher forums
2006-08-22 05:56:45 +00:00
vyshane
9fa3350862
Upgrade now works. Needs more testing.
2006-08-22 05:45:43 +00:00
vyshane
021a7467b5
Fixes:
...
1) has_capability call used in fullname()
2) initialised array $options
3) $context->level has been renamed to $context->aggregatelevel
2006-08-22 05:44:32 +00:00
vyshane
c1a657cc1f
Bug fixes:
...
1) Replaced isteacher call in fullname ($course undefined)
2) Initialised $options array
2006-08-22 05:35:52 +00:00
vyshane
f13a5fa609
Removed forum->open config since roles will take over this
2006-08-22 02:43:58 +00:00
vyshane
ac195b6fa6
Need to pass the module id and not the object to add_course_module
2006-08-22 02:24:45 +00:00
skodak
a2392230a1
fixed some notices in scheduled backup; merged from MOODLE_16_STABLE
2006-08-21 20:40:07 +00:00
stronk7
5cf36b39b1
Solved hh (horrible-hidden) bug in backup_scheduled code.
...
Credits go to Thirot Jean-Luc. http://moodle.org/mod/forum/discuss.php?d=52156
Merged from MOODLE_16_STABLE
2006-08-21 19:10:21 +00:00
stronk7
28f6c41d45
Changed level (reserved word) to aggregatelevel.
2006-08-21 14:59:48 +00:00
stronk7
88534572c3
Reducing the list of MSSQL reserved words to the efectively
...
reserved words (the previous list included a lot of words
reserved by SQLXX standars but not by MSSQL)
2006-08-21 12:28:46 +00:00
stronk7
c8f85eeeba
Reducing the list of PG reserved words to the efectively
...
reserved words (the previous list included a lot of words
reserved by SQLXX standars but not by PG)
2006-08-21 12:04:48 +00:00
vyshane
c1de8b8a80
Fixed bug - empty teacher forums (deleted) should not have a course module
...
created for them.
2006-08-21 08:45:12 +00:00
toyomoyo
3765fd5367
some capabilities for quiz and questions, need to load them in access.php
2006-08-21 08:40:06 +00:00
vyshane
f0da6b858e
Removed $forum->open, $forum->assesspublic from code. Fixed bug in upgrade
...
code, changed module config form to accomdate removal of forum.assesspublic
and forum.open.
2006-08-21 06:56:04 +00:00
skodak
efc7316caa
import of ADODB v4.91 and general cleanup, removed some unused files - see readme_moodle.txt; new session2 code needs a new table, I am going to use the new database functions for that later, for now we are using the old table and old database session code.
2006-08-21 06:54:00 +00:00
cap2501
0894b9271e
Semi-final version
2006-08-21 06:15:24 +00:00
cap2501
04b2d74f03
Main JS file for topic - ajax course format (still needs a little cleaning though)
2006-08-21 06:14:43 +00:00
cap2501
be2a520783
Restful interface for AJAX course format
2006-08-21 06:13:28 +00:00
toyomoyo
d140ad3f7c
fix for bug #6307 , reserved word 'level' changed to 'aggregatelevel' for Oracle. Some parts could be broken by this. please report breakage asap! Thanks
2006-08-21 05:19:16 +00:00
vinkmar
e277678dab
changes made to ensure compatibility with core admin (admin/adminlib.php) where $_GET is no longer used; changed 'admin' to $CFG->admin in dir paths
2006-08-21 04:08:57 +00:00
vinkmar
9acea96564
changes made to ensure compatibilty with core admin files (admin/adminlib.php), where $_GET is no longer used
2006-08-21 04:08:00 +00:00
vinkmar
6fcbab99ef
fixed tabs, fixed potential notices for undefined variables, added structure that will be used for detecting what variables to flag during installs & upgrades, removed all $_GET usage, switched 'admin' to $CFG->admin (for directory paths), and fixed blank line at end of index.php
2006-08-21 04:06:58 +00:00
toyomoyo
d37bac7e5d
fix for 6294
2006-08-21 02:23:25 +00:00
mchampan
791a4cece1
Comments, update logic improved, rest of module add/delete functions added.
2006-08-21 00:50:29 +00:00
stronk7
0513f3bfa5
$statement_end for Oracle changed to "/" because standard ;
...
causes problems with trigger generation
2006-08-20 21:56:54 +00:00
tjhunt
dcc0a7e25f
Bug #6305 - Quiz settings form field order could be better. Merged from MOODLE_16_STABLE.
2006-08-20 20:11:05 +00:00
stronk7
73bb7f8db0
Setting some ADOdb variables properly and calling to the new
...
configure_dbconnection() function to set DB encoding and other
preliminar settings.
2006-08-20 18:22:48 +00:00
stronk7
d086d854a8
Added the configure_dbconnection() function to be executed
...
after DB conection. Responsible to set a lot of things
(charsets, dbsession variables...)
2006-08-20 18:21:33 +00:00
stronk7
f9543de627
Since PostgreSQL 7.4 the precision given for float columsn is
...
the number of bits to use, and not the number of decimals. So,
based on the number of decimals from the XMLDB schema, we are
going to create REAL (<6 decimals) or DOUBLE PRECISION (>=6) columns.
2006-08-20 18:19:50 +00:00
stronk7
16f07ff2b0
MySQL doesn't like any name on its primary keys (neither "primary")
2006-08-20 18:03:55 +00:00
stronk7
c412278140
Although difficult, now all the key/index/sequence/trigger names
...
are quoted if they are reserved words
2006-08-20 18:01:50 +00:00