Petr Skoda
|
8260ca36d5
|
MDL-24848 prevent undefined docs url problems in install
|
2010-10-26 08:01:22 +00:00 |
|
Sam Hemelryk
|
96321cf4d8
|
themes MDL-24493 Added redirect page layout and styles for all themes
|
2010-10-25 08:52:37 +00:00 |
|
Petr Skoda
|
e6906df277
|
MDL-24523 adding note that clean_text() is designed to work with htm ltext only, technically we can not clean other formats before the conversion, sorry
|
2010-10-24 11:48:45 +00:00 |
|
Petr Skoda
|
c281862ad0
|
MDL-24716 fix for broken path info on apache servers
|
2010-10-24 08:21:40 +00:00 |
|
David Mudrak
|
015ba71af0
|
MDL-24777 replace_smilies() replaced with the new standard filter
|
2010-10-23 18:43:31 +00:00 |
|
David Mudrak
|
84a8bedd6a
|
MDL-24777 function replace_smilies() is not called from any other core code
|
2010-10-23 18:41:47 +00:00 |
|
David Mudrak
|
1809723881
|
MDL-24777 get_emoticons_list_for_help_file() is now deprecated
|
2010-10-23 18:41:21 +00:00 |
|
David Mudrak
|
e540629edf
|
MDL-24777 core function replace_smilies now uses emoticon_manager API
|
2010-10-23 18:40:46 +00:00 |
|
Jenny Gray
|
64f1e408fa
|
MDL-24565 control characters stripped so xml output functions correctly
now without unicode regular expression
|
2010-10-13 14:08:02 +00:00 |
|
Petr Skoda
|
f44cffeac6
|
MDL-14595 more CSS styles whitelisted in KSES
|
2010-10-12 09:19:08 +00:00 |
|
Petr Skoda
|
6663b9d1e3
|
MDL-24565 fix invalid XML unicode characters when uses KSES filtering - credit goes to Jenny Gray
|
2010-10-08 09:22:56 +00:00 |
|
David Mudrak
|
e0ebc88e9d
|
MDL-24542 Removing convert_urls_into_links() from the core
|
2010-10-07 08:59:15 +00:00 |
|
David Mudrak
|
dcfffe3072
|
MDL-24531 Extend filter manager API so that options can be passed to the filters
The only option passed at the moment is the original format in which the
user inserted the text. Other options can be added later if/when needed.
|
2010-10-07 08:57:20 +00:00 |
|
Petr Skoda
|
b57ad50120
|
MDL-24523 markdown cleanup
|
2010-10-06 12:42:17 +00:00 |
|
Petr Skoda
|
54f5318492
|
MDL-23818, MDL-18900 fixed trusttext upgrade + coding style improvements and cleanup
|
2010-10-02 16:34:42 +00:00 |
|
Petr Skoda
|
9b540305df
|
MDL-24445 fixed problem with uninitialised PAGE object
|
2010-09-29 21:09:19 +00:00 |
|
Petr Skoda
|
afa7cfa833
|
improved handling on errors on redirect page + preventing PAGE->context errors
|
2010-09-28 22:34:33 +00:00 |
|
Petr Skoda
|
e728447dfe
|
MDL-24282 fixed double decode - I just meant to specify default value there, sorry; thanks Tim for discovering this regression
|
2010-09-22 15:03:39 +00:00 |
|
Petr Skoda
|
365a594107
|
MDL-24321 switching to stdClass in /lib/
|
2010-09-21 08:07:44 +00:00 |
|
Petr Skoda
|
a0f97768dc
|
MDL-24223 hopefully more embed BC
|
2010-09-21 07:51:09 +00:00 |
|
Petr Skoda
|
cbe44fb217
|
MDL-24223 same basic support for "safe" flash embedding
|
2010-09-21 07:20:40 +00:00 |
|
Petr Skoda
|
d630512b9c
|
MDL-24282 improved s() to deal better with hex encoded entities
|
2010-09-19 15:27:00 +00:00 |
|
Petr Skoda
|
ebba16985c
|
MDL-24277 fixed hidden error preventing proper redirects during install, yay!
|
2010-09-18 23:20:01 +00:00 |
|
Petr Skoda
|
7def9d4345
|
improved docs
|
2010-09-18 10:50:50 +00:00 |
|
Petr Skoda
|
a8ff9488fd
|
phpdocs and var initialization
|
2010-09-17 20:05:40 +00:00 |
|
Petr Skoda
|
db82872e06
|
fixed phpdocs param type in require_login()
|
2010-09-17 09:34:05 +00:00 |
|
Petr Skoda
|
f71c7f00df
|
MDL-24223 latest HTMLPurifier - finally removing most of our hacks
|
2010-09-16 20:02:54 +00:00 |
|
Petr Skoda
|
a1d6c4cd07
|
arrgh, fixing incorrect fix in my previous commit
|
2010-09-16 17:00:53 +00:00 |
|
Petr Skoda
|
34cf276871
|
fixed syntax errors in progress bar - is anybody using it?
|
2010-09-16 16:44:55 +00:00 |
|
Petr Skoda
|
4bc685df16
|
fixing undefined OUTPUT
|
2010-09-16 16:43:29 +00:00 |
|
Petr Skoda
|
5e26145d22
|
removing unused function with syntax error
|
2010-09-16 16:42:56 +00:00 |
|
Rossiani Wijaya
|
3a42ad126c
|
MDL-23870: Replace flash and mp3 multimedia filter with flowplayer.
|
2010-09-09 11:30:06 +00:00 |
|
Eloy Lafuente
|
11d6233451
|
MDL-24041 format_module_intro() - observe the $filter parameter properly.
|
2010-09-06 08:42:43 +00:00 |
|
Tim Hunt
|
dc3e95c0d8
|
MDL-24060 Need a way to control whether html_to_text lists all links in the HTML
|
2010-09-02 13:06:17 +00:00 |
|
Petr Skoda
|
c426ef3aa5
|
MDL-23984 improvements of check_dir_exists() - replacing by make_upload_directory() in cases where we want to be sure that the dir is writable; removning now default create and recursive params to make code easier to read
|
2010-08-29 14:51:09 +00:00 |
|
Petr Skoda
|
f22b73977f
|
MDL-22001 improved handling of context during install/upgrade in format_text()
|
2010-08-09 12:00:16 +00:00 |
|
Tim Hunt
|
a194c2187b
|
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:40:01 +00:00 |
|
Petr Skoda
|
cbc5d1328b
|
MDL-22508 fixed deprecated wiki text formating pointing to nonexistent function
|
2010-08-01 10:04:18 +00:00 |
|
Petr Skoda
|
8d39cbb32b
|
MDL-23568 PAGE->context is a pain in the ...
|
2010-07-31 21:34:46 +00:00 |
|
Petr Skoda
|
57cddf6d12
|
MDL-23568 PAGE->context strikes back again, fixing wrong handling of missing context too
|
2010-07-31 21:26:11 +00:00 |
|
Petr Skoda
|
35716b8682
|
MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;Êimproved php docs; fixed upgrade of filters (should be in plugins, not core)
|
2010-07-30 20:51:01 +00:00 |
|
Petr Skoda
|
78bfb562a0
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
|
Andrew Davis
|
64fbb8c476
|
filters MDL-23456 turned on filtering for mod intros
|
2010-07-22 08:44:09 +00:00 |
|
Petr Skoda
|
cdefaa86f6
|
fixed incorrect exception name
|
2010-07-14 16:40:30 +00:00 |
|
Petr Skoda
|
e88dd87685
|
MDL-23202 group icons now stored in file storage pool
|
2010-07-11 13:07:24 +00:00 |
|
Petr Skoda
|
37416d5dc1
|
MDL-14589 improved param name
|
2010-07-11 09:21:51 +00:00 |
|
Petr Skoda
|
f28ee49e98
|
MDL-14589 adding missing component to moodle_url factory methods, going to convert code to use these factories instead of old filelib.php functions
|
2010-07-11 09:20:20 +00:00 |
|
Petr Skoda
|
64f93798d4
|
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
|
2010-07-03 13:37:13 +00:00 |
|
David Mudrak
|
396898c803
|
MDL-21695 switchroles_form() is not used any more, no place to put the help to
|
2010-06-28 17:05:39 +00:00 |
|
Petr Skoda
|
a4a0c9d9cd
|
MDL-21695 markdown conversion now does not break empty() and isnull() comparisons
|
2010-06-06 17:17:06 +00:00 |
|