10ed581c9a
Merged MDL-13541 from 1.9
2008-02-20 06:07:50 +00:00
e0bd367d01
MDL-12888 - remove require to form no longer used
...
merged from MOODLE_19_STABLE
2008-01-09 11:04:39 +00:00
f4eb549fbd
MDL-12697 - Category Themes do not appear when editing off
...
merged from MOODLE_19_STABLE
2007-12-25 01:00:31 +00:00
f26cfa228d
MDL-11800 improving previous commit; merged from MOODLE-19_STABLE
2007-12-15 12:05:54 +00:00
7aabbf3b58
MDL-11800, multilang support for category description
2007-11-28 02:56:51 +00:00
150f64e661
MDL-11608 Removed stripslashes_safe($rename) and changed PARAM_RAW to PARAM_TEXT for rename param
2007-10-10 04:59:35 +00:00
09deab0661
Miscellaneous fixes for MDL-11543
...
- added button to edit current category
- removed old mini-forms to do the same
- tidied up various things and CSS as well
2007-10-10 04:05:46 +00:00
62ecaed9df
MDL-11608 The $rename param was obtained with PARAM_NOTAG, I changed that to PARAM_RAW. I also changed the rename field's value to htmlspecialchars($category->name)
2007-10-09 14:08:05 +00:00
86830be66e
MDL-11543 Temporary solution originally proposed by Martin
2007-10-09 12:53:24 +00:00
679b617967
categories: Categories page and get_courses_page() - smarter about context
...
This patch saves 1600 context lookups on a 1600 course category. rcache
does help a bit with small categories, but on large setups, this is
not sustainable.
And it's not needed either. We have the data right at our fingertips.
Just get it when it's cheap...
2007-09-19 07:08:24 +00:00
7b0d5cd551
Merged fixes for MDL-7425 from 1.8 stable
2007-08-30 06:01:57 +00:00
1dc08b85b1
MDL-4384, fixed undefined function call, hide the add sub category form in non-editing mode
2007-08-20 01:59:50 +00:00
e295df447f
MDL-10870 All files updated to new build_navigation() method.
2007-08-17 11:18:58 +00:00
ca5d523bef
MDL-4384, description for course categories
2007-08-15 08:28:40 +00:00
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
a08d370b51
changed old getElementById(id).submit() to the new submitFormById(id) call.
2007-07-25 11:19:42 +00:00
a160cf0b17
fix for MDL-9983, trigger certain events out of the core to modules
2007-07-10 02:33:38 +00:00
e513826187
MDL-9983, adding triggers for certain events, no handler implemented
2007-07-09 06:43:33 +00:00
2230cb9178
Call theme_setup() after change so new theme displays correctly
2007-05-05 07:43:08 +00:00
a907c54043
GUI for category themes.
...
New language strings.
2007-05-03 07:00:55 +00:00
4e957c8698
Fixed Task MDL-9611
2007-04-30 18:18:07 +00:00
40935142f7
MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
...
fixed continue button in error() on admin page when link present
2007-04-30 17:28:29 +00:00
1ae083e424
MDL-9647 simplify dealing with headers/footers in admin sections
2007-04-30 17:08:34 +00:00
be63689802
Merge XHTML fixes for MDL-9589
2007-04-26 08:49:21 +00:00
115a622d8c
merged MDL-9273 related fixes
2007-04-13 05:40:11 +00:00
f4f274d10c
MDL-9273 Applied suggested fix
2007-04-13 02:00:41 +00:00
3730488451
Merging MDL-9101 from 1.8
2007-03-29 03:28:37 +00:00
cbc943f755
merged fix for MDL-8885, teachers should not be able to set course as hidden if they can not view hidden courses
2007-03-14 04:31:04 +00:00
b469b1b49c
Duplicate alt tags in course category page MDL-8711, merged from MOODLE_18_STABLE
2007-03-01 14:47:52 +00:00
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
2585a68d54
Merged from 1.8.
2007-02-16 08:46:55 +00:00
6463b3dea7
adding a div to help with css
2007-02-14 05:45:36 +00:00
35d0244a37
taking out deprecated width in print_courses and print_course
2007-02-14 04:56:26 +00:00
fbe31d22d1
xhtml validation fixes for MDL-8425
2007-02-06 08:24:37 +00:00
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
fcf9577a28
Sundry fixes related to course categpry page for XHTRML strict MDL-7861
2007-01-05 14:13:26 +00:00
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
8fc21fc00f
MDL-7861, adding missing tag
2006-12-19 06:16:17 +00:00
54926e7818
various accessbility fixes
2006-12-13 03:03:43 +00:00
344044b28e
MDL-7434 all images that convey information should have alt text to convey that information - part 1
2006-11-24 20:16:37 +00:00
4827a1d19f
merged fix for MDL-7540, wrong usage of context levels
2006-11-21 03:26:31 +00:00
555b75f424
merged category page cleaning - MDL-7409
2006-11-09 06:22:10 +00:00
f86b0db993
merged fix for MDL-7115, teacher page replaced by generic role assign page
2006-10-20 05:49:05 +00:00
de51fa5657
merged fix for MDL-7107, missing capability check for assignroles link
2006-10-20 03:16:07 +00:00
7dfa686dbd
Added button to turn editing off again ... ugly but ...
2006-10-04 04:49:44 +00:00
0baf9f0f23
Fixed roles link a bit
2006-10-04 04:40:55 +00:00
4610e45b11
FIxed for duplicate icons MDL-6811
2006-10-04 04:37:40 +00:00
6859360cd4
coverted /admin/ to proper /$CFG->admin/ in paths
2006-09-26 21:10:14 +00:00
6124048972
major whitespace cleanup - fixed tabs
2006-09-20 20:31:09 +00:00
dc5586907d
replacing deprecated calls and references to capability calls
2006-09-20 09:00:04 +00:00