Commit Graph

624 Commits

Author SHA1 Message Date
skeeter
4938d19d66 Fix for proper displaying of private entries. 2001-06-16 21:05:38 +00:00
skeeter
e1a68b0862 Nothing worth noting. 2001-06-16 19:10:26 +00:00
skeeter
0f055a3543 This fixes various little errors. One important thing is that when checking for overlapping events, it does not take into account repeating events. 2001-06-16 19:09:21 +00:00
skeeter
18372e44a5 Fixes for the rename of the constants to fit in line with mcal support 2001-06-16 19:07:12 +00:00
skeeter
86c62fda42 Fixes for php 4.0.5 2001-06-14 01:31:02 +00:00
bettina
f6def14ca4 update langs 2001-06-12 04:03:56 +00:00
bettina
2e254ae715 update langs 2001-06-12 03:00:11 +00:00
bettina
77d909e507 update langs 2001-06-12 02:38:13 +00:00
bettina
82be6c9aa8 update langs 2001-06-11 22:27:53 +00:00
Miles Lott
de09cdc60d Now seems to be a working upgrade 2001-06-11 17:09:16 +00:00
Miles Lott
bee1d3fa6f Using db wrappers in schema_proc, add missing function 2001-06-11 01:55:38 +00:00
skeeter
f6bfb99964 More condensed way of displaying the response choices. 2001-06-11 01:54:11 +00:00
skeeter
5098bae2ea Fix for sending email updates on new events/appts. 2001-06-10 21:07:48 +00:00
skeeter
70173f91f1 Changed the location to a PHPGW_ constant. 2001-06-10 17:07:18 +00:00
skeeter
8f015c5087 More paramters added. 2001-06-10 17:05:51 +00:00
skeeter
31245329a2 Getting very close to having a partial-implementation of a vCal reader. 2001-06-10 04:02:50 +00:00
skeeter
8b27063017 Now in line with new hook naming convention. 2001-06-08 03:25:28 +00:00
skeeter
03a82af40e Updated the hooks for the calendar. 2001-06-08 03:21:59 +00:00
skeeter
4290218047 Now in line with new hook naming convention. 2001-06-08 02:56:18 +00:00
skeeter
9568a37f82 Now in line with new hook naming convention. 2001-06-08 02:47:07 +00:00
skeeter
1dd9c8edfe Fixes a problem of public/private and acl usage getting confused. 2001-06-08 00:55:40 +00:00
skeeter
3c4083748c Fixed a problem where the list of grantors was being reset when no owner being set. 2001-06-07 12:11:29 +00:00
skeeter
39358cbcf2 Another round of working on vCalendar. This might be the route I take on it though. 2001-06-07 03:18:35 +00:00
Miles Lott
5b411bcd9f Fix general syntax problems, will be moving to different return style soon 2001-06-06 00:13:50 +00:00
Miles Lott
640bb0b773 Add missing ';' 2001-06-05 21:18:57 +00:00
Miles Lott
4b9c00c914 Using new method of global phpgw_setup, then setting oProc. Most of these work now 2001-06-05 20:11:40 +00:00
Miles Lott
2aab6d95b1 Add lang files, split from main lang files 2001-06-04 16:29:13 +00:00
Miles Lott
8eacdb5cbb Remove spaces in = >, remove '' from int default values (not sure that is req.) 2001-06-04 14:37:40 +00:00
skeeter
bd705eef8c Fixed the setup_info variable and now returns True ALWAYS. This is at least for testing... 2001-06-04 03:46:31 +00:00
skeeter
1ce692b36a Should be up-to-date. Still need one upgrade path from 0.9.10pre4. 2001-06-04 03:29:26 +00:00
skeeter
3d4251a1c7 Fixes for current calendar structure. 2001-06-04 03:28:02 +00:00
Miles Lott
6bb6470ec8 Add enable flag 2001-06-03 20:56:46 +00:00
skeeter
8a855989a5 made a fix to seek3r's fix. Introduced the interval preference to the user. 2001-06-03 01:06:12 +00:00
seek3r
7df8c9ccc9 fixed problem with trying to use count() on the return of an array in php3 2001-06-02 22:01:39 +00:00
skeeter
0feb9fe210 More php3 support. 2001-06-02 03:33:42 +00:00
skeeter
d17e4d5648 Cleanup for php3 support. 2001-06-01 03:55:05 +00:00
seek3r
4b1390eb0f had to make several changes and cleanups for php3 compatibility 2001-05-31 10:11:18 +00:00
skeeter
4538dde870 TONS of fixes.. Major changes in preparation of turning on ICAP server. 2001-05-31 04:34:00 +00:00
skeeter
8538655d81 Small fix to change case of the locale to upper case. 2001-05-31 04:05:13 +00:00
skeeter
0c0264ccdd Fix for bug #428603 - Calendar preferences wrong with categories 2001-05-30 18:01:07 +00:00
seek3r
1def56a2c4 updating for the new dev versioning 2001-05-30 17:48:20 +00:00
Miles Lott
7827d25bfe Updates to some tables_current and setup_inc files 2001-05-29 14:13:03 +00:00
skeeter
f70a82232f Fix for bug #427656 - Delete of user. 2001-05-27 13:39:04 +00:00
Miles Lott
ab460baab1 Correct cal_type default, should be undefined 2001-05-25 03:45:27 +00:00
Miles Lott
329a51bf2b Add tables_current, update setup.inc.php 2001-05-25 03:28:42 +00:00
skeeter
9b2fe727c3 Fix for deleting events. 2001-05-24 11:23:29 +00:00
Miles Lott
ba54e7d972 Add correct table names 2001-05-24 08:18:41 +00:00
skeeter
775e90b953 This is a better design for admin/preference hooks. Can now be globally modified from each of the appropriate index files. 2001-05-24 01:13:09 +00:00
skeeter
0da8fdf53e This should solve the problem with repeating events. 2001-05-23 00:44:04 +00:00
skeeter
4142411d03 Removed the parameter as being a reference value. Wasn't working when passing strictly a hard coded value. 2001-05-21 17:08:36 +00:00
skeeter
25f39e4837 More changes to meet new class layout. 2001-05-21 11:12:58 +00:00
skeeter
551661182f A few more fixes for the calendar. 2001-05-21 03:20:31 +00:00
skeeter
8e8c43ccd7 This fixes the private icon. It was displaying no matter which option you had selected. 2001-05-20 22:53:56 +00:00
skeeter
50d363f3cd Finished all changes from yesterdays partial cleanup. Inching closer to support ICAP and is now even more OOP. I think a little more work on this and it'll be ready for a full ICAP test. 2001-05-20 21:11:52 +00:00
skeeter
e04122b79b New class - will handle all date/time conversions from realworld to phpGW handling. 2001-05-20 16:37:09 +00:00
skeeter
ede2d05e7a New functionality in holiday management. Can now create new holidays and submit them to the central repository for inclusion to future releases. 2001-05-20 15:08:25 +00:00
skeeter
cc91bb484a Fix for the holiday management search. 2001-05-20 02:02:05 +00:00
skeeter
1951be85fa Fix for the holiday management search. 2001-05-20 02:02:05 +00:00
skeeter
eb6f2707cc Calendar now uses the datetime class. 2001-05-20 01:20:40 +00:00
seek3r
85a3b35de4 I have decided that setup.inc.php will contain all the details about the app, which setup will need to know. I am removing all other existing files that served the same purpose. I may switch to setup.xml at some point... but not yet 2001-05-19 06:09:07 +00:00
skeeter
d33f029162 Should finish the basic holiday management. 2001-05-19 04:43:55 +00:00
skeeter
95bde96cef Should finish the basic holiday management. 2001-05-19 03:24:36 +00:00
skeeter
b1278421dc In the day view, I changed the background image to a background color. 2001-05-19 00:28:23 +00:00
skeeter
168fa729e8 Mini calendars are now a configurable option for printer friendly pages. 2001-05-18 11:31:44 +00:00
Miles Lott
ed13906357 Update calendar ver not api 2001-05-18 03:33:49 +00:00
Miles Lott
604c3b5292 Mkae function names unique 2001-05-18 03:28:54 +00:00
Miles Lott
822602403a New files for setup3 import 2001-05-18 03:19:49 +00:00
skeeter
f8e066e11f Fix for bug #424801 2001-05-18 02:18:23 +00:00
skeeter
0340b45566 Fix for bug #424854 - Holiday calculations not correct. 2001-05-18 00:18:17 +00:00
skeeter
5a6cf40e6b New JP holidays. 2001-05-17 01:53:05 +00:00
skeeter
71ecb0af10 Removed 'Scheduling Conflict' from template. 2001-05-17 01:14:29 +00:00
skeeter
325831f748 Calendar now has a little support for Arabic calendars. 2001-05-17 00:26:36 +00:00
skeeter
05fec0da11 This now sends email notifications for all changes of status. You cannot reset your status to 'No Response' once it has been either accepted/tentative/rejected. 2001-05-16 17:40:20 +00:00
skeeter
bda51d1136 Deleting of holidays now works. 2001-05-16 11:41:48 +00:00
skeeter
e65822c4bc Deleting of holidays now works. 2001-05-16 11:33:59 +00:00
skeeter
ad3f182503 No longer needed 2001-05-16 10:48:17 +00:00
skeeter
b7a9dac51f Should fix calendar searching. Searches was previously only searching in repeating events. Now searches either repeating events or std events. 2001-05-16 10:47:20 +00:00
jengo
e4de7df1b1 Converted admin hooks over to templates 2001-05-16 05:12:20 +00:00
skeeter
09509270c7 Updates are now being sent for Rejections. 2001-05-16 04:39:55 +00:00
skeeter
b7a4b1ca57 Can now save new holidays by locales. 2001-05-16 04:38:14 +00:00
skeeter
1de46d028c Updated the wording for Sending/Receiving email notifications. 2001-05-16 04:36:55 +00:00
skeeter
a227ddd92e Fix for improper API call. 2001-05-16 04:34:36 +00:00
skeeter
6a74d28760 After changing your status, this will return to your selected calendar home page. 2001-05-16 04:33:36 +00:00
skeeter
ef64fa62eb Fixed the email notification. 2001-05-16 03:01:02 +00:00
skeeter
6c511bdf96 Small cleanups for warnings. 2001-05-15 04:21:16 +00:00
skeeter
a141ef21be The addition of the private icon. 2001-05-15 04:17:35 +00:00
skeeter
5b48a4f753 minor fixes to the icons and the addition of the private icon. 2001-05-15 04:14:30 +00:00
skeeter
dda38958ea Condensing template files. 2001-05-15 04:13:20 +00:00
skeeter
0ab640ddc1 Holiday Management pages. -- Not completely finished.. still need to code the save portion of edit and add and delete. 2001-05-15 04:10:37 +00:00
skeeter
87db00fe42 small fix for observance rule, and additional code for mangement of holidays. 2001-05-15 04:05:38 +00:00
skeeter
c8f940a8ee Added a new field to the holiday table for observance rules. 2001-05-14 23:43:05 +00:00
skeeter
8361995000 Removed error when submitting entries. Trying to narrow problem with sending email notifications. 2001-05-14 03:58:11 +00:00
skeeter
0cfa7075b0 Fixes for calendar to use categories properly. 2001-05-14 03:57:15 +00:00
skeeter
dc7578a39a Various cleanups. Trying to remove some warnings when generating php errors to a file. 2001-05-14 03:54:40 +00:00
skeeter
7185c8fdb1 More controlled manual app. Controller can be more easily modified bya single source. 2001-05-14 00:18:12 +00:00
skeeter
3f0fc741fe No longer needed. 2001-05-13 03:59:17 +00:00
skeeter
5d3d8e252d Added the global cats to the calednar prefs. 2001-05-13 03:57:00 +00:00
skeeter
8eba7c5194 Small fixes to the holidays. 2001-05-13 03:55:09 +00:00
skeeter
43e2f4dc7c Shifting templates around. 2001-05-13 03:54:17 +00:00
skeeter
ca06ae64f2 Shifting the categories up to a higher level. 2001-05-13 03:53:24 +00:00
skeeter
740d647faf Trying to condense the template files down. 2001-05-13 03:48:17 +00:00
skeeter
0a12a5f757 No longer needed 2001-05-13 03:37:57 +00:00
skeeter
8ba043d9c9 Condensing template info into less files. 2001-05-13 03:23:11 +00:00
skeeter
dc4dbac026 No longer needed 2001-05-13 03:22:34 +00:00
angles
b63d389f34 templatization of preferences 2001-05-11 17:19:20 +00:00
skeeter
510ee96a69 Adding new images 2001-05-11 11:31:21 +00:00
skeeter
ab7e9f0da4 Missed updating this one. 2001-05-11 03:00:00 +00:00
skeeter
72aed692b2 New New manual - multi-language capabilities. 2001-05-11 02:50:44 +00:00
skeeter
5413566ef2 No longer needed 2001-05-11 02:50:02 +00:00
skeeter
4bb9b8e5a9 New manual 2001-05-10 03:18:58 +00:00
skeeter
537dfe14e9 Fixed the problem where calendar items were not being deleted. Tracked it down to a ->db overwrite problem where todo was using ->db and the deleteaccount.php page was using the same. 2001-05-09 03:21:14 +00:00
skeeter
856e26d09e cleanups of warnings 2001-05-09 03:08:07 +00:00
skeeter
18bf9da775 Fixed the problem where calendar items were not being deleted. Tracked it down to a ->db overwrite problem where todo was using ->db and the deleteaccount.php page was using the same. 2001-05-09 03:05:22 +00:00
skeeter
01563ab16f Made the timematrix a little smaller. It seemed to big for idsociety. 2001-05-08 17:54:44 +00:00
skeeter
e9f9189cd9 This should be the final format for the manual. 2001-05-08 01:17:31 +00:00
skeeter
5af7116030 New manual layouts 2001-05-06 16:37:40 +00:00
skeeter
750a297284 Fix for SF bug #416453 2001-05-06 02:20:27 +00:00
skeeter
b765f4bab3 It now displays a possible 2 icons. One is either a dot for a normal event, or a cyclic circle for a repeating event. The second is to indiciate that multiple participants/group are scheduled. Also, a few cleanups on the time display under NS. 2001-05-06 00:11:12 +00:00
skeeter
797d6e913d Changed the size of the time column on the day view a little more and fixed the template. 2001-05-05 04:47:26 +00:00
skeeter
04e38d6313 Changed the size of the time column on the day vew... 2001-05-05 04:38:33 +00:00
skeeter
83ef90283a More friendly on d/l'ing from the sites... 2001-05-05 04:14:00 +00:00
skeeter
c60ed75550 Had blank lines at end of file. 2001-05-03 11:34:36 +00:00
skeeter
e8a1d1843f Playing around with sizing of repeating event images. 2001-05-03 11:30:51 +00:00
skeeter
b097f16f42 New image for repeating events. Also, gonna add an image to designate multiple users involved (multi_1.gif). 2001-05-03 04:29:01 +00:00
skeeter
d6e11dd04a This now allows for following observance rules. 2001-05-03 02:28:26 +00:00
skeeter
f1ac28bc71 Fix for bug #420708. Also, restructured the holiday support. I think this will be the final structure. This gives the most flexibility, a single file to handle all future years. This does not care about previous years rules. 2001-05-02 23:23:48 +00:00
skeeter
1f7f42b124 This will complete holiday support for the calendar. Still need to create an admin page to create new hlidays and submit them to www.phpgroupware.org . 2001-05-01 19:29:38 +00:00
skeeter
a4064929a9 Holiday support is now working... Still need to add a mangement page 2001-05-01 03:26:17 +00:00
skeeter
d13d1de39b added missing ' 2001-04-30 22:00:22 +00:00
skeeter
30251068e6 Widened the preference page to accomodate for the country selection. 2001-04-30 03:07:50 +00:00
skeeter
94443dbf4f start of adding holiday support to the calendar 2001-04-30 03:07:05 +00:00
skeeter
9229c742b9 Fix for search not properly handling the redirect. 2001-04-30 02:19:03 +00:00
skeeter
41f65ac333 Wrote new function day_of_week(). 2001-04-28 23:51:52 +00:00
skeeter
0cd21d331d A couple of fixes... Not sure, but I do know this also adds in feature #418759. 2001-04-28 21:56:24 +00:00
skeeter
12e7072673 Fixes to the .002 upgrade for calendar 2001-04-27 17:37:59 +00:00
skeeter
f51ced506b Found 'public' is a keyword... Changed to 'is_public'. 2001-04-27 02:47:54 +00:00
skeeter
a078f7f58f Restructured the calendar database, added the categories, and fixed problem with repeating entries. 2001-04-27 02:20:55 +00:00
Miles Lott
e1a8dfd4df Fix spelling of repetition 2001-04-23 08:04:27 +00:00
Miles Lott
45f33ca426 Fix spelling of Tuesday 2001-04-23 07:02:18 +00:00
skeeter
46668ced72 mini-cal days not in current month are controlled as a parameter. Turned them off for year.php page. 2001-04-23 00:04:38 +00:00
skeeter
bc379b8c59 Changed the background of the mini-cal to always be transparent. 2001-04-22 23:51:11 +00:00
skeeter
5ae06fcf21 More multi-lingual compatible 2001-04-22 21:39:42 +00:00
skeeter
8ab6337b5a Fix for bug #417117 2001-04-21 17:43:25 +00:00
Miles Lott
56f405cd7a Change to phpversion() 2001-04-21 12:43:00 +00:00
skeeter
6a9d8a6fca Fix for bug #417168 2001-04-21 02:25:24 +00:00
skeeter
123912f5d5 Fix for bug #417383 and #417625 2001-04-21 01:51:18 +00:00
skeeter
0a9a90f25c Missed a variable for indication of participant in the viewing of events. 2001-04-21 01:03:26 +00:00
skeeter
a6353b0189 Found a problem in dealing with repeating entries and the time slots in the day view. These have been fixed. 2001-04-20 17:32:19 +00:00
skeeter
34b6239bdb Fix for bug #417400 2001-04-20 00:38:49 +00:00
skeeter
c214e83a93 Possible fixes for status not displaying on view.php 2001-04-19 17:45:54 +00:00