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
bgigon
ce2f671f89
add set_var for new template
2004-01-14 12:59:07 +00:00
Pim Snel
bfd0ac1316
more the seperate parts of how an event is displayd in day/week or month view to give the templare set designer more freedom
2004-01-08 12:33:20 +00:00
Miles Lott
94ea6c3c0a
Massive intval and formatting update - previous version in tag 'cal_008-2'
2004-01-04 00:47:37 +00:00
Ralf Becker
62f71d3296
bugfix: recur event left double, if the first event gets changed
2003-12-26 20:57:16 +00:00
shrykedude
0b2abd610b
Improved day text placement; intval->int changes; fixed quote issue
2003-12-23 05:28:36 +00:00
Lars Kneschke
27ece26383
use
...
$GLOBALS['phpgw']->datetime->days_short[$i]
instead of
substr($GLOBALS['phpgw']->datetime->days[$i],0,2)
2003-12-16 23:16:41 +00:00
Lars Kneschke
651e3b54a9
fixed logic bug
...
|| ==> && :)
2003-12-09 02:30:35 +00:00
Carsten Wolff
ca4fd40dd9
If an appointment ends at 24:00, don't show it on the next day going from
...
00:00 till 00:00
2003-12-02 19:16:31 +00:00
Lars Kneschke
2979b60394
day view inside calendar was broken, because of changes for the new home view
2003-12-01 17:42:23 +00:00
shrykedude
7c066a76e2
Corrected display of next business day on small view
2003-11-23 19:45:50 +00:00
Ralf Becker
0b5de55bbf
fix to deal with empty groups selected in the planner
2003-11-23 13:06:47 +00:00
Ralf Becker
5f3defc28f
fix to correctly separate different extra-data for repeating events
2003-11-23 13:06:12 +00:00
shrykedude
69610bfc29
cleaned up portal layout
2003-11-22 20:39:52 +00:00
Lars Kneschke
775498194d
Patch from Benjamin GIGON
...
Hi everybody.
I send you a little patch for Ical's Import Bug.
This �patch� use "DURATION"'s tag to set end of event.
After, All of import's event are perfectly defined :-)
originale filename : calendar/inc/class.boicalendar.inc.php
patch filename : egroupware_calendar_import.patch
path to patch : calendar/inc/
Have a nice day.
2003-11-20 21:29:34 +00:00
shrykedude
17fb3e7d52
- Added small view for main screen display of infolog entries.
...
- Added pref setting for choosing and using small view.
- Updated calendar method to support display limit.
2003-11-20 06:15:03 +00:00
shrykedude
1e9f5d229f
- Added small view of upcoming events for main screen display.
...
- Added pref setting for selecting small home view.
- English translations.
2003-11-19 21:08:35 +00:00
Pim Snel
c7f685e1df
some new iconscalls and iconsizes in the calendar
2003-11-18 10:59:13 +00:00
Ralf Becker
54a9bb2960
some xmlrpc fixes
2003-11-15 21:16:01 +00:00