]> git.mjollnir.org Git - moodle.git/log
moodle.git
21 years agoFixed a couple of warnings which happened if you accessed a course while
defacer [Mon, 24 May 2004 11:10:00 +0000 (11:10 +0000)]
Fixed a couple of warnings which happened if you accessed a course while
not being logged in, during the redirection to login screen.

21 years agoGotcha! The event time in day view didn't respect the user's time format
defacer [Mon, 24 May 2004 10:54:52 +0000 (10:54 +0000)]
Gotcha! The event time in day view didn't respect the user's time format
preference. Now it does.

21 years agoFixed a bug where editing an event did display the "duration in minutes"
defacer [Mon, 24 May 2004 10:49:01 +0000 (10:49 +0000)]
Fixed a bug where editing an event did display the "duration in minutes"
stuff, but totally ignored it when submitting changes. Also, fixed one
warning in the "minutes" field.

21 years agoLatest updates
barias [Mon, 24 May 2004 10:46:42 +0000 (10:46 +0000)]
Latest updates

21 years agoBump
defacer [Mon, 24 May 2004 10:38:16 +0000 (10:38 +0000)]
Bump

21 years agoFix for bug 1451:
defacer [Mon, 24 May 2004 10:35:43 +0000 (10:35 +0000)]
Fix for bug 1451:
Now when moving to a calendar screen (technically, view.php) from a course
block, the course drop down list defaults to that course. The implementation
is OK, but I may change it (there is a faster way).

21 years agoFix for bug 1453:
defacer [Mon, 24 May 2004 10:04:59 +0000 (10:04 +0000)]
Fix for bug 1453:
Automatic "Re:" prefixes in forum replies now don't get chained in languages
where the "re:" string has length != 3.

21 years agoFirst translation of calendar module.
adamtpaw [Mon, 24 May 2004 09:54:13 +0000 (09:54 +0000)]
First translation of calendar module.

21 years agoRemoved some notices with uninitialized variables when adding a new event.
defacer [Mon, 24 May 2004 09:52:57 +0000 (09:52 +0000)]
Removed some notices with uninitialized variables when adding a new event.

21 years agoPreliminary fix for bug 1451 (needs some more work).
defacer [Mon, 24 May 2004 09:20:01 +0000 (09:20 +0000)]
Preliminary fix for bug 1451 (needs some more work).
Also a couple of notices removed.

21 years agoMoodle will look for language files within modules as a last resort.
moodler [Mon, 24 May 2004 09:19:59 +0000 (09:19 +0000)]
Moodle will look for language files within modules as a last resort.

eg   moodle/mod/somemodule/lang/en/somemodule.php

21 years agoTweaks
moodler [Mon, 24 May 2004 09:00:59 +0000 (09:00 +0000)]
Tweaks

21 years agoFirst translation release
bobopinna [Mon, 24 May 2004 09:00:18 +0000 (09:00 +0000)]
First translation release

21 years agoIndonesian for Moodle 1.2
moodler [Mon, 24 May 2004 08:51:20 +0000 (08:51 +0000)]
Indonesian for Moodle 1.2

21 years agoAdded no user data backup
bobopinna [Mon, 24 May 2004 08:43:29 +0000 (08:43 +0000)]
Added no user data backup

21 years agoTranslated by Andrea Bicciolo
bobopinna [Mon, 24 May 2004 08:31:19 +0000 (08:31 +0000)]
Translated by Andrea Bicciolo

21 years agoLatest settings in config-dist.php (removed some)
moodler [Mon, 24 May 2004 07:43:09 +0000 (07:43 +0000)]
Latest settings in config-dist.php (removed some)

21 years agoAdded two configuration variables to the config page.
moodler [Mon, 24 May 2004 07:39:54 +0000 (07:39 +0000)]
Added two configuration variables to the config page.

   configextendedusernamechars

   forceloginforprofiles

These were already in the config-dist.php

