]> git.mjollnir.org Git - moodle.git/log
moodle.git
21 years agoAddressing bug 1257:
defacer [Thu, 22 Apr 2004 09:02:23 +0000 (09:02 +0000)]
Addressing bug 1257:

Changed the handling of time display format; now it's read from the language
file by default, and a new preference has been added to allow each user to
manually specify his preferred time format.

21 years agoChanged the way the fix for bug 1255 works, while making sure it still works :)
defacer [Thu, 22 Apr 2004 07:11:55 +0000 (07:11 +0000)]
Changed the way the fix for bug 1255 works, while making sure it still works :)
It just didn't feel right to intrusively set object properties from "outside",
and since it's now one variable assignment less, I thought why not... :)

21 years agoFIxed a character escpaping problem, recently introduced bug 1250
moodler [Thu, 22 Apr 2004 06:02:41 +0000 (06:02 +0000)]
FIxed a character escpaping problem, recently introduced     bug 1250

21 years agopollishing translation
koenr [Wed, 21 Apr 2004 21:38:55 +0000 (21:38 +0000)]
pollishing translation
Special thanks to Marie Lesy for rereading.

21 years agotypo (mising < can mess things up)
koenr [Wed, 21 Apr 2004 17:50:54 +0000 (17:50 +0000)]
typo (mising < can mess things up)

21 years agoSolved one issue that caused the show/hide option to fail.
stronk7 [Wed, 21 Apr 2004 16:18:51 +0000 (16:18 +0000)]
Solved one issue that caused the show/hide option to fail.
See bug 1255 (http://moodle.org/bugs/bug.php?op=show&bugid=1255)

21 years agoBlank
moodler [Wed, 21 Apr 2004 12:19:53 +0000 (12:19 +0000)]
Blank

21 years agoNow blockinfo is fully supported in backup & restore. For old backups
stronk7 [Tue, 20 Apr 2004 23:28:46 +0000 (23:28 +0000)]
Now blockinfo is fully supported in backup & restore. For old backups
(without blockinfo field, default blocks are applied). Every block
visibility is mantained in the process.
Bump versions a bit (2004042100) :-)

21 years agoThis hasn't sense because get_list_of_plugins() exclude it
stronk7 [Tue, 20 Apr 2004 17:47:36 +0000 (17:47 +0000)]
This hasn't sense because get_list_of_plugins() exclude it
using its new parameter.

21 years agoFixing a recent change to get_list_of_plugins that was causing
moodler [Tue, 20 Apr 2004 15:14:15 +0000 (15:14 +0000)]
Fixing a recent change to get_list_of_plugins that was causing
auth/db to be invisible    bug 1245

21 years agoCorrected a bug that prevented admins from seeing events for ALL site courses
defacer [Tue, 20 Apr 2004 13:00:39 +0000 (13:00 +0000)]
Corrected a bug that prevented admins from seeing events for ALL site courses
(today's functionality was not complete yet).

Also, minor sorting change to display the course filter sorted by shortname.

21 years agoFixed a whole bunch of warnings and minor bugs, which all shared a common cause:
defacer [Tue, 20 Apr 2004 12:49:02 +0000 (12:49 +0000)]
Fixed a whole bunch of warnings and minor bugs, which all shared a common cause:
The preferences screens weren't handling filter changes correctly.

21 years agoUpgrade with more intelligent CSS rules.
defacer [Tue, 20 Apr 2004 12:14:57 +0000 (12:14 +0000)]
Upgrade with more intelligent CSS rules.
Maybe needs some color changes, but I 'm not really much of an interior decorator... :)

21 years agoUpgrade with more intelligent CSS rules.
defacer [Tue, 20 Apr 2004 12:03:20 +0000 (12:03 +0000)]
Upgrade with more intelligent CSS rules.
This one needed color changes.

21 years agoUpgrade with more intelligent CSS rules.
defacer [Tue, 20 Apr 2004 11:57:41 +0000 (11:57 +0000)]
Upgrade with more intelligent CSS rules.
I tried very hard not to undo any of Andrea's changes. Took a couple of
guesses along the way. Sorry if I guessed wrong!

21 years agoUpgrade with more intelligent CSS rules.
defacer [Tue, 20 Apr 2004 11:41:18 +0000 (11:41 +0000)]
Upgrade with more intelligent CSS rules.
Maybe needs some color changes, but I 'm not really much of an interior decorator... :)

Coincidentally fixed a typo in the theme: "0" was "o".

21 years agoUpgrade with more intelligent CSS rules.
defacer [Tue, 20 Apr 2004 11:18:35 +0000 (11:18 +0000)]
Upgrade with more intelligent CSS rules.
Looks like no calendar colors need to be changed from standard.

21 years agoUpgrade with more intelligent CSS rules.
defacer [Tue, 20 Apr 2004 11:17:31 +0000 (11:17 +0000)]
Upgrade with more intelligent CSS rules.

21 years agoRevision of the calendar tables HTML. Current version outputs a LOT less HTML
defacer [Tue, 20 Apr 2004 11:14:55 +0000 (11:14 +0000)]
Revision of the calendar tables HTML. Current version outputs a LOT less HTML
(mainly class attributes) but requires ALL themes to update their CSS rules.

Coming up next... can you guess? ;)

