skodak
ac9b080524
MDL-10202 merge raw and final grade tables
2007-06-20 23:06:29 +00:00
skodak
d55930f153
MDL-9516 removing include of gradelib.php - now included only when needed
2007-06-11 11:28:42 +00:00
skodak
23a7718bd1
MDL-9696 used absolute path include in mod_forms
2007-06-10 23:20:45 +00:00
skodak
cdbbd26f80
MDL-10064 global $CFG in unit test files is non standard, it is recommended to use MOODLE_INTERNAL test in all library files
2007-06-09 16:32:36 +00:00
skodak
52f81103d3
MDL-10063 simpletestlib.php included from majority of unit tests - let's include it once from the test runner itself
2007-06-09 16:17:33 +00:00
skodak
b67ec72f57
MDL-9516 update_grade(); now required $source of grading to allow modification of original grades in activities through grade_updated event
2007-06-06 23:04:24 +00:00
skodak
612607bd47
MDL-9516 new central grading function update_grade(); to be improved/tested more tomorrow
2007-06-05 22:58:37 +00:00
skodak
04366d79cf
MDL-10012 Implement grade_updated event triggers in Database
2007-06-03 19:36:20 +00:00
skodak
c3cec42188
MDL-9516 fixed mod_form.php logic
2007-06-03 19:08:14 +00:00
skodak
0c5988d7d2
MDL-10011 cleanup xhtml and code in report.php - forum, glossary and data mod
2007-06-03 16:17:39 +00:00
skodak
7bf579b243
MDL-9821 incorrect permission to modify templates for non-editing teacher in db module; merged from MOODLE_18_STABLE
2007-05-15 16:58:05 +00:00
skodak
606361b9c2
MDL-5958 reverting the permission change in db/lib/access.php - course creator permissions must be defined only above the course level!
...
they must not be enabled at module level
2007-05-15 16:45:53 +00:00
urs_hunkler
f145c2482d
added/changed custom corners lib and calls to add the necessary divs
2007-05-09 15:03:01 +00:00
nicolasconnault
95ec7c3146
Fixed incorrect paths to config.php and preset_class.php.
2007-05-09 08:06:35 +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
mattc-catalyst
70c6c0ad70
MDL-9474: Updated build_navigation() to use global $COURSE
...
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
nicolasconnault
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +00:00
cataluke
b99b25ea04
MDL-8569 - mod/data sorting by numerical field now works with PostgreSQL
...
Author: Luke Hudson <luke@catalyst.net.nz>
2007-04-18 02:11:09 +00:00
cataluke
c8c765c0ab
MDL-7856 - make database search case-insensitive for PostgreSQL too.
...
Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
Committer: Luke Hudson <luke@catalyst.net.nz>
2007-04-17 05:41:31 +00:00
mattc-catalyst
ad7767be7a
Breadcrumbs: mod/data changes
...
- Modified to use build_navigation() for breadcrumb generation.
- Removed print_header method is now provided by base class.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:05:21 +00:00
skodak
61da828a31
MDL-9226 missing closing label tag - patch by Mark Scherfling; merged from MOODLE_18_STABLE
2007-04-15 17:19:35 +00:00
nicolasconnault
632730fdd7
MDL-9213 Corrected $forum->format to $forum->type
2007-04-11 01:05:28 +00:00
nicolasconnault
bfe1e789de
MDL-8774: Also an effort to refactorise the poorly designed mod/data/Preset code.
2007-04-03 03:32:46 +00:00
skodak
651268e00e
MDL-9155 Error when creating an "image gallery" preset database when only some fields exist and do not remove existing data, comments and ratings when applying preset; merged from MOODLE_18_STABLE
2007-04-02 09:10:26 +00:00
moodler
7df05299b6
Old change I never checked in to fix collapsing displays
2007-03-28 03:27:00 +00:00
nicolasconnault
f7cec5cf56
MDL-8855 - Wrote additional GD code to support alpha transparency in PNG files.
2007-03-13 02:40:18 +00:00
skodak
efe12f6c22
MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes
2007-03-05 11:27:01 +00:00
moodler
453db436a7
Don't allow modes that don't exist
2007-03-05 07:32:21 +00:00
moodler
5af76d3c91
Old fix I'd forgotten
2007-03-05 07:17:32 +00:00
donal72
78e02af979
XHTML Strict fix: # MDL-8754
2007-03-05 05:04:02 +00:00
skodak
84347f30b7
MDL-8733 fixed approving logic when editing; merged from MOODLE_16_STABLE
2007-03-03 12:27:55 +00:00
toyomoyo
eba5e98bed
replacing fieldsets with divs in small forms
2007-03-01 06:27:15 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
toyomoyo
8663848910
fix for MDL-5958 from Elijah (HSU)
2007-02-28 06:23:25 +00:00
toyomoyo
7900ecb02c
MDL-5958, code for advanced search for db module from Elijah (HSU)
2007-02-26 06:56:05 +00:00
toyomoyo
2535bff9bd
merged fix for MDL-5736, retained search string problem
2007-02-23 03:55:50 +00:00
vyshane
2585a68d54
Merged from 1.8.
2007-02-16 08:46:55 +00:00
skodak
4eefee9779
MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate
2007-02-14 20:46:38 +00:00
moodler
1934b87667
Updated versions and requires (primarily because of formslib dependencies)
2007-02-02 13:02:24 +00:00
vyshane
38f169e25a
Fix for MDL-6966.
2007-01-23 05:42:15 +00:00
stronk7
73be66c7a8
Now all the modules global config pages are valid XML. Related to MDL-7861
2007-01-13 20:13:58 +00:00
stronk7
a4bad45c2c
Some more uses of $CFG->dbfamily. MDL-7061
2007-01-13 00:32:19 +00:00
skodak
beac4717de
MDL-8166 rename in/out methods in formslib - HQ consensus
2007-01-12 18:52:09 +00:00
skodak
26de8d35ce
fixed text field widths in new forms
2007-01-11 19:47:08 +00:00
moodler
c1afef8059
FIxed up the intro boxes XHTML Strict
2007-01-11 08:06:15 +00:00
skodak
0f13ec8f9b
MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon
2007-01-08 20:30:38 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
toyomoyo
e7a5de86a9
MDL-7861 xhtml strict fixes
2007-01-08 01:38:42 +00:00
toyomoyo
051aad681b
MDL-7861, fixing xhtml strict bugs
2007-01-08 01:09:54 +00:00