[moodle] / moodle / calendar / set.php Repository:

Log of /moodle/calendar/set.php

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Feb 10 03:50:11 2010 WST (5 weeks, 2 days ago) by skodak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
MDL-20204 some more steps away from html_select

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Jan 16 23:40:14 2010 WST (2 months ago) by skodak
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 10:51:01 2009 WST (5 months, 2 weeks ago) by samhemelryk
Branch: MAIN
Changes since 1.23: +100 -80 lines
Diff to previous 1.23
calendar MDL-19793 Upgrade deprecated calls and added set_url calls

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Aug 28 02:40:44 2009 WST (6 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.22: +9 -10 lines
Diff to previous 1.22
MDL-20169 fixed coding style, parameter type required

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jun 1 22:25:05 2008 WST (21 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
MDL-14679 towards /calendar conversion

Revision 1.15.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 08:06:49 2007 WST (2 years, 4 months ago) by whchuang
Branch: MOODLE_15_STABLE
Changes since 1.15: +31 -22 lines
Diff to previous 1.15 , to next main 1.26
Fixed MDL-10353. Note that this problem is now fixed in 1.5.x, 1.8.x, 1.9.x and HEAD, but not yet in 1.6.x and 1.7.x (not yet backported).

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.14.1 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 22:48:54 2007 WST (2 years, 11 months ago) by moodler
Branch: MOODLE_16_STABLE
CVS Tags: MOODLE_165, MOODLE_166, MOODLE_167, MOODLE_168, MOODLE_169, MOODLE_16_WEEKLY
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 , to next main 1.26
Restoring changes all the changes in MOODLE_16_STABLE since MOODLE_16_BETA.

This had to be done because the MOODLE_16_STABLE branch tags were moved.

Hopefully after this MOODLE_16_STABLE will be back to how it was (and a
proper branch) but some of the history may look a bit odd.

See MDL-9032 for more discussion and details.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 22:49:43 2007 WST (3 years ago) by defacer
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17
Changing email addresses that caught my eye in the comments.

Revision 1.17.6.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 22:49:15 2007 WST (3 years ago) by defacer
Branch: MOODLE_18_STABLE
CVS Tags: MOODLE_18
Changes since 1.17: +5 -5 lines
Diff to previous 1.17
Changing email addresses that caught my eye in the comments.

Revision 1.17.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 22:48:50 2007 WST (3 years ago) by defacer
Branch: MOODLE_17_STABLE
CVS Tags: MOODLE_172, MOODLE_173, MOODLE_174, MOODLE_175, MOODLE_176, MOODLE_177, MOODLE_17_MERGED, MOODLE_17_WEEKLY
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 , to next main 1.26
Changing email addresses that caught my eye in the comments.

Revision 1.16.8.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 22:44:17 2007 WST (3 years ago) by defacer
CVS Tags: MOODLE_16_MERGED
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 , to next main 1.26
Changing email addresses that caught my eye in the comments.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Sep 5 16:50:23 2006 WST (3 years, 6 months ago) by toyomoyo
Branch: MAIN
CVS Tags: MOODLE_17, MOODLE_171, MOODLE_17_BETA, MOODLE_17_BETA2, MOODLE_18_BETA, MOODLE_18_GROUPS_PRE, MOODLE_18_GROUPS_PRE_MERGE
Branch point for: MOODLE_17_STABLE, MOODLE_18_GROUPS, MOODLE_18_STABLE
Changes since 1.16: +1 -2 lines
Diff to previous 1.16
adding capabilities

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.15 - (view) (download) (annotate) - [select for diffs]
Wed Jan 12 19:55:00 2005 WST (5 years, 2 months ago) by defacer
Branch: MAIN
CVS Tags: MOODLE_15, MOODLE_151, MOODLE_152, MOODLE_153, MOODLE_154, MOODLE_15_BETA, MOODLE_15_MERGED
Branch point for: MOODLE_15_STABLE
Changes since 1.14: +5 -1 lines
Diff to previous 1.14
Merging fix for reopened bug 1384 from STABLE.

Fix for bug 2252:
You can now choose to have the calendar "remember" your filter settings
between logins.

Some extra code in calendar/lib.php for DST. It doesn't currently affect
how Moodle works.

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 />
- &amp; 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.10 - (view) (download) (annotate) - [select for diffs]
Mon May 24 22:25:04 2004 WST (5 years, 9 months ago) by defacer
Branch: MAIN
CVS Tags: MOODLE_13, MOODLE_131, MOODLE_134, MOODLE_135, Moodle_13_pre14merge
Branch point for: MOODLE_13_STABLE, Moodle_14_dev
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Fixed stupid bug I put in a couple of hours ago.

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.8 - (view) (download) (annotate) - [select for diffs]
Mon May 24 19:40:34 2004 WST (5 years, 9 months ago) by defacer
Branch: MAIN
Changes since 1.7: +12 -2 lines
Diff to previous 1.7
The course link in the breadcrumbs now mirrors the active course filter.

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.6 - (view) (download) (annotate) - [select for diffs]
Fri May 21 19:24:22 2004 WST (5 years, 9 months ago) by defacer
Branch: MAIN
Changes since 1.5: +0 -6 lines
Diff to previous 1.5
Bye bye event details view...

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.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 23:28:15 2004 WST (5 years, 11 months ago) by moodler
Branch: MAIN
CVS Tags: PREBLOCKS
Checking in latest calendar code!  Looking great, Jon!

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7