7220 Commits

Author SHA1 Message Date
adamtpaw
cf800c27a1 First translation of calendar module. 2004-05-24 09:54:13 +00:00
defacer
40448bc24d Removed some notices with uninitialized variables when adding a new event. 2004-05-24 09:52:57 +00:00
defacer
227bc46b51 Preliminary fix for bug 1451 (needs some more work).
Also a couple of notices removed.
2004-05-24 09:20:01 +00:00
moodler
cdac797c5d Moodle will look for language files within modules as a last resort.
eg   moodle/mod/somemodule/lang/en/somemodule.php
2004-05-24 09:19:59 +00:00
moodler
205e53357c Tweaks 2004-05-24 09:00:59 +00:00
bobopinna
1e9f32fb6d First translation release 2004-05-24 09:00:18 +00:00
moodler
760bbc7926 Indonesian for Moodle 1.2 2004-05-24 08:51:20 +00:00
bobopinna
e3cc5d31fb Added no user data backup 2004-05-24 08:43:29 +00:00
bobopinna
8b8c350ae4 Translated by Andrea Bicciolo 2004-05-24 08:31:19 +00:00
moodler
5ec98a94c3 Latest settings in config-dist.php (removed some) 2004-05-24 07:43:09 +00:00
moodler
c72a2ab824 Added two configuration variables to the config page.
configextendedusernamechars

   forceloginforprofiles

These were already in the config-dist.php
2004-05-24 07:39:54 +00:00
moodler
a7b44978a3 Changed the default default blocks so that calendar block is not shown
(for CPU issues) and upcoming_events is now shown on the right between
news and recent activity

The default blocks can be overridden by a setting in config.php

   $CFG->defaultblocks


See:  http://moodle.org/mod/forum/discuss.php?d=7784&parent=39296
2004-05-24 07:24:36 +00:00
bobopinna
478ef4492b Fixed two lost PHP short tags 2004-05-24 07:15:40 +00:00
moodler
5e8eb9e2f6 Remove override of fullname order .... not sure why it was there....? 2004-05-24 06:15:22 +00:00
koenr
f93956e508 initial translation by Koen Roggemans 2004-05-24 06:14:20 +00:00
koenr
a13074149c filling in missing strings... 2004-05-24 06:13:12 +00:00
koenr
d70fe20621 adding new resource-type. 2004-05-24 06:12:15 +00:00
moodler
cd6469cb4d More aligned calendar controls on courses without groups 2004-05-24 05:13:34 +00:00
moodler
41d30a8e52 Fixes to icons in upcoming events and popups 2004-05-24 03:39:05 +00:00
moodler
c535952e9a Tweaks to popups 2004-05-24 02:54:41 +00:00
moodler
deb2b89636 Just about there 2004-05-24 02:42:43 +00:00
moodler
8c165fe91a Fix for bug 1449
Hidden events are now never shown.

There is a new parameter in calendar_sql_where which can show them if necessary.
2004-05-24 01:44:48 +00:00
moodler
3cb9ee3949 Fix for bug 1442
- notices
   - course is now properly passed to calendar_filter_controls from block
2004-05-24 01:28:28 +00:00
stronk7
d980b5da22 Now only approved entries are showed in RSS feeds... 2004-05-24 00:10:38 +00:00
barias
f05ded416f Latest updates 2004-05-23 22:42:21 +00:00
gustav_delius
f81be26aee Fixed bug 1443: In the case of a "Teacher Forum" the "Subscribe everyone to this forum" button now only subscribes teachers. 2004-05-23 20:46:29 +00:00
gustav_delius
52c4ef835a Changed readme text because copying of theme folder is no longer needed as theme is now in main CVS 2004-05-23 20:23:19 +00:00
barias
ae86d0286d Latest updates 2004-05-23 19:51:47 +00:00
stronk7
e41ba0024b Bump to possible release day.
Note: not relevant, but my 2nd Wedding Anniversary!! :-)
2004-05-23 19:28:22 +00:00
gustav_delius
7f21ed0a08 Changed example for dirroot which must not contain capital letters 2004-05-23 18:55:20 +00:00
stronk7
ea596d330b Now integers < 1000 in conceps and aliases are avoided in the filter. Bug 1446.
(http://moodle.org/bugs/bug.php?op=show&bugid=1446)
2004-05-23 18:54:01 +00:00
barias
6e6cf9f2ea Latest updates 2004-05-23 18:24:26 +00:00
stronk7
d1aebae82e Now only integers < 1000 are avoided... Bug 1441
(http://moodle.org/bugs/bug.php?op=show&bugid=1441)
2004-05-23 18:20:50 +00:00
moodler
421b0337b6 Fix to allow ordinary users to edit events. :-) 2004-05-23 16:21:40 +00:00
martignoni
035b8529b0 Small correction 2004-05-23 15:52:58 +00:00
barias
ded1d37523 Latest updates 2004-05-23 15:23:37 +00:00
barias
ecc8258203 Latest updates 2004-05-23 14:21:37 +00:00
barias
c0e4bbac82 Latest updates 2004-05-23 12:10:53 +00:00
barias
e58e1e43ed Last updates 2004-05-23 11:59:48 +00:00
paca70
b61107dd34 Corrected some typos 2004-05-23 11:55:43 +00:00
stronk7
bbb9be5c9f Avoid filtering names whose lenght is 2 or less chars.
Bug 1441.
(http://moodle.org/bugs/bug.php?op=show&bugid=1441)
2004-05-23 11:49:58 +00:00
paca70
affee369dc updates 2004-05-23 11:36:21 +00:00
moodler
9958a08cfa Calendar fixes (this was the last thing I wanted to fix for 1.3).
- events are now shown in a consistent way
  - upcoming events and days are calculated with the same function
  - it's now not possible to edit module events directly
  - various tidying up
2004-05-23 11:05:45 +00:00
moodler
b1049b0bdd Added styles for full event display 2004-05-23 10:29:46 +00:00
stronk7
13cbc82969 Bump. 2004-05-23 10:26:34 +00:00
moodler
565340c670 Simpler way to update events for a quiz 2004-05-23 10:25:46 +00:00
moodler
f96831ee67 Now the same colours as standard 2004-05-23 06:38:48 +00:00
anvergara
82ede06bbe Added to the CVS for the first time 2004-05-22 23:31:29 +00:00
julmis
b136a79771 Fixing [Bug 1427] (Better than just uncommenting :-) ) 2004-05-22 17:58:14 +00:00
moodler
e60624da41 Remove forcelogin 2004-05-22 17:34:26 +00:00