tjhunt
|
6e9debfbf1
|
Removing remaining references to RQP in core code. I had not realised there were so many.
By the way, I am committing this from a pub in York. Pub's with wireless, whatever next?
|
2007-05-24 17:25:37 +00:00 |
|
skodak
|
98518b6221
|
MDL-9876 import adodb 4.95a
|
2007-05-24 17:14:58 +00:00 |
|
sam_marshall
|
8101dccb8e
|
MDL-9920 Allowed xmldb to create 32-bit serial fields if specified, in postgres
|
2007-05-24 15:18:35 +00:00 |
|
sam_marshall
|
c5a3ce0acd
|
MDL-9932 Fixed calendar restore of events on same day with same description (but different names)
|
2007-05-24 12:09:49 +00:00 |
|
toyomoyo
|
3f8bcf7c72
|
grade import/export fixes to use forms lib
|
2007-05-24 08:57:36 +00:00 |
|
nicolasconnault
|
2186f72cb1
|
MDL-9629 Beginning the edit category page. Also added dmllib::sql_max($field) and fixed a few bugs. Grade_item should now extrapolate its sortorder upon insertion if not set, by looking up the last sortorder in the table, and incrementing by 1.
|
2007-05-24 08:50:01 +00:00 |
|
tjhunt
|
5114a1ac01
|
Small cleanup to remove duplicated code.
|
2007-05-24 07:44:08 +00:00 |
|
tjhunt
|
8b192edbc1
|
Comment improvements.
|
2007-05-24 07:42:27 +00:00 |
|
moodler
|
335768f419
|
Removed some RQP code no longer needed MDL-9600
|
2007-05-24 07:10:22 +00:00 |
|
nicolasconnault
|
5e2274737c
|
MDL-9506 Added grademax extrapolation from scale info for grade_item, in insert() and update() methods. Corrected a few other minor bugs.
|
2007-05-24 03:32:20 +00:00 |
|
toyomoyo
|
3abe994563
|
fixing a typo
|
2007-05-24 03:07:27 +00:00 |
|
toyomoyo
|
ce34ed3a76
|
fix for MDL-9137, adding support for gradebook plugins for db, cron, events, permission structures etc
|
2007-05-24 02:16:31 +00:00 |
|
nicolasconnault
|
a15428a2f6
|
MDL-9889 Fixed a couple of bugs that were only detected by PHP5. Nothing major at all.
|
2007-05-24 02:08:20 +00:00 |
|
mark-nielsen
|
11bf5b8301
|
Merging fixes for MDL-9757, MDL-9619 and MDL-9366 from MOODLE_18_STABLE
|
2007-05-23 17:48:12 +00:00 |
|
nfreear
|
5dbae3560e
|
Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote - sorry!
|
2007-05-23 14:45:49 +00:00 |
|
thepurpleblob
|
67c1252753
|
Added some set_time_limit()s in case of slow servers timing out.
|
2007-05-23 14:07:12 +00:00 |
|
thepurpleblob
|
81a7a02b8f
|
Progress with making the code a bit more resilient.
Added XML tidy up if tidy extension is available.
|
2007-05-23 12:52:33 +00:00 |
|
nfreear
|
73418a3ce3
|
Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic".
|
2007-05-23 12:03:22 +00:00 |
|
nfreear
|
f79310ed56
|
Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic"
|
2007-05-23 11:59:20 +00:00 |
|
tjhunt
|
dcb784c5de
|
XHTML strict. Fix entity. Merged from MOODLE_18_STABLE.
|
2007-05-23 10:52:16 +00:00 |
|
tjhunt
|
19faed1ab3
|
MDL-9914 - Can't download mark details from the quiz overview report. Merged from MOODLE_18_STABLE.
|
2007-05-23 10:21:43 +00:00 |
|
toyomoyo
|
5283e9598d
|
correcting handling of scales
|
2007-05-23 07:26:38 +00:00 |
|
toyomoyo
|
9d5c91b111
|
fixing scale for grade_grab_grades()
|
2007-05-23 06:25:13 +00:00 |
|
nicolasconnault
|
168df8f3e7
|
Added set_time_limit(0) at beginning.
|
2007-05-23 06:02:59 +00:00 |
|
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 |
|