Commit Graph

1110 Commits

Author SHA1 Message Date
dongsheng 7fe85994a6 "MDL-MDL-20113, fixed hardcoded siteid" 2009-08-18 04:29:11 +00:00
tjhunt d9794f1afd weblib: Grrr! remove PHP5ism 2009-07-25 00:25:34 +00:00
tjhunt cef179fb17 Backport improved moodle_url::params implementation from HEAD - lets you get the params as an array. 2009-07-15 03:30:00 +00:00
sam_marshall dc47097ac8 MDL-19598: Error in logic that should hide 'skip link' when block doesn't have title 2009-06-22 17:08:41 +00:00
samhemelryk 936369ef5f breadcrumb MDL-14133 One function missed during fix, got it this time 2009-06-09 06:29:56 +00:00
fmarier 72cc2e8c11 MDL-17542 lib/html2text: update to latest upstream version (r2374)
from http://trac.roundcube.net/log/trunk/roundcubemail/program/lib/html2text.php
2009-05-22 02:07:34 +00:00
jerome f03f3a665a authentication MDL-18273 Custom Authentication Plugin title can be retrieved from specific language file 2009-05-13 05:35:37 +00:00
dongsheng 7fbdd28395 "MDL-3729, use forces language for htmleditor" 2009-05-07 05:30:10 +00:00
fmarier b8b118b322 html2text: MDL-17542 switch to a GPL-compatible html2text library 2009-04-02 23:00:12 +00:00
tjhunt 1726d852ae weblib: finish documenting print_user_picture. 2009-02-16 04:15:59 +00:00
tjhunt d25db1b795 weblib: XHTML strict. 2009-02-10 03:27:48 +00:00
tjhunt 4b53c0f87d weblib: MDL-17525 Give previous and next links in paging bars class names, so they can be themed.
Thanks to Daniel Neis for the patch.

I checked the standard theme, and I don't see any rules there that would erroneously apply to these class names in paging bars.
2009-02-04 08:21:06 +00:00
tjhunt 87c2747ee5 weblib: MDL-14901 Fix misleading comment on print_navigation 2009-02-04 07:34:52 +00:00
tjhunt 8788cc6fe6 theme / navbar: MDL-14133 every link in the nav bar was getting class="first"! 2009-02-03 09:32:47 +00:00
tjhunt 91792878a0 theme / weblib: MDL-14400 Setting $THEME->makenavmenulist = true causes a php notice 2009-02-03 07:47:11 +00:00
sam_marshall be10e474f3 MDL-381: Added 'Move' button to reduce accidentally moving forum posts. 2009-01-28 13:11:22 +00:00
sam_marshall b1ddca5c74 MDL-17974: Calendar 'new entry' accessibility improvement 2009-01-28 12:10:23 +00:00
stronk7 86b6811e97 MDL-17331 choose_from_menu() - backport listbox, multiple and class params 2009-01-17 18:09:38 +00:00
skodak 95968dff75 MDL-17758 fixed hardcoded /admin/ links 2009-01-01 14:29:37 +00:00
skodak ea0bc86d6e MDL-17637 fixed adobe XSS protection; backported from HEAD 2008-12-29 21:18:32 +00:00
tjhunt 954a3a0b9c weblib: MDL-17606 Make the highlight function better, with unit tests. 2008-12-11 10:34:07 +00:00
skodak 5903377c7a MDL-17479 category search: replaced old update capability 2008-12-09 20:29:15 +00:00
tjhunt 79518165b9 course categories: Fix many bugs with category editing and permissions. Clean up code.
Bugs: MDL-17479, MDL-16426, MDL-16063, MDL-16013, MDL-15658, MDL-15556, MDL-15161, MDL-14925, MDL-13742, MDL-11557.

* Simplify category editing permissions to just moodle/category:manage and moodle/category:seehiddencategories.
* Enforce those correctly. (Note MDL 17502 is still outstanding.)
* Don't screw up category sort order when you just edit name or description.
* Niceties like where redirects go when you cancel or submit forms.
* Make sure a global course creator can see the site admin block.
* Don't allow a category to be made the child of one of its children!
* General code cleanup to bring key files more in line with best pracitice.

