paca70
eeefd0b0df
Use SITEID instead of hardcoded value.
...
SITEID could be != 1 in older installations.
2005-05-11 08:57:14 +00:00
defacer
cec60526cc
Fixing set_user_sesskey calls (function no longer exists), changing to sesskey()
2005-05-07 16:10:50 +00:00
martinlanghoff
b27f46f2b3
Merged from MOODLE_14_STABLE - Fixed calls to set_user_sesskey().
2005-05-07 03:08:29 +00:00
gustav_delius
ee1fb969c8
Merging in from the MOODLE_15_QUIZREFACTOR branch.
...
The quiz module now can handle adaptive questions and can render remote questions via RQP web services.
2005-05-06 06:24:04 +00:00
moodler
69b8ba4c4c
Added sesskey checking (SC #113 )
2005-05-06 03:11:58 +00:00
defacer
365789db75
Some improvements: keep checkbox and weekday name grouped together.
...
Also, line break added before Sat/Sun so that they 're more apparent and the
line doesn't get as long (it's kind of ugly).
2005-05-02 14:27:45 +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
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
defacer
1576756e9f
Get rid of evil <font> tag and a few aesthetic corrections.
2005-04-26 21:52:39 +00:00
moodler
cb57161547
Fixed a typo causing the topic section to keep appearing
2005-04-24 04:27:38 +00:00
moodler
25048356a8
Slow it down just a bit
2005-04-23 14:28:41 +00:00
moodler
15d6d569d9
Tidying up the look of it a bit
2005-04-23 14:27:26 +00:00
moodler
6e07480819
Better headings
2005-04-23 13:39:01 +00:00
moodler
3a70cb6441
Added new script to upgrade the forum records (it has a pretty progress bar
...
and it means the main upgrade isn't held up.
2005-04-23 13:36:18 +00:00
moodler
15ba1b0691
Strip slashes from text in maintenance message
2005-04-23 07:49:29 +00:00
moodler
76c78acfea
Better flushing
2005-04-22 14:21:12 +00:00
gustav_delius
0346dd3954
using 'counteditems' language string to help finnish translators, closing bug 2530
2005-04-20 11:32:29 +00:00
martinlanghoff
d6ead3a251
Polish and fixes for language cache -- addresses bug 2891
2005-04-20 07:29:28 +00:00
moodler
7493b1c927
Deleting cronextra.php stuff ....
2005-04-20 05:38:16 +00:00
defacer
bb74176fbf
HTML improvements, including fix for bug 2967.
2005-04-19 20:54:52 +00:00
julmis
6ce55d9ac4
Fix killword value
2005-04-19 12:18:32 +00:00
skodak
00de82df28
Session test to detect user switching, error counter is displayed in healthcenter - please test, test, test; TODO - move string from setup.php to language file
2005-04-18 20:13:36 +00:00
moodler
637e9bf79f
Fixing rogue tag
2005-04-18 11:27:20 +00:00
moodler
6b6435db47
LOnger caching options
2005-04-14 13:49:38 +00:00
moodler
1ce8d3f0bd
More robust at handling hyphens (bug 2899)
2005-04-13 04:18:24 +00:00
thepurpleblob
7b0272a78f
Fixed lots of dodgy html - unbalanced tags, missing quotes around attributes etc.
...
Much more to go - bad page this!
2005-04-12 15:20:57 +00:00
martinlanghoff
6e6053bd18
Merged from MOODLE_14_STABLE. Added option to cache langlist in dataroot/cache/languages. If enabled saves around 10MB of memory and 40 includes (some really large). In HEAD we also get a nice option select in admin->variables.
2005-04-11 06:41:08 +00:00
defacer
a03d61346e
1. get_records_csv also needs a table name in addition to file name.
...
2. is_readable() check before trying to fopen() http://, if you happen to not have
an internet connection this prevents ugly failures.
2005-04-10 20:28:48 +00:00
defacer
6571aa7cbd
Timezones always exist (the trivial ones, at least).
2005-04-10 20:25:41 +00:00
moodler
2776bf19ff
SImplify, fix menus
2005-04-10 18:23:18 +00:00
moodler
1bb1333b0b
Centralised timezone list to a function
2005-04-10 17:35:17 +00:00
moodler
dd4b3f707e
Changed a label
2005-04-10 09:33:46 +00:00
moodler
a1e93da26c
Improvements to timezone import interface
2005-04-10 09:31:58 +00:00
moodler
051250a671
Removed old file
2005-04-10 07:08:55 +00:00
moodler
76458066e0
Working on timezone management interfaces and lists
2005-04-10 07:08:03 +00:00
defacer
88c39f4a91
Update variables configuration to allow setting non-trivial timezones for the server as well.
2005-04-09 10:19:09 +00:00
defacer
256ab4c54a
Correct handling of integer keys in the presets array.
...
Tthey cannot be treated as strings unless they 're formatted as floats first.
A fine way to waste half an hour.
2005-04-08 20:26:36 +00:00
defacer
9fb7ea024d
get_string() should read stuff from timezones.php
2005-04-08 19:36:15 +00:00
defacer
9a382a5c5e
Setting $CFG->forcetimezone now fully works.
...
One more item crossed out from the TODO list.
2005-04-08 19:35:05 +00:00
defacer
ffc141e4be
Don't add trivial timezone records in the db, we 're going to handle them manually.
2005-04-08 19:34:19 +00:00
moodler
538ce38a04
Added control for "filterall" config setting
2005-04-08 05:39:37 +00:00
martinlanghoff
558f7cd09e
Merged from MOODLE_14_STABLE - Fixed 'Can't save changes in editor configuration' form bug reported in http://moodle.org/mod/forum/discuss.php?d=21359
2005-04-05 22:33:41 +00:00
moodler
5eafd94811
One extra option for the format of the site home page so that we can just have a
...
single topic section (allowing plain HTML in the middle and/or a list of activities)
2005-04-02 09:29:59 +00:00
gustav_delius
77d2fdab8c
Correctly closing input tags
2005-04-01 22:33:42 +00:00
gustav_delius
1aacfd55aa
Correctly closing input tags
2005-04-01 22:32:43 +00:00
ikawhero
5b2ae5848c
Can provide an alternate page for the login form.
...
The page must contain a form with an action field set to /login/index.php
and return fields username and password
TODO
It may be worth checking the URL when it's entered at admin/auth.php
to ensure it is at least pointing to a valid page as an incorrect URL
could potentially lock all users out of a site.
2005-04-01 07:39:27 +00:00
moodler
2d99362fba
Bug number of last checkin was 2801 ;-)
2005-03-28 04:32:50 +00:00
moodler
dbd956ac2b
Fixed XHTML issues in admin/lang.php
2005-03-28 04:31:14 +00:00
defacer
43fae8e306
Removed obsolete file.
2005-03-27 16:26:12 +00:00
defacer
90ac64e379
Updating CVS to latest dirty development version.
2005-03-26 20:52:18 +00:00