13881 Commits

Author SHA1 Message Date
defacer
ff6191b742 On second thought, moving the cache retrieval out of the loop should eliminate
up to ten or so function calls per page view. I don't know how expensive they
are, but let's take what we can.
2005-04-30 03:18:02 +00:00
defacer
9b68732055 Extra check in blocks_preferred_width: don't examine any instance if that
block is not visible. Apart from fixing a bug, this is also they key to
fixing broken behavior with legacy 1.4 blocks.
2005-04-30 03:14:42 +00:00
defacer
61abc65bb9 New function block_is_compatible(), if it returns anything but true and you
decide to do anything with the block your warranty is void.
2005-04-30 03:08:04 +00:00
moodler
b8a11dfff9 Only add a Wiki edit log entry when we have submitted changes. (SE) 2005-04-29 23:24:25 +00:00
stronk7
378b613d8e Some changes to add format_text() to answers
and feedback across all the module.

Note: Essay questions and their teacher's feedback. I'm not
pretty sure it they should support the format_text() too. And
currently, they are cleaned at input, so it is impossible
to write <lang> or <span> tags with them!
2005-04-29 18:32:13 +00:00
lonecatz
a70cc60e92 I found there's already a readme file added by koenr. 2005-04-29 17:51:39 +00:00
lonecatz
aca526a47b initial version 2005-04-29 17:47:07 +00:00
ethem
d17ca05407 New strings from Ethem Evlice (ethem AT evlice DOT com) XHTML compliant 2005-04-29 17:28:14 +00:00
lonecatz
6828fe073f first translation 2005-04-29 17:25:42 +00:00
ethem
132ed2448b New strings from Ethem Evlice (ethem AT evlice DOT com) XHTML compliant 2005-04-29 15:58:26 +00:00
ethem
84dfdbe690 New strings from Ethem Evlice (ethem AT evlice DOT com) 2005-04-29 15:05:09 +00:00
bobopinna
4c127fb330 updated to moodle 1.5alpha 2005-04-29 15:00:42 +00:00
lonecatz
027721e88e first translation 2005-04-29 14:55:59 +00:00
bobopinna
8bb00239f8 update to moodle 1.5alpha 2005-04-29 14:36:54 +00:00
bobopinna
fe81203e77 updated to moodle 1.5alpha 2005-04-29 14:20:02 +00:00
bobopinna
26b3d26d2a Added store datamodel and repot 2005-04-29 14:13:37 +00:00
gustav_delius
bacb13df7e file reviewoptions.html was initially added on branch MOODLE_15_QUIZREFACTOR. 2005-04-29 13:42:16 +00:00
bobopinna
77de12caa6 updated to moodle1.5 2005-04-29 12:57:53 +00:00
gustav_delius
a4cd4e0bb2 file adaptive.html was initially added on branch MOODLE_15_QUIZREFACTOR. 2005-04-29 11:25:58 +00:00
stronk7
a2779dba53 This clean_text() shouldn't be here. Primary I changed it
to param_clean(PARAM_HTMLTEXT) but examining how other modules
do the work, I've deleted it finally.
2005-04-29 10:35:16 +00:00
phoenixfr
e5a144bca7 anonymous login error solve (trash way) 2005-04-29 08:38:21 +00:00
paca70
6d9d3d1b27 postgres dont like "where 1"
CVS: ----------------------------------------------------------------------
2005-04-29 07:42:58 +00:00
gniske
5a0a18e8ea Correcter spelling errors 2005-04-28 21:59:01 +00:00
gniske
1becc65087 Addet missing strings 2005-04-28 21:47:38 +00:00
mudrd8mz
02eb3f861c First of 1.5 updates - to be continued asap 2005-04-28 21:31:49 +00:00
julmis
c223e47712 Added iframe, object and applet to closingTags list
in needsClosingTag function
2005-04-28 20:56:07 +00:00
mchurch
c39748f4b4 Re: Bug 3033 - fixed incorrect arguments in markposts for the forum index
screen.
2005-04-28 19:49:01 +00:00
defacer
6cb79c49d5 Latest and (hopefully!!!) final changes to the Blocks how-to. These address
the change where we now supply class block_list for list blocks to derive from.
2005-04-28 19:23:39 +00:00
stronk7
2086597256 Now we support both uppercase and lowercase lang tags, and the separator
can be both the hypen and the underscore characters.
Everything is converted to Moodle's (lowercase with hypen) langs.

And the filter returns the full text if some exception happens (bad build
lang tags). Actually it was returning an empty string on error.

Should we be a stricter allowing only the correct langs????
2005-04-28 16:33:15 +00:00
stronk7
7ccbff9800 Coding page updated (comments section) 2005-04-28 12:29:52 +00:00
moodler
a0ebd7ba07 Latest tags 2005-04-28 11:12:25 +00:00
julmis
d3a144d3b6 Fixing "removing" (before bold text underlined and so on) necessary spaces
when editor does format html to better shape (increase readability)
2005-04-28 10:40:46 +00:00
moodler
1da8c5685a New function to update the last post in a given discussion.
Called whenever deleting posts or splitting discussions - bug 3050 (SE).
2005-04-28 07:42:14 +00:00
gustav_delius
dba1f6bcdb Added a few lines so that if modules set the module name in a hidden field in their config.html then the form does not have to prefix all its variables. That makes it simpler to produce config.html by copy and paste from mod.html. Also then if the module provides a function modulename_process_options then the form variables can be processed by the module before being stored in $CFG. 2005-04-28 07:40:21 +00:00
ethem
96aaed1b3a Times New Roman TR 2005-04-28 07:08:59 +00:00
ethem
b869dc220d *** empty log message *** 2005-04-28 07:05:36 +00:00
bobopinna
a5463b3455 Added data store and reporting 2005-04-28 07:04:55 +00:00
mits
da3ec04329 translated new help file. 2005-04-28 03:20:19 +00:00
lonecatz
a6fa53ff76 first translation 2005-04-28 02:38:56 +00:00
julmis
b1839b0492 Make editor width always as same as toolbar's width 2005-04-27 23:11:27 +00:00
gniske
047fce9837 Created new language file 2005-04-27 22:28:58 +00:00
stronk7
87cf01aef5 Now multilang filter supports both the
<lang lang="XX> and the <span lang="XX"> syntaxes. Bug 3057.
(http://moodle.org/bugs/bug.php?op=show&bugid=3057)
2005-04-27 22:17:44 +00:00
stronk7
3efaec46d8 Updated. 2005-04-27 22:07:02 +00:00
koenr
b738d7808e new files - without phpcode for the moment 2005-04-27 21:28:17 +00:00
fiedorow
858cf14dc2 Fix for Bug 3033 2005-04-27 21:23:26 +00:00
koenr
8e3532aadb new helpfile 2005-04-27 20:29:29 +00:00
koenr
bb6602f694 XHTML compliance: don't embed a li in a p 2005-04-27 20:18:45 +00:00
koenr
c9ce93f474 new strings 2005-04-27 20:08:54 +00:00
paca70
9c8513599b handle tinyints as integers when using postgresql 2005-04-27 19:24:48 +00:00
ethem
134742c2e2 New strings for Clam AV virus scanner 2005-04-27 18:39:17 +00:00