moodler
102dc313ea
Fixing bug 2588 when server dates are used.
2005-02-19 02:49:31 +00:00
stronk7
1f16e05b9a
Now quiz->questionsperpage in in backup & restore
2005-02-19 01:25:19 +00:00
stronk7
5150c3043a
Now questionsperpage is in backup & restore
2005-02-19 01:24:17 +00:00
stronk7
22bb909b57
Now forum_read is included in backup & restore
2005-02-18 19:05:09 +00:00
mchurch
f0195f0295
Fixed help button layout in accordance with standard modules (bug 2556).
2005-02-18 18:18:00 +00:00
gustav_delius
ee930c461d
made appearance of quiz setup page look like the resource setup pages, see bug 2587. Also added the new variable quiz_questionsperpage properly.
2005-02-18 17:20:06 +00:00
defacer
e82d6cac81
Improvement when configuring a block instance: the heading shows the
...
block's original title as it appears in the lang files, not its "internal"
name.
2005-02-18 17:05:49 +00:00
stronk7
7142bf514d
Changed a forbidden null detected by the new AdoDB libraries.
2005-02-18 16:57:58 +00:00
moodler
4a7ba9ab87
Explicitly return an integer
2005-02-18 16:25:14 +00:00
defacer
48a6a7c2c9
Bad boy... broke moodlelib.
2005-02-18 14:45:35 +00:00
defacer
090cf95ae9
Fix for bug 2584:
...
All floatval() calls changed to (float) casts.
2005-02-18 14:42:04 +00:00
defacer
ed8ea92b7e
HTML/CSS improvements for the event list in the calendar.
2005-02-18 14:32:42 +00:00
moodler
ceff930730
Added a new table for logging ADODB requests and a config variable to
...
turn it on. Very useful for debugging performance issues.
2005-02-18 14:12:38 +00:00
moodler
28012da1f6
Missed one
2005-02-18 13:47:21 +00:00
defacer
88ec5b7c8b
Reverting back to gmstrftime for userdate()
2005-02-18 13:44:14 +00:00
moodler
a9fd72322a
Reverting some recent date-related changes
2005-02-18 13:43:40 +00:00
moodler
09d55a78c6
Reverting recent changes
2005-02-18 13:41:26 +00:00
moodler
e381bc1a48
Returning the strings to old-style format. :-)
2005-02-18 13:38:02 +00:00
martignoni
cacd934535
Update
2005-02-18 12:19:22 +00:00
moodler
d43985607d
Updated ADOdb to latest version 4.60
2005-02-18 08:37:18 +00:00
moodler
a48e8c4b7e
Efficiency for forum_count_discussion_replies() from stable
2005-02-18 08:00:00 +00:00
mits
e200b622f6
translated some.
2005-02-18 06:43:03 +00:00
gustav_delius
56c0715e77
The teacher forum has no coursemodule and this led to errors in particular in forum_print_latest_discussions().
2005-02-18 06:41:12 +00:00
defacer
cec884ab33
New string for the user profile, please translate for other language packs.
2005-02-18 04:03:22 +00:00
moodler
416954db7e
Obsolete
2005-02-18 03:52:22 +00:00
defacer
68849c082a
Patching with a metahack to handle our date-format-string compatibility hack.
2005-02-18 03:44:13 +00:00
defacer
3ffa665bc1
More robust handling of DST status for the user profile.
2005-02-18 03:42:28 +00:00
defacer
ec7e2e5fc4
Fixing the visuals for the adminblock.
2005-02-18 03:37:47 +00:00
defacer
afd8402cfa
Changed id attribute of adminblock to class, just like every other block.
2005-02-18 03:37:07 +00:00
defacer
62576f3c64
Fix some JS warnings if there are no DST presets, and correct behavior
...
when deleting a preset forced for every user.
2005-02-18 03:33:01 +00:00
mjollnir_
876714665d
This SHOULD fix the bug where users get unenrolled and reenrolled in metacourses (2579). Needs TESTING PLEASE :)
2005-02-18 02:42:33 +00:00
defacer
7b91e4fd11
Our nice compatibility hack with the language strings means
...
that some strftime() rebels need patching up...
2005-02-18 01:52:21 +00:00
defacer
50154fe35c
One extra string, please translate to other languages as well.
2005-02-18 01:49:36 +00:00
defacer
7f92cbefbb
DST is out of the preferences entirely.
2005-02-18 01:46:57 +00:00
defacer
0bab403ceb
Improving the HTML for preferences, getting rid of DST.
2005-02-18 01:44:51 +00:00
defacer
bb8392589b
Fix for bug 2578:
...
Editing teachers for the site can now add global events.
This was previously limited to admins only.
2005-02-18 01:37:56 +00:00
defacer
6c40f0dc2a
Changing an instance of 1 => SITEID, and making the course filter
...
drop down menu respect $CFG->adminseesall (for admins only of course)
2005-02-18 01:32:49 +00:00
stronk7
136aed566b
Updated
2005-02-18 01:30:37 +00:00
defacer
3477a9007d
Some smallish bugs had escaped me during the transition to DST.
2005-02-18 01:26:04 +00:00
defacer
57f1191c2e
Last changes for DST! Now userdate() supports it as well! :)
2005-02-18 01:18:00 +00:00
defacer
5147ad4828
Fixing bugs and improving integration with moodlelib. I had my own
...
rogue strftime()s in here.
2005-02-18 01:11:10 +00:00
stronk7
92fac4b251
Now 0 rates are supported in glossary. Bug 2582
...
(http://moodle.org/bugs/bug.php?op=show&bugid=2582 )
2005-02-18 01:00:42 +00:00
stronk7
4f746d2aea
ARGGG. I spent 1 hour discovering where was the error!!
...
Under PHP5 we must cast objects to arrays to use them in loops.
But what is really annoying is that, instead of return an error, PHP
returns the 1st element! This should close bug 2581.
(http://moodle.org/bugs/bug.php?op=show&bugid=2581 )
2005-02-18 00:19:08 +00:00
koenr
cf2d0aff4f
xhtml compliance
2005-02-17 23:53:27 +00:00
defacer
4694488110
English time format strings changed to new style.
...
We should now be changing these accordingly in ALL the language packs.
2005-02-17 23:00:35 +00:00
stronk7
8a86671c37
If the user isn't admin and the restored course hasn't teachers, add teacher.
...
Bug 2381
(http://moodle.org/bugs/bug.php?op=show&bugid=2381 )
2005-02-17 23:00:14 +00:00
defacer
8c0c2e9211
userdate() now transparently supports both new-style (gmdate)
...
and old-style (strftime) format strings.
2005-02-17 22:59:02 +00:00
stronk7
50fc80d722
If the user isn't admin and the restored course hasn't teachers, add teacher.
...
Bug 2381
(http://moodle.org/bugs/bug.php?op=show&bugid=2381 )
Merged from MOODLE_14_STABLE
2005-02-17 22:57:53 +00:00
defacer
85351042d1
Starting to fix userdate() to recognize DST as well.
2005-02-17 22:43:18 +00:00
koenr
0d43d0d438
xhtml compliance
2005-02-17 22:28:37 +00:00