]>
git.mjollnir.org Git - moodle.git/log
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... :)
moodler [Thu, 22 Apr 2004 06:02:41 +0000 (06:02 +0000)]
FIxed a character escpaping problem, recently introduced bug 1250
koenr [Wed, 21 Apr 2004 21:38:55 +0000 (21:38 +0000)]
pollishing translation
Special thanks to Marie Lesy for rereading.
koenr [Wed, 21 Apr 2004 17:50:54 +0000 (17:50 +0000)]
typo (mising < can mess things up)
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)
moodler [Wed, 21 Apr 2004 12:19:53 +0000 (12:19 +0000)]
Blank
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 ) :-)
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.
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
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.
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.
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... :)
defacer [Tue, 20 Apr 2004 12:03:20 +0000 (12:03 +0000)]
Upgrade with more intelligent CSS rules.
This one needed color changes.
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!
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".
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.
defacer [Tue, 20 Apr 2004 11:17:31 +0000 (11:17 +0000)]
Upgrade with more intelligent CSS rules.
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? ;)
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.
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.
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! :)
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".
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.
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.
defacer [Tue, 20 Apr 2004 07:32:57 +0000 (07:32 +0000)]
Eloy is probably right, the preferred width calculation should be cached.
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...
ralf-bonn [Mon, 19 Apr 2004 19:05:26 +0000 (19:05 +0000)]
Änderungen, damit Blöcke gleich breit sind
koenr [Mon, 19 Apr 2004 19:00:05 +0000 (19:00 +0000)]
filling in missing strings...
ralf-bonn [Mon, 19 Apr 2004 18:15:00 +0000 (18:15 +0000)]
Übersetzung optimiert
mits [Mon, 19 Apr 2004 18:06:54 +0000 (18:06 +0000)]
New translation.
stronk7 [Mon, 19 Apr 2004 17:40:57 +0000 (17:40 +0000)]
Forgot to include blocks in this page.
Closing bug 1246.
martignoni [Mon, 19 Apr 2004 11:54:37 +0000 (11:54 +0000)]
Strings for 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".
defacer [Mon, 19 Apr 2004 09:36:07 +0000 (09:36 +0000)]
Added content "caching", same as all other blocks have.
bobopinna [Mon, 19 Apr 2004 09:28:29 +0000 (09:28 +0000)]
Updated by Bobo
bobopinna [Mon, 19 Apr 2004 08:46:19 +0000 (08:46 +0000)]
Update and review by Claudio Maggi
defacer [Mon, 19 Apr 2004 07:39:43 +0000 (07:39 +0000)]
Fixed/added some things so that the instructions are mostly correct.
paca70 [Mon, 19 Apr 2004 04:30:55 +0000 (04:30 +0000)]
Files for postgresql
paca70 [Mon, 19 Apr 2004 04:15:24 +0000 (04:15 +0000)]
First versions for postgressql
stronk7 [Sun, 18 Apr 2004 23:33:00 +0000 (23:33 +0000)]
Forgot this BUMP !! :-)
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 :-)
koenr [Sun, 18 Apr 2004 19:38:17 +0000 (19:38 +0000)]
typo
koenr [Sun, 18 Apr 2004 19:22:14 +0000 (19:22 +0000)]
filling in missing strings...
moodler [Sun, 18 Apr 2004 16:53:46 +0000 (16:53 +0000)]
New translation
moodler [Sun, 18 Apr 2004 16:53:05 +0000 (16:53 +0000)]
Latest updates from Benito
moodler [Sun, 18 Apr 2004 10:01:44 +0000 (10:01 +0000)]
Added Flash and some cleanups in display
koenr [Sun, 18 Apr 2004 08:26:31 +0000 (08:26 +0000)]
filling in missing strings...
koenr [Sun, 18 Apr 2004 08:25:38 +0000 (08:25 +0000)]
typo
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
moodler [Sun, 18 Apr 2004 05:15:50 +0000 (05:15 +0000)]
Better if autostart is off for the filter
moodler [Sat, 17 Apr 2004 14:01:53 +0000 (14:01 +0000)]
Bug fix in get_directory_list() for files named 0 :-)
moodler [Sat, 17 Apr 2004 13:37:54 +0000 (13:37 +0000)]
decalre $THEME to stop some notices ...
martignoni [Sat, 17 Apr 2004 08:13:01 +0000 (08:13 +0000)]
New string for LDAP protocol version
moodler [Sat, 17 Apr 2004 07:49:54 +0000 (07:49 +0000)]
QUicktime should use "aspect" for best results on different movies
moodler [Sat, 17 Apr 2004 07:32:54 +0000 (07:32 +0000)]
Using scaling when displaying quicktime
moodler [Sat, 17 Apr 2004 07:29:41 +0000 (07:29 +0000)]
Found the scale paramter for Quicktime
moodler [Sat, 17 Apr 2004 06:59:25 +0000 (06:59 +0000)]
Added support for Quicktime and Media PLayer plugins
moodler [Sat, 17 Apr 2004 03:30:26 +0000 (03:30 +0000)]
clean the filenames to make sure there aren't funny characters
moodler [Sat, 17 Apr 2004 03:28:29 +0000 (03:28 +0000)]
Fixed the text file too
moodler [Sat, 17 Apr 2004 03:27:27 +0000 (03:27 +0000)]
Clean filenames to prevent possible problems with IE
moodler [Sat, 17 Apr 2004 03:24:42 +0000 (03:24 +0000)]
Fixed possible prblems with Excel names bug 1243
adamtpaw [Fri, 16 Apr 2004 21:56:20 +0000 (21:56 +0000)]
New file
adamtpaw [Fri, 16 Apr 2004 21:48:24 +0000 (21:48 +0000)]
New files
andreabix [Fri, 16 Apr 2004 16:14:55 +0000 (16:14 +0000)]
Html code cleanup
moodler [Fri, 16 Apr 2004 07:13:10 +0000 (07:13 +0000)]
Link to teacher forum is now shown in the current langage always
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>
ralf-bonn [Thu, 15 Apr 2004 20:44:02 +0000 (20:44 +0000)]
Fehler in der Anzeige beim Einfügen von Aktivitäten beseitigt
moodler [Thu, 15 Apr 2004 15:57:32 +0000 (15:57 +0000)]
Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3
fiedorow [Thu, 15 Apr 2004 15:41:06 +0000 (15:41 +0000)]
Fix for bug on Windows and Mac servers while generating quiz reports
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.
fiedorow [Wed, 14 Apr 2004 20:46:39 +0000 (20:46 +0000)]
Allow use of alternate delimiters in csv files
paca70 [Wed, 14 Apr 2004 18:40:38 +0000 (18:40 +0000)]
Updates
paca70 [Wed, 14 Apr 2004 18:10:33 +0000 (18:10 +0000)]
Updates, thanks to Jussi Kurikka.
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?
andreabix [Wed, 14 Apr 2004 16:31:43 +0000 (16:31 +0000)]
Added compatibility with the calendar functions. Added some minor refinements.
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)
stigbjarne [Wed, 14 Apr 2004 11:32:45 +0000 (11:32 +0000)]
Cleand up and smaller local file.
moodler [Wed, 14 Apr 2004 02:41:22 +0000 (02:41 +0000)]
Fix problem editing category names containing html
martignoni [Tue, 13 Apr 2004 18:38:56 +0000 (18:38 +0000)]
Small typos corrected
martignoni [Tue, 13 Apr 2004 18:15:08 +0000 (18:15 +0000)]
Added a new string for use in the upcoming events block.
koenr [Tue, 13 Apr 2004 14:58:38 +0000 (14:58 +0000)]
pollishing translation
koenr [Tue, 13 Apr 2004 14:49:26 +0000 (14:49 +0000)]
typo
defacer [Tue, 13 Apr 2004 12:19:33 +0000 (12:19 +0000)]
Added a new string for use in the upcoming events block.
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
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.
martignoni [Mon, 12 Apr 2004 09:45:41 +0000 (09:45 +0000)]
Added string "refreshingevents". Used in restore.
moodler [Mon, 12 Apr 2004 06:34:44 +0000 (06:34 +0000)]
Use the fullname function to display name on minmal forum listings
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.
stronk7 [Sat, 10 Apr 2004 22:24:23 +0000 (22:24 +0000)]
Avoid one warning where $content and $list were empty.
koenr [Sat, 10 Apr 2004 20:08:44 +0000 (20:08 +0000)]
filling in missing string with some help from Eloy
stronk7 [Sat, 10 Apr 2004 00:03:45 +0000 (00:03 +0000)]
Added string "refreshingevents". Used in restore.
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 :-)
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.
stronk7 [Fri, 9 Apr 2004 21:41:00 +0000 (21:41 +0000)]
Update a bit.
adamtpaw [Fri, 9 Apr 2004 19:18:34 +0000 (19:18 +0000)]
few updates
martignoni [Fri, 9 Apr 2004 16:04:35 +0000 (16:04 +0000)]
Optional use of the HTML editor and other fixes.
martignoni [Fri, 9 Apr 2004 16:01:25 +0000 (16:01 +0000)]
Unset $string['default'] variable fixed.
moodler [Fri, 9 Apr 2004 13:12:36 +0000 (13:12 +0000)]
Tiny typo
bobopinna [Fri, 9 Apr 2004 07:50:26 +0000 (07:50 +0000)]
Update to 1.3develop
bobopinna [Fri, 9 Apr 2004 07:07:32 +0000 (07:07 +0000)]
Easter cleaning. File not yet translated. Old wrong adding.