toyomoyo
32bbbca1f0
adding 2 fields back
2007-04-30 02:06:48 +00:00
nicolasconnault
f440c2d1b1
MDL-9506 Implemented get_raw and get_final, plus added method_exists() checks for each unit test.
2007-04-30 02:05:51 +00:00
martinlanghoff
a4b6d764dd
ddllib: Introducing create_temp_table()
...
Close sibling to create_table() - will create a temporary table.
Two aspects of its usage are interesting
- you _must_ truncate the table after creation as you may be
"inheriting" an existing temp table from the former user
of your persistent connection
- you must use the tablename returned to support MSSQL and any
other DB that needs special names for temp tables
A couple of TODOs
- I just don't know how to actually munge the tablename for MSSQL
(help! Eloooooyyyy!)
- Surely Eloy will have something better than the preg_replace() ;-)
2007-04-29 20:31:47 +00:00
donal72
dd3d9dcf2e
Typo in previous commit: MDL-8973 : Update to the require_logout function
2007-04-29 15:08:29 +00:00
donal72
f8bd70303e
MDL-8973 : Update to the require_logout function to ensure that the user's auth plugin is the first (& only) one to have its prelogout_hook invoked.
2007-04-29 15:01:47 +00:00
donal72
1bc6c1ed37
MDL-9288 - use addslashes to avoid injection attacks on data imported vi mnet
2007-04-29 14:09:27 +00:00
donal72
c8e564f5ff
Bugfix: The $this->response['faultCode'] was returning the 1th element of the $this->response string (because a non-empty string == 1).
2007-04-29 13:55:11 +00:00
donal72
a9457b5485
Prevent notices on user creation
2007-04-29 13:50:33 +00:00
skodak
e4be47a0de
MDL-9217 rearanged groups installation and upgrade - roles require groups; merged from MOODLE_18_STABLE
2007-04-29 11:40:26 +00:00
moodler
cf5077acd6
Automatic installer.php lang files by installer_builder (20070429)
2007-04-29 04:28:00 +00:00
donal72
1883612a1a
Add missing closing-bracket from previous commit
2007-04-29 00:51:29 +00:00
moodler
d9a657f2ef
Automatic installer.php lang files by installer_builder (20070428)
2007-04-28 04:19:24 +00:00
ikawhero
551022a5ef
New language strings for textarea profile field type
2007-04-28 03:08:42 +00:00
ikawhero
86e95dfa9c
New textarea profile field type
2007-04-28 03:07:43 +00:00
tjhunt
ce5f45783e
MDL-9616 - tidy up
...
* add a better message in the table for these checks.
* improve existing strings for other types of check.
* remove a line of debug code.
2007-04-27 17:43:03 +00:00
tjhunt
facc83a83a
Get the strings the right way round!
2007-04-27 17:41:38 +00:00
tjhunt
bac40536f4
MDL-9616 - Custom checks in environment.xml
2007-04-27 17:15:24 +00:00
csantossaenz
134588836e
Added functions to for the SCORM compliance 2004 (Sequencing and Navigation)
2007-04-27 12:20:26 +00:00
jamiesensei
efe839dc12
Removed 'edit category' redundant button
2007-04-27 11:27:57 +00:00
tjhunt
571da76788
MDL-6368 and MDL-6369 - supplimental - I missed one bit.
2007-04-27 11:18:08 +00:00
tjhunt
8e652f025b
Insufficient error checking was causing problems.
2007-04-27 11:05:57 +00:00
tjhunt
0eb6b04a73
New capability for configuring question types.
2007-04-27 10:37:39 +00:00
tjhunt
d4bf4b8695
Fix syntax error.
2007-04-27 10:37:21 +00:00
tjhunt
ab0a8ff22c
MDL-9608 - Work around Firefox putting the user's password in the quiz password field. Merged from MOODLE_18_STABLE.
2007-04-27 08:33:11 +00:00
nicolasconnault
e5c674f1e1
MDL-9506 Added raw and final grade objects, plus more work in unit tests.
2007-04-27 08:12:16 +00:00
nicolasconnault
3058964f85
MDL-9506 Number of important changes, restored unit test stability, on to next changes...
2007-04-27 07:28:41 +00:00
toyomoyo
9d2cddf138
changing grades tables
2007-04-27 06:41:01 +00:00
moodler
ca42eec162
Merged MDL-9606 from stable
2007-04-27 06:30:21 +00:00
jamiesensei
1f21cc88f7
removed global vars declaration for var not used in method.
2007-04-27 05:55:57 +00:00
jamiesensei
f3ba642c5c
forget to pass page parameter during redirects.
2007-04-27 05:48:12 +00:00
jamiesensei
0d32a25dd5
oops. small mistake with copyright notice.
2007-04-27 05:36:03 +00:00
nicolasconnault
a56cb85c63
MDL-9506 Renamed lib/gradebook to lib/grade (bug MDL-9506)
2007-04-27 04:13:00 +00:00
nicolasconnault
1f3f3629a4
MDL-9506 Added a function that checks an object for the definition of a given variable. Similar to in_array().
2007-04-27 03:54:53 +00:00
nicolasconnault
8a31e65c51
MDL-9506 gradebook classes
2007-04-27 01:17:02 +00:00
mjollnir_
5019454537
Merged from MOODLE_18_STABLE: MDL-9585 - mod/data: moved functions and classes out of preset.php into lib.php
2007-04-26 22:04:43 +00:00
skodak
1cb3da3613
MDL-9574 + MDL-9607 Add Change-own-password and Edit-own-profile capabilities
2007-04-26 21:41:08 +00:00
poltawski
101ed55bda
MDL-9605 - missing string in language pack editing
2007-04-26 19:55:02 +00:00
moodler
08e22608b7
Merged MDL-9594 from stable
2007-04-26 14:54:21 +00:00
toyomoyo
8aaf935a1f
some events code/testing code
2007-04-26 08:50:29 +00:00
moodler
be63689802
Merge XHTML fixes for MDL-9589
2007-04-26 08:49:21 +00:00
nicolasconnault
60cf74305d
MDL-9506 More work in the unit tests
2007-04-26 08:29:30 +00:00
nicolasconnault
f9f4a93b4e
MDL-9506 Refactored gradelib.php: an abstract class (php5 in mind) holds data and methods common
...
to all grade_* objects. The unit test file has also been refactored to improve clarity.
2007-04-26 07:14:12 +00:00
nicolasconnault
85414e846a
Upgraded simpletestlib from 1.0.1alpha3 to 1.0.1beta
2007-04-26 07:11:44 +00:00
skodak
eba8cd63b4
MDL-9588 Addd password reveal class to admin settings forms
2007-04-26 07:08:12 +00:00
nicolasconnault
eb2658e03a
MDL-9506 Changed grade_calculations.usermodified type to null from non-null.
2007-04-26 05:40:35 +00:00
nicolasconnault
27fbffb62b
MDL-9506 More implementation of gradebook API and more unit tests.
2007-04-26 04:39:40 +00:00
nicolasconnault
af307d4623
MDL-9506 version.php
2007-04-26 03:25:13 +00:00
nicolasconnault
db07a42eda
MDL-9506 Added timestamps to grade_categories
2007-04-26 03:23:45 +00:00
toyomoyo
f9a09741c2
fix for MDL-9530, BLOB/TEXT column can't have a default value.
2007-04-26 02:28:05 +00:00
skodak
83022298df
MDL-8031 Enforce password complexity for user authentication - original patch by Iñaki Arenaza
2007-04-25 19:36:47 +00:00