moodler
e5890e7160
file.php now calculates content-length correctly for filtered text and HTML files.
...
Bug 1240
2004-04-26 03:41:45 +00:00
moodler
3315ee39b1
Fixed a hard-coded string. bug 1269
2004-04-26 03:01:00 +00:00
moodler
426c04370a
FIx to help PostgreSQL .... fix from Bruno Vernier Bug 1270
2004-04-26 02:54:55 +00:00
gniske
dc7afaa7e1
Added missing files
2004-04-25 22:20:13 +00:00
gniske
e96dcc765a
Added missing strings
2004-04-25 22:18:21 +00:00
stronk7
ff4c50a9a2
As showing/hiding "Save my answers" button was based in empty($results),
...
moved $results->attemptbuildsonthelast to $attemptbuildsonthelast.
This was introduced in my latest CVS version, trying to take out
some notices...solved now.
2004-04-25 09:16:19 +00:00
stronk7
c18490b89b
Take our some notices...
2004-04-25 08:43:42 +00:00
moodler
c23ec730b9
Some fixes to improve editing of rtl languages
2004-04-25 03:54:25 +00:00
moodler
8496c4af27
Calendar support for the Chat module
2004-04-25 03:05:58 +00:00
moodler
36257d39d5
Check attachment variable to prevent warnings
2004-04-25 02:15:48 +00:00
moodler
7969713a4f
Added gz
2004-04-25 02:11:48 +00:00
moodler
fce9c67b20
Fix for bug 1268
2004-04-25 01:43:20 +00:00
moodler
48bef97ce6
Deleted a bad line to fix bug 1237
2004-04-24 15:45:39 +00:00
moodler
5c87e15a0a
Solution for bug 1258 I think ... needs testing
2004-04-24 15:08:57 +00:00
moodler
bbb56db78a
New functions by Jenny Watt, to make workshops show up on Recent Activity
...
workshop_get_recent_mod_activity()
workshop_print_recent_mod_activity()
Thanks, Jenny!
2004-04-24 12:47:52 +00:00
martignoni
82dbaf5493
French translation added
2004-04-24 12:43:19 +00:00
martignoni
4a0d7d422c
Some slight modifications
2004-04-24 12:42:47 +00:00
moodler
c69cb506b8
Don't send out notifications for hidden assignments until they are unhidden
...
Bug 1259
2004-04-24 04:51:56 +00:00
stronk7
9b690d2b48
Now encoding some fields to be non-ASCII aware. Thanks to Petr Skoda.
...
See bug 1266 (http://moodle.org/bugs/bug.php?op=show&bugid=1266&pos=14 ).
Applied the same patch to alias too!!
2004-04-24 00:48:57 +00:00
stronk7
56eea82e08
First version of inter-activities mantained in backup/restore.
...
All the conversion to some pseudo-codes are done at backup time.
In the restore process, every link is decoded to new ids.
For now, this is supported:
- In backup:
-all links to forums are encoded.
- In restore:
- all links to forums are decoded.
- from forums (post->message).
- from resources (resource->alltext).
The process requires a backup made with the same version (because it
has to be properly encoded at backup time). Old backups will work
without conversions at all.
Only tested with some little courses.
It would be perfect to have some "big" course to test it.
Please, test and feedback, ciao :-)
2004-04-24 00:40:45 +00:00
martignoni
3f00574fc6
Typo corrected
2004-04-23 20:44:51 +00:00
martignoni
dc8ebcb9eb
Strings for handling the time display format.
2004-04-23 06:45:47 +00:00
moodler
cf55faf8e8
Deal with apostrophes better in assignments
2004-04-22 16:30:01 +00:00
stronk7
e91e2b6a36
Now the scheduled_backup needs lib/blocklib.php to be able to
...
backup & restore blocks configuration. Done!!
2004-04-22 13:49:45 +00:00
carlesbellver
d192fce493
*** empty log message ***
2004-04-22 12:00:41 +00:00
carlesbellver
0a9398c167
*** empty log message ***
2004-04-22 11:40:25 +00:00
andreabix
293c959426
Changed group event color to better differentiate Group and Course event
2004-04-22 11:37:02 +00:00
defacer
1b0ebe79b1
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.
2004-04-22 09:02:23 +00:00
defacer
c867774d76
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... :)
2004-04-22 07:11:55 +00:00
moodler
72957fa54b
FIxed a character escpaping problem, recently introduced bug 1250
2004-04-22 06:02:41 +00:00
koenr
701f6a7e38
pollishing translation
...
Special thanks to Marie Lesy for rereading.
2004-04-21 21:38:55 +00:00
koenr
951ed6e974
typo (mising < can mess things up)
2004-04-21 17:50:54 +00:00
stronk7
acf4fe1773
Solved one issue that caused the show/hide option to fail.
...
See bug 1255 (http://moodle.org/bugs/bug.php?op=show&bugid=1255 )
2004-04-21 16:18:51 +00:00
moodler
2aa3970439
Blank
2004-04-21 12:19:53 +00:00
stronk7
229f852a8a
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) :-)
2004-04-20 23:28:46 +00:00
stronk7
5216e2c63c
This hasn't sense because get_list_of_plugins() exclude it
...
using its new parameter.
2004-04-20 17:47:36 +00:00
moodler
0cb77f5adf
Fixing a recent change to get_list_of_plugins that was causing
...
auth/db to be invisible bug 1245
2004-04-20 15:14:15 +00:00
defacer
95a892257c
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.
2004-04-20 13:00:39 +00:00
defacer
053c98cff9
Fixed a whole bunch of warnings and minor bugs, which all shared a common cause:
...
The preferences screens weren't handling filter changes correctly.
2004-04-20 12:49:02 +00:00
defacer
562727705f
Upgrade with more intelligent CSS rules.
...
Maybe needs some color changes, but I 'm not really much of an interior decorator... :)
2004-04-20 12:14:57 +00:00
defacer
9087d5e219
Upgrade with more intelligent CSS rules.
...
This one needed color changes.
2004-04-20 12:03:20 +00:00
defacer
ec1a875cbb
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!
2004-04-20 11:57:41 +00:00
defacer
65660de888
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".
2004-04-20 11:41:18 +00:00
defacer
66c785e1a5
Upgrade with more intelligent CSS rules.
...
Looks like no calendar colors need to be changed from standard.
2004-04-20 11:18:35 +00:00
defacer
496659193f
Upgrade with more intelligent CSS rules.
2004-04-20 11:17:31 +00:00
defacer
92668ad2e5
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? ;)
2004-04-20 11:14:55 +00:00
defacer
2b7591ccbc
Fixed an "unset variable" warning in the filter controls in the upcoming events calendar screen.
2004-04-20 09:27:59 +00:00
defacer
1f695119c5
Admins can now filter events by course and set events for groups and courses
...
regardless of whether they are course members.
2004-04-20 09:21:30 +00:00
defacer
6c127628a7
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! :)
2004-04-20 08:44:06 +00:00
defacer
d7baeddac5
Grand Bugslayer Eloy at work again: Hiding the blocks if they have no content
...
should mean "if they have no content AND no footer".
2004-04-20 08:38:56 +00:00