Revisions for kronolith/attendees.php

Location: [ Horde ] / kronolith / attendees.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.44 (+7 -6 lines) 09/05/2008 11:32 AM Jan Schneider jan

Start refactoring to pass dates around, instead of timestamps. Not completely tested yes, use with care.

1.7.8.22 FRAMEWORK_3 (+4 -2 lines) 05/25/2008 10:53 AM Jan Schneider jan

MFH: 1.43

Tags: KRONOLITH_2_2

1.43 (+4 -2 lines) 05/25/2008 10:09 AM Jan Schneider jan

Document what kind of attendee data we support.

1.7.8.21 FRAMEWORK_3 (+3 -7 lines) 05/25/2008 08:10 AM Jan Schneider jan

MFH: 1.42

1.42 (+3 -7 lines) 05/25/2008 08:01 AM Jan Schneider jan

Revert 1.39, it breaks the possibility to add attendees without addresses.

1.7.8.20 FRAMEWORK_3 (+3 -2 lines) 04/24/2008 12:27 PM Gunnar Wrobel wrobel

MFH

Tags: KRONOLITH_2_2_RC3

1.41 (+3 -2 lines) 04/24/2008 12:27 PM Gunnar Wrobel wrobel

Catch invalid mail errors. Bug: 6607.

1.7.8.19 FRAMEWORK_3 (+59 -31 lines) 03/15/2008 11:59 AM Jan Schneider jan

MFH: 1.40

1.40 (+59 -31 lines) 03/15/2008 11:31 AM Jan Schneider jan

CS

1.7.8.18 FRAMEWORK_3 (+6 -2 lines) 02/15/2008 01:23 AM Chuck Hagenbuch chuck

MFH:
1.39      +6 -2      kronolith/attendees.php
1.416     +2 -0      kronolith/docs/CHANGES

1.39 (+6 -2 lines) 02/15/2008 01:21 AM Chuck Hagenbuch chuck