21 years agoFixed an "unset variable" warning in the filter controls in the upcoming events calen...
defacer [Tue, 20 Apr 2004 09:27:59 +0000 (09:27 +0000)]
Fixed an "unset variable" warning in the filter controls in the upcoming events calendar screen.

21 years agoAdmins can now filter events by course and set events for groups and courses
defacer [Tue, 20 Apr 2004 09:21:30 +0000 (09:21 +0000)]
Admins can now filter events by course and set events for groups and courses
regardless of whether they are course members.

21 years agoRemoved some long-dead code and commented out some newly-dead code, now that
defacer [Tue, 20 Apr 2004 08:44:06 +0000 (08:44 +0000)]
Removed some long-dead code and commented out some newly-dead code, now that
we have the blocks system. Making the file parse faster... yum! :)

21 years agoGrand Bugslayer Eloy at work again: Hiding the blocks if they have no content
defacer [Tue, 20 Apr 2004 08:38:56 +0000 (08:38 +0000)]
Grand Bugslayer Eloy at work again: Hiding the blocks if they have no content
should mean "if they have no content AND no footer".

21 years agoIf group mode is no groups and forced, there is no point in displaying the
defacer [Tue, 20 Apr 2004 08:24:37 +0000 (08:24 +0000)]
If group mode is no groups and forced, there is no point in displaying the
group events filter. Just a nice touch, fixed only in course view for now.

Also, minor code rewrite for clarification.

21 years agoDon't display blocks that have no content at all. I 'm not sure if this
defacer [Tue, 20 Apr 2004 07:43:26 +0000 (07:43 +0000)]
Don't display blocks that have no content at all. I 'm not sure if this
could cause any confusion, but it solves the problem with the admin block
being displayed to guests.

The thought about a "display only to X and Y kinds of users" feature came
to mind, but maybe that would be more confusing than useful.

21 years agoEloy is probably right, the preferred width calculation should be cached.
defacer [Tue, 20 Apr 2004 07:32:57 +0000 (07:32 +0000)]
Eloy is probably right, the preferred width calculation should be cached.

21 years agoDetected a display bug when looking for possible causes of
stronk7 [Mon, 19 Apr 2004 19:24:42 +0000 (19:24 +0000)]
Detected a display bug when looking for possible causes of
bug 1248. Widhts were only calculated in teacher mode and
they were down to 100px in student mode!!
Perhaps we could make some session caching to avoid some
calculations every time the course is displayed. Seems to
work fine now.
Anyway, if I compare the right column width
in my server (with blocks running) against moodle.org (without
blocks), it seems that the right column is narrower in my test server...

21 years agoÄnderungen, damit Blöcke gleich breit sind
ralf-bonn [Mon, 19 Apr 2004 19:05:26 +0000 (19:05 +0000)]
Änderungen, damit Blöcke gleich breit sind

21 years agofilling in missing strings...
koenr [Mon, 19 Apr 2004 19:00:05 +0000 (19:00 +0000)]
filling in missing strings...

21 years agoÜbersetzung optimiert
ralf-bonn [Mon, 19 Apr 2004 18:15:00 +0000 (18:15 +0000)]
Übersetzung optimiert

21 years agoNew translation.
mits [Mon, 19 Apr 2004 18:06:54 +0000 (18:06 +0000)]
New translation.

21 years agoForgot to include blocks in this page.
stronk7 [Mon, 19 Apr 2004 17:40:57 +0000 (17:40 +0000)]
Forgot to include blocks in this page.
Closing bug 1246.

21 years agoStrings for first official release of the "Blocks System".
martignoni [Mon, 19 Apr 2004 11:54:37 +0000 (11:54 +0000)]
Strings for first official release of the "Blocks System".

21 years agoStrings for the first Official release of the "Blocks System".
martignoni [Mon, 19 Apr 2004 11:46:18 +0000 (11:46 +0000)]
Strings for the first Official release of the "Blocks System".

