Commit Graph

1536 Commits

Author SHA1 Message Date
skeeter
c485583bdf Changes to accomodate new common preference 'country'. Also found problems with dealing with holidays from different countries when viewing other peoples calendars. 2001-06-22 01:59:41 +00:00
skeeter
3d0f6df1ff Changes to accomodate new common preference 'country'. 2001-06-22 01:58:08 +00:00
skeeter
467ec28d2b Small change to properly handle setting default preferences. 2001-06-22 01:01:23 +00:00
skeeter
0f204e662e Small patch to fix the lack of a locale being set in the users preferences. 2001-06-20 15:34:39 +00:00
skeeter
8f748c932c Now using ithearts holidaycalc class. 2001-06-19 00:49:38 +00:00
skeeter
cb59dd20f7 Now using ithearts holidaycalc class. 2001-06-19 00:44:04 +00:00
skeeter
efa7779183 Fix for displaying last modtime on the view page. 2001-06-18 17:54:33 +00:00
skeeter
8dc98a7ae0 Trying to cleanup a few warnings. 2001-06-18 03:09:56 +00:00
Miles Lott
8895d619f5 Add bogus version upgrade 2001-06-18 00:39:38 +00:00
skeeter
77b9bfb4ee Minor optimization in view_event(). 2001-06-17 16:41:00 +00:00
Miles Lott
5a3e19e6ab Add missing versions, increment version to current api version 2001-06-17 16:35:49 +00:00
skeeter
257dd469cf JA calendar help. Thanks to Yoshihiru Kamimura. 2001-06-17 12:45:49 +00:00
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
skeeter
ddecf65549 Fix for bug #417366 2001-04-19 17:38:42 +00:00
skeeter
ba102acbc3 missed some and changes. 2001-04-19 01:44:58 +00:00
skeeter
0da87d33c6 This will now add the users status to new records. 2001-04-19 01:33:52 +00:00
skeeter
17b2d45193 Added back grey days not in current month to mini cal. 2001-04-19 00:14:41 +00:00
Miles Lott
bcf619e608 time_compare mktime was returning -1 on some systems, changed year to 70 2001-04-18 18:19:26 +00:00
skeeter
40485b6fc2 Fix for bug #414423 2001-04-18 17:27:02 +00:00
skeeter
ff565921fc Fix for bug #417015 2001-04-18 17:12:04 +00:00
skeeter
6972306f8f Fix for bug #416454 2001-04-18 17:04:40 +00:00
skeeter
f5b55ca69d added SCRIPT_FILENAME to globals 2001-04-18 16:55:36 +00:00
skeeter
5f12cc8bb5 Fix for missing _footer() calls on printer friendly 2001-04-14 23:54:19 +00:00
skeeter
988df8a223 Fix for bug #414285 - Improper display on home page. 2001-04-14 23:42:42 +00:00
skeeter
804c40e9d0 Fix f~or bug #414105 - Improper display for appts. between 0000 0059, plus a few other fixes. 2001-04-14 23:37:17 +00:00
skeeter
144575af05 Fix for bug #414429 - Limiting field sizes. 2001-04-14 11:42:49 +00:00
skeeter
6fb2941327 Fix for bug #413848, #414865 - Repeating Weekly events 2001-04-14 02:57:51 +00:00
skeeter
a17a84fd72 Fix for bug #415126 - Repeating Daily events 2001-04-14 02:05:54 +00:00
skeeter
3a593f09c8 Fix for bug #415173 - improper time 2001-04-14 01:09:27 +00:00
jengo
16954060aa SF #415143 - Fixed selecting a different users calendar and it removing the current user 2001-04-13 14:34:15 +00:00
Miles Lott
b4c49a5ea6 Add setup info files 2001-04-12 05:12:27 +00:00
jengo
dfd7588b76 Fixed edit calling the wrong function names 2001-04-09 09:41:54 +00:00
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
skeeter
0d2fc30cbf changes for using maxmatches and paging 2001-01-25 04:07:26 +00:00
skeeter
8a23de20ea changed around the check function a little 2001-01-24 03:21:16 +00:00
skeeter
775d0fc4bc more generic - still lacking actual acl saving 2001-01-24 01:11:32 +00:00
skeeter
d3374a96ca beginning ACL preferences for calendar 2001-01-23 03:13:46 +00:00
skeeter
f250ed0540 clear parse_navbar_end() error 2001-01-22 19:49:47 +00:00
skeeter
f9f160b3eb semi-fix for repeating events 2001-01-22 17:48:51 +00:00
skeeter
b6dcca5618 new file 2001-01-21 17:11:27 +00:00
skeeter
24b1576f26 fix for 12am times 2001-01-21 16:10:43 +00:00
skeeter
2f10a6cc28 fix for group box in calendar 2001-01-21 14:30:53 +00:00
skeeter
e82a7bebc8 fix for renaming of index.php to month.php 2001-01-21 14:15:42 +00:00
skeeter
82736bb424 changed namepage to newpage 2001-01-21 14:02:29 +00:00
skeeter
d489da2251 auto reset of defaultcalendar setting 2001-01-21 13:57:21 +00:00
skeeter
3353064e3b fixes to defaultcalendar usage 2001-01-21 13:15:21 +00:00
skeeter
8821d96b7e now handles default calendar view 2001-01-21 04:16:15 +00:00
skeeter
0c849ae90f fixed all files to carry GPL header 2001-01-17 12:35:43 +00:00
skeeter
051325b3d9 fix for displaying of events across days 2001-01-17 03:20:35 +00:00
skeeter
fef98bc693 small fixes for the change of get_sunday_before() 2001-01-16 03:26:16 +00:00
skeeter
252ee3f160 fix for missing call to get_sunday_before 2001-01-15 22:23:32 +00:00
skeeter
dcb0502ae2 fix for first week of month 2001-01-15 17:48:26 +00:00
skeeter
abe0ba5d03 calendar now fully template based 2001-01-14 19:30:11 +00:00
skeeter
21c325ceb2 split of calendar_item class and fix for footer links 2001-01-13 21:15:11 +00:00
skeeter
cb77ed933d split the calendar to it's own class 2001-01-13 03:37:22 +00:00
skeeter
a60ef898e2 fix for overlapping 2001-01-13 03:36:36 +00:00
skeeter
897181dfb3 minor changes in the time column 2001-01-12 04:18:36 +00:00
seek3r
970c3090cf cleaned up problems with utilities classes 2001-01-12 04:07:40 +00:00
skeeter
d904f8b239 fix for day view templates 2001-01-12 03:37:21 +00:00
skeeter
5dedda4345 fix for out of bounds events 2001-01-11 03:05:03 +00:00
skeeter
327588521e fixed calendar to be printer friendly 2001-01-11 01:10:08 +00:00
skeeter
1564fffc27 fix for day view with spanning items across multiple time frames and printer firendly 2001-01-10 17:37:57 +00:00
skeeter
e18b02cc39 minor cleanup for day view 2001-01-10 05:53:00 +00:00
skeeter
dd10e87173 fix for events spanning same time 2001-01-10 05:39:01 +00:00
skeeter
0f6d0a7c30 new template for day view 2001-01-10 05:12:29 +00:00
skeeter
8ee04f6ca4 new template for day view 2001-01-10 05:01:36 +00:00
skeeter
fa137e9aba fix for mini calendar and improper year 2001-01-10 02:36:33 +00:00
skeeter
94f87684dd fix mini_calendar month title link 2001-01-09 03:15:16 +00:00
jengo
1817a7d663 Started cleaning up the mini calendar, some of the links are not currently working correctly 2001-01-08 23:15:40 +00:00
skeeter
70647e98fb minor display cleanup 2001-01-08 17:59:14 +00:00
skeeter
a2ed5fe323 small alignment fixes 2001-01-08 07:31:34 +00:00
skeeter
54251c3fea Fixes for home portal pages 2001-01-08 04:35:04 +00:00
skeeter
4249f50a03 cleanups to get the home calendar on home page 2001-01-08 01:24:48 +00:00
skeeter
869d16a2d0 fix for timematrix 2001-01-07 22:10:49 +00:00
skeeter
3417bc53d1 corrected footer call 2001-01-07 17:35:56 +00:00
skeeter
7a907ae0d6 corrected footer call 2001-01-07 17:14:36 +00:00
skeeter
d92304a74d fix for mini_cal 2001-01-07 13:32:37 +00:00
skeeter
95b43e0ec3 new template based mini calendar 2001-01-07 03:55:05 +00:00
skeeter
3003566b9d new template 2001-01-06 19:05:09 +00:00
skeeter
988bc0bb88 rename ->common->navbar() to parse_navbar 2001-01-06 04:11:13 +00:00
skeeter
891c0f2d6e fix for default page set to calendar now displays default calendar view 2001-01-05 01:38:12 +00:00
skeeter
4638fe9f4d minor fix for default calendar 2001-01-04 19:22:52 +00:00
skeeter
f3c3031bcd minor fix for default calendar 2001-01-04 03:59:51 +00:00
skeeter
a235dd11b9 remove the track_vars 2001-01-03 01:51:26 +00:00
skeeter
7d4eb35da4 added calendar hook for home app 2001-01-01 18:49:28 +00:00
skeeter
07d6df2ebd fix for php3 compatibility 2000-12-31 03:49:33 +00:00
seek3r
f504d8f6a7 adding in some of the special setup files and dirs 2000-12-29 22:10:24 +00:00
skeeter
4066c6eb80 fix for free/busy view 2000-12-29 18:06:01 +00:00
skeeter
f3abbd9ae4 fixes for new preferences class 2000-12-27 15:07:14 +00:00
skeeter
cbc8000109 calendar removed from api 2000-12-26 20:13:34 +00:00
skeeter
53dfb62915 New template 2000-12-26 14:00:11 +00:00
skeeter
bdfd87a991 more language independent 2000-12-26 13:59:24 +00:00
skeeter
1c5bbc90e1 wrong filenames 2000-12-24 15:21:19 +00:00
skeeter
3f6aca3857 added Id tags 2000-12-24 03:37:10 +00:00
jengo
a38ed2f62c Fixed msg->status not reporting the correct number of new messages 2000-12-24 00:30:41 +00:00
skeeter
943a5229a4 various little fixes - now using sbox 2000-12-23 16:33:22 +00:00
skeeter
ea66a64a46 new hook file for preferences 2000-12-22 21:18:35 +00:00
skeeter
9e14f6cf9a removed php_track_vars - causing problems 2000-12-21 12:24:17 +00:00
seek3r
f795023f8f hopefully settled the directory structure once and for all 2000-12-21 09:16:30 +00:00
skeeter
84286356ea more generic 2000-12-21 04:17:50 +00:00
seek3r
66ab743445 working on new setup prog that will allow add-on apps to take advantage of it 2000-12-19 22:40:54 +00:00
seek3r
e045c4236e added functions needed to detect template and image dirs 2000-12-19 18:14:22 +00:00
seek3r
d3c59526f0 moved all the images into the templates dir so that they can be changed as well 2000-12-19 15:33:48 +00:00
skeeter
4d68a4ed43 fix for proper week begin/end dates 2000-12-19 03:31:50 +00:00
jengo
2058628f02 Merged in patch for calendar 2000-12-18 16:36:43 +00:00
skeeter
efe775d040 fix for participant problem (?) 2000-12-18 01:36:18 +00:00
skeeter
1c24aef54c fix for overlap and multiple participants 2000-12-17 02:16:36 +00:00
skeeter
5bb242ed32 fix for multiple participants 2000-12-17 00:37:18 +00:00
skeeter
16379ce5cc fix for filters in search routine 2000-12-17 00:14:20 +00:00
seek3r
22590c65a3 converting to the new hooks system 2000-12-15 22:09:13 +00:00
seek3r
c115717da0 converting to the new hooks system 2000-12-15 21:56:09 +00:00
jengo
e4eed5aa2d Updated preferences to the new format of the functions 2000-12-14 11:58:51 +00:00
skeeter
3abcd4897c fixed 12 am/pm problem and added defaultfilter preference 2000-12-14 02:37:58 +00:00
jengo
3a42ea8a5b Change around the format of the preference table to use serialize() and unserialize() 2000-12-13 15:19:03 +00:00
skeeter
f5b51eabab fixes for matrixviews 2000-12-10 16:03:08 +00:00
skeeter
3bf10a62ee various calendar fixes 2000-12-09 04:08:54 +00:00
jengo
cf62e29075 Fixed month view preference not working 2000-12-08 05:40:51 +00:00
skeeter
64bf029080 fix submitting calendar entry when javascript turned off 2000-12-08 05:08:49 +00:00
skeeter
8c2eb935a4 fix for footer week selector 2000-12-08 04:09:43 +00:00
jengo
3ed5f3f280 Fixed default view not showing your currently selected view, fix defaultcalendar not being deleted from the preferences table, added in lang() for default view 2000-12-08 03:30:25 +00:00
skeeter
12aa79761b fixed repeating events Month select drop down 2000-12-08 02:24:49 +00:00
skeeter
a11423802d fix for new entries 2000-12-06 12:15:45 +00:00
skeeter
06be3c35e2 should fix where events showing on previous day if less than 0200 2000-12-06 04:34:55 +00:00
skeeter
848bb744bc admins can edit others calendar events 2000-12-06 02:51:41 +00:00
skeeter
c0e6db41cd improper displaying of events in day view 2000-12-05 06:10:57 +00:00
skeeter
888b35ddef fix for adding/editing entries displaying improper hour format 2000-12-05 01:14:18 +00:00
skeeter
d9d46e04f6 fixed double end time labels 2000-12-04 18:03:41 +00:00
skeeter
a98f820c4c quick fix for timezone settings 2000-12-04 01:26:04 +00:00
skeeter
87937e3b79 quick fix for timezone settings 2000-12-04 01:23:29 +00:00
skeeter
bf040328ed added filter and change of duration to date/time 2000-12-04 01:11:53 +00:00
skeeter
4373ddb170 quick fix for timezone settings 2000-12-04 00:12:32 +00:00
skeeter
2aa0a453e1 quick fix for timezone settings 2000-12-04 00:03:04 +00:00
skeeter
c6b1c6daee ability to set default calendar view 2000-12-03 23:36:50 +00:00
skeeter
576d9a0dbc *** empty log message *** 2000-12-02 09:07:38 +00:00
skeeter
87abaada86 search is now template based 2000-12-02 08:53:17 +00:00
skeeter
0be3ad6331 forgot to work this file 2000-12-02 08:17:19 +00:00
skeeter
885c1e61c3 forgot to rename these tables 2000-12-01 04:25:39 +00:00
skeeter
36f5eaf0cd quick upgrade php file for 0.9.7pre2 2000-12-01 04:10:33 +00:00
skeeter
5656ae3514 new calendar tables/structures and new code 2000-12-01 03:36:39 +00:00
skeeter
bac65188e9 merged in patch for calendar for year view 2000-11-29 12:11:50 +00:00
skeeter
a33feebe8e fix for netscape not working with Netscape 6 2000-11-28 04:46:18 +00:00
skeeter
fad064074b fix for Week View warnings in calendar 2000-11-28 00:59:54 +00:00
skeeter
c851f3f32d fix for day view warning 2000-11-27 11:27:14 +00:00
skeeter
f29617cc5c fix for repeating events 2000-11-27 03:20:59 +00:00
skeeter
7393619679 enhanced the timematrix view 2000-11-26 20:10:35 +00:00
skeeter
8f150afb78 Added capability to schedule others and not yourself 2000-11-26 18:03:20 +00:00
jengo
3919f594ce Fixed template warning about missing 2nd argument to set_block 2000-11-26 09:39:16 +00:00
skeeter
6b958db1fa Missed a quotation mark 2000-11-26 03:25:31 +00:00
skeeter
55aa6f9d1a New Matrix View 2000-11-26 03:19:48 +00:00
skeeter
52d4757d87 minor fixes - refresh button on timematrix screen 2000-11-25 20:07:22 +00:00
skeeter
3be46e3e1e change (int) to intval() 2000-11-25 03:48:10 +00:00
skeeter
22f9d3d668 maybe fixes for templates 2000-11-25 03:23:17 +00:00
skeeter
392a6861cd greater checking for no events 2000-11-25 02:52:24 +00:00
skeeter
c1dc471bf0 fixes for submitting entry without name/description 2000-11-25 02:24:43 +00:00
skeeter
63ad25eb12 added conflict resolution back into edit_entry_handler 2000-11-24 22:51:43 +00:00
skeeter
accfba6353 added parent_page link on footer 2000-11-24 13:54:49 +00:00
skeeter
68b12e4b5e added new feature - matrix view 2000-11-24 12:57:45 +00:00
skeeter
67118cbb87 better support of entry 2000-11-24 00:35:43 +00:00
skeeter
51869a8ebf fix for buttons 2000-11-23 13:28:37 +00:00
skeeter
f7e410e9b8 edit_entry now a template 2000-11-23 01:37:50 +00:00
skeeter
6ff706097f change of convert_string_to_names_access() 2000-11-22 12:11:39 +00:00
skeeter
9d38344e92 can only view timematrix if owner of event 2000-11-22 04:37:02 +00:00
skeeter
b3a7ae3d12 various little fixes 2000-11-22 04:16:18 +00:00
skeeter
c7e6e4f021 added code to allow for viewing others calendar items - NOT FULLY IMPLEMENTED 2000-11-21 04:10:45 +00:00
skeeter
778f22cc02 fixes for printer friendly 2000-11-19 17:18:25 +00:00
skeeter
c6e22e175f fixes for improper calculations of weekdaystarts 2000-11-19 17:01:30 +00:00
skeeter
c13ee23344 template based 2000-11-19 04:19:08 +00:00
skeeter
638971e167 week template 2000-11-19 02:15:08 +00:00
skeeter
ce74573ead change of cal_create_by to cal_owner 2000-11-18 21:44:05 +00:00
skeeter
7c58c04db3 initial calendar templates 2000-11-18 21:41:41 +00:00
skeeter
c1fa47e119 moved valid id check to top 2000-11-16 12:20:37 +00:00
seek3r
38b0173707 new disable by default policy should help performance 2000-11-16 07:56:58 +00:00
skeeter
7a5e8c4b72 view variable improper location 2000-11-16 04:04:10 +00:00
skeeter
e5727749ce week view now reflects correct days viewed 2000-11-16 01:49:51 +00:00
jengo
7ecd738eb7 Fixed a few preferences vugs 2000-11-14 06:17:16 +00:00
skeeter
0b1e93b4b4 major fixes through out 2000-11-14 04:12:28 +00:00
jengo
0af85dd72f Cleaned up the yea view for the minicalendars 2000-11-13 15:09:58 +00:00
skeeter
0aadaa7a12 fixed php3 incompatibilities 2000-11-12 20:35:09 +00:00
skeeter
4899f36f05 more functions 2000-11-12 02:55:13 +00:00
skeeter
7a7caded67 more code 2000-11-11 20:55:25 +00:00
Lars Kneschke
f59a1c8ebc added a missing ["calendar"] 2000-11-11 18:51:14 +00:00
skeeter
13fe67088c index.php now uses the api 2000-11-10 22:49:48 +00:00
skeeter
6f3ab0e151 fixed view problem with regards to new account_id 2000-11-04 18:15:49 +00:00
jengo
bca1ba9ca0 Working on update the owner fields to work off account_id 2000-10-25 21:21:08 +00:00
jengo
b33d3e05c4 Working on converting the account_lid owner fields to account_id 2000-10-25 21:09:00 +00:00
skeeter
e1c60e9daf Fixed preferences for calendar app 2000-10-17 01:40:13 +00:00
jengo
d9abb263a5 Updating more of the preferences 2000-10-12 18:18:03 +00:00
jengo
660c80f4e9 Working on changing all of the preferecnes to work of a new type of array. I added a column for appname 2000-10-12 17:36:47 +00:00
sjb4891
de26744d52 Add account info to the first query to display the actual person
that created the event instead of the current user
2000-10-11 22:44:12 +00:00
sjb4891
6047cd27ae Strange parse errors on last line of edit_entry_handler.
I fixed a { } mis-match, but there might be other problems still.
2000-10-09 19:09:44 +00:00
skeeter
9d6e89be9f fix for printer friendly 2000-10-06 21:23:13 +00:00
skeeter
9d76ca4a50 patch #101453 2000-10-06 00:50:34 +00:00
jengo
a2f7e6caaa Fixed permission bug allowing all users to have access to any app 2000-10-05 07:11:51 +00:00
jengo
679d9841f3 Added in common->display_fullname() 2000-10-04 21:30:53 +00:00
jengo
622f01935d Cleaned up fix for calendar 2000-10-04 21:25:22 +00:00
jengo
37d53dce3a Fixed the parciapant list. Its now working again 2000-10-04 21:20:50 +00:00
jengo
21f29756b1 *** empty log message *** 2000-10-04 20:48:09 +00:00
jengo
94a082d55b Fixed cell colors 2000-10-04 20:45:39 +00:00
skeeter
930e6e1d83 trying to fix group edits 2000-10-04 03:30:03 +00:00
skeeter
28c23a4c17 maybe fixed the double 29 oct problem 2000-10-03 01:34:28 +00:00
jengo
9625d6582f Changed the access options to list the same way the rest of the program works 2000-10-02 10:15:14 +00:00
jengo
5ed998131e Fixed a problem with printer friendly version putting HTML out of place 2000-10-02 08:32:51 +00:00
jengo
9b45d51bb0 Fixed bad cvs merge 2000-09-29 05:38:24 +00:00
sjb4891
263fdedd2a Added $phpgw->common->phpgw_footer() function, and changed all
places that were including the footer.inc.php to use the function.

