moodler
3be1eb5238
Merged rss fix from 1.8 MDL-10960
2007-08-23 06:14:26 +00:00
moodler
30d76014d8
FIxed language file location, merged from 1.8 MDL-10920
2007-08-21 03:38:45 +00:00
mattc-catalyst
135219ef8a
MDL-10919: mod/database - fix SQL error caused by invalid groupid
2007-08-20 22:18:49 +00:00
skodak
5d59cbe918
MDL-10914 support for groupings in Database module
2007-08-20 21:16:43 +00:00
skodak
055f21850a
MDL-10914 support for groupings in Database module
2007-08-20 14:04:10 +00:00
skodak
777da4d56c
MDL-10913 fixed incorrect use of data_update_instance in presets code
2007-08-20 12:53:44 +00:00
Martin Langhoff
13534ef716
cvsimport fixups
2007-08-29 13:10:11 +12:00
skodak
bb5b72244a
MDL-10890 all require_login() in modules reviewed and fixed use of $cm
2007-08-17 12:49:28 +00:00
nicolasconnault
73c24ef80b
MDL-10870 All files updated to new build_navigation() method.
2007-08-16 15:01:25 +00:00
skodak
2c386f82e5
MDL-10383 - deprecated get_groups(), user_group() and ismember()
2007-08-15 20:21:01 +00:00
moodler
b6aeb9ba31
backup/restore Support for 4 new fields in data module
2007-08-14 04:21:16 +00:00
moodler
7db989230f
Added "notification" field, currently unused, to allow MDL-8377
2007-08-14 04:13:58 +00:00
skodak
3bfabe6e1a
MDL-9549 minor cleanup
2007-08-10 21:01:46 +00:00
urs_hunkler
11d6ec1355
merged from 1.8 - $thumbwidth not calculated
2007-08-05 16:42:31 +00:00
skodak
42ff9ce68b
MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too)
2007-07-22 21:43:47 +00:00
skodak
c35075db50
MDL-10482 incorrect texarea height
2007-07-16 14:50:25 +00:00
nfreear
11d97de1b2
Part fix of bug MDL-10332 "Data module not filtering list by group on .." - restore bug.
2007-07-12 14:12:35 +00:00
skodak
b82caceafe
fixed typo
2007-07-08 14:58:23 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
mattc-catalyst
01e3838853
MDL-9473: Initialise navlinks array before use
...
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
mattc-catalyst
3b27b0fe21
MDL-9615: Correct incorrect use of term breadcrumbs
...
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
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