21 years agoAdded content "caching", same as all other blocks have.
defacer [Mon, 19 Apr 2004 09:36:07 +0000 (09:36 +0000)]
Added content "caching", same as all other blocks have.

21 years agoUpdated by Bobo
bobopinna [Mon, 19 Apr 2004 09:28:29 +0000 (09:28 +0000)]
Updated by Bobo

21 years agoUpdate and review by Claudio Maggi
bobopinna [Mon, 19 Apr 2004 08:46:19 +0000 (08:46 +0000)]
Update and review by Claudio Maggi

21 years agoFixed/added some things so that the instructions are mostly correct.
defacer [Mon, 19 Apr 2004 07:39:43 +0000 (07:39 +0000)]
Fixed/added some things so that the instructions are mostly correct.

21 years agoFiles for postgresql
paca70 [Mon, 19 Apr 2004 04:30:55 +0000 (04:30 +0000)]
Files for postgresql

21 years agoFirst versions for postgressql
paca70 [Mon, 19 Apr 2004 04:15:24 +0000 (04:15 +0000)]
First versions for postgressql

21 years agoForgot this BUMP !! :-)
stronk7 [Sun, 18 Apr 2004 23:33:00 +0000 (23:33 +0000)]
Forgot this BUMP !! :-)

21 years agoFirst Official realease of the "Blocks System".
stronk7 [Sun, 18 Apr 2004 23:20:53 +0000 (23:20 +0000)]
First Official realease of the "Blocks System".
Integrated with Moodle:
    - Install automatically.
    - Update course->blockinfo for each course at installation time.
    - Modified course creation to insert into blockinfo field.
    - Modified restore to insert into blockinfo field.
    - Admin options (hide, show, delete, config) from admin page.
    - Lang strings inserted (en only).
    - Database support to mysql and postgresql (not tested!!).
Moodle, backup and block versions updated to 2004041800.
Tested with mysql: Install fresh and upgrade from previous.
section_activities block renamed to social_activities and created
its own lang file to support name "Social Activities". This can
be changed at any time.

TODO:
=====
Support it really in backup/restore.
????

Enjoy!! Ciao :-)

21 years agotypo
koenr [Sun, 18 Apr 2004 19:38:17 +0000 (19:38 +0000)]
typo

21 years agofilling in missing strings...
koenr [Sun, 18 Apr 2004 19:22:14 +0000 (19:22 +0000)]
filling in missing strings...

21 years agoNew translation
moodler [Sun, 18 Apr 2004 16:53:46 +0000 (16:53 +0000)]
New translation

21 years agoLatest updates from Benito
moodler [Sun, 18 Apr 2004 16:53:05 +0000 (16:53 +0000)]
Latest updates from Benito

21 years agoAdded Flash and some cleanups in display
moodler [Sun, 18 Apr 2004 10:01:44 +0000 (10:01 +0000)]
Added Flash and some cleanups in display

21 years agofilling in missing strings...
koenr [Sun, 18 Apr 2004 08:26:31 +0000 (08:26 +0000)]
filling in missing strings...

21 years agotypo
koenr [Sun, 18 Apr 2004 08:25:38 +0000 (08:25 +0000)]
typo

21 years agoSOme fixes for
moodler [Sun, 18 Apr 2004 05:54:33 +0000 (05:54 +0000)]
SOme fixes for

  - the URL used in recent activity links
  - the display of single entries

21 years agoBetter if autostart is off for the filter
moodler [Sun, 18 Apr 2004 05:15:50 +0000 (05:15 +0000)]
Better if autostart is off for the filter

21 years agoBug fix in get_directory_list() for files named 0 :-)
moodler [Sat, 17 Apr 2004 14:01:53 +0000 (14:01 +0000)]
Bug fix in get_directory_list() for files named 0  :-)

21 years agodecalre $THEME to stop some notices ...
moodler [Sat, 17 Apr 2004 13:37:54 +0000 (13:37 +0000)]
decalre $THEME to stop some notices ...

21 years agoNew string for LDAP protocol version
martignoni [Sat, 17 Apr 2004 08:13:01 +0000 (08:13 +0000)]
New string for LDAP protocol version

21 years agoQUicktime should use "aspect" for best results on different movies
moodler [Sat, 17 Apr 2004 07:49:54 +0000 (07:49 +0000)]
QUicktime should use "aspect" for best results on different movies

21 years agoUsing scaling when displaying quicktime
moodler [Sat, 17 Apr 2004 07:32:54 +0000 (07:32 +0000)]
Using scaling when displaying quicktime

