1064 Commits

Author SHA1 Message Date
skodak
85c9ebb926 MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere() 2007-09-18 18:37:58 +00:00
toyomoyo
79c2d039d5 added a string for backup/restore 2007-09-18 07:14:37 +00:00
moodler
ae0441ac75 iAdded a string for preview rows in exports 2007-09-18 03:38:33 +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
thepurpleblob
9e89dbba2e MDL-11104:
Added some extra information for markdown-extra features.

Merged from STABLE_18
2007-09-17 12:30:22 +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
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
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
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
nicolasconnault
53461661ae MDL-11278 Admin settings page completed, implementation of settings in the gradebook coming up next. 2007-09-14 08:54:46 +00:00
toyomoyo
00374cc5f0 MDL-11274, hide grades in the grader report if the current grades has no viewhidden capability 2007-09-14 08:43:10 +00:00
nicolasconnault
098042baea Issue:
The number of submissions in the Group average and Course average calculations
    should be shown in brackets. (submissions) should be added after the Group average
    and Course average labels.
Solution:
    new grader report preference (Display number of grades in average cells).
2007-09-14 06:57:30 +00:00
moodler
6308b91c13 Changing string for Overall average (was logged under MDL-11233 even though that's not strictly the correct bug) 2007-09-14 05:45:38 +00:00
nicolasconnault
aae94377b7 Issue:
Only students should appear in the tutor report, however
    sorting by Surname results in the tutor being included, which we don't want.
Solution:
    Confirmed as a bug and filed in tracker: http://tracker.moodle.org/browse/MDL-11233

Issue:
    Clicking on Hide Groups reveals the results for all students
    and all tutors and course staff appear. A tutor should only be able to see
    the results for their tutor group
Solution:
    Prevent tutors from ever seeing student grades from other groups: use existing capabilities
        moodle/site:accessallgroups = off AND moodle/grade:viewall = on

Issue:
    Preferences tab should not be available to users without gradereport/grader:manage capability
Solution:
    Hide the tab completely

Issue:
    Apply different style to average cells
Solution:
    Add css classes to the different average cells, and write a default style in css file.

Issue:
    The Average under group average might be better labelled Course average.
Solution:
    Rename to "Complete average"
2007-09-13 15:11:16 +00:00
stronk7
9cd54788d6 Adding some strings for the new backups report. MDL-7850
Merged from MOODLE_18_STABLE
2007-09-08 22:45:45 +00:00
nfreear
c2136cde22 MDL-11158, "& needs fix to & in ... for 'en' and other language packs" 2007-09-07 13:53:28 +00:00
skodak
c2efb50142 MDL-11130 added aggregation inside all subcategories + added graded/all aggregation option 2007-09-05 19:15:21 +00:00
moodler
d61d8c09ce Removed hardcoded string 'course grades category' 2007-09-05 09:17:19 +00:00
moodler
62e3b9d833 MIssing string added 2007-09-03 08:26:17 +00:00
jamiesensei
35241c761a MDL-10952 update help files for new question code 2007-09-03 05:30:38 +00:00
moodler
96fbb0daee Fixed some missing strings 2007-09-03 02:55:08 +00:00
stronk7
5a298d3ad2 Added one new string to explain the signed ints hunting under MySQL. MDL-11038 2007-08-31 23:43:20 +00:00
skodak
caffc55a84 MDL-11082 big refactoring in grade export - export tracking and grade formatting still not finished 2007-08-31 18:42:50 +00:00
moodler
9f26cce6da MOre cleanups for notes interface 2007-08-31 05:22:44 +00:00
nicolasconnault
e9fe953ff4 MDL-11034 Added the new CFG setting: enablepublishing 2007-08-31 04:35:06 +00:00
moodler
2773ced471 Tidied up tags display a bit 2007-08-31 02:40:44 +00:00
moodler
44842cc6e2 Added link to see all related blogs (on tags page) 2007-08-31 02:29:10 +00:00
koenr
ee92adc3ff and now with content of version 1.2 2007-08-30 20:19:58 +00:00
toyomoyo
061f14b275 fixing counter for (name filters) manage tag page, adding last 10 blogs to tag/index.php 2007-08-30 08:37:53 +00:00
nicolasconnault
f57bdb559d MDL-10984 more language strings 2007-08-30 07:22:31 +00:00
toyomoyo
79081e871b modifying manage tags page to print user names, allowing modifying of tag types, minor css 2007-08-30 05:34:31 +00:00
toyomoyo
a41e687f1e removing duplicate, thanks mits 2007-08-30 02:23:36 +00:00
toyomoyo
1c63e17429 putting a link on admin menu to manage tags page. Fixing some upper/lower cases 2007-08-30 02:11:55 +00:00
koenr
edb18a0db9 reverting partly MDL-10883 2007-08-29 20:20:00 +00:00
nicolasconnault
0f78c4de3d MDL-11028 GUI complete, language strings complete, user key creation done. Validation is not yet coded. 2007-08-29 11:43:48 +00:00
stronk7
1d45238e36 Double "yours", my mistake. :-P 2007-08-28 23:34:24 +00:00
stronk7
61829e2c5f fixed one copied/pasted string 2007-08-28 23:32:49 +00:00
stronk7
fc40517570 Added some strings for the new Check Bigints utility. MDL-11038
(and reviewed a few more encouraging to backup before proceed)
2007-08-28 22:57:43 +00:00
moodler
beb67c0526 New string for tags block 2007-08-28 06:38:39 +00:00
toyomoyo
dc155ceb57 MDL-10181, adding subtracting mechanism for bulk user opertaions, and add some help 2007-08-28 02:23:10 +00:00
stronk7
b7f90666e5 Delete some html and body tags... 2007-08-27 13:56:40 +00:00
toyomoyo
d526725b8d MDL-10181, help files should not be modified, a new file has been created 2007-08-27 07:24:35 +00:00
moodler
3aa3cf3d21 Some tweaks to the appearance of messaging window 2007-08-27 03:22:16 +00:00
moodler
68d711f47f Fixed one more string MDL-10989 2007-08-26 05:51:21 +00:00
moodler
3ab8ee6e9b New strings for grade stuff MDL-10989 2007-08-26 05:48:24 +00:00
luizlaydner
3a597ace9c - tag names can be altered now in tags management page 2007-08-24 17:28:54 +00:00