14006 Commits

Author SHA1 Message Date
defacer
b030458bee Make very sure that the submitted edit form actually tries to submit a
locked field before deciding to complain.

This may be fixing a bug reported at
http://moodle.org/mod/forum/discuss.php?d=16511, awaiting feedback.
2005-05-01 17:17:06 +00:00
defacer
8abc54c4f0 Updating the timezone lists with the Manila fix and also the glaring Paris
mess-up. Eagle Eye Eloy strikes again!
2005-05-01 17:13:30 +00:00
vthung
7c9f378ae8 Added wikitype.html 2005-05-01 17:01:59 +00:00
defacer
28c66824e7 Fixing two bugs:
1. When user was using "Server's local time", and the server was set up to
   use DST, generated timestamps must have been wrong in DST periods (I
   haven't backtracked to test this, but the code reads this way).

2. On Eloy's Mac (let's not generalize without data), passing is_dst = 0 to
   gmmktime caused it to return WRONG results!

   The PHP docs clearly state that in_dst does NOT affect the return value,
   which is true for me but in Eloy's case it was a lie. Obviously PHP bug here.

Also, moved the if($applydst) check into the else branch because it would do
nothing at all if (abs($timezone) > 13) in any case.


I hope Eloy keeps finding more bugs because he promised me a beer for this fix ;-)
2005-05-01 16:50:35 +00:00
vthung
290c327175 Added wikiname.html 2005-05-01 16:39:40 +00:00
vthung
0c3ca08c71 Added wikilinkoptions.thml 2005-05-01 16:32:11 +00:00
mits
f1b63d312e translated some. 2005-05-01 16:07:40 +00:00
paca70
08c8105d8d Updates 2005-05-01 16:04:31 +00:00
moodler
9e33ce2c2c User ->trackforums now defaults to OFF, to save CPU on default installs 2005-05-01 15:07:52 +00:00
vthung
d891f2abbd Added more updated info 2005-05-01 14:50:23 +00:00
defacer
6976250146 Performance boost for admins and editing teachers who teach several courses with NOGROUPS.
See bug 2804.
2005-04-30 22:26:17 +00:00
barias
16743136ed Latest updates in spanish translation 2005-04-30 20:58:25 +00:00
fiedorow
8428c9f4de Explain the meaning of shortpost and longpost 2005-04-30 17:57:43 +00:00
defacer
459ac79118 Fixing visual glitch in tabs. 2005-04-30 17:46:11 +00:00
moodler
91fe6e66da Added advanced search link (might need some layout work)... 2005-04-30 17:29:47 +00:00
vthung
a9d7d0bc18 Added more update info 2005-04-30 17:28:35 +00:00
stronk7
888448f0f2 Added to avoid listing... 2005-04-30 16:22:02 +00:00
barias
998657ec26 Minor changes for matching help files with interface 2005-04-30 14:23:15 +00:00
moodler
ad79dab8ff FIxes the broken lines, but the fonts sit a bit high now ... 2005-04-30 13:54:33 +00:00
barias
0e1ef35705 Sorry... I hadn't seen your prior translation... 2005-04-30 13:12:33 +00:00
barias
3a52ae9875 Latest updates in spanish translation 2005-04-30 12:24:02 +00:00
ethem
23d57150ec New strings from Ethem Evlice (ethem AT evlice DOT com) XHTML compliant 2005-04-30 09:38:39 +00:00
moodler
f0b14db4af Tweaks 2005-04-30 05:59:25 +00:00
defacer
1654796815 The final touch for block robustness: when upgrading from 1.4, intercept
and disable any incompatible blocks. Print a notice too.

These blocks won't ever be displayed because they are hidden, and the admin
cannot even unhide them until they are fixed because the blocks admin page
won't list them (it will emit a notice instead). Case closed.
2005-04-30 03:25:28 +00:00
defacer
521729041a The admin blocks page now doesn't crash when encountering an incompatible block;
instead, it shows a notice.
2005-04-30 03:22:59 +00:00
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