Commit graph

14538 commits

Author SHA1 Message Date
rcantada
6592af78e9 translated resource help files, new strings, updated block_rss_client's
stringname changes
2005-05-21 04:41:49 +00:00
stronk7
dc3b522580 Latest speed improvement for link filters (more noticeable under PHP4). Bug 3138.
(http://moodle.org/bugs/bug.php?op=show&bugid=3138)
2005-05-21 00:22:14 +00:00
stronk7
cf416cc429 Advance a bit... 2005-05-20 23:17:48 +00:00
stronk7
e5acc2e61b Being a bit more exact, I've replaced the 1, 2, .... n
ordered asumption when restoring multianswer responses and
now it checks for the real positionky (like the upgrade)
2005-05-20 22:56:20 +00:00
gustav_delius
081d3a9647 Fixed bug 3295 2005-05-20 21:56:55 +00:00
gustav_delius
5913c377ea implemented Eloy's fix to the duplicate records problem, closing bug 3293 2005-05-20 21:39:34 +00:00
gustav_delius
f294ea047d fixed weird line endings in this file because perhaps it is the cause of bug 3301. 2005-05-20 20:44:25 +00:00
barias
3a32526b6b Latest updates in spanish translation 2005-05-20 20:26:12 +00:00
bobopinna
d70066404d Fixed a problem with credit/no-credit 2005-05-20 15:20:49 +00:00
havran
f7b09029a2 minor changes 2005-05-20 15:13:06 +00:00
havran
f991d1c40b new strings and some changes from Martina Majorova & Juraj Chlebec 2005-05-20 15:10:08 +00:00
havran
d4f8e51463 *** empty log message *** 2005-05-20 15:07:49 +00:00
havran
f6fe268693 new strings from Juraj Chlebec (ma vyznam prekladat ostatne mesta z anglictiny do slovenciny?) 2005-05-20 14:41:12 +00:00
havran
02d10c6155 new strings from Juraj Chlebec 2005-05-20 14:22:16 +00:00
bobopinna
a29c7ffa27 Fixed some datamodel elements definition 2005-05-20 14:20:56 +00:00
havran
1bec7e0564 new strings and some changes from Martina Majorova & Juraj Chlebec 2005-05-20 14:06:28 +00:00
mindforge
920fb237c4 In locallib the function quiz_restore_question_sessions did not load the timestamp field for states. This was fixed by replacing the list of fields in the query by a s.* 2005-05-20 11:44:59 +00:00
mindforge
ee676b5ace Fixed typo. 2005-05-20 10:36:27 +00:00
mindforge
405464d38d Fix for bug 3129. 2005-05-20 09:25:07 +00:00
gustav_delius
1ddb7f4efc Printing of header moved into plugins themselves to allow them to provide export functionality which does not want a header printed. Thanks to Enrique for doing this. 2005-05-20 08:52:33 +00:00
dlnsk
8194f51dff Translation of module Book 2005-05-20 08:28:37 +00:00
dlnsk
0e6e0dadd5 Anymore needs.
Now used types.html
2005-05-20 06:44:06 +00:00
dlnsk
5575601e2c Translation of module Resource 2005-05-20 06:24:33 +00:00
koenr
482ed223bb took error notice out of session expired notice 2005-05-20 06:12:49 +00:00
martinlanghoff
b9bb37f30d get_list_of_timezones() - backed out optimization in sorting at the database; we need to sort the translated names, not the db names. Thanks Jon for the heads up. 2005-05-20 00:50:45 +00:00
martinlanghoff
7641e51553 get_list_of_timezones() - fix to usage of GROUP BY (fixes Postgres support) and optimization in sorting at the database. By Patrick Li 2005-05-20 00:14:32 +00:00
martinlanghoff
31df0bb83c Merged from MOODLE_14_STABLE - Better DB errors debug traces from Patrick Li 2005-05-19 21:59:00 +00:00
koenr
413ff46e2c suddenly empty file uploaded. very strange.
The fix
2005-05-19 21:03:48 +00:00
defacer
e345909c50 Now that the extended multilang filter is in place (bug 2879),
reintroducing format_text to the HTML block (bug 2878).
2005-05-19 20:09:57 +00:00
mits
32287aed9b Now translationg quiz related strings. 2005-05-19 18:57:10 +00:00
defacer
fde4a0941b New extended multilang filter!
Now does lang replacement for each "langblock" (many lang-enabled tags
bunched together with only whitespace between), allowing:

  * Multiple langblocks per filtered text
  * Non-lang-translated content before, after, and between langblocks

This should be solving bugs 2878 and 2879. Buy one, get one free.
2005-05-19 17:32:30 +00:00
mindforge
356d829527 Fix for bug 3288. 2005-05-19 16:13:18 +00:00
moodler
6ea5ebd43e Fixed some notices. 2005-05-19 15:34:08 +00:00
moodler
d49b56e533 Some fixes for bug 3166 and the errors when in debug mode 2005-05-19 14:13:23 +00:00
moodler
bdcf985cbd Fix for journal upgrade problem 2005-05-19 13:17:51 +00:00
mindforge
bfeb5f257d Fix for bug 3294. 2005-05-19 10:36:36 +00:00
martignoni
478ba27078 New file added 2005-05-19 09:35:51 +00:00
ethem
79d1644127 be annotator. 2005-05-19 08:15:56 +00:00
gustav_delius
97f0cb15f1 Questoin edit popup window now closes itself automatically, see bug 3140. Thank you Eloy for the lesson in javascript. 2005-05-19 08:05:58 +00:00
gustav_delius
be34c2948d Improved reporting during upgrade, see bug 3297 2005-05-19 07:54:29 +00:00
ethem
8cfedc61ca Turkish Documentation
(Please help me, help me)
There are a lot of documentation.
2005-05-19 07:36:29 +00:00
dlnsk
6ac84e004e Changes in datetime format 2005-05-19 07:16:14 +00:00
bobopinna
66fc6a1c02 Fixed some datamodel elements type 2005-05-19 06:22:37 +00:00
martinlanghoff
9feb9a19d6 Typo in table_column() breaks field renaming under postgres -- credit for the patch goes to Patrick Li 2005-05-19 05:08:03 +00:00
stronk7
e44f2f92b0 Now length is correctly set and stored to DB (bug 3290)
(http://moodle.org/bugs/bug.php?op=show&bugid=3290)

plus some added bits to handle the hidden field properly
2005-05-18 23:53:36 +00:00
danmarsden
5634beeaa5 -shouldn't have been using Javascript there! - few more fixes coming. - choice mod limit function doesn't seem to be working properly - doesn't seem to display results anymore! 2005-05-18 21:50:45 +00:00
koenr
be808502ac new file - not understood everything yet 2005-05-18 21:44:50 +00:00
koenr
ed1d555709 new strings 2005-05-18 21:43:56 +00:00
koenr
e1aa434bc7 took out the double quotes, see discussion http://moodle.org/mod/forum/discuss.php?d=23046 2005-05-18 21:17:24 +00:00
dhawes
e4897989b2 interface fix - instead of a combo box show feeds as checkboxes to make it more obvious when an instance has no associated feed. bug fix - if a custom title is set always use it over the feed's incoming title 2005-05-18 20:09:29 +00:00