Log of /moodle/calendar/set.php
Parent Directory
Revision
1.17.6.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 2 14:26:58 2007 WST (2 years, 5 months ago) by
toyomoyo
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_1810,
MOODLE_1811,
MOODLE_183,
MOODLE_184,
MOODLE_185,
MOODLE_186,
MOODLE_187,
MOODLE_188,
MOODLE_189,
MOODLE_18_MERGED,
MOODLE_18_WEEKLY
Changes since
1.17.6.2: +11 -4 lines
Diff to
previous 1.17.6.2
, to
branch point 1.17
, to
next main 1.26
MDL-10353, calendar not keeping course id in url, backporting MDL-10084
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 22 21:23:21 2007 WST (2 years, 8 months ago) by
dwoolhead
Branch:
MAIN
CVS Tags:
MOODLE_19,
MOODLE_191,
MOODLE_192,
MOODLE_193,
MOODLE_194,
MOODLE_195,
MOODLE_196,
MOODLE_197,
MOODLE_19_BETA,
MOODLE_19_MERGED,
MOODLE_19_WEEKLY
Branch point for:
MOODLE_19_STABLE
Changes since
1.20: +3 -1 lines
Diff to
previous 1.20
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses
Revision
1.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 21 23:46:04 2007 WST (2 years, 8 months ago) by
dwoolhead
Branch:
MAIN
Changes since
1.19: +11 -4 lines
Diff to
previous 1.19
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 6 12:28:14 2007 WST (2 years, 10 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.18: +4 -1 lines
Diff to
previous 1.18
calendar: performance optimisations + behaviour fix (MDL-7416 MDL-9617)
With 2500 courses the calendar was causing around 15000 queries at login and 5000 on the home page.
- Replaced queries inside loops with single unlooped queries.
- Fixed calendar so that course events will show when the users role is assigned at a category level.
- Moved calendar_session_vars() function call out of calendar/lib.php (including a lib should not have side effects)
Author: Matt Clarkson - with some conflict resolution from MartinL
Revision
1.17.6.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 6 12:26:40 2007 WST (2 years, 10 months ago) by
martinlanghoff
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_181,
MOODLE_182
Changes since
1.17.6.1: +4 -1 lines
Diff to
previous 1.17.6.1
, to
branch point 1.17
calendar: performance optimisations + behaviour fix (MDL-7416 MDL-9617)
With 2500 courses the calendar was causing around 15000 queries at login and 5000 on the home page.
- Replaced queries inside loops with single unlooped queries.
- Fixed calendar so that course events will show when the users role is assigned at a category level.
- Moved calendar_session_vars() function call out of calendar/lib.php (including a lib should not have side effects)
Author: Matt Clarkson - with some conflict resolution from MartinL
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 15 22:58:17 2005 WST (4 years, 9 months ago) by
thepurpleblob
Branch:
MAIN
CVS Tags:
MOODLE_16,
MOODLE_161,
MOODLE_162,
MOODLE_163,
MOODLE_164,
MOODLE_16_AUTHREFACTOR_PRE,
MOODLE_16_BETA,
MOODLE_16_MULTIENROL_MP1,
MOODLE_16_MULTIENROL_PRE,
MOODLE_16_UTF8_PRE,
MOODLE_17_NEWGROUPS_PRE
Branch point for:
MOODLE_16_AUTHREFACTOR,
MOODLE_16_MULTIENROL,
MOODLE_16_STABLE,
MOODLE_16_UTF8,
MOODLE_17_NEWGROUPS,
MOODLE_17_ROLES
Changes since
1.15: +15 -15 lines
Diff to
previous 1.15
Replaced require_variable() and optional_variable() with required_param()
and optional_param(). Other tweaks to suit.
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 17 01:10:30 2004 WST (5 years, 6 months ago) by
gustav_delius
Branch:
MAIN
Changes since
1.13: +2 -2 lines
Diff to
previous 1.13
XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 2 16:13:26 2004 WST (5 years, 9 months ago) by
defacer
Branch:
MAIN
CVS Tags:
MOODLE_13_MERGED,
MOODLE_14,
MOODLE_141,
MOODLE_142,
MOODLE_143,
MOODLE_144,
MOODLE_145,
MOODLE_14_BETA,
MOODLE_14_MERGED,
MOODLE_14_RESOURCE_PRE,
MOODLE_15_LDAP_PRE
Branch point for:
MOODLE_14_RESOURCE,
MOODLE_14_STABLE,
MOODLE_15_LDAP
Changes since
1.12: +2 -2 lines
Diff to
previous 1.12
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.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 1 22:12:26 2004 WST (5 years, 9 months ago) by
defacer
Branch:
MAIN
Changes since
1.11: +1 -3 lines
Diff to
previous 1.11
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?
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 28 18:53:51 2004 WST (5 years, 9 months ago) by
defacer
Branch:
MAIN
Changes since
1.10: +5 -7 lines
Diff to
previous 1.10
Merging the changes from 1.4 dev branch (site index blocks + various bugfixes)
Revision
1.10.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 27 21:47:44 2004 WST (5 years, 9 months ago) by
defacer
Branch:
Moodle_14_dev
Changes since
1.10: +5 -7 lines
Diff to
previous 1.10
, to
next main 1.26
Warning: monster commit! ;-)
------------------------
MAJOR CHANGES:
------------------------
** 1 **
Moved print_side_block() and print_side_block_start() from course/lib.php to
weblib.php. This seems like a good idea, considering I kept including the
whole library just for this.
** 2 **
Changed the declarations of these two functions! Not in a drastic way, but
the $width parameter is lost and replaced by an array with HTML attributes.
The way to replicate the "old" behavior now is:
print_side_block_start($title, array('style' => 'width: 180px;'));
which also has the nice and intentional side effect of printing content that
validates even for XHTML 1.0 Strict. It also allows much greater flexibility
for the blocks, which is a requirement for another top secret feature ;-)
I have updated ALL the code in the default installation to be up-to-date with
these changes.
------------------------
NEW FEATURES:
------------------------
** 1 **
Blocks for the site home page! :-)
** 2 **
Changed the TOPICS format to put sequentially numbered html ID attributes
in each section, using the new print_side_block(). This is another step for
the top secret new feature...
** 3 **
Updated all blocks to have a nice HTML id attribute. See above.
------------------------
OTHER CHANGES:
------------------------
** 1 **
The admin block now has dual behavior, depending on whether it's displayed
in course 1 (site home page) or not.
** 2 **
Removed a whole lot of now-useless code from course/lib.php
------------------------
BUGFIXES:
------------------------
Removed warning in participants block if the user is a guest
Removed warning in calendar/lib.php if the user is a guest
When logging in "on the way" to a course, user events start as shown,
correcting the buggy behavior that exists in release 1.3.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 24 20:12:41 2004 WST (5 years, 9 months ago) by
defacer
Branch:
MAIN
Changes since
1.8: +7 -4 lines
Diff to
previous 1.8
The filters are back with a vengeance in event.php! Coupled with the breadcrumb
course mirroring, everything works like a charm now! :-)
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 21 21:51:02 2004 WST (5 years, 9 months ago) by
defacer
Branch:
MAIN
Changes since
1.6: +2 -2 lines
Diff to
previous 1.6
* 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
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 21 18:54:46 2004 WST (5 years, 9 months ago) by
defacer
Branch:
MAIN
Changes since
1.4: +66 -66 lines
Diff to
previous 1.4
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
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 20 23:16:41 2004 WST (5 years, 9 months ago) by
defacer
Branch:
MAIN
Changes since
1.3: +7 -11 lines
Diff to
previous 1.3
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
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 20 17:58:14 2004 WST (5 years, 9 months ago) by
defacer
Branch:
MAIN
Changes since
1.2: +4 -4 lines
Diff to
previous 1.2
Minor modification to the way the course event filter works
(same functionality but more robust now).
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 20 20:49:02 2004 WST (5 years, 10 months ago) by
defacer
Branch:
MAIN
CVS Tags:
Moodle_13_Beta
Changes since
1.1: +5 -2 lines
Diff to
previous 1.1
Fixed a whole bunch of warnings and minor bugs, which all shared a common cause:
The preferences screens weren't handling filter changes correctly.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.