21 years agoFound the scale paramter for Quicktime
moodler [Sat, 17 Apr 2004 07:29:41 +0000 (07:29 +0000)]
Found the scale paramter for Quicktime

21 years agoAdded support for Quicktime and Media PLayer plugins
moodler [Sat, 17 Apr 2004 06:59:25 +0000 (06:59 +0000)]
Added support for Quicktime and Media PLayer plugins

21 years agoclean the filenames to make sure there aren't funny characters
moodler [Sat, 17 Apr 2004 03:30:26 +0000 (03:30 +0000)]
clean the filenames to make sure there aren't funny characters

21 years agoFixed the text file too
moodler [Sat, 17 Apr 2004 03:28:29 +0000 (03:28 +0000)]
Fixed the text file too

21 years agoClean filenames to prevent possible problems with IE
moodler [Sat, 17 Apr 2004 03:27:27 +0000 (03:27 +0000)]
Clean filenames to prevent possible problems with IE

21 years agoFixed possible prblems with Excel names bug 1243
moodler [Sat, 17 Apr 2004 03:24:42 +0000 (03:24 +0000)]
Fixed possible prblems with Excel names   bug 1243

21 years agoNew file
adamtpaw [Fri, 16 Apr 2004 21:56:20 +0000 (21:56 +0000)]
New file

21 years agoNew files
adamtpaw [Fri, 16 Apr 2004 21:48:24 +0000 (21:48 +0000)]
New files

21 years agoHtml code cleanup
andreabix [Fri, 16 Apr 2004 16:14:55 +0000 (16:14 +0000)]
Html code cleanup

21 years agoLink to teacher forum is now shown in the current langage always
moodler [Fri, 16 Apr 2004 07:13:10 +0000 (07:13 +0000)]
Link to teacher forum is now shown in the current langage always

21 years agoSimplification and improvement of clean_filename, thanks to suggestions
moodler [Fri, 16 Apr 2004 06:30:01 +0000 (06:30 +0000)]
Simplification and improvement of clean_filename, thanks to suggestions
from Martin Langhoff <martin@catalyst.net.nz>

21 years agoFehler in der Anzeige beim Einfügen von Aktivitäten beseitigt
ralf-bonn [Thu, 15 Apr 2004 20:44:02 +0000 (20:44 +0000)]
Fehler  in der Anzeige beim Einfügen von Aktivitäten beseitigt

21 years agoThanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3
moodler [Thu, 15 Apr 2004 15:57:32 +0000 (15:57 +0000)]
Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3

21 years agoFix for bug on Windows and Mac servers while generating quiz reports
fiedorow [Thu, 15 Apr 2004 15:41:06 +0000 (15:41 +0000)]
Fix for bug on Windows and Mac servers while generating quiz reports

21 years agoI think this might solve the mysterious problems with
moodler [Thu, 15 Apr 2004 14:46:54 +0000 (14:46 +0000)]
I think this might solve the mysterious problems with
session garbage collection and timeouts not working.

Note: upgrading to this will KILL all current sessions, so
you will need to log back in.

21 years agoAllow use of alternate delimiters in csv files
fiedorow [Wed, 14 Apr 2004 20:46:39 +0000 (20:46 +0000)]
Allow use of alternate delimiters in csv files

21 years agoUpdates
paca70 [Wed, 14 Apr 2004 18:40:38 +0000 (18:40 +0000)]
Updates

21 years agoUpdates, thanks to Jussi Kurikka.
paca70 [Wed, 14 Apr 2004 18:10:33 +0000 (18:10 +0000)]
Updates, thanks to Jussi Kurikka.

21 years agoModified the clean_filename() function to strip parenthesis and slashes.
stronk7 [Wed, 14 Apr 2004 18:09:41 +0000 (18:09 +0000)]
Modified the clean_filename() function to strip parenthesis and slashes.
Not really sure if the method used is 100% correct ot no so, if you can
check it....
Perhpas I should make the stripping in backup process, istead of using this
central function. What do you think?

21 years agoAdded compatibility with the calendar functions. Added some minor refinements.
andreabix [Wed, 14 Apr 2004 16:31:43 +0000 (16:31 +0000)]
Added compatibility with the calendar functions. Added some minor refinements.

21 years ago1. Wrong translation of the word "by" in this context
defacer [Wed, 14 Apr 2004 14:13:22 +0000 (14:13 +0000)]
1. Wrong translation of the word "by" in this context
2. Translated $a member variables! God help us! (no wonder eval() complained)

21 years agoCleand up and smaller local file.
stigbjarne [Wed, 14 Apr 2004 11:32:45 +0000 (11:32 +0000)]
Cleand up and smaller local file.

