Revisions for kronolith/fb.php

Location: [ Horde ] / kronolith / fb.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.25.10.10 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:32 AM Jan Schneider jan

Happy New Year

Tags: KRONOLITH_2_3, KRONOLITH_2_3_RC1, KRONOLITH_2_2, KRONOLITH_2_2_RC3, KRONOLITH_2_2_RC2

1.42 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

1.25.10.9 FRAMEWORK_3 (+9 -5 lines) 12/20/2007 09:12 AM Jan Schneider jan

Merge from HEAD.

1.25.10.8 FRAMEWORK_3 (+2 -1 lines) 11/16/2007 08:30 AM Jan Schneider jan

MFH: 1.41

Tags: KRONOLITH_2_1_8, KRONOLITH_2_1_7

1.41 (+2 -1 lines) 11/16/2007 08:25 AM Jan Schneider jan

Set the timezone.

Tags: BEFORE_MERGE_3_2, KRONOLITH_2_2_RC1

1.40 (+2 -1 lines) 07/18/2007 05:46 PM Chuck Hagenbuch chuck

Shouldn't need a session here either.

Tags: KRONOLITH_2_2_ALPHA

1.25.10.7 FRAMEWORK_3 (+8 -2 lines) 06/19/2007 03:20 AM Jan Schneider jan

MFH: 1.39

Tags: KRONOLITH_2_1_6

1.39 (+8 -2 lines) 06/18/2007 09:24 PM Chuck Hagenbuch chuck