21 years agoChanged the default default blocks so that calendar block is not shown
moodler [Mon, 24 May 2004 07:24:36 +0000 (07:24 +0000)]
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

21 years agoFixed two lost PHP short tags
bobopinna [Mon, 24 May 2004 07:15:40 +0000 (07:15 +0000)]
Fixed two lost PHP short tags

21 years agoRemove override of fullname order .... not sure why it was there....?
moodler [Mon, 24 May 2004 06:15:22 +0000 (06:15 +0000)]
Remove override of fullname order .... not sure why it was there....?

21 years agoinitial translation by Koen Roggemans
koenr [Mon, 24 May 2004 06:14:20 +0000 (06:14 +0000)]
initial translation by Koen Roggemans

21 years agofilling in missing strings...
koenr [Mon, 24 May 2004 06:13:12 +0000 (06:13 +0000)]
filling in missing strings...

21 years agoadding new resource-type.
koenr [Mon, 24 May 2004 06:12:15 +0000 (06:12 +0000)]
adding new resource-type.

21 years agoMore aligned calendar controls on courses without groups
moodler [Mon, 24 May 2004 05:13:34 +0000 (05:13 +0000)]
More aligned calendar controls on courses without groups

21 years agoFixes to icons in upcoming events and popups
moodler [Mon, 24 May 2004 03:39:05 +0000 (03:39 +0000)]
Fixes to icons in upcoming events and popups

21 years agoTweaks to popups
moodler [Mon, 24 May 2004 02:54:41 +0000 (02:54 +0000)]
Tweaks to popups

21 years agoJust about there
moodler [Mon, 24 May 2004 02:42:43 +0000 (02:42 +0000)]
Just about there

21 years agoFix for bug 1449
moodler [Mon, 24 May 2004 01:44:48 +0000 (01:44 +0000)]
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.

21 years agoFix for bug 1442
moodler [Mon, 24 May 2004 01:28:28 +0000 (01:28 +0000)]
Fix for bug 1442

   - notices
   - course is now properly passed to calendar_filter_controls from block

21 years agoNow only approved entries are showed in RSS feeds...
stronk7 [Mon, 24 May 2004 00:10:38 +0000 (00:10 +0000)]
Now only approved entries are showed in RSS feeds...

21 years agoLatest updates
barias [Sun, 23 May 2004 22:42:21 +0000 (22:42 +0000)]
Latest updates

21 years agoFixed bug 1443: In the case of a "Teacher Forum" the "Subscribe everyone to this...
gustav_delius [Sun, 23 May 2004 20:46:29 +0000 (20:46 +0000)]
Fixed bug 1443: In the case of a "Teacher Forum" the "Subscribe everyone to this forum" button now only subscribes teachers.

21 years agoChanged readme text because copying of theme folder is no longer needed as theme...
gustav_delius [Sun, 23 May 2004 20:23:19 +0000 (20:23 +0000)]
Changed readme text because copying of theme folder is no longer needed as theme is now in main CVS

21 years agoLatest updates
barias [Sun, 23 May 2004 19:51:47 +0000 (19:51 +0000)]
Latest updates

21 years agoBump to possible release day.
stronk7 [Sun, 23 May 2004 19:28:22 +0000 (19:28 +0000)]
Bump to possible release day.
Note: not relevant, but my 2nd Wedding Anniversary!! :-)

21 years agoChanged example for dirroot which must not contain capital letters
gustav_delius [Sun, 23 May 2004 18:55:20 +0000 (18:55 +0000)]
Changed example for dirroot which must not contain capital letters

