Commit graph

28474 commits

Author SHA1 Message Date
stronk7
e1b1f331d1 Adding data_encode_content_links() to backup, so data module
links are encoded to be transported in backup files. Part of MDL-11268.
2007-09-17 17:59:54 +00:00
diml
f1776f8f9b mismatched code version in file. 2007-09-17 17:45:29 +00:00
nicolasconnault
678e8898aa MDL-11282 Just displaying a simple notice, and continuing with the regrading. 2007-09-17 17:39:35 +00:00
nicolasconnault
42b122281b MDL-11275 2007-09-17 17:32:20 +00:00
nicolasconnault
a5b8be622c MDL-11275 added (submissions). Also fixed :
Issue:
    Teachers can edit grader report preferences (including switches for quickgrading and
    quickfeedback), but do not have access to the "Turn editing on/off" button, so they
    can't do quickgrading.
Solutions:
    1.Decouple the quickgrading and quickfeedback modes from the editing mode,
        and turn them on/off through the preferences page. New capability: moodle/grade:edit
        * preferences: don't show quickgrading if no capability grade:edit
        * If quickgrading is switched off as a preference and user doesn't have manage cap, show edit icons around grades when in editing mode
2007-09-17 17:31:48 +00:00
tjhunt
07a7d85924 MDL-11267 - Anywone who can view quiz reports can delete student attempts. Merged from MOODLE_18_STABLE. 2007-09-17 16:17:24 +00:00
moodler
dca9fc5346 Fixing a string I thought I fixed before ... 2007-09-17 15:32:24 +00:00
tjhunt
4da81e7342 MDL-11310 - Multichoice edititing form should have space for 5 answers by default. Merged from MOODLE_18_STABLE. 2007-09-17 14:39:52 +00:00
thepurpleblob
450802d3bd MDL-11104
Markdown updated to latest version.
2007-09-17 12:37:51 +00:00
thepurpleblob
9e89dbba2e MDL-11104:
Added some extra information for markdown-extra features.

Merged from STABLE_18
2007-09-17 12:30:22 +00:00
thepurpleblob
8cc7d98a31 Forgot to take out duplicate question count check.
Merged from STABLE_18
2007-09-17 11:01:53 +00:00
thepurpleblob
2c6d2c888c MDL-11279:
Code was not properly checking for empty category.
Check moved to right place and proper print_error() function called as appropriate

Merged from STABLE_18
2007-09-17 10:57:49 +00:00
toyomoyo
5bb8a8154e MDL-11084, "s in grade comments causes problems 2007-09-17 06:53:24 +00:00
moodler
bb02b375d0 FIxed wierd blue line in forum posts 2007-09-17 05:39:20 +00:00
moodler
afad76f2ad Automatic installer.php lang files by installer_builder (20070917) 2007-09-17 04:54:36 +00:00
toyomoyo
4581501ede MDL-11276, average calculations are inaccurate in percentage form due to double rounding 2007-09-17 04:25:51 +00:00
moodler
b8011a8570 Fixed popup window call (eg from email) 2007-09-17 04:25:38 +00:00
toyomoyo
cb68af8b89 removing extra number_format(), format_float() already calls number_format() 2007-09-17 02:15:51 +00:00
skodak
1519cdeb39 MDL-10820 Fixed double quotes in SQL statements 2007-09-16 21:48:47 +00:00
skodak
18ff5a61b6 MDL-11230 fixing wrong include for tags library - always use require_once() instead of include() when dealing with library files! 2007-09-16 21:43:08 +00:00
skodak
d4be9d6d08 MDL-11046 multiple tag/edit.php issues - see bug report 2007-09-16 21:37:28 +00:00
skodak
9c9d307627 MDL-11301 tag autocomplete on edit page works again 2007-09-16 21:24:13 +00:00
stronk7
63d69d5481 Delete one unused table when grading online assignment submissions. 2007-09-16 21:06:56 +00:00
stronk7
84970b96fd Stylise online assignment word count. 2007-09-16 21:06:01 +00:00
skodak
70e9b59d22 MDL-11300
1/ potential sql injection through tag types - missing param type + can add new types + usually no addslashes before update of tags
2/ paging does not work at all
3/ missing param type definitions
4/ not xhtml strict compliant
5/ CSRF - missing sesskey checks
6/ UI code in tag/lib.php - should be in manage.php or other file
7/ missing localization of types - default/standard
2007-09-16 20:19:19 +00:00
stronk7
d371392a7b Fixing assignment submission visualization for wood. 2007-09-16 20:13:30 +00:00
skodak
fce1ff5aa1 MDL-11297 adding new PARAM_TAG - numeric tags not allowed 2007-09-16 19:31:56 +00:00
stronk7
7a2957d3e9 Hide the metacourse dropdown menu if the course
isn't a metacourse and general XHTML compliance. MDL-9922

