Commit Graph

455 Commits

Author SHA1 Message Date
skeeter
182520a2e8 This directory is not needed. This will help in bringing a more mangable size to the 0.9.10 release. 2001-04-03 01:39:08 +00:00
skeeter
ec8b580cd6 Fix for bug #413189 - event_set_class() 2001-04-02 23:46:41 +00:00
Miles Lott
18218cf1a4 Add missing gifs 2001-04-02 21:31:47 +00:00
skeeter
f67a1de2cd Various fixes... including the footer for weekly, and for handling daily events on/or about midnight. 2001-04-02 17:24:57 +00:00
skeeter
64c204cf5f Fixes to the displaying of multi-day events; monthly, weekly, and daily view. Various speed enhancements in queries. Now only retrieves repeating events that have not expired before day in question. 2001-04-01 20:49:49 +00:00
skeeter
db7db70a0b Fix for header having )) 2001-04-01 14:56:27 +00:00
skeeter
62085db3de This now makes the private/public option when creating new events a configurable item through preferences. 2001-04-01 13:58:55 +00:00
Miles Lott
665fee4ee7 Fix acl prefs for all templates 2001-03-31 16:17:47 +00:00
skeeter
87c7e669c4 This fixes the search function not returning on an empty search. 2001-03-31 14:55:03 +00:00
skeeter
3444e0f725 Added the errormsg to display. 2001-03-31 14:36:24 +00:00
skeeter
1a5570fcad Was not setting the interval properly. Also, added the alarm setting to the object. 2001-03-31 14:35:00 +00:00
skeeter
4a28aaf69f Was not setting the interval properly. 2001-03-31 14:33:40 +00:00
skeeter
ff561ad805 This adds the change_owner() function for changing ownership of calendar events when deleting a user. Also, this fixes the view of a calendar to properly display repeating event info. 2001-03-31 14:32:50 +00:00
skeeter
1309e1b37b This fixes 3 problems. 1) The serializing of class elements that are themselves classes didn't keep the class name; 2) When validating events, the date check was not getting spanning days correctly; 3) When displaying Overlapping events, the users timezone was not taken into account. 2001-03-31 14:30:13 +00:00
skeeter
7b48b8dd0a This fixes 3 problems. 1) When returning back from the edit_entry_handler it wasn't displaying the error code; 2) The serializing of class elements that are themselves classes didn't keep the class name; 3) When creating new events, they default to public events. 2001-03-31 14:26:41 +00:00
jengo
7803b5c945 Some how this file returned from the dead 2001-03-31 11:42:27 +00:00
jengo
858526aa7e Moved acl to work off the new common acl preferences 2001-03-31 11:09:54 +00:00
skeeter
36becd4638 cosmetic cleanups in source code. 2001-03-31 00:57:47 +00:00
jengo
e3bf56f192 added new templates 2001-03-30 22:28:46 +00:00
skeeter
106ae427a7 Small cosmetic cleanups to the code.. nothing visible to the user. 2001-03-30 12:43:44 +00:00
skeeter
69546b8bc3 Through a breakline in the repeating days. 2001-03-30 12:42:25 +00:00
skeeter
8aea75f953 Backed out the calendar categories from preferences. This is scheduled for 0.9.11 2001-03-30 12:41:37 +00:00
skeeter
0224d6d9da Misnamed hook file. This will now either delete all records for the user or change ownership to another user when deleting a user. 2001-03-30 04:42:23 +00:00
skeeter
63f2065f03 Misnamed hook file 2001-03-30 04:00:10 +00:00
skeeter
3313bb0a39 Changed to . 2001-03-30 02:32:23 +00:00
skeeter
69ef94cd17 New hook for deleting ALL records for a user when the user is deleted from the system. 2001-03-30 02:16:23 +00:00
skeeter
7802bddfdb Re-applying fix for double 28's in October. 2001-03-27 02:15:07 +00:00
skeeter
89d8d84378 Fix for improper weekstarts on months that begin on sunday. 2001-03-27 00:32:11 +00:00
skeeter
110b3a18f4 Fix for bug #411157 - Free/Busy and fullnames 2001-03-25 13:34:42 +00:00
skeeter
ffe0f08d7c Added the ability to set a category to the event. This is NOT fully functional, but it falls in line with libmcal. 2001-03-24 05:06:45 +00:00
skeeter
4f49fdc555 Increased the size of the label column 2001-03-24 05:02:01 +00:00
skeeter
d914646bb9 Changed how the All/Private filter works. Only displays the filter choices if you have PHPGW_ACL_PRIVATE ACL granted to you. 2001-03-24 05:01:02 +00:00
skeeter
a144dd8639 Added the Private field to the view 2001-03-24 04:59:10 +00:00
skeeter
b7207cffaf Written the delete_calendar() for sql. 2001-03-23 03:13:23 +00:00
skeeter
4c4d43ef8c Cleanups for disallowing past events to generate email messages. 2001-03-23 03:12:47 +00:00
skeeter
5876b46223 fix for recurring enddate YEAR 2001-03-22 18:30:35 +00:00
skeeter
c5e34d10b5 Fix for the 12/24 hour problem identified in the mailing list 2001-03-22 01:36:47 +00:00
skeeter
f38505501e CHnages for day view. Looks like devel code has had this for a while, which would display improper records for users other than yourself. 2001-03-20 04:45:42 +00:00
skeeter
3a826ab4a6 Added extra checking on grabbing group info from record 2001-03-20 04:44:00 +00:00
skeeter
7a9a260941 Removed a parameter. 2001-03-20 04:15:04 +00:00
skeeter
8b682ee5b7 Weekly matrix now follows ACL permissions 2001-03-20 03:34:41 +00:00
skeeter
691fcb01ca Fix for refreshing. Improper link() 2001-03-20 03:33:47 +00:00
skeeter
204e6c6514 This now places the current user into the global grants variable 2001-03-20 03:33:02 +00:00
skeeter
fc023e192f This may fix the problem with private entries in the time matrix view. 2001-03-20 02:49:32 +00:00
skeeter
4409541de7 This fixes a problem with the daily view not spanning enough rows 2001-03-20 02:34:39 +00:00
skeeter
45767449dc Fix for bug #409624 - Improper handling of daylight savings time changeover 2001-03-20 00:45:41 +00:00
skeeter
d54902d50a Timematrix now displays the events time in the status bar 2001-03-20 00:26:52 +00:00
skeeter
9d6ca0fcd6 Possible fix for a memory exhaustion error 2001-03-19 03:39:12 +00:00
jengo
847cced1c5 Fixed bad link() calls 2001-03-18 18:34:14 +00:00
skeeter
dfb85b25cd This should solve the ignore option on overlaps. 2001-03-18 18:32:54 +00:00
skeeter
a497895d1a This is the final version. 2001-03-18 18:32:22 +00:00
skeeter
e3f85931ce narrowing in.. 2001-03-18 18:10:05 +00:00
skeeter
ec649569a4 narrowing in.. I think accounts->exists() is really screwed 2001-03-18 17:47:09 +00:00
skeeter
b4dd1a649b more debug statements 2001-03-18 17:39:30 +00:00
skeeter
c5e0330b9e added html comment to debug the participant problem 2001-03-18 17:04:22 +00:00
skeeter
4082448a0e Changed the variable to force it to an integer 2001-03-18 17:03:11 +00:00
skeeter
c9b57e3e5b Using new PHPGW_ACL_PRIVATE ACL type 2001-03-18 13:41:29 +00:00
skeeter
81f47a6b7b This should fix the needle having to be greater than 0 problem 2001-03-18 13:06:01 +00:00
skeeter
44527de79e Fixed the problem with private entries always displaying. Start of vCalendar class 2001-03-17 19:39:56 +00:00
skeeter
1b39b03c9c added new preference to display status 2001-03-17 19:37:52 +00:00
skeeter
b3ac135a54 fixes for each() error 2001-03-16 04:28:23 +00:00
skeeter
2f71738de8 fix for private title/description settings 2001-03-16 03:56:32 +00:00
skeeter
b1c830af8c fix for bug #408734 - event_set_recur_daily() not found 2001-03-16 03:06:11 +00:00
skeeter
ef61adecc9 fix for saving of priority and a fix for is_private() missing parameter 3 2001-03-16 03:02:03 +00:00
skeeter
06e5b896d4 more fixes for the participants problem 2001-03-16 02:41:45 +00:00
skeeter
3b01bdf279 should fix the participants problem 2001-03-16 01:54:22 +00:00
skeeter
93760572cf commenting dead code (I Hope) 2001-03-15 05:38:57 +00:00
skeeter
739f3d0906 minor fix for setting designated mailbox owner 2001-03-15 05:37:52 +00:00
skeeter
6a57ebb641 advanced emailing allows to send on behalf of 2001-03-15 05:36:48 +00:00
skeeter
3c93f4f0e2 fixed trying to view deleted calendar items 2001-03-15 02:47:29 +00:00
skeeter
25c869484e fix for public/private settings 2001-03-15 02:46:04 +00:00
skeeter
407b7f0a8c missing paramters to fetch_event() 2001-03-14 12:21:52 +00:00
skeeter
130a36248a stronger type casting 2001-03-14 03:00:13 +00:00
skeeter
fdd6c6e954 minor changes to work for both email/squirrelmail 2001-03-14 02:58:27 +00:00
skeeter
ede96854ab various fixes 2001-03-13 05:03:50 +00:00
skeeter
d57e692c9a new displays items status in title 2001-03-12 04:30:15 +00:00
skeeter
a57cb8ea5b uses internal view function 2001-03-12 03:45:30 +00:00
skeeter
82dc6f2b07 something to maintain users status when editing existing events 2001-03-12 03:44:43 +00:00
skeeter
629790873c new functionality - can set status 2001-03-12 03:18:02 +00:00
Miles Lott
04b64dd8a2 Update link() call to submit to this file as required 2001-03-11 05:39:29 +00:00
skeeter
f370c71909 first app to support app specific email 2001-03-11 04:20:24 +00:00
skeeter
ab7f21802a timematrix now takes into account peoples preference of 12/24 hour 2001-03-11 04:17:58 +00:00
skeeter
30ddc12b8e small changes to the email subject line 2001-03-11 04:17:21 +00:00
skeeter
2ea00b49c8 fixed misspelling of No Response 2001-03-11 04:15:00 +00:00
skeeter
922c7b03c9 fixes to play nice with phpGW-Message-Type 2001-03-10 18:22:25 +00:00
skeeter
a5944bd9dd missed a closing tick mark 2001-03-10 18:19:13 +00:00
skeeter
880b6bbc6f missed a link() call 2001-03-10 04:52:12 +00:00
skeeter
4cef072493 updated link() and finalized email updates 2001-03-10 04:48:19 +00:00
skeeter
a3f62fa7cf rearrangement of defines to base class 2001-03-09 18:03:00 +00:00
skeeter
6f695b6997 email updates, need to do preferences and email receiver -- NOT IMPLEMENTED, link() fixes 2001-03-09 12:23:12 +00:00
jengo
c264cdcea5 Cleaned up link() calls 2001-03-08 09:56:18 +00:00
skeeter
d5a4a0bc7e new code for email notification - NOT IMPLEMENTED 2001-03-07 19:02:25 +00:00
skeeter
1be6c501ae fixes for saving entries and start of response system 2001-03-07 01:28:52 +00:00
skeeter
fd3ff3ed4f beginnings of meeting acceptance 2001-03-06 12:07:33 +00:00
skeeter
2711d7ed03 cleanups to make more generic for iCal 2001-03-05 04:33:00 +00:00
skeeter
3a63d04278 fixes to work with new class layout 2001-03-04 18:37:08 +00:00
skeeter
429878b180 footer is now a template 2001-03-04 14:15:32 +00:00
skeeter
c345b4cdf2 finish with vCAL stubs 2001-03-04 04:13:04 +00:00
skeeter
41a159d0e0 fixes for the free/busy time matrix 2001-03-03 03:55:01 +00:00
skeeter
518325dcb4 more ICAL support 2001-03-02 04:20:41 +00:00
skeeter
68e7eb4d91 stops editing of private events if no permission to do so 2001-03-02 04:19:58 +00:00
skeeter
5439880d7f stops deleting of events if no permission to do so 2001-03-02 03:49:02 +00:00
skeeter
16323572bd stops editing of events if no permission to do so 2001-03-02 03:41:56 +00:00
skeeter
bd18c2ef93 can now grant groups you are not associated with 2001-03-02 02:37:38 +00:00
skeeter
427cc1b593 new ICAP functions 2001-03-01 04:13:30 +00:00
skeeter
eca7a024de fix for pgsql 2001-03-01 03:49:13 +00:00
skeeter
43765754ae built SQL fetch_event() 2001-02-27 04:42:18 +00:00
skeeter
bf76a6497f more prep work to introduce ICAL 2001-02-26 12:23:48 +00:00
skeeter
f50b8cc6fe preference.php now template based 2001-02-25 16:08:31 +00:00
skeeter
ff2d5f6cdd prep work for ICAL integration 2001-02-25 04:06:15 +00:00
skeeter
5fabf01a2b fix for viewing entries and added more ICal support 2001-02-24 15:56:52 +00:00
skeeter
80ebe2cf16 improper default prefs for calendar 2001-02-22 05:30:54 +00:00
skeeter
7c14403a63 fix for private entries 2001-02-22 05:25:53 +00:00
skeeter
8b5f954c1c matrix's fixed to handle new api structure 2001-02-20 03:48:39 +00:00
skeeter
5ba2a1cdde various code formatting changes 2001-02-20 03:48:00 +00:00
skeeter
bad09776e3 fixes for acl - not working with day view 2001-02-19 04:33:25 +00:00
skeeter
f77791bf6d converts groups to individual members 2001-02-18 23:29:12 +00:00
skeeter
6db8b326d2 acl is 100% integrated 2001-02-18 22:33:10 +00:00
skeeter
f114de0d95 about 80% complete with ACL 2001-02-17 14:22:33 +00:00
skeeter
d5bfd7d34f change of the initialization of the calendar 2001-02-15 04:16:06 +00:00
skeeter
584c8dd637 change of the initialization of the calendar 2001-02-15 04:12:31 +00:00
skeeter
5197dc3b66 array meets coding std 2001-02-14 04:36:44 +00:00
skeeter
84a7fb811d ACL incorporation - about 50% done 2001-02-14 02:58:46 +00:00
seek3r
d80f6a4e79 working toward app install/upgrdae within setup prog 2001-02-13 10:53:18 +00:00
skeeter
cdcde444b7 disable adding from month view if insufficient rights 2001-02-13 04:12:53 +00:00
skeeter
9075a8a120 up to date and allows designating groups/users to view private items 2001-02-13 03:04:32 +00:00
skeeter
5de5b936ab readjust grantor record layout 2001-02-13 01:00:16 +00:00
skeeter
639eb3dafe adding ACL and ICal support 2001-02-12 04:58:36 +00:00
skeeter
ac5d17af78 another try at beginning acl support 2001-02-11 19:11:35 +00:00
skeeter
c7117b52de separation for ICal support 2001-02-11 13:30:09 +00:00
skeeter
89c174dcbc now works with new api - beginnings of ACL support 2001-02-11 02:38:50 +00:00
jengo
cf3564035a Setup will now read the directorys and figure out which applications are present, then it will insert into the phpgw_applications table depending on what was found 2001-02-10 19:47:39 +00:00
skeeter
1dc8dcb19b newest version 2001-02-08 03:26:18 +00:00
izzy
7fb4fe8e36 corrected table name in sql statements 2001-02-07 23:12:28 +00:00
jengo
1054c949b4 Fixed session->update_session_info() should only be called if its for the current session 2001-02-07 15:27:19 +00:00
skeeter
7535e51660 *** empty log message *** 2001-02-07 12:20:21 +00:00
skeeter
68c6bc703f home hooks work again 2001-02-07 12:05:15 +00:00
skeeter
5299bab0f9 calendar's work again with new layout - next step - add acl supp 2001-02-07 11:53:44 +00:00
skeeter
0874b8c2bd works with new api layout 2001-02-07 04:39:27 +00:00
skeeter
ffaa602338 calendar should work again 2001-02-04 20:29:45 +00:00
skeeter
563eb7e2d7 clears up the each() warning messages 2001-02-01 04:16:31 +00:00
skeeter
691a2a1f52 now works with updated acl class 2001-02-01 04:09:22 +00:00
skeeter
b1cf1322a6 preps for editgroup/newgroup and calendar 2001-01-31 05:51:52 +00:00
skeeter
f24fa93c1e fix for overlapping of events not overlapping 2001-01-27 01:40:03 +00:00
skeeter
1804a9213c made day view on home page editable 2001-01-26 18:34:53 +00:00
skeeter
6f0c6678be repeating events work correctly now 2001-01-26 13:15:38 +00:00
skeeter
27c6fc6ed1 now displays the title - description 2001-01-26 04:22:15 +00:00
skeeter
53a67b7722 fixes and prep for acl integration 2001-01-26 04:10:58 +00:00
skeeter
de2aa31d33 fixed paging and searching.. still problems 2001-01-25 17:56:25 +00:00
skeeter
6c15e4a6d3 now updates properly to acl table 2001-01-25 04:32:14 +00:00