jamiesensei
|
a69dacfd48
|
reverting back to version 1.2. Accidentally committed version 1.3 in HEAD.
|
2007-05-23 00:59:36 +00:00 |
|
tjhunt
|
214f6330f9
|
MDL-9881 - Attempting to delete large number of questions fails due to long URL - Merged from MOODLE_18_STABLE.
|
2007-05-22 14:04:06 +00:00 |
|
tjhunt
|
5d852ba111
|
When using DEBUG_DEVELOPER, make error(...) output a stack trace.
|
2007-05-22 13:25:31 +00:00 |
|
tjhunt
|
d1f2b9e130
|
Switch a form from post to get, since that is more appropriate.
|
2007-05-22 13:24:51 +00:00 |
|
skodak
|
d46306de6a
|
MDL-9848 eventslib improvements and cleanup
|
2007-05-22 10:26:29 +00:00 |
|
jamiesensei
|
cd26d8e047
|
MDL-9857 "more options in print_context function"
|
2007-05-22 10:09:22 +00:00 |
|
nicolasconnault
|
9c585e573c
|
MDL-9506 Changed grade_tree fullobjects param (not fully implemented) to $include_grades param, default to false, fully implemented. Full objects are always loaded when building the tree, but grades are only loaded conditionally.
|
2007-05-22 09:03:33 +00:00 |
|
nfreear
|
ac9052357a
|
Follow up for MDL-9753, accepts HTML for $text param (THEME->larrow, rarrow don't work in stock IE6).
|
2007-05-22 08:59:56 +00:00 |
|
moodler
|
b4808e48e6
|
Automatic installer.php lang files by installer_builder (20070522)
|
2007-05-22 05:14:38 +00:00 |
|
nicolasconnault
|
92a66edf7a
|
MDL-9506 Implemented grade_tree->update_db, fixed bugs in grade_category etc...
|
2007-05-22 04:38:20 +00:00 |
|
gbateson
|
34f2a964f9
|
use PARAM_ALPHANUM on "section" parameter so that "section=all" is allowed
|
2007-05-22 04:28:27 +00:00 |
|
toyomoyo
|
edb89e4bd5
|
MDL-8877, adding help files for changed extendenrol and groupextendenrol features
|
2007-05-22 02:24:31 +00:00 |
|
pichetp
|
451373ed12
|
adding or deleting more than 1 dataitems in one step in datasetitems_form.php
|
2007-05-22 02:23:50 +00:00 |
|
toyomoyo
|
358a31fc4c
|
placed help files in the wrong place, sorry!
|
2007-05-22 02:23:23 +00:00 |
|
toyomoyo
|
4cbb294f62
|
Fix for MDL-8877, forgot to add these before checking in
|
2007-05-22 02:09:41 +00:00 |
|
toyomoyo
|
9fffb69162
|
MDL-8877, specify time of manual enrolments and related improvements for changing enrolment period from user/index.php. Thanks Andrei!
|
2007-05-22 02:08:22 +00:00 |
|
toyomoyo
|
f5f4967e7d
|
some clean ups for gradebook import/export
|
2007-05-22 02:05:00 +00:00 |
|
skodak
|
4db13f9465
|
MDL-9880 Remove user_activate() method from public API because it was used only from user_confirm() in LDAP, other plugins use only user_confirm()
MDL-9575 fix email signup in ldap auth mod
|
2007-05-21 20:33:42 +00:00 |
|
skodak
|
2cef74f91f
|
MDL-9861 Password expiration value is calculated wrong when ldap_expirationtime2unix() returns 0 - patch by Iñaki Arenaza; merged from MOODLE_18_STABLE
|
2007-05-21 20:08:45 +00:00 |
|
skodak
|
edd82a22c0
|
MDL-9860 Incorrect check for password expiration at login - patch by Iñaki Arenaza; merged from MOODLE_18_STABLE
|
2007-05-21 20:00:10 +00:00 |
|
jamiesensei
|
9ae3af87ae
|
MDL-9856 allow passing moodle_url to moodle_form constructor as action instead of passing url as a string
|
2007-05-21 16:11:17 +00:00 |
|
moodler
|
87b0b4990b
|
Fix for manual read tracking MDL-9859
|
2007-05-21 14:43:09 +00:00 |
|
skodak
|
97c13bd803
|
MDL-9866 incorrect include() in simpletest library
|
2007-05-21 14:27:22 +00:00 |
|
moodler
|
02ea78f834
|
Merged MDL-9875 from stable
|
2007-05-21 13:34:49 +00:00 |
|
thepurpleblob
|
6af98025d7
|
merged from STABLE18
|
2007-05-21 13:11:06 +00:00 |
|
jamiesensei
|
d92b9d9140
|
new sql to fetch question counts for categories all in one sql query. Question count now included in drop down box.
|
2007-05-21 09:26:17 +00:00 |
|
nicolasconnault
|
adc2f286e6
|
MDL-9506 Extracted the code that applies droplow and keephigh rules to aggregated values, into its own little method. Unit testing this method revealed a coding error which I have rectified.
|
2007-05-21 08:56:44 +00:00 |
|
nicolasconnault
|
c227624882
|
MDL-9506 New grade_tree->build_tree_filled method called at the end of renumber(). Prepares object for display_grades().
|
2007-05-21 07:47:41 +00:00 |
|
moodler
|
baacc970b9
|
MDL-4325 ... fix the order of the name fields is lastname/firstname are reversed - thanks Kita!
|
2007-05-21 07:37:55 +00:00 |
|
jgutierr25
|
c8afa50ba5
|
*** empty log message ***
|
2007-05-21 07:11:12 +00:00 |
|
nicolasconnault
|
ab53054fd1
|
MDL-9506 Removed the debugging message for the fetch() methods. Added droplow and keephigh rules to grade_category::aggregate_grades(). The only question now is what to do when the droplow or keephigh field is larger than the number of grades for a given user/item combination. At the moment it just gives that value 0.
|
2007-05-21 05:54:12 +00:00 |
|
moodler
|
d0e84e1be0
|
Added Iñaki's patch from MDL-7233 for 1.9 - thanks!
|
2007-05-21 05:23:00 +00:00 |
|
moodler
|
9a8587ee71
|
Automatic installer.php lang files by installer_builder (20070521)
|
2007-05-21 04:45:14 +00:00 |
|
nicolasconnault
|
750b0550d9
|
MDL-9506 Resolved a small bug in grade_category that failed the set_as_parent method.
|
2007-05-21 02:22:12 +00:00 |
|
jamiesensei
|
83bc64dba4
|
adding quoting to output of hidden params in moodle_url
|
2007-05-20 17:05:27 +00:00 |
|
jamiesensei
|
3a3c454ede
|
UI for editing questions changed to support sharing questions in multiple contexts. Also changed import / export and category editing form to use formslib.
|
2007-05-20 16:17:48 +00:00 |
|
jamiesensei
|
fae60ee3d3
|
small additions to comments on moodle_url
|
2007-05-20 14:05:49 +00:00 |
|
jamiesensei
|
b0bc5219d8
|
some changes to listlib to make it possible to chain the paging of several lists together that are displayed on the same page, so that paging can work across several lists
|
2007-05-20 13:59:58 +00:00 |
|
pichetp
|
4ace1db9bd
|
correcting display of datasetitems_form for multiple answers
|
2007-05-20 12:39:01 +00:00 |
|
jamiesensei
|
305f5b4b1d
|
removed unecessary sesskey hidden param. sesskey is automatically included and processed in formslib forms. Removed redundant validation method.
|
2007-05-20 11:56:57 +00:00 |
|
jamiesensei
|
f161729e21
|
new element for formslib selectgroups is a select drop down with options grouped into optgroups
|
2007-05-20 11:48:02 +00:00 |
|
jamiesensei
|
7bd4342642
|
small fix for uninitialised var
|
2007-05-20 11:20:49 +00:00 |
|
skodak
|
89028eed59
|
MDL-9855 upgrade HTML Purifier to v1.6.1
|
2007-05-20 05:35:43 +00:00 |
|
moodler
|
5e09d346fa
|
Automatic installer.php lang files by installer_builder (20070519)
|
2007-05-19 04:38:43 +00:00 |
|
pichetp
|
1ff3363480
|
correcting datasets to $datasets line 248
|
2007-05-18 12:51:38 +00:00 |
|
jmg324
|
282c169549
|
MDL-9802 added my:manageblocks capability so admins can define whether users can add/remove blocks from myMoodle page
|
2007-05-18 11:57:46 +00:00 |
|
skodak
|
0ac948ea2a
|
MDL-984adding forgottent rs_close() - thanks Eloy! merged from MOODLE_18_STABLE
|
2007-05-18 09:52:11 +00:00 |
|
skodak
|
93759defcf
|
MDL-9842 Groups from groupings not moved to "Not in a grouping"; merged from MOODLE_18_STABLE
|
2007-05-18 09:20:52 +00:00 |
|
toyomoyo
|
d961705032
|
bug fixes for gradebook import/export
|
2007-05-18 08:49:00 +00:00 |
|
nicolasconnault
|
03f01edded
|
MDL-9506 New grade_category::set_as_parent($children) method (non-static). Crucial method for adding categories over children. 4 constraints have been set up, and successfully tested in unit tests. However, the method fails when it comes to updating the children's parent fields. The test data may be missing some required fields.
|
2007-05-18 08:05:53 +00:00 |
|