tjhunt
4827029b92
MDL-11454 - hard-coded mdl_ prefix. Also, wrong logic in is_siteadmin in accesslib.php.
2007-09-26 09:40:28 +00:00
toyomoyo
a6df7ee6fa
get_default_frontpage_role_access() should prolly not load overrides below course level
2007-09-26 07:19:30 +00:00
toyomoyo
4e1fe7d109
MDL-11143, adding a new setting "defaultfrontpageroleid" where you choose a role for all users on the front page
2007-09-26 07:12:38 +00:00
nicolasconnault
d32100a522
Fixing OU report issues
2007-09-25 19:32:29 +00:00
sam_marshall
4d8e340715
MDL-11443 Added groups_get_grouping_name to match groups_get_group_name
2007-09-25 15:52:33 +00:00
nfreear
42ead7d7cd
Fix MDL-7436 Accessibility "Indicate type of resource in the name of the resource"
2007-09-25 14:59:16 +00:00
nicolasconnault
31a6c06c46
MDL-11433 Implemented grade_items.decimals instead of user preference in grader report.
2007-09-25 14:40:49 +00:00
skodak
6510b0f09c
MDL-11415 fixed our non-standard lang attributes in html purifier
2007-09-25 14:34:13 +00:00
skodak
0352cd2ffa
MDL-11413 I hope now it is correct solution
2007-09-25 14:02:53 +00:00
skodak
e2fa911b73
MDL-11440 working fix for require_user_key_login()
2007-09-25 12:31:39 +00:00
nfreear
1d75edd0ae
MDL-11436, Encapsulate "accesshide" HTML class in function.
2007-09-25 11:33:30 +00:00
nicolasconnault
b39b58fe45
MDL-11433 Correcting non-null and default value (Default will be NULL)
2007-09-25 09:47:40 +00:00
nicolasconnault
52cb2e4716
MDL-11433 Added decimals field to grade_items table
2007-09-25 08:35:16 +00:00
nicolasconnault
1796708d81
Replacing GRADE_REPORT_GRADE_DISPLAY_TYPE... by GRADE_DISPLAY_TYPE...
2007-09-25 08:22:20 +00:00
stronk7
28271c7205
Second pass. Some more default comments are out. MDL-11385
2007-09-24 22:10:13 +00:00
mattc-catalyst
acf000b077
MDL-11419 - groups: interface enhancements + new features:
...
* Display the grouping a course module belongs to on the course page - for course managers only.
* When adding users to groups, display the groups a user already belongs to.
* Added an overview report that shows groupings, groups and members for a course.
* Added a dialogue to automatically create groups and assign members based on either the number of desired groups or the number of desired users per group.
2007-09-24 21:55:15 +00:00
skodak
535c0080c3
MDL-10781 reimplemented tags upgrade code: uses recordsets; no calls to tag/lib.php functions - those would break if we changed db structure; no ordering in blog tags - we did not respect the tag order before, this way it is much faster
2007-09-24 19:18:48 +00:00
stronk7
7529139a8d
First pass. Deleting some default comments. MDL-11385
2007-09-24 19:08:00 +00:00
skodak
a075996572
fixed notice during upgrade from 1.8
2007-09-24 19:00:39 +00:00
skodak
6db001b535
MDL-11413 revisited
2007-09-24 15:24:21 +00:00
urs_hunkler
c7a66cc4e1
MDL-11370 :: added a global var $THEME->customcornersopen to track properly closed custom corners divs. In function print_footer I added a check if some custom_corneres divs are still open and eventually close them.
2007-09-24 11:08:02 +00:00
ikawhero
540286f1f2
Fixing typo.
2007-09-24 03:02:16 +00:00
skodak
b0eb99121f
MDL-11417 usermodified now stored properly in grade_grades table when update_(raw|final)_grade() used
2007-09-23 15:57:36 +00:00
skodak
353f3f2037
MDL-11416 support for nonsortable columns in table lib
2007-09-23 15:54:33 +00:00
skodak
a3fbd4943d
MDL-11357, MDL-11358 adding formating of numeric final grade (for now takes the setting from user report), adding usermodified field to returned grading info
2007-09-23 15:51:21 +00:00
skodak
5b242699b7
MDL-11415 imported htmlpurifier 2.1.2
2007-09-23 15:47:26 +00:00
skodak
09c42a363d
MDL-11413 improved text cleaning (problem reported by Andreas Nolden)
2007-09-23 12:28:03 +00:00
skodak
4b533b2791
MDL-11413 improved text cleaning (problem reported by Andreas Nolden)
2007-09-23 12:20:29 +00:00
skodak
bff475e412
overridden flag is now used to track the last time of modification - going to use it in assignments to print the correct time/date
2007-09-22 21:39:28 +00:00
skodak
fcac8e513a
MDL-11357, MDL-11358 cleanup and improvements in public grade API - new function grade_get_grades() that returns all grading information (grade item data, outcomes and user grades); other minor improvements and bugfixes; updated assignment to use new grade API
2007-09-22 20:21:44 +00:00
skodak
9f01047ae9
MDL-11363 minor doc improvement
2007-09-22 18:50:46 +00:00
skodak
3ab3dfd562
MDL-11363 fixing defaults of new optional fields of grade classes - now properly applied when creating new instances too
2007-09-22 18:46:51 +00:00
skodak
3f2b0c8aba
MDL-11363 merged tables grade_grades with grade_grades_text - it is now possible to define fields as required and optional
...
finally fixed formula validation in calculation edit form
2007-09-22 11:39:59 +00:00
stronk7
8cf6cb9018
Now XML strict headers are controlled by new setting
...
(xmlstrictheaders) separating it from debug->developer. MDL-11216
2007-09-21 17:28:16 +00:00
nicolasconnault
caa0886a9d
MDL-11351 Removed a redundant check for a multiLang JS variable
2007-09-21 09:13:02 +00:00
stronk7
5cf8d1d9fc
temp table usage is out and now we are using the
...
new permanent context_temp table. Update for
Oracle added, extra NOT EXISTS cluse to avoid
insertion of duplicate records in potential
concurrency and minor refinements. MDL-11347
2007-09-21 08:52:43 +00:00
stronk7
d5d2f8a6f0
Adding the new context_temp permanet table to be used
...
by build_context_path() . MDL-11347
2007-09-21 08:48:51 +00:00
moodler
bac6d28a6f
Fixed the definition of SYSCONTEXTID when it's not 1 (like moodle.org)
2007-09-21 04:55:14 +00:00
moodler
7e17f43b1c
Just a small change to make this function a bit more robust, there's still a bug here though
2007-09-21 04:33:50 +00:00
nicolasconnault
bfbfdb5350
MDL-11350 allowvisiblecoursesinhiddencategories was not used fully in the determination of the course's visibility
2007-09-20 13:15:26 +00:00
skodak
4bf0d891f9
removing bosoleted unit tests: manual grade items do not use item numbers, id number is not generated automatically
2007-09-20 12:30:24 +00:00
skodak
d3f24f5534
fixed short php tag
2007-09-20 12:26:58 +00:00
jmg324
874851f610
MDL-10296 made print_user_picture cater for https possibility in user/edit
2007-09-20 09:18:24 +00:00
toyomoyo
05a71b3341
change restore code to use the more efficient get_user_courses_bycap
2007-09-20 09:16:49 +00:00
skodak
eedae98ef2
MDL-11357 removed _grade_updated() from activities and grade_item class
2007-09-20 07:43:57 +00:00
skodak
ecbf2954da
MDL-11347 adding comments with description of UPDATE related problems; minor whitespace and coding style changes
2007-09-20 07:37:50 +00:00
martinlanghoff
85cab9d8cd
eaccelerator: never set the mode if we failed to init
2007-09-20 06:51:13 +00:00
moodler
0b9dcf3df4
Bumping the date and the context path upgrade in case anyone was stuck from yesterday MDL-11347
2007-09-20 06:47:14 +00:00
martinlanghoff
78c3ec2fe8
Revert - dmllib: check $MCACHE->status() before using it
2007-09-20 06:45:29 +00:00
martinlanghoff
369a572502
dmllib: check $MCACHE->status() before using it
2007-09-20 06:42:57 +00:00