Commit graph

19145 commits

Author SHA1 Message Date
mjollnir_
74ffb569c6 Added a useful function in moodlelib to resolve filename collisions when moving files around. Perhaps useful for backup or importing or files/index.php 2006-03-06 00:36:06 +00:00
julmis
988f9ddff0 Changing tiny to use gzip compressed version. 2006-03-05 10:36:24 +00:00
julmis
07f37ebca2 Removing advanced theme docs... 2006-03-05 10:28:01 +00:00
julmis
80153c354c Removing plugins... 2006-03-05 10:08:30 +00:00
julmis
def7254987 Removing examples. 2006-03-05 09:46:28 +00:00
julmis
140e306f4e Removing docs... 2006-03-05 08:58:55 +00:00
julmis
8d529638a6 Writing more readme... 2006-03-05 08:46:49 +00:00
urs_hunkler
eb9ca068c5 added check for function page_doc_link() to avoid the not found error in Moodle 1.5 2006-03-05 08:28:39 +00:00
julmis
9cc07c7393 Adding new editor readme. 2006-03-05 07:48:15 +00:00
skodak
a083b93cec First stange of parameter handling refactoring, no new features + minor bugfixes. More changes coming soon.
New code should be easier to understand, just simple switch-case. Expect some detailed documentation for module authors before UK MoodleMoot :-)
2006-03-04 18:05:41 +00:00
julmis
906f98bd0c Adding tinymce editor choice. 2006-03-04 16:55:24 +00:00
julmis
e1ecf0a019 Adding wrapper function loadeditor. 2006-03-04 16:53:02 +00:00
julmis
c06c849221 Modifying print_textarea for new editorObject compatible. 2006-03-04 16:04:48 +00:00
julmis
c10364100d Adding editorlib. 2006-03-04 16:01:41 +00:00
julmis
ffcdfb974b Adding TinyMCE support 2006-03-04 15:59:11 +00:00
julmis
876110eb1d Adding TinyMCE editor 2006-03-04 15:57:34 +00:00
julmis
6c1e8ba8d2 Moving old editor to htmlarea folder. 2006-03-04 15:24:17 +00:00
julmis
c2db12af42 Adding tinymce needed defaults and new $CFG property 'editorsrc' 2006-03-04 14:52:50 +00:00
skodak
1b1d34225b incorrect usage of clean_filename() replaced with clean_param($text, PARAM_SAFEDIR) 2006-03-04 12:37:29 +00:00
skodak
46b8113012 optional unicode characters and better conversion to ascii in function clean_file(); fixed textlib setup code; unicode related cleanup in config-dist.php
I am going to review the usage of clean_filename() now
2006-03-04 11:35:08 +00:00
skodak
b9fd28eade loginas language typos a fixes (thanks rob for fixing it!) and more consistent loginas password dialog layout. 2006-03-04 09:01:56 +00:00
skodak
d8eb52a2d0 fixed bug #2596 - filterlib is now adding popup javascript into html files 2006-03-03 23:25:27 +00:00
skodak
0beabf4898 fixed NULL in foreach warning 2006-03-03 22:26:22 +00:00
skodak
fd5ca378e6 fixed UTF-8 restore problems caused by utf8_restore 2006-03-03 22:22:07 +00:00
skodak
af5be70cf2 Optional "Login as" password protection - please test, usage explained in config-dist.php 2006-03-03 20:33:38 +00:00
skodak
904d60d4d3 table tag typo 2006-03-03 20:12:31 +00:00
skodak
01eb4f5f21 loginas.php parameter typo 2006-03-03 19:50:33 +00:00
skodak
212039c0d8 utf8 related cleanup in glossary import and export code - please test 2006-03-03 19:49:08 +00:00
thepurpleblob
dcd51df25e Another bunch of missing courseid parameters.
Deleting questions was not working.
2006-03-03 15:20:48 +00:00
moodler
7cbc59192f VERY preliminary import script, needs a lot of work 2006-03-03 14:44:54 +00:00
thepurpleblob
4967818418 Quiz directory path incorect in download link fixed (bug #4424) 2006-03-03 14:19:15 +00:00
nfreear
bef6cd5d81 Accessibility: weblib.php: function print_side_block, completed 'Skip block' link. 2006-03-03 11:48:02 +00:00
thepurpleblob
5d77ace20b Added missing courseid link to final continue button. 2006-03-03 11:17:23 +00:00
thepurpleblob
5cda54cf25 space missing in html output 2006-03-03 11:07:26 +00:00
thepurpleblob
c4c06b6713 Fixed continue button. Link now requires courseid parameter. 2006-03-03 10:37:55 +00:00
urs_hunkler
be2d062ea4 Added a "." at the end of a comment sentence 2006-03-03 10:10:55 +00:00
vyshane
1cfc979a73 Added argument $meta to pagelib::print_header (data module) 2006-03-03 08:30:36 +00:00
vyshane
c853304e52 Added support for printing <link rel="alternate" type="application/rss+xml"...
/> tag in header. Only happens if appropriate. E.g. RSS turned on etc.
2006-03-03 08:06:50 +00:00
vyshane
d4706960e4 Refactored function rss_get_link() so that it uses a new function
rss_get_url() which generates the URL to the RSS XML file. Because in some
cases we need the URL only, and not the whole <a href...><img ...></a> string.

Added function rss_get_url()
2006-03-03 08:03:45 +00:00
vyshane
a443e10f6f Made field names as links that go to the edit view for the respective fields. 2006-03-03 06:13:27 +00:00
vyshane
d2555cedfa Updated $CFG->pagepath generation for add and delete cases. 2006-03-03 03:33:11 +00:00
vyshane
cc1d322807 Added $CFG->pagepath so that the body class and id attributes are set properly
and so that the Moodle Docs link is generated correctly.
2006-03-03 03:32:15 +00:00
skodak
29939bea87 improved kses cleaning of html SC#204; merged from MOODLE_15_STABLE 2006-03-02 21:38:20 +00:00
urs_hunkler
e56e5ed720 Added CSS for calculated and numerical questions 2006-03-02 17:11:31 +00:00
dhawes
fec312fdf5 removed secondary cache to close bug 4625 2006-03-02 17:05:12 +00:00
urs_hunkler
89fe8086c5 I had commented out the quiz section to be sure that no other CSS is active. Now the #mod-quiz-report styles are active again. 2006-03-02 14:53:13 +00:00
thepurpleblob
2dd6d66b31 Rewrite of add_indented_names() function.
Bit longer, but *much* faster for large numbers of categories.
2006-03-02 14:13:42 +00:00
gustav_delius
5433ee83ee When the question name is taken from the question text it is now cut off at 15 characters. 2006-03-02 14:08:48 +00:00
gustav_delius
f4b72cdb74 Made to work with the new templating system. 2006-03-02 14:02:49 +00:00
urs_hunkler
48447225e2 Moved the question styles to layout.css. I'll move the CSS for colors and fonts into the right files when the work on questions is finished. 2006-03-02 13:04:23 +00:00