21 years agoNow integers < 1000 in conceps and aliases are avoided in the filter. Bug 1446.
stronk7 [Sun, 23 May 2004 18:54:01 +0000 (18:54 +0000)]
Now integers < 1000 in conceps and aliases are avoided in the filter. Bug 1446.
(http://moodle.org/bugs/bug.php?op=show&bugid=1446)

21 years agoLatest updates
barias [Sun, 23 May 2004 18:24:26 +0000 (18:24 +0000)]
Latest updates

21 years agoNow only integers < 1000 are avoided... Bug 1441
stronk7 [Sun, 23 May 2004 18:20:50 +0000 (18:20 +0000)]
Now only integers < 1000 are avoided...  Bug 1441
(http://moodle.org/bugs/bug.php?op=show&bugid=1441)

21 years agoFix to allow ordinary users to edit events. :-)
moodler [Sun, 23 May 2004 16:21:40 +0000 (16:21 +0000)]
Fix to allow ordinary users to edit events.   :-)

21 years agoSmall correction
martignoni [Sun, 23 May 2004 15:52:58 +0000 (15:52 +0000)]
Small correction

21 years agoLatest updates
barias [Sun, 23 May 2004 15:23:37 +0000 (15:23 +0000)]
Latest updates

21 years agoLatest updates
barias [Sun, 23 May 2004 14:21:37 +0000 (14:21 +0000)]
Latest updates

21 years agoLatest updates
barias [Sun, 23 May 2004 12:10:53 +0000 (12:10 +0000)]
Latest updates

21 years agoLast updates
barias [Sun, 23 May 2004 11:59:48 +0000 (11:59 +0000)]
Last updates

21 years agoCorrected some typos
paca70 [Sun, 23 May 2004 11:55:43 +0000 (11:55 +0000)]
Corrected some typos

21 years agoAvoid filtering names whose lenght is 2 or less chars.
stronk7 [Sun, 23 May 2004 11:49:58 +0000 (11:49 +0000)]
Avoid filtering names whose lenght is 2 or less chars.
Bug 1441.
(http://moodle.org/bugs/bug.php?op=show&bugid=1441)

21 years agoupdates
paca70 [Sun, 23 May 2004 11:36:21 +0000 (11:36 +0000)]
updates

21 years agoCalendar fixes (this was the last thing I wanted to fix for 1.3).
moodler [Sun, 23 May 2004 11:05:45 +0000 (11:05 +0000)]
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

21 years agoAdded styles for full event display
moodler [Sun, 23 May 2004 10:29:46 +0000 (10:29 +0000)]
Added styles for full event display

21 years agoBump.
stronk7 [Sun, 23 May 2004 10:26:34 +0000 (10:26 +0000)]
Bump.

21 years agoSimpler way to update events for a quiz
moodler [Sun, 23 May 2004 10:25:46 +0000 (10:25 +0000)]
Simpler way to update events for a quiz

21 years agoNow the same colours as standard
moodler [Sun, 23 May 2004 06:38:48 +0000 (06:38 +0000)]
Now the same colours as standard

21 years agoAdded to the CVS for the first time
anvergara [Sat, 22 May 2004 23:31:29 +0000 (23:31 +0000)]
Added to the CVS for the first time

21 years agoFixing [Bug 1427] (Better than just uncommenting :-) )
julmis [Sat, 22 May 2004 17:58:14 +0000 (17:58 +0000)]
Fixing [Bug 1427] (Better than just uncommenting :-) )

21 years agoRemove forcelogin
moodler [Sat, 22 May 2004 17:34:26 +0000 (17:34 +0000)]
Remove forcelogin

21 years agoFast fix on _closeOnEsc funtion (uncommenting funtion calls)
julmis [Sat, 22 May 2004 17:07:55 +0000 (17:07 +0000)]
Fast fix on _closeOnEsc funtion (uncommenting funtion calls)

21 years agoBlocks admin to bottom
moodler [Sat, 22 May 2004 09:18:12 +0000 (09:18 +0000)]
Blocks admin to bottom

21 years agoPrint Blocks admin down the bottom ... hopefully less
moodler [Sat, 22 May 2004 09:17:06 +0000 (09:17 +0000)]
Print Blocks admin down the bottom ... hopefully less
confusion for new teachers just trying to add activities

Also, the new blocks appear there anyway

21 years agoDisplay README.html as well
moodler [Sat, 22 May 2004 08:53:58 +0000 (08:53 +0000)]
Display README.html as well

