moodler
fc6a0c9fff
Re-fixed bug 1488 hack
2004-06-04 07:21:15 +00:00
moodler
7613890851
BRANCH MERGE
...
These are the changes from MOODLE_13_STABLE, merged into trunk
The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point
The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
defacer
7b38bfa6fd
More changes to time calculations. Now they are done as indeed the prophet Martin
...
foresaw that they could be, that is simple and elegant. The previous solution did the
job I guess, but it was based on a naive approach...
2004-06-02 11:21:14 +00:00
defacer
9d567178e2
Fixed a bug: up till now, day boundaries were calculated modulo 86400, which
...
is correct only for GMT+0 timezones. Fixed it in upcoming events displays to
separate days as they are in the user's timezone, will continue to pursue this.
2004-06-02 09:15:07 +00:00
defacer
08cebf196e
Fix all requires() to use absolute paths (Sun boxes have problems with relative
...
paths, it seems). Also, login is required to view the calendar of any course
other than the site.
2004-06-02 08:13:26 +00:00
defacer
f52f741334
Fix for bug 1503:
...
Things are now easier for visitors and guests. We should do some regression
testing though: if you are a visitor or a guest and then you login (either
after browsing the site or immediately by typing a Moodle URL in the location
bar, without having a Moodle session at all), do user events always get shown
correctly? Does anything abnormal happen to the courses filter?
2004-06-01 14:12:26 +00:00
defacer
61ddaf3bce
Removed useless stuff
2004-06-01 12:02:13 +00:00
defacer
9cb8879b6b
Minor changes, Martin's fix for bugs 1502, 1184 (duplicated) confirmed.
2004-06-01 10:40:20 +00:00
moodler
c9b05b32fa
Some fixes to HTML quoting in calendar popups.
...
Fixes bug 1502.
2004-05-31 05:11:22 +00:00
gustav_delius
c589ed7fd8
A hack to fix bug 1488. html editor needs $course object defined. Should perhaps be solved differently in the long run.
2004-05-29 16:24:38 +00:00
defacer
89adb17442
Merging the changes from 1.4 dev branch (site index blocks + various bugfixes)
2004-05-28 10:53:54 +00:00
moodler
520491b633
FIxed line feeds
2004-05-27 05:45:30 +00:00
defacer
7bd1677c72
Fix for bug 1462:
...
Warnings removed.
2004-05-26 11:03:27 +00:00
moodler
707fbef498
Fixed defaulting $SESSION->cal_show_user
2004-05-25 06:36:09 +00:00
moodler
c3f463caca
Filters now work on "month" page!
2004-05-25 02:00:26 +00:00
defacer
d56d4e230f
Some speed improvements for the calendar month blocks.
2004-05-24 14:45:02 +00:00
defacer
43db620d22
Fixed stupid bug I put in a couple of hours ago.
2004-05-24 14:25:04 +00:00
defacer
c3553a553f
Small bugfix: when entering the calendar with "on-the-fly" login, the breadcrumbs
...
now display correctly. Even though there isn't normally any link that allows you
to do this.
2004-05-24 14:20:32 +00:00
defacer
11b0ffe898
Adding event from day view defaults to that day for event start.
2004-05-24 12:28:38 +00:00
defacer
0d5d9de2ba
Fixed a bug just introduced before in the event type selection screen.
2004-05-24 12:23:08 +00:00
defacer
eb15f829b6
The filters are back with a vengeance in event.php! Coupled with the breadcrumb
...
course mirroring, everything works like a charm now! :-)
2004-05-24 12:12:41 +00:00
defacer
3756ef3d48
The course link in the breadcrumbs now mirrors the active course filter.
2004-05-24 11:40:34 +00:00
defacer
2ef75eee2f
Fixed a couple of warnings which happened if you accessed a course while
...
not being logged in, during the redirection to login screen.
2004-05-24 11:10:00 +00:00
defacer
2727648d55
Gotcha! The event time in day view didn't respect the user's time format
...
preference. Now it does.
2004-05-24 10:54:52 +00:00
defacer
fbb56b9db7
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.
2004-05-24 10:49:01 +00:00
defacer
c635dcda6c
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).
2004-05-24 10:35:43 +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
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
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
moodler
421b0337b6
Fix to allow ordinary users to edit events. :-)
2004-05-23 16:21:40 +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
552064d391
Some improvements in display
...
I'm not finished yet, just checking in to continue on another server
2004-05-22 07:14:49 +00:00
moodler
27a353e6f9
Prevent blank entries
2004-05-22 05:13:08 +00:00
moodler
2d88c72afa
Better fix for courses menu
2004-05-22 04:32:35 +00:00
moodler
ed05bdfa9d
Some cleanups for the courses menu
2004-05-22 04:28:36 +00:00
defacer
f10f1b7bdc
* 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
2004-05-21 13:51:02 +00:00
defacer
8792061c55
Modified to use popup_form() instead of custom code
2004-05-21 13:03:59 +00:00
defacer
f434283f4f
Bye bye event details view...
2004-05-21 11:24:22 +00:00
defacer
34bf3ad4f3
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
2004-05-21 10:54:46 +00:00
moodler
14fcda781a
Tiny fix to improve display of date ranges
2004-05-21 05:49:37 +00:00
moodler
d8bb005603
Removed referer for site events ($site is not a valid global anyway)
2004-05-21 05:35:54 +00:00
moodler
43ef6722c7
Tweak to calendar event (full display) column widths
2004-05-20 17:40:11 +00:00
moodler
1b1e79f55c
Use the new images in pixpath
2004-05-20 17:30:20 +00:00
defacer
9a2ba13e51
One more bugfix introduced just now: enabling course events shouldn't
...
enable site events, too.
2004-05-20 15:36:20 +00:00
defacer
43c3ffbe22
Major calendar overhaul:
...
1. Much better and more intuitive handling of filters.
2. Simplified user interface for guests.
3. Feature request implemented: bug #1431
4. A number of significant bugfixes
2004-05-20 15:16:42 +00:00
defacer
250712fd7f
Minor modification to the way the course event filter works
...
(same functionality but more robust now).
2004-05-20 09:58:14 +00:00