Apologies for the fact it is one big patch, rather than a series of smaller patches. However, categoryedit.php, category.php and index.php where in pretty bad shape and needed significant cleaning up. categoryedit.php, in particular, was almost completely rewritten.
2008-12-04 08:49:47 +00:00
ericmerrill bde30ae513 weblib: MDL-16293: background-color attribute stripped from html. Adding 'background-color' attribute to $ALLOWED_PROTOCOLS array so kses doesn't drop it. 2008-12-03 16:48:08 +00:00
skodak b2908c36a7 MDL-17485 roles: fixed use and definition of moodle/user:viewuseractivitiesreport; backported from HEAD 2008-12-01 19:20:16 +00:00
skodak 8d2ef9efe8 MDL-17472 notes: backported disabling of notes and general refactoring from HEAD 2008-11-30 19:25:48 +00:00
skodak 22a987837c MDL-17463 - reparate capabilities for course and admin reports; backported from HEAD 2008-11-29 14:30:55 +00:00
tjhunt 3cacf33b58 fix notices: MDL-15974 Some systems that were upgraded have nullable columns, leading to notices
A new install has NOT NULL DEFAULT 0.
2008-11-27 05:07:47 +00:00
moodler 542cd89f8d Emoticons MDLSITE-564 Patch to avoid [[brackets]] around alt text 2008-11-24 01:02:33 +00:00
arborrow af20b75c55 MDL-16939 - adding check type exists to avoid PHP notice in build_navigation function 2008-10-20 17:47:52 +00:00
jerome 0dd18fa6f6 MDL-15800: clean filelib.php, fix https image link into the edit profil page (weblib.php), and also into the YUI integration (ajaxlib.php) 2008-10-07 02:09:51 +00:00
skodak a1365689d1 MDL-14696 Option to unenrol user from course when assigned to a role at a higher context 2008-10-06 09:28:26 +00:00
skodak e6613a931c MDL-15810 whitelist _blank target in htmlpurifier cleaning 2008-09-24 21:38:43 +00:00
moodler 2a4d3c9e22 MDL-16473 Removed stylings from user and group images so theme can do it with CSS 2008-09-12 06:54:03 +00:00
skodak 693dbaa59c MDL-16029 Added $extralocations in the function print_error 2008-09-01 15:24:40 +00:00
skodak 1096639958 MDL-16292 print_error not backwards compatible with error(get_string('xx', 'moodle')) 2008-09-01 14:54:09 +00:00
thepurpleblob a05709ad59 MDL-16221
The height and width are now included in the user's image.
2008-08-27 10:17:01 +00:00
stronk7 ebb5b6b760 Allow font-family "protocol" to avoid kses cleaning it. MDL-15963 2008-08-07 22:36:33 +00:00
skodak f0217b9883 MDL-5018 added thead and tfoot to allowed tags 2008-07-26 11:27:48 +00:00
skodak 25db6e1545 MDL-15823 format_string() improvements 2008-07-25 22:43:08 +00:00
skodak 6e47562d93 MDL-15820 fixed some install noise on dev sites 2008-07-24 22:23:51 +00:00
dongsheng 4cac26a67d MDL-15565, fix bug of maintenance mode alert reminder 2008-07-23 03:16:00 +00:00
sam_marshall 0e8a3a618b MDL-15773 - 'Pass by reference' errors in update from 1.9.1+ 2008-07-22 14:06:48 +00:00
moodler 8239c00c74 MDL-15700 Tidied up the maintenance mode display to users 2008-07-18 02:59:45 +00:00
dongsheng 5f16beaa9b MDL-15565, add maintenance mode alert reminders in title and navbar. 2008-07-14 02:29:26 +00:00
scyrma 4770b4b6b3 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually 2008-07-10 09:48:43 +00:00
moodler fa2b5a6add MDL-15601 Basic checking to avoid some notices 2008-07-10 08:50:00 +00:00
skodak 7713cdb03c MDL-15413 warn admins if display_errors enabled; backported from HEAD 2008-07-07 14:35:29 +00:00
dongsheng 359c7bbfa8 "MDL-15500, change helpbutton debug level to developer" 2008-07-02 06:38:09 +00:00
jerome 291f748a70 MDL-14635 remove tags from glossary block help 2008-06-25 03:01:49 +00:00