21 years agoImproved Standard Logo theme now actually uses the standard logo. ;-)
moodler [Sat, 22 May 2004 08:53:22 +0000 (08:53 +0000)]
Improved Standard Logo theme now actually uses the standard logo.  ;-)

Replacing the logo is as easy as dropping a logo.jpg in the Moodle
home directory OR in the site files

21 years agoNew ressource added: Directory and some tweaks.
martignoni [Sat, 22 May 2004 08:46:35 +0000 (08:46 +0000)]
New ressource added: Directory and some tweaks.

21 years agoPrint a theme README.txt if there is one.
moodler [Sat, 22 May 2004 08:04:10 +0000 (08:04 +0000)]
Print a theme README.txt if there is one.

21 years agoLOTS of theme fixes for calendars etc
moodler [Sat, 22 May 2004 07:53:40 +0000 (07:53 +0000)]
LOTS of theme fixes for calendars etc

21 years agoAdded some missing icons
moodler [Sat, 22 May 2004 07:32:27 +0000 (07:32 +0000)]
Added some missing icons

21 years agoSome improvements in display
moodler [Sat, 22 May 2004 07:14:49 +0000 (07:14 +0000)]
Some improvements in display

I'm not finished yet, just checking in to continue on another server

21 years agoThis is a much better version of overlib called overlibmws
moodler [Sat, 22 May 2004 07:13:31 +0000 (07:13 +0000)]
This is a much better version of overlib called overlibmws

21 years agoUpdated standard styles for new calendar popups
moodler [Sat, 22 May 2004 07:03:55 +0000 (07:03 +0000)]
Updated standard styles for new calendar popups

21 years agoPrevent blank entries
moodler [Sat, 22 May 2004 05:13:08 +0000 (05:13 +0000)]
Prevent blank entries

21 years agoBetter fix for courses menu
moodler [Sat, 22 May 2004 04:32:35 +0000 (04:32 +0000)]
Better fix for courses menu

21 years agoSome cleanups for the courses menu
moodler [Sat, 22 May 2004 04:28:36 +0000 (04:28 +0000)]
Some cleanups for the courses menu

21 years agoRemoved a warning message
moodler [Sat, 22 May 2004 04:02:02 +0000 (04:02 +0000)]
Removed a warning message

21 years agoFixes for the problem creating directories.
moodler [Sat, 22 May 2004 04:00:34 +0000 (04:00 +0000)]
Fixes for the problem creating directories.

It was just a missing $CFG, but I got rid of scorm_mkdirs to use
the moodlelib equivalent instead

21 years agoAdded the Directory type
moodler [Sat, 22 May 2004 01:53:03 +0000 (01:53 +0000)]
Added the Directory type

21 years agoRemoved obsolete string
martignoni [Fri, 21 May 2004 23:19:11 +0000 (23:19 +0000)]
Removed obsolete string