Re-arrange phpgw.inc.php to include optional classes after reading the DB config
misc bugfixes.
2000-09-29 05:24:18 +00:00
seek3r
583ebddb32 renamed header(0 to phpgw_header() to remedy function name conflicts 2000-09-28 15:01:11 +00:00
skeeter
6b59cc7842 printer friendly fixes 2000-09-28 00:17:13 +00:00
skeeter
ca51df8a55 fix for 404 with printer friendly 2000-09-27 23:45:34 +00:00
jengo
68d7b4c94c view.php is now updated for the new accounts table 2000-09-27 22:13:33 +00:00
jengo
dcceb352ce More updates for the new accounts table 2000-09-25 22:44:50 +00:00
seek3r
23950abfe9 switched to a new distributed pref and admin which allow add-on apps to have their settings put into the main screens 2000-09-23 01:25:17 +00:00
jengo
1434c95e58 Fixed a few bugs and parse errors 2000-09-18 16:42:24 +00:00
skeeter
7df2a3e5d8 fixed editing of start time display 2000-09-15 00:14:42 +00:00
skeeter
bd8f8f4afe now displays group events on members calendar 2000-09-13 00:24:24 +00:00
skeeter
8b51208dcb fixed displaying of repeated events by owner 2000-09-12 11:07:19 +00:00
jengo
d19d009cad Fixed group access bug 2000-09-11 06:48:37 +00:00
seek3r
7fb329645c moving to new translation system 2000-09-07 23:31:08 +00:00
seek3r
ba68c71ebb moving to new translation system 2000-09-07 20:49:55 +00:00
seek3r
081ad0be4b converted from phpgw_flags to phpgw_info[flags] 2000-09-05 18:36:13 +00:00
jengo
1c2faa41eb Fixed a GET that should have been POST 2000-09-05 06:37:29 +00:00
jengo
3e0a8d43f0 Fixed a few parse errors, and $phpgw_flags wasn't setting properly 2000-09-05 06:35:34 +00:00
jengo
8b6951b89a Mereged in patch 2000-09-05 04:05:39 +00:00
jengo
ef2bc22fba Removed references to session->id and added a few missing link()s 2000-09-05 03:24:51 +00:00
jengo
5b8a879df7 Removing the session->loginid references 2000-09-05 03:05:32 +00:00
skeeter
97c11d5490 change GET to POST 2000-09-04 14:43:12 +00:00
skeeter
ea856c8741 working with new session class 2000-09-03 19:30:13 +00:00
skeeter
1274d5e146 fixes for accounts and common classes 2000-09-02 13:44:06 +00:00
tooley
aa5fb168f0 blah blah blah. can you read this. bad joke this is. fixing up the groups to accounts changes. 2000-09-01 07:55:24 +00:00
seek3r
a62486b000 updated to new location for the show_date function 2000-08-30 07:55:42 +00:00
jengo
054cff7517 The new accounts class is working 2000-08-26 08:27:30 +00:00
jengo
b6477fdb2a Merged in spainish patch 2000-08-24 20:59:43 +00:00
skeeter
d3ea37babc fixed edit_entry.php time parameter 2000-08-19 18:51:51 +00:00
jengo
96e36d90e4 Merged in dutch patch 2000-08-19 12:49:52 +00:00
jengo
b751465b6d Fixed another bad link and removed a uneeded file 2000-08-19 03:55:55 +00:00
jengo
204e75a25a Fixed a few broken links and a parse error 2000-08-19 03:51:24 +00:00
sgbeal
581d1bcd47 Fixed broken link on that itty bitty "edit item" icon. 2000-08-18 23:13:45 +00:00
jengo
19fa6bb4be Made themes more dynamic 2000-08-18 21:52:23 +00:00
jengo
5112cf23af Fixed fotter problem with printer friendly version 2000-08-18 16:41:04 +00:00
seek3r
fb03d1cbaa Initial revision 2000-08-18 03:24:22 +00:00