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
ak703
12ae5c11f9
fixed more issues with calendar's display
2004-03-16 22:02:34 +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
8c7ab0d520
calender update from Andy
2004-03-14 23:14:41 +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
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
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
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
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
2979b60394
day view inside calendar was broken, because of changes for the new home view
2003-12-01 17:42:23 +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
2d9dab1a1f
private events: no 2. private (for not shown description), added icon with participant-name(s)
...
removed the alt-attribute from the images
2003-11-15 15:28:15 +00:00
Carsten Wolff
8f98d50ab8
small useability fix in the month view
2003-11-07 16:32:23 +00:00
Ralf Becker
068bf2cf5c
applyed and modified ;-) patch #823867 : more info about scheduling conflict: showing now all participants, from the conflicting events
2003-11-03 19:51:04 +00:00
Ralf Becker
8ee52d717c
fix for bug #834436 : changeing to an other year, month or week in the search-result get a template-error, set_root ...
2003-11-03 09:21:26 +00:00
shrykedude
7451250ae7
corrected table bg variable reference; right-justified time display, for better look
2003-09-30 02:48:12 +00:00
Ralf Becker
19984a1a82
moved html-class to the API and fixed a prob with the alarms
2003-09-14 12:51:31 +00:00
Ralf Becker
caedcb369a
Alarms:
...
- fix for bug in alarms 'you dont have permission to ...'
- some UI-improvements and translations
- fixed some TZ-probs
2003-09-11 12:01:16 +00:00
Ralf Becker
8bba3699b5
update on the UI
2003-09-08 00:23:09 +00:00
Ralf Becker
5f68c3f3b8
update on the UI
2003-09-07 23:42:22 +00:00
Ralf Becker
a8a8adf55c
fixed prob. with included events not shown, if no cal-event on that day
2003-09-07 18:33:52 +00:00
Ralf Becker
3a5d9ed79f
included other timed events (eg. phonecalls) and (untimed) todo's into the calendar dayview
2003-09-07 16:55:36 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
gugux
745dc7df33
Suppressed a doublon.
2003-05-25 21:01:58 +00:00
Ralf Becker
63264d2b25
changes for new hooks
2003-04-30 00:06:08 +00:00
Ralf Becker
1b0912de51
fix for hook_home: app-template-dir has to be set explicitly
2003-04-27 07:27:05 +00:00
gugux
e24f8561b2
Corrected a typo.
2003-04-21 16:43:51 +00:00
Ralf Becker
4e51415640
got printerfriendly working again
2003-04-21 11:38:58 +00:00
Ralf Becker
ab4fe582bf
imported changes from .16 (app-header & styleguide-conformace)
2003-04-21 11:00:53 +00:00
Ralf Becker
2fca3a3cb6
fixed dayview for conflicts with events starting before prefs[day_start_time]
2003-04-12 19:21:22 +00:00
Ralf Becker
1b49725830
fix for gnu-bug #136 :
...
dates in week-selectbox are (sometimes) wrong, the endate of a week is the same as the startdate of the next one
This is caused by changes in daylight saveing and useing midnight for the calculation, changed it to midday
2003-03-09 21:05:29 +00:00
gugux
3714e6281f
Modified all x's into %'s in lang calls and lang files.
2003-02-27 22:57:55 +00:00
Ralf Becker
8727041c6b
- fixed bug #2079 and #2480 : description is twice in the printer-friendly view of week and month
...
- printer-friendly view of week and year work now for date other than the actual date
- prev. and next-week arrows/links removed from printer-friendly view
- prev. and next-week arrows/links are align=center und valing=middle now
2003-02-26 18:58:01 +00:00
Ralf Becker
bb797132fe
some fixes for recuring events:
...
- they show up in the planner now
- you are able to delete single occurantses of recuring events
applied patch #774 from mishas: dayview sometimes not showing 1. event
2003-02-26 16:42:04 +00:00
sim
488d9fc7f1
Fix the export function, so that it uses the current vfs calling convention (ie where all parameters to the vfs methods are passed in an array)
2003-02-13 22:58:09 +00:00
Ralf Becker
9892d222c5
fix to get hook_email working with both email and felamimail
2002-11-24 10:34:28 +00:00
Ralf Becker
6eab47bad4
got cal working with the .14 fixes and (provisionaly) with the new themes via css (still a lot to do)
2002-11-23 20:48:42 +00:00
Ralf Becker
e87e8f8f2b
merged differences from the .14 branch
2002-11-23 14:19:56 +00:00
seek3r
86032f02dd
removed common->phpgw_exit() and fixed all references to it in the core apps and api
2002-09-28 20:01:44 +00:00
skeeter
6bf54e8353
Missed a change over to mini_cal_tpl.
2002-09-22 12:24:45 +00:00
skeeter
2cc532c42b
GNU Patch #495 .
2002-09-21 21:50:30 +00:00
skeeter
53704f7ef1
GNU Patch #528 .
2002-09-19 23:45:19 +00:00