Petr Skoda
|
e311b14364
|
MDL-29925 fix calendar parameter handling
|
2011-10-28 19:07:48 +02:00 |
|
Sam Hemelryk
|
2d58b91a9c
|
Merge branch 'MDL-28209_MOODLE_19_STABLE' of github.com:nebgor/moodle into MOODLE_19_STABLE
|
2011-08-02 11:06:57 +08:00 |
|
Aparup Banerjee
|
1384c7e685
|
MDL-28209 General - following up on MDL-28135, modified links to point to 1.9 version of docs
- development links pointed under /dev.
|
2011-07-25 14:42:27 +08:00 |
|
Matt Meisberger
|
8f9f666c90
|
MDL-27464 continuation link sometimes links off-site
Integrating #CSTAGE-656, continuation link sometimes links off-site, into trunk.
|
2011-07-23 13:21:14 +02:00 |
|
Aparup Banerjee
|
5cea248b8b
|
MDL-28044 general - updated print_error() to point to versioned docs.moodle.org
|
2011-06-30 11:56:35 +08:00 |
|
Sam Hemelryk
|
d17b16b697
|
MDL-27695 doc link checks ->release before including version.php now
|
2011-06-08 16:54:35 +08:00 |
|
Aparup Banerjee
|
7bfc8766bc
|
MDL-27695 Documentation : updated the moodle docs link at the footer of pages to point to new docs url
|
2011-06-08 13:42:00 +08:00 |
|
Petr Skoda
|
5a3010310b
|
MDL-26966 improve self URL validation
|
2011-03-27 12:03:22 +02:00 |
|
Rossiani Wijaya
|
04b4210605
|
MDL-19555: add NULL string test to format_test(). Credit goes to Matej Vela. Thanks
|
2011-03-11 12:14:29 +08:00 |
|
Petr Skoda
|
71d49c63c4
|
MDL-24810 importing latest HTMLPurifier - already tested in HEAD for some time
|
2010-10-22 14:46:59 +00:00 |
|
Jenny Gray
|
7d2c082b1a
|
MDL-24565 control characters stripped so xml output functions correctly
now without unicode regular expression
|
2010-10-13 14:07:59 +00:00 |
|
Petr Skoda
|
fc32b26906
|
MDL-14595 more CSS styles whitelisted in KSES
|
2010-10-12 09:20:19 +00:00 |
|
Rossiani Wijaya
|
6eab1a9b0c
|
MDL-20034: add title attribute to user picture.
|
2010-10-11 05:43:00 +00:00 |
|
Petr Skoda
|
78da89dc64
|
MDL-24523 markdown text cleanup
|
2010-10-06 12:22:19 +00:00 |
|
Tim Hunt
|
f47906fbf5
|
weblib MDL-22664 html_to_text should not strip images, it should replace them by their alt text.
Also, an new optional argument to html_to_text to control word-wrapping.
|
2010-08-04 17:39:56 +00:00 |
|
Petr Skoda
|
e19e3b6e9e
|
MDL-22508 fixed deprecated wiki text formating pointing to nonexistent function
|
2010-08-01 10:03:38 +00:00 |
|
Petr Skoda
|
a91e69f384
|
MDL-22042 fixed kses cleaning of html code
|
2010-06-03 08:28:14 +00:00 |
|
Sam Hemelryk
|
37278b6d23
|
htmlpurify MDL-22654 Merged fixes into 1.9
|
2010-06-03 07:24:30 +00:00 |
|
Petr Skoda
|
db359e6369
|
MDL-22537 new html purifier backported to stable, unfortunately PHP5 only
|
2010-05-21 11:39:22 +00:00 |
|
Sam Marshall
|
9476acfbcb
|
weblib: MDL-22174 print_group_picture should not print empty links
|
2010-04-23 11:13:23 +00:00 |
|
Petr Skoda
|
caa932d8bf
|
MDL-22154 fixed incorrect URL in ajax call (thanks Pasi H?kkinen) and fixed xhtml strict issue with embedded JS
|
2010-04-21 12:42:24 +00:00 |
|
Petr Skoda
|
7bce3cf885
|
MDL-21910 adding https www root to flash detection
|
2010-03-24 08:28:28 +00:00 |
|
Petr Skoda
|
a8944c8195
|
MDL-21789 fixed buggy handling of 0.00 in s()
|
2010-03-10 08:46:19 +00:00 |
|
Andrew Davis
|
2fa0e3e21b
|
user profiles MDL-20619 Email obfuscation wasnt working in some versions of IE
|
2010-02-16 02:52:53 +00:00 |
|
David Mudrak
|
a81beb4c24
|
MDL-21346 fixed various print_password_policy() issues
|
2010-01-14 20:46:31 +00:00 |
|
Andrew Davis
|
6dc8c4e402
|
weblib MDL-21296 a temporary workaround convert_urls_into_links() causing timeouts
|
2010-01-13 02:16:12 +00:00 |
|
Eloy Lafuente
|
b0fbf376cc
|
MDL-21168 - Support encoded chars in query part of URL. Done in review day, but it's tested, grrr.
|
2010-01-12 13:37:13 +00:00 |
|
Eloy Lafuente
|
8267366e44
|
MDL-21168 avoid http://www.whatever to be linked twice
|
2010-01-08 22:16:37 +00:00 |
|
Eloy Lafuente
|
c782bd7a4b
|
MDL-21168 convert_urls_into_links() - changed solution to avoid linking
inside <img> tags by negative look-behind assertion of =" string
|
2010-01-08 16:48:38 +00:00 |
|
Andrew Davis
|
1b34261dc6
|
weblib MDL-21168 improved convert_urls_into_links
|
2009-12-24 04:36:14 +00:00 |
|
Sam Hemelryk
|
9d557dee01
|
weblib MDL-6820 Reverted modification due to unforseen regressions
|
2009-12-17 09:22:23 +00:00 |
|
Andrew Davis
|
6b8e4d338c
|
weblib MDL-20826 improved convert_urls_into_links()
|
2009-12-17 07:43:46 +00:00 |
|
Rossiani Wijaya
|
019907767a
|
MDL-20949 printing out password policy requirements on signup page.
|
2009-12-16 01:51:48 +00:00 |
|
Sam Hemelryk
|
c12167467e
|
weblib MDL-20725 Fixed string formatting issue in nested selects
|
2009-12-03 08:00:00 +00:00 |
|
jerome mouneyrac
|
0402b9d31e
|
flash upgrader MDL-20841 fix xhtml strict, Kudo to Tim Hunt
|
2009-12-03 02:59:38 +00:00 |
|
Rossiani Wijaya
|
ec30a562d8
|
MDL-20725 remove double escaping characters.
|
2009-12-03 02:09:58 +00:00 |
|
Petr Skoda
|
d44b4a796d
|
MDL-21026 improved entity handling
|
2009-12-02 21:09:12 +00:00 |
|
Martin Dougiamas
|
5459e76dd1
|
flash detection MDL-20841 Added sesskey checking to the environment script to prevent DoS to users (Thanks for the catch Petr!)
|
2009-11-24 09:10:48 +00:00 |
|
Martin Dougiamas
|
182951c6ad
|
MDL-20841 Fixed some naughty hash comments :)
|
2009-11-24 08:51:01 +00:00 |
|
Martin Dougiamas
|
b8d7ecaa48
|
flash detection MDL-20841 New config setting excludeoldflashclients will set a minimum version for flash clients. A check in print_header is run once, and will set a session variable with the current flash version. If the current flash version is lower than the minimum requirement, then Moodle will serve alternate content whenever a flash file is requested. The alternate file will ask the user to upgrade flash. Still requires wider testing, and some lang support. Credits to Jerome Mouneyrac.
|
2009-11-24 08:44:43 +00:00 |
|
Petr Skoda
|
59fa78efa4
|
MDL-20821 reverting untested ereg cleanup, not acceptable for stable, sorry
|
2009-11-19 09:56:52 +00:00 |
|
Andrew Davis
|
a762409317
|
validation MDL-20821 Fixed a mistake in validation
|
2009-11-19 06:14:54 +00:00 |
|
Andrew Davis
|
76561f1e4e
|
all MDL-20821 Removed ereg related deprecated functions
|
2009-11-18 07:36:20 +00:00 |
|
Sam Hemelryk
|
efb9ebe76b
|
themes MDL-20780 the Moodle release info is no longer shown within the footer
|
2009-11-17 03:10:13 +00:00 |
|
samhemelryk
|
98c7487e6f
|
weblib MDL-20327 Added CFG->frametarget to the navigation generation code
|
2009-09-24 02:15:12 +00:00 |
|
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 |
|