Commit Graph

651 Commits

Author SHA1 Message Date
Ralf Becker
c5291e6fab fixed bug [ 987402 ] Calendar -> New Entry remembers participants
Matrix view stored participants in appsession, which got never cleared up
2004-07-11 22:07:24 +00:00
Ralf Becker
f3373faa2d - fixed export in the view (was Y/m/d format too)
- allow to call export via an url ($_REQUEST instead of $_POST)
- some UI tweaks to for the Export button and others
- equaly high weeks in the month-view
2004-07-11 18:26:28 +00:00
Ralf Becker
6ea7c87934 applied Matthew Galogoci <mgalgoci-at-redhat.com> multiple vcard export patch - with some changes ;-) 2004-07-11 17:01:23 +00:00
Carsten Wolff
ec79d81130 category-name should not be escaped 2004-07-11 13:21:08 +00:00
Ralf Becker
7eb83c49d1 not used anymore 2004-06-30 10:43:33 +00:00
Ralf Becker
d3086fe8cd new account-selection for matrix-view, as patch from Matthew Galgoci 2004-06-29 22:39:00 +00:00
Ralf Becker
b1b1f95590 - moved the whole selection code from uiaccountsel::popup to accounts::select
- extended syntax for uiaccountsel::selection to specify what you need (no longer hardcode of certain apps)
2004-06-16 00:33:13 +00:00
Lars Kneschke
cc61a1940b add hook for new events 2004-06-13 17:01:14 +00:00
Ralf Becker
c4d66d7ecf using account-selection widget 2004-06-12 10:04:48 +00:00
Ralf Becker
200b99cd9f fixed new uid creation: uid is not null, so we need to write a dummy-value, before we knew the actual id 2004-05-29 08:01:37 +00:00
Ralf Becker
18dded158c 1) using the color set by preferences dialogs, now in data-column
2) reverted alpes tab to space and dos-line-ends conversation
2004-05-26 10:16:46 +00:00
Ralf Becker
5d8250c0de 1) fixed observance of new year and new year's eve, which can fall into the next or previous year
2) additionaly added new year of the next year and new year's eve of the last year to this years holidays, as they are often displayed (or missing) in a week- or day-view
3) fixed the not working saving of a changed observance rule in the holiday manager
4) added the observance rule to new year in the US
2004-05-25 11:36:32 +00:00
Ralf Becker
5ec6ce4d75 fix to create uid's for the calendar and a db-update to create them for the already existing events 2004-05-23 23:46:27 +00:00
Ralf Becker
b106b38597 fixed wrong sign of alpe's correction - it made it even worse ;-) 2004-05-23 14:51:27 +00:00
Ralf Becker
24f85350e6 fixed bug [ 899751 ] Calendar notification to groups 2004-05-23 10:02:45 +00:00
Ralf Becker
29d855cc7d fixed bug [ 928146 ] No conflic warning on multi-day events:
now all days of an event get checked in a for-loop, not only the first one if its equal the last one ;-)
2004-05-23 09:42:15 +00:00
alpeb
17811d977d eliminated multiple <font>&nbsp;</font> when showing event list in home 2004-05-14 15:38:15 +00:00
Lars Kneschke
6cba1832b9 make projects linkable to calendar events 2004-05-06 00:59:47 +00:00
Carsten Wolff
06f0934e8f fixed #893588 by petere78 2004-04-19 11:41:02 +00:00
Ralf Becker
eaecf4b608 implemented link to view event as variable in notify-emails (Alarms, Notifications) 2004-04-14 12:35:58 +00:00
Ralf Becker
793f5df7b5 as talked with Lars ;-) 2004-04-12 07:20:40 +00:00
Ralf Becker
4b7ced6e84 fix for search to return also the entries from sub-categoris, as sugested by Stephan Hilchenbach from the german list 2004-04-04 22:23:47 +00:00
bgigon
e5e8eed944 A simple modification in "uicalendar.add" function.
Before, I used array app-session.
Ralph said me to use the function app-session to get data.
2004-04-01 13:42:56 +00:00
bgigon
da65252d9b Add more security in "participants matrixview" code 2004-03-31 15:34:33 +00:00
bgigon
a3faae2ff0 Little bug in timematrix/viewmatrix 2004-03-31 15:03:19 +00:00
Ralf Becker
68fc63f2a6 change country to selectbox, to force use of the correct 2-digit iso-code 2004-03-22 07:59:10 +00:00
Ralf Becker
948fe1c4a4 not longer used 2004-03-22 07:13:30 +00:00
Ralf Becker
ae72c47831 added missing ';' - thought that file is not used ;-) 2004-03-22 07:09:17 +00:00
ak703
12ae5c11f9 fixed more issues with calendar's display 2004-03-16 22:02:34 +00:00
ak703
439f33e2e8 fixed broken display of event title onMouseOver. 2004-03-16 20:43:20 +00:00
Ralf Becker
dd8fc15bb6 fix for error on demo: bad argument type for implode on line 3466 2004-03-15 23:47:20 +00:00
reinerj
4d9d50fc09 calender update from Andy 2004-03-14 23:19:47 +00:00
reinerj
8c7ab0d520 calender update from Andy 2004-03-14 23:14:41 +00:00
Ralf Becker
0fcee156a5 only one error-msg for the freebusy, as it could be used to identify user-names on the system 2004-03-14 16:39:09 +00:00
Ralf Becker
2847d27af9 added freebusy information (iCal) for KDE organizer or other external sheduling programs 2004-03-14 01:10:37 +00:00
Ralf Becker
27542e26a5 fixed wrong get_var(...,'HTTP_GET_VARS'||'GET'),...), has to be get_var(...,array('GET'),...) 2004-03-13 18:35:16 +00:00
Ralf Becker
1bde9c9f1e some fixes for xmlrpc:
- xmlrpc faults instead of numerical fault-codes
- using the date2iso8601 and cats2xmlrpc functions from the server-class
2004-03-13 17:47:04 +00:00
bgigon
bd9deb9e35 Add automatically participants when we use MatrixView and insert a new entry by link-date 2004-03-10 17:08:46 +00:00
ak703
c9d6478612 extracted stylesheet out to app.css in templates/default 2004-03-10 00:18:15 +00:00
Ralf Becker
34124b2845 fixed Call-time pass-by-reference 2004-03-09 21:17:54 +00:00
alpeb
4021794c82 weekdays weren't translated 2004-03-03 00:39:38 +00:00
Ralf Becker
47b4bec75a fixed format of date and bug #903257 2004-02-26 22:45:44 +00:00
alpeb
db890a0024 Alarms for users in a different time zone than the server didn't work, so now the time in the table phpgw_async is stored in the time zone of the server, so that asyncservices can compare time() with this. 2004-02-22 20:23:52 +00:00
Miles Lott
9cff33854d php5 erroring on call to private function add() - moved to class function list_cals_add() 2004-02-20 15:14:29 +00:00
alpeb
2362333812 unecessary flush() were causing problems (bug 887151). Thks to tbecker37 2004-02-04 03:49:02 +00:00
alpeb
dd148e2cf9 fixed time calculated for ical messages (bug #8765444) 2004-01-28 20:24:02 +00:00
alpeb
02d7943828 fixed the sending of appts in ical format 2004-01-27 00:36:49 +00:00
reinerj
146d69f4db changes from phpgw to egw dev group 2004-01-27 00:31:58 +00:00
alpeb
7a2b6dfade e-mail notification on new appts was sending wrong appt 2004-01-26 01:25:02 +00:00
shrykedude
7fa04fe669 Fix for bug #878926, due to incorrect ordering of table names for the JOIN 2004-01-17 21:03:13 +00:00