Commit graph

27594 commits

Author SHA1 Message Date
toyomoyo
16677200a3 adding some strings 2007-07-26 03:09:13 +00:00
toyomoyo
6872debcc8 merged fix for MDL-10564, wrong userid used in get_my_courses() for blogs 2007-07-26 02:47:44 +00:00
toyomoyo
787fb606a6 merged fix for MDL_9804, course shortname limited to 15 chars on forms 2007-07-26 02:30:18 +00:00
skodak
f10fac9669 MDL-10544 basic UI for outcome item adding/editing implemented - todo: calculation support, lang strings, bugfixing...
whitespace cleanup
2007-07-25 22:12:17 +00:00
skodak
4faf5f99be MDL-10478 reworked collapse/expand for grade categories 2007-07-25 19:57:47 +00:00
tjhunt
be161556ce OU Bug 2867 - Overview report keeps forgetting the 'Display options' settings. Merged MOODLE_18_STABLE. 2007-07-25 17:08:41 +00:00
nicolasconnault
438a5aa9ad MDL-9628 Moving Basic support for compact view from report class to grade_category class, internal to the grade_tree recursive construction 2007-07-25 15:04:31 +00:00
urs_hunkler
e7bbdbbaa1 added paddign-top:1em for removed <br /> in sitelink 2007-07-25 14:58:40 +00:00
urs_hunkler
3572b8b1ee removed <br /> in sitelink 2007-07-25 14:50:37 +00:00
thepurpleblob
6f83b034e0 MDL-10604:
Add ability to add sub categories directly from category screens.

Merged from STABLE_18
2007-07-25 14:02:27 +00:00
thepurpleblob
ba5c5f210a MDL-10604:
Add ability to add sub categories directly from category screens.

Merged from STABLE_18
2007-07-25 13:57:26 +00:00
thepurpleblob
7d59f03afd MDL-10604:
Add ability to add sub categories directly from category screens.
2007-07-25 13:54:25 +00:00
tjhunt
33dfb53e09 Fix whitespace. 2007-07-25 12:34:21 +00:00
tjhunt
362b172c18 Tabs to spaces. 2007-07-25 12:01:57 +00:00
urs_hunkler
a08d370b51 changed old getElementById(id).submit() to the new submitFormById(id) call. 2007-07-25 11:19:42 +00:00
nicolasconnault
48b5d8f38b MDL-9628 Basic support for compact view 2007-07-25 09:33:08 +00:00
toyomoyo
675bfda8ae changing to more cross-db compatible is null 2007-07-25 09:12:31 +00:00
toyomoyo
fc61f64b72 some fixes for grade outcomes 2007-07-25 08:57:59 +00:00
moodler
f3db3cfc38 New capability gradereport/outcomes:manage and implementation in tabs 2007-07-25 07:53:09 +00:00
toyomoyo
938de499da adding some capabilities to outcomes 2007-07-25 07:51:01 +00:00
moodler
b9c70b99de Fix selected tabs 2007-07-25 07:34:00 +00:00
moodler
5d2dfba2a8 IMproved tabs 2007-07-25 07:25:46 +00:00
toyomoyo
e41442e47f some outcomes code 2007-07-25 07:24:04 +00:00
moodler
78091c4572 Bumping versions to fix capability upgrade 2007-07-25 07:09:12 +00:00
moodler
05b4211927 A little more info when upgrading plugins 2007-07-25 07:08:07 +00:00
moodler
344e5c5397 Bump to fix capability upgrade 2007-07-25 06:28:50 +00:00
toyomoyo
e99c48d856 adding a new key 2007-07-25 03:14:17 +00:00
toyomoyo
c0bd9f4865 split into course.php and site.php 2007-07-25 02:03:49 +00:00
skodak
2cc773f5fa MDL-10579 implemented capability checks in grader report, minor refactoring, whitespace cleanup 2007-07-24 21:20:29 +00:00
tjhunt
e344003ad6 MDL-10589 - make the forum subscribe link a post form button. 2007-07-24 17:17:52 +00:00
tjhunt
40ce63cbb7 MDL-10588 - refactor the code for printing the 'subscribe/unsubscribe from this forum' link into one place. 2007-07-24 17:06:29 +00:00
nicolasconnault
cb7fe7b4b8 MDL-9628 First attempts at trimming grade_tree after fetching, for expanded/contracted categories (compact view mode). So far, so good ... 2007-07-24 16:33:52 +00:00
moodler
0c811aa77a Changing string from "select a plugin" whcih is developer specific 2007-07-24 16:29:18 +00:00
nicolasconnault
acdc8e8a9c MDL-10550 Refactoring, fixing a few bugs in edit/item_form.php and more work into the outcome report 2007-07-24 14:26:05 +00:00
tjhunt
962d013395 Oops, typo in one half of the previous commit. See, that is why duplicated code is bad for maintenance! 2007-07-24 10:43:23 +00:00
tjhunt
49b53f26e0 Elimintate duplicated code and simplify some logic. Ironically, do it twice in two separate places, becuase there is some more large-scale code duplication in this file that I am not even going to attempt to fix. 2007-07-24 10:39:10 +00:00
tjhunt
3a5e1d064e Get rid of pointless 'TODO document' comments. 2007-07-24 10:37:00 +00:00
nicolasconnault
e2537ca3ea MDL-10550 Finished first draft of the outcomes report. 2007-07-24 10:08:46 +00:00
skodak
e77bcaa30d MDL-10579 capabilities for grade import plugins 2007-07-24 09:30:46 +00:00
skodak
c71fea5986 fixed cap names for grade:view* 2007-07-24 09:23:43 +00:00
skodak
54690a0894 MDL-10579 capabilities for grade report plugins 2007-07-24 09:20:37 +00:00
tjhunt
a7a8973866 MDL-10533 - forum search results were having format_text applied twice, which was breaking things like glossary links. 2007-07-24 09:10:21 +00:00
skodak
89bd8357e9 MDL-10579 capabilities for grade export plugins 2007-07-24 08:51:45 +00:00
moodler
5ca1655863 Just small changes 2007-07-24 08:16:43 +00:00
mark-nielsen
862bd9cd9c Attempting to make the form more compact by merging yes/no fields as an enable checkbox after another field to enable/disable the feature 2007-07-24 08:12:12 +00:00
moodler
807d0c3199 String for outcomes report name 2007-07-24 08:11:34 +00:00
skodak
0a89e2a003 MDL-10579 fixed comment 2007-07-24 07:46:58 +00:00
skodak
7a6b7acf76 MDL-10579 more capability checks in grades code + refactoring of grade_tree 2007-07-24 07:45:15 +00:00
toyomoyo
5d71ece008 adding some new files for grade outcomes 2007-07-24 07:43:46 +00:00
toyomoyo
c3bc8c6a23 could not point to settings.php, renaming 2007-07-24 07:41:33 +00:00