21 years agoNow paging will mantain the "fullsearch" option.
stronk7 [Fri, 21 May 2004 19:24:23 +0000 (19:24 +0000)]
Now paging will mantain the "fullsearch" option.
Bug 1438.
(http://moodle.org/bugs/bug.php?op=show&bugid=1438)

21 years agoEscape "/" char in preg_quote(). Bug 1436.
stronk7 [Fri, 21 May 2004 18:56:21 +0000 (18:56 +0000)]
Escape "/" char in preg_quote(). Bug 1436.
(http://moodle.org/bugs/bug.php?op=show&bugid=1436)

21 years agoAdded to cvs
anvergara [Fri, 21 May 2004 17:23:59 +0000 (17:23 +0000)]
Added to cvs

21 years agoTranslated into 'es'
anvergara [Fri, 21 May 2004 16:16:39 +0000 (16:16 +0000)]
Translated into 'es'

21 years agoRemember timeaccess settings even after returning from logging as
moodler [Fri, 21 May 2004 15:10:47 +0000 (15:10 +0000)]
Remember timeaccess settings even after returning from logging as
another person

21 years agoNew string 'Score'
martignoni [Fri, 21 May 2004 14:29:41 +0000 (14:29 +0000)]
New string 'Score'

21 years agoRemoved obsolete strings
defacer [Fri, 21 May 2004 13:52:32 +0000 (13:52 +0000)]
Removed obsolete strings

21 years ago* Removed one obsolete function
defacer [Fri, 21 May 2004 13:51:02 +0000 (13:51 +0000)]
* Removed one obsolete function
* Changed the expired events' color to dimmed
* Added "new event" button in upcoming events screen
* Small improvement (more robust) in redirection from set.php to upcoming events

21 years agoRemoved obsolete class
defacer [Fri, 21 May 2004 13:47:15 +0000 (13:47 +0000)]
Removed obsolete class

21 years agoWorkshop now supports calendar events for the deadline date
moodler [Fri, 21 May 2004 13:20:36 +0000 (13:20 +0000)]
Workshop now supports calendar events for the deadline date

21 years agoSmall fix (added method attribute to form) and some comments for the future
defacer [Fri, 21 May 2004 13:07:11 +0000 (13:07 +0000)]
Small fix (added method attribute to form) and some comments for the future

21 years agoModified to use popup_form() instead of custom code
defacer [Fri, 21 May 2004 13:03:59 +0000 (13:03 +0000)]
Modified to use popup_form() instead of custom code

21 years agoDifferent icons for different event types, shamelessly stolen from moodle.org
defacer [Fri, 21 May 2004 12:28:42 +0000 (12:28 +0000)]
Different icons for different event types, shamelessly stolen from moodle.org

21 years agoSmall polishing change: the "go to calendar" link takes you to the
defacer [Fri, 21 May 2004 12:03:06 +0000 (12:03 +0000)]
Small polishing change: the "go to calendar" link takes you to the
upcoming events screen.

21 years agoBump
defacer [Fri, 21 May 2004 11:25:56 +0000 (11:25 +0000)]
Bump

21 years agoBye bye event details view...
defacer [Fri, 21 May 2004 11:24:22 +0000 (11:24 +0000)]
Bye bye event details view...

21 years agoNow we can get a list of the blocks being on display in the course page.
defacer [Fri, 21 May 2004 11:06:49 +0000 (11:06 +0000)]
Now we can get a list of the blocks being on display in the course page.
Could be used by one block to detect the existence of another, for example.

21 years agoSmall addition for the future: blocks will be able to define their own
defacer [Fri, 21 May 2004 10:59:40 +0000 (10:59 +0000)]
Small addition for the future: blocks will be able to define their own
HTML attributes.

21 years agoLots of usability improvements and some bugfixes:
defacer [Fri, 21 May 2004 10:54:46 +0000 (10:54 +0000)]
Lots of usability improvements and some bugfixes:

Fixed wrong redirection after changing filters for all calendar screens
Fixed course selection menu to work without javascript
Moved course selection menu to the header, and added it to all screens
All screens now conform to the selected course in the menu
Small improvements in the way guests are handled

21 years agoTiny fix to improve display of date ranges
moodler [Fri, 21 May 2004 05:49:37 +0000 (05:49 +0000)]
Tiny fix to improve display of date ranges

21 years agoRemoved referer for site events ($site is not a valid global anyway)
moodler [Fri, 21 May 2004 05:35:54 +0000 (05:35 +0000)]
Removed referer for site events ($site is not a valid global anyway)

21 years agoPutting in Bobo's latest changes (from the contrib version)
moodler [Fri, 21 May 2004 01:42:17 +0000 (01:42 +0000)]
Putting in Bobo's latest changes (from the contrib version)

21 years agoNew string from Bobo
moodler [Fri, 21 May 2004 01:36:49 +0000 (01:36 +0000)]
New string from Bobo

21 years agoAvoid one more notice...
stronk7 [Thu, 20 May 2004 23:07:59 +0000 (23:07 +0000)]
Avoid one more notice...