[cjh] Send iCalendar data as UTF-8 (Bug #5427).

1.25.10.6 FRAMEWORK_3 (+2 -2 lines) 02/15/2007 02:11 PM Jan Schneider jan

MFH: When providing fb info for a user (not a single calender) use this user's identity instead of the first calendar's owner's.

Tags: KRONOLITH_2_1_5

1.38 (+2 -2 lines) 02/15/2007 02:09 PM Jan Schneider jan

When providing fb info for a user (not a single calender) use this user's identity instead of the first calendar's owner's.

1.25.10.5 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:55 AM Jan Schneider jan

Happy New Year

1.37 (+2 -2 lines) 01/02/2007 07:48 AM Jan Schneider jan

Happy New Year

1.36 (+5 -3 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.35 (+4 -3 lines) 09/21/2006 11:28 PM Chuck Hagenbuch chuck

Move Free/Busy functions to a seperate class.

1.25.10.4 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:29 PM Jan Schneider jan

Happy new year

Tags: KRONOLITH_2_1_4, KRONOLITH_2_1_3, KRONOLITH_2_1_2, KRONOLITH_2_1_1, KRONOLITH_2_1, KRONOLITH_2_1_RC3, KRONOLITH_2_1_RC2, KRONOLITH_2_1_RC1

1.34 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.25.10.3 FRAMEWORK_3 (+24 -5 lines) 10/18/2005 08:27 AM Jan Schneider jan

Merged from HEAD.

1.33 (+2 -2 lines) 05/19/2005 08:25 PM Chuck Hagenbuch chuck

typo

Tags: BEFORE_MERGE_3_1

1.32 (+12 -2 lines) 05/19/2005 04:46 PM Chuck Hagenbuch chuck

// If the free/busy calendars preference is empty, default to
// the user's default_share preference, and if that's empty,
// to their username.

1.31 (+2 -2 lines) 05/12/2005 03:53 PM Chuck Hagenbuch chuck

avoid cache key collisions

1.30 (+2 -2 lines) 04/26/2005 12:15 PM Ben Chavet ben

Don't use pref caching for other users

1.29 (+4 -7 lines) 04/24/2005 11:10 PM Chuck Hagenbuch chuck

[cjh] Fix assumptions about users being logged in when fetching free/busy
information (tasin (at) fhm (dot) edu, Bug #1850).

1.28 (+16 -4 lines) 04/10/2005 12:07 AM Chuck Hagenbuch chuck

[cjh] fb.php now accepts ?u= arguments as well as ?c=, for displaying a
user's chosen free/busy calendars, allowing users control of which
calendars block out free/busy time without changing the free/busy URL
(kevin_myer@iu13.org, Bug #1683).

1.25.10.2 FRAMEWORK_3 (+5 -5 lines) 03/22/2005 04:52 AM Jan Schneider jan

MFH 1.27

Tags: KRONOLITH_2_0_7, KRONOLITH_2_0_6, KRONOLITH_2_0_5, KRONOLITH_2_0_4, KRONOLITH_2_0_4_RC1, KRONOLITH_2_0_3, KRONOLITH_2_0_3_RC1

1.27 (+5 -5 lines) 03/22/2005 04:26 AM Jan Schneider jan

Looks like PHP CGI creates broken PATH_INFO vars if not explicitely told
otherwise. First check for the c parameter to make sure that at least the URLs
we generate ourselves are always working.

Bug: 1599

1.26 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.25.10.1 FRAMEWORK_3 (+2 -2 lines) 01/03/2005 07:25 AM Jan Schneider jan

Happy New Year

Tags: KRONOLITH_2_0_2, KRONOLITH_2_0_2_RC1, KRONOLITH_2_0_1

1.25 (+5 -2 lines) 09/19/2004 12:40 AM Chuck Hagenbuch chuck

- remove some unused templates
- collapse another table into a simpler div/span set
- some minor source cleanups

Tags: FRAMEWORK_3, KRONOLITH_2_0, KRONOLITH_2_0_RC3, KRONOLITH_2_0_RC2, KRONOLITH_2_0_RC1, KRONOLITH_2_0_BETA

1.24 (+12 -4 lines) 08/30/2004 10:56 AM Chuck Hagenbuch chuck

[cjh] The Horde_Cache:: API has been completely rewritten to take
advantage of the new ZPS4 api for content caching, which allows
a more familiar caching API overall. The old zps driver has been
dropped because of this.

1.23 (+2 -2 lines) 05/20/2004 05:06 PM Chuck Hagenbuch chuck

Include filename (Etienne Goyer <etienne.goyer@linuxquebec.com>).

1.22 (+2 -2 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.21 (+1 -2 lines) 03/22/2004 11:54 AM Chuck Hagenbuch chuck

Fix freebusy generation.

Tags: KRONOLITH_2_0_ALPHA

1.20 (+3 -3 lines) 01/24/2004 03:04 PM Chuck Hagenbuch chuck

[cjh] Various $no_auth and $self_contained_auth flags have been standardized
into an AUTH_HANDLER constant, which if defined signals the application
that it should not check permissions upon calling $registry->pushApp(),
as the calling script will handle that itself, or is a system-level cron
job/script/etc.
[cjh] Add an option to $registry->pushApp() to specify whether or not to check
application permissions.

1.19 (+2 -2 lines) 01/01/2004 10:15 AM Jan Schneider jan

Happy new year everyone.

1.18 (+2 -2 lines) 12/13/2003 12:38 PM Michael M Slusarz slusarz

Move Horde_Data to framework.

1.17 (+2 -2 lines) 10/28/2003 05:26 PM Jan Schneider jan

Move Cache classes to the framework module.

1.16 (+2 -1 lines) 10/21/2003 09:14 AM Chuck Hagenbuch chuck

Use $no_auth instead of the more complicated/error-prone isFreeBusyUrl().

1.15 (+2 -2 lines) 09/25/2003 06:11 PM Jan Schneider jan

Remove dependency on registry and Horde_Framework from Cache. It's a
standalone package with a dependancy on Util.

1.14 (+2 -2 lines) 09/16/2003 07:05 PM Jan Schneider jan

Use the new Util:: class.

1.13 (+2 -2 lines) 06/19/2003 02:47 PM Chuck Hagenbuch chuck

LOG_* constants -> PEAR_LOG_*

1.12 (+2 -2 lines) 05/28/2003 04:45 PM Chuck Hagenbuch chuck

Send this as text/calendar, instead of text/plain.

1.11 (+4 -13 lines) 02/11/2003 03:58 PM Chuck Hagenbuch chuck

- Move Cache_session to Horde_SessionObjects - the semantics just
aren't the same as the rest of the Cache drivers.

- Rename Cache:: to Horde_Cache:: for consistency/packaging.

- The Horde_Cache:: API is completely revamped to be more
flexible/easy to use.

- Add Horde_Cache_zps::, which lets you use the Zend Performance Suite
output cache as your caching backend.

1.10 (+13 -8 lines) 02/05/2003 03:30 PM Chuck Hagenbuch chuck

- Include the current user in the cache ID for free/busy info;
otherwise, you can easily circumvent permissions.

- Don't call tasks/list or meetings/list if we're not logged in and
the application in question doesn't allow guests.

1.9 (+12 -3 lines) 01/04/2003 08:22 AM mikec

Move caching of freebusy output to fb.php. Allow a start and end date to be specified in  generateFreeBusy().
Set the identitie's name as the common name of the organiser if we have it.
Comments

1.8 (+2 -2 lines) 01/02/2003 09:17 PM Jan Schneider jan

Bump year.

1.7 (+2 -45 lines) 12/20/2002 05:01 PM Chuck Hagenbuch chuck

Cache free/busy info for an hour

1.6 (+3 -2 lines) 12/16/2002 06:48 AM Jan Schneider jan

Check if the calendar exists before checking its permissions.

1.5 (+33 -3 lines) 11/22/2002 02:56 PM Chuck Hagenbuch chuck

[cjh] Kronolith now generates free/busy information for any calendar that the
      viewer has _PERMS_SHOW permission to. This can be used in, e.g., Outlook
      for scheduling meetings, etc.

1.4 (+3 -6 lines) 11/15/2002 12:15 PM Chuck Hagenbuch chuck

More cleanup. Might be a few SQL nits left.

1.3 (+2 -2 lines) 09/16/2002 04:15 PM Chuck Hagenbuch chuck

[cjh] Use Kronolith::listEvents() everywhere, so there is only one body
      of code to debug/add to for listing of events.
[cjh] Show Nag tasks, if requested, on all views.

1.2 (+9 -83 lines) 09/14/2002 01:29 AM Chuck Hagenbuch chuck

the code now _is_ in a global function.

1.1 09/03/2002 12:50 AM Chuck Hagenbuch chuck

Start on free/busy support. Not functional yet - just gathers events.