21 years agoFix problem editing category names containing html
moodler [Wed, 14 Apr 2004 02:41:22 +0000 (02:41 +0000)]
Fix problem editing category names containing html

21 years agoSmall typos corrected
martignoni [Tue, 13 Apr 2004 18:38:56 +0000 (18:38 +0000)]
Small typos corrected

21 years agoAdded a new string for use in the upcoming events block.
martignoni [Tue, 13 Apr 2004 18:15:08 +0000 (18:15 +0000)]
Added a new string for use in the upcoming events block.

21 years agopollishing translation
koenr [Tue, 13 Apr 2004 14:58:38 +0000 (14:58 +0000)]
pollishing translation

21 years agotypo
koenr [Tue, 13 Apr 2004 14:49:26 +0000 (14:49 +0000)]
typo

21 years agoAdded a new string for use in the upcoming events block.
defacer [Tue, 13 Apr 2004 12:19:33 +0000 (12:19 +0000)]
Added a new string for use in the upcoming events block.

21 years agoBug fixed when determining who can post into a forum when groups are used
moodler [Mon, 12 Apr 2004 10:12:43 +0000 (10:12 +0000)]
Bug fixed when determining who can post into a forum when groups are used

21 years agoFixed a bad bug where the Recent News block wasn't obeying Groups properly.
moodler [Mon, 12 Apr 2004 09:57:14 +0000 (09:57 +0000)]
Fixed a bad bug where the Recent News block wasn't obeying Groups properly.

21 years agoAdded string "refreshingevents". Used in restore.
martignoni [Mon, 12 Apr 2004 09:45:41 +0000 (09:45 +0000)]
Added string "refreshingevents". Used in restore.

21 years agoUse the fullname function to display name on minmal forum listings
moodler [Mon, 12 Apr 2004 06:34:44 +0000 (06:34 +0000)]
Use the fullname function to display name on minmal forum listings

21 years agoExclude "db" dir when detecting plugins (to be used in blocks
stronk7 [Sat, 10 Apr 2004 23:44:50 +0000 (23:44 +0000)]
Exclude "db" dir when detecting plugins (to be used in blocks
registration). No problems (I think) at all with mod registration.

21 years agoAvoid one warning where $content and $list were empty.
stronk7 [Sat, 10 Apr 2004 22:24:23 +0000 (22:24 +0000)]
Avoid one warning where $content and $list were empty.

21 years agofilling in missing string with some help from Eloy
koenr [Sat, 10 Apr 2004 20:08:44 +0000 (20:08 +0000)]
filling in missing string with some help from Eloy

21 years agoAdded string "refreshingevents". Used in restore.
stronk7 [Sat, 10 Apr 2004 00:03:45 +0000 (00:03 +0000)]
Added string "refreshingevents". Used in restore.

21 years agoModified the function. Now it accepts a courseid to restrict the check
stronk7 [Fri, 9 Apr 2004 23:55:02 +0000 (23:55 +0000)]
Modified the function. Now it accepts a courseid to restrict the check
to assignments belonging to one exact course. if not specified all
assignments in site are checked (old approach).
This function in used by restore_refresh_events() to recalculate module events.
Perhaps it should become a standard function in NEWMODULE to allow new modules
implement it.
Ciao :-)

21 years agoNow, after restoring the course, the restore proccess executes
stronk7 [Fri, 9 Apr 2004 23:40:37 +0000 (23:40 +0000)]
Now, after restoring the course, the restore proccess executes
every MODULE_refresh_events() function to recalculate every
activity event automatically.

21 years agoUpdate a bit.
stronk7 [Fri, 9 Apr 2004 21:41:00 +0000 (21:41 +0000)]
Update a bit.

21 years agofew updates
adamtpaw [Fri, 9 Apr 2004 19:18:34 +0000 (19:18 +0000)]
few updates

21 years agoOptional use of the HTML editor and other fixes.
martignoni [Fri, 9 Apr 2004 16:04:35 +0000 (16:04 +0000)]
Optional use of the HTML editor and other fixes.

21 years agoUnset $string['default'] variable fixed.
martignoni [Fri, 9 Apr 2004 16:01:25 +0000 (16:01 +0000)]
Unset $string['default'] variable fixed.

21 years agoTiny typo
moodler [Fri, 9 Apr 2004 13:12:36 +0000 (13:12 +0000)]
Tiny typo

21 years agoUpdate to 1.3develop
bobopinna [Fri, 9 Apr 2004 07:50:26 +0000 (07:50 +0000)]
Update to 1.3develop