Merged from MOODLE_18_STABLE
2007-09-16 19:26:13 +00:00
skodak
2d7e3f9b7e fixed undefined notice 2007-09-16 18:54:11 +00:00
skodak
8e1ec6be58 MDL-11298 use textlib_get_instance() instead of new textlib() 2007-09-16 18:49:41 +00:00
skodak
4eb718d801 MDL-11048 + MDL-11297 improved tag normalisation, more security 2007-09-16 18:41:57 +00:00
stronk7
111e12615b Prevent some warning when restoring site courses... MDL-10054 MDL-10118
Merged from MOODLE_18_STABLE
2007-09-16 18:34:22 +00:00
stronk7
bac43d633c Show the roll dates option only if the backup course has a start date
(some formats like main page, social..., haven't it and rolling dates
from 0 produces crazy dates. MDL-10125

Merged from MOODLE_18_STABLE
2007-09-16 17:34:54 +00:00
skodak
bcef031984 MDL-11297 adding new PARAM_TAG and PARAM_TAGLIST that are needed for blog and interest tags 2007-09-16 14:20:32 +00:00
skodak
e8515774c3 MDL-11048 adding new method to textlib strtotitle() - please note that is may not be usable in all locales, it might also produce different results when mbstring available 2007-09-16 11:45:30 +00:00
skodak
1c54b2bb31 improved accessibility of user edit page - adding help icons, removing incorrect static help from interest, improving interests strings 2007-09-16 09:39:03 +00:00
skodak
a0478c0a18 fixed incorrect coding style {} 2007-09-16 09:27:00 +00:00
skodak
c1658cc559 fixed warning - must initialise objects properly 2007-09-16 09:25:35 +00:00
skodak
e6eea4f2f4 MDL-9574 + MDL-9607 fixed undefined $user->id in personal context 2007-09-16 09:21:29 +00:00
stronk7
69f2e553e3 Fixed wrong link to log report. Shouldn't these links be in php
code instead of lang files? MDL-11281

Merged from MOODLE_18_STABLE
2007-09-16 08:30:19 +00:00
moodler
d9818fbbc4 Automatic installer.php lang files by installer_builder (20070916) 2007-09-16 04:12:52 +00:00
iarenaza
59b567692d Remove additional check when dealing with hidden courses in LDAP enrolment.
The check is superfluous and uses an inexistant variable ($type) that
was removed when we switched to role based enrolment.

Fixes MDL-11098 MDL-10282 and MDL-8346.
2007-09-15 21:38:13 +00:00
skodak
8fafbc0ea3 MDL-11296 fixed incorrect detection of duplicate scales in course 2007-09-15 21:17:11 +00:00
skodak
43c137ac23 applying the same patch to advcheckbox - Fixes MDL-8627, "HTML QuickForm displays (some?) disabled elements in a non-accessible way", overrides parent::getFrozenHtml. 2007-09-15 19:43:01 +00:00
skodak
e193724e38 MDL-11295 editorshortcutshelpbutton breaking xhtml strict 2007-09-15 19:36:31 +00:00
skodak
6b5c722df5 MDL-9542 new function needed for showing of final grades in Quiz + minor changes in grading public API used by modules 2007-09-15 19:24:10 +00:00
skodak
31314c1270 fixed wrong $options - this->keepdrop_options used instead 2007-09-15 13:23:28 +00:00
skodak
fa1d88eb33 MDL-10277 Force password change cannot be unchecked once selected 2007-09-15 09:42:24 +00:00
skodak
ce4ff1c9cc MDL-11292 fixed Cannot create child auth plugins - patch by Mark Nielsen; used inlude_once() when searching for functions/methods in files 2007-09-15 09:29:58 +00:00
nicolasconnault
b159da787a MDL-11282 Using notice_yesno(), but not sure how to provide a backlink with the cancel action... 2007-09-14 19:32:50 +00:00