[cjh] Use the Free/Busy default domain on the attendee entry page as well
(Bug #6146).

1.7.8.17 FRAMEWORK_3 (+9 -2 lines) 12/31/2007 07:41 PM Chuck Hagenbuch chuck

MFH:
1.38      +9 -2      kronolith/attendees.php
1.408     +2 -0      kronolith/docs/CHANGES
1.156     +1 -1      kronolith/templates/edit/edit.inc

Tags: KRONOLITH_2_2_RC2

1.38 (+9 -2 lines) 12/31/2007 07:39 PM Chuck Hagenbuch chuck

[cjh] If JavaScript is available, open the Attendees window set to the current
event's date (Request #5813).

1.7.8.16 FRAMEWORK_3 (+2 -2 lines) 12/24/2007 10:38 PM Chuck Hagenbuch chuck

MFH: [cjh] Fix handling of local names in attendees.php
(m.gabriel@das-netzwerkteam.de, Bug #6041).

1.37 (+2 -2 lines) 12/24/2007 10:38 PM Chuck Hagenbuch chuck

[cjh] Fix handling of local names in attendees.php
(m.gabriel@das-netzwerkteam.de, Bug #6041).

1.7.8.15 FRAMEWORK_3 (+103 -40 lines) 12/20/2007 09:12 AM Jan Schneider jan

Merge from HEAD.

1.7.8.14 FRAMEWORK_3 (+2 -2 lines) 11/16/2007 08:32 AM Jan Schneider jan

MFH: 1.36

Tags: KRONOLITH_2_1_8, KRONOLITH_2_1_7

1.36 (+2 -2 lines) 11/16/2007 07:49 AM Jan Schneider jan

The owner of this free/busy information is always the current user.

Tags: BEFORE_MERGE_3_2, KRONOLITH_2_2_RC1

1.35 (+31 -31 lines) 10/30/2007 06:17 PM Chuck Hagenbuch chuck

[cjh] When adding attendees, parse email groups and add each member
individually (Bug #5812).

1.34 (+34 -14 lines) 08/25/2007 09:14 PM Chuck Hagenbuch chuck

[cjh] Run attendee email address through MIME::encodeAddress() before
validating them (Bug #5670).

Actually we now parse them, then validate them based on the
information gotten from parsing them. A little awkward, but it's well
commented and should be quite robust now.

1.33 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

Tags: KRONOLITH_2_2_ALPHA

1.32 (+16 -17 lines) 06/18/2007 11:20 PM Chuck Hagenbuch chuck

minor if/else nesting cleanup; make sure to exit after Location header.

1.31 (+7 -7 lines) 06/15/2007 11:27 AM Chuck Hagenbuch chuck

Use $_SESSION['kronolith']['attendees'] to "namespace" our session data better.

1.30 (+2 -2 lines) 04/16/2007 03:04 PM Chuck Hagenbuch chuck

Use $_SERVER['REQUEST_TIME'] instead of calling time() repeatedly.

1.29 (+5 -3 lines) 04/10/2007 02:31 PM Jan Schneider jan

Validate attendees and only show warning if attendees has an email address.
Bug: 5227
Submitted by: thomas (dot) jarosch (at) intra2net (dot) com

1.28 (+16 -1 lines) 03/27/2007 09:22 AM Jan Schneider jan

Allow do edit existing event attendees.

1.27 (+23 -15 lines) 03/06/2007 10:24 AM Jan Schneider jan

Allow to specify attendees without email addresses.

1.26 (+26 -9 lines) 03/06/2007 09:27 AM Jan Schneider jan

Allow to specify attendee names with the email addresses.

1.25 (+7 -7 lines) 01/28/2007 07:17 PM Chuck Hagenbuch chuck

[cjh] Add ContactAutoCompleter javascript to the attendees screen
(Request #1635).

1.24 (+2 -1 lines) 01/17/2007 05:53 AM Jan Schneider jan

Add month tab to free/busy view.
Bug: 4896
Submitted by: Gunnar Wrobel <wrobel@pardus.de>

1.7.8.13 FRAMEWORK_3 (+2 -2 lines) 01/11/2007 01:17 PM Jan Schneider jan

MFH: Use lowercase mailto: for better Apple iCal compatibility.

Tags: KRONOLITH_2_1_6, KRONOLITH_2_1_5

1.23 (+2 -2 lines) 01/11/2007 01:09 PM Jan Schneider jan

Use lowercase mailto: for better Apple iCal compatibility.

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

Happy New Year

1.22 (+2 -2 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.21 (+2 -2 lines) 10/20/2006 10:37 AM Jan Schneider jan

Fix class and method name.
Bug: 4544

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

Move Free/Busy functions to a seperate class.

1.7.8.11 FRAMEWORK_3 (+12 -10 lines) 07/19/2006 01:12 PM Jan Schneider jan

MFH: 1.19

Tags: KRONOLITH_2_1_4, KRONOLITH_2_1_3

1.19 (+12 -10 lines) 07/19/2006 11:35 AM Jan Schneider jan

Use email address if organizer is empty.

1.7.8.10 FRAMEWORK_3 (+7 -1 lines) 05/22/2006 05:52 AM Jan Schneider jan

MFH: 1.18

Tags: KRONOLITH_2_1_2

1.18 (+7 -1 lines) 05/22/2006 05:49 AM Jan Schneider jan

Add "Save and Finish" button to attendees popup.

1.7.8.9 FRAMEWORK_3 (+20 -10 lines) 04/11/2006 06:24 AM Jan Schneider jan

MFH: 1.17

Tags: KRONOLITH_2_1_1

1.17 (+20 -10 lines) 04/11/2006 06:16 AM Jan Schneider jan

Automatically add current user's free/busy data. I could have sworn I did this
already.

1.7.8.8 FRAMEWORK_3 (+4 -4 lines) 02/03/2006 06:20 AM Jan Schneider jan

MFH: 1.16

Tags: KRONOLITH_2_1, KRONOLITH_2_1_RC3

1.16 (+4 -4 lines) 02/03/2006 06:10 AM Jan Schneider jan

Make "Clear All" work again.

1.7.8.7 FRAMEWORK_3 (+5 -9 lines) 02/02/2006 08:29 PM Jan Schneider jan

MFH: 1.15

1.15 (+5 -9 lines) 02/02/2006 08:24 PM Jan Schneider jan

Simplify form evaluation. What a mess.

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

Happy new year

Tags: KRONOLITH_2_1_RC2, KRONOLITH_2_1_RC1

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

Happy new year\!

1.7.8.5 FRAMEWORK_3 (+15 -12 lines) 10/18/2005 08:27 AM Jan Schneider jan

Merged from HEAD.

1.13 (+2 -2 lines) 08/03/2005 11:56 PM Chuck Hagenbuch chuck

ton of free/busy updates. the code is a bit easier to understand now
and the html is a bunch cleaner. also includes whatever bug number
that was for honoring the twenty_four preference.

Tags: BEFORE_MERGE_3_1

1.12 (+14 -11 lines) 08/03/2005 07:33 PM Chuck Hagenbuch chuck

Some attendees screen cleanups. Adds an address book button per #1635,
as well as expand names, but expand names isn't functional yet.

1.7.8.4 FRAMEWORK_3 (+2 -2 lines) 07/18/2005 03:24 PM Matt Selsky selsky

MFH: Double-quote gettext strings.

Tags: KRONOLITH_2_0_7, KRONOLITH_2_0_6, KRONOLITH_2_0_5, KRONOLITH_2_0_4, KRONOLITH_2_0_4_RC1

1.11 (+2 -2 lines) 07/18/2005 03:18 PM Matt Selsky selsky

Double-quote gettext strings.

1.7.8.3 FRAMEWORK_3 (+2 -2 lines) 04/22/2005 11:11 AM Jan Schneider jan

MFH attendees.php: 1.10; attendees.inc: 1.16

Tags: KRONOLITH_2_0_3, KRONOLITH_2_0_3_RC1

1.10 (+2 -2 lines) 04/22/2005 10:45 AM Jan Schneider jan

Simplify

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

Happy New Year

1.7.8.2 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.7.8.1 FRAMEWORK_3 (+2 -2 lines) 12/23/2004 12:59 PM Jan Schneider jan

MFH

1.8 (+2 -2 lines) 12/23/2004 12:51 PM Jan Schneider jan

Convert remaining delete icons.

1.7 (+134 -5 lines) 11/08/2004 02:58 PM Chuck Hagenbuch chuck

attendeesview.php isn't used anymore, and these include files out in the main dir have been bugging me for weeks.

Tags: FRAMEWORK_3, KRONOLITH_2_0, KRONOLITH_2_0_RC3, KRONOLITH_2_0_RC2, KRONOLITH_2_0_RC1

1.6 (+2 -4 lines) 10/19/2004 03:02 PM Chuck Hagenbuch chuck

Move .js files that contain no PHP code to horde/js/. Adapt calls to them.
Also, remove several scripts that were basically duplicates of popup.js and
just use popup.js.

Tags: KRONOLITH_2_0_BETA

1.5 (+8 -120 lines) 05/25/2004 04:34 AM stuart

Moved the attendee handling code to separate files, which are used by the popup attendees screen (attendees.php) and the new attendees view (attendeesview.php). The difference between the new 'view' screen and the existing attendees screen is that the new one shows the Kronolith menu, as well as hides the 'dismiss' button.

Changed the date handling code in the attendees files to use 'timestamp' instead of 'date', to be consistent with the other top-level kronolith views (changing dates within a view affects other views as well)

Added a Free/Busy menu item, which links to attendeesview.php

1.4 (+2 -2 lines) 05/24/2004 08:14 AM stuart

Move the f/b legend out of the class="item" td into a separate non-classed row, so that the "light" style of the legend text shows up properly.
Toggle display of the f/b lenged through the show_fb_legend pref instead of show_legend.

1.3 (+10 -9 lines) 05/02/2004 10:29 PM Chuck Hagenbuch chuck

Nits, spacing, comments, spelling, etc.

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

No more HORDE_LIBS.

1.1 03/11/2004 10:40 PM Chuck Hagenbuch chuck

Migrate functionality from Moment to Kronolith for creating meetings,
tracking attendees, and sending updates via iTip.

Submitted by: Stuart Binge <s.binge@codefusion.co.za>

Tags: KRONOLITH_2_0_ALPHA