Ralf Becker
605f412878
fix for bug #3162
...
creation of new calendar entries fails, because tempnam used to create the id returns a to long string (possibly because TMP_DIR is to long)
use the get_last_insert_id function now
2003-04-14 21:35:50 +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
e51ef6d6e8
changed calendar to use the user/default/forced prefs
...
deleted the no longer used classes ui-/bo-prefs
2003-03-30 01:41:37 +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
Ralf Becker
42e8f97101
killed a warning if user is in no group
2003-03-09 20:58:04 +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
02a7b96abe
fixed holiday-management:
...
- holidays not complying to a (simple) rule like Eastern can now be entered as a one-time holiday for a fixed year
- fixed some wrong links and other stuff in the UI
- added a error-msg to accept_holiday on phpgroupware.org if there is already a file for the locale
- added download for holiday-files
2003-02-27 19:28:25 +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
5d9fbc99f9
use the new format for prefs
2002-11-23 14:22:07 +00:00
Ralf Becker
e87e8f8f2b
merged differences from the .14 branch
2002-11-23 14:19:56 +00:00
skeeter
73581badc5
Changed over to print_debug().
2002-11-13 03:30:15 +00:00
ceb
6f6e06b39f
removed var from hook_admin
2002-11-03 01:03:07 +00:00
Ralf Becker
c54195c6dd
ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)
2002-10-27 16:46:15 +00:00
ceb
e631fdb71b
update hook home
2002-10-26 01:42:14 +00:00
ceb
f42db9d12d
update hook_home
2002-10-26 00:26:51 +00:00
ceb
48c3c62549
update to use css files
2002-10-03 00:23:46 +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
skeeter
2d992193e4
Fixed a few image problems, and a small piece of the mini-calendar is now being cached.
2002-09-19 02:14:41 +00:00
skeeter
c431ec4f21
Fix for a rogue debug statement printing out everytime.
2002-09-17 10:11:24 +00:00
skeeter
8aa2a18ac2
Missed a semi-colon.
2002-09-17 03:03:16 +00:00
skeeter
62fdc57839
GNU Patch #439 .
2002-09-17 02:25:40 +00:00
skeeter
1ac3fcb9a7
Updating some of the files to include Ralf Beckers fixes. Still Need to talk with him in regards to a few he has submited.
2002-08-25 04:07:21 +00:00
skeeter
a097cb2e7d
Added get_week as a public function.
2002-08-22 03:07:54 +00:00
Miles Lott
438467de6a
Fix home.php hooks display
2002-08-19 12:42:06 +00:00
skeeter
edca7e8da3
Fix for displaying the incorrect date on the home page.
2002-08-17 14:46:01 +00:00
skeeter
53843923e3
This will bring the home page in line with the most recent datetime class.
2002-08-17 01:44:23 +00:00
skeeter
daba675559
Fix for planner.
2002-07-16 02:04:16 +00:00
skeeter
3fd58149e8
GNU Patch #376 .
2002-06-29 03:33:02 +00:00
skeeter
e8e358f233
GNU Patch #212 and #375 .
2002-06-29 03:28:33 +00:00
skeeter
4514aa3bfa
GNU Bug #761 .
2002-06-29 00:41:44 +00:00
skeeter
26f80d486c
GNU Bug #438 and GNU Bug #745 .
2002-06-24 23:24:24 +00:00
skeeter
0ce7166f26
This should solve the problem with the matrix view. Also a little format fixing.
2002-05-05 17:47:15 +00:00
skeeter
6a06b9c235
GNU Bug #130 .
2002-04-25 13:10:22 +00:00
skeeter
6ffc3ba966
GNU Bug #130 .
2002-04-25 13:10:01 +00:00
skeeter
0bfe859bd4
Changed to be more image friendly.
2002-04-23 02:47:07 +00:00
skeeter
e7ac2f14ed
Small fixes, GNU Patch #264 , and now puts printer friendly format with more details.
2002-04-19 14:02:31 +00:00
skeeter
4f422d4608
Added GNU Feature Request #100744 .
2002-04-17 23:43:29 +00:00
skeeter
db595b0d77
Changed the wording on the preferences to 'Show default view on home page'.
2002-04-17 01:34:08 +00:00
skeeter
4e5e6bbf5d
GNU Feature Request #100748 .
2002-04-17 00:42:53 +00:00
skeeter
c0e635d44a
This part of a major fix for the calendar.
2002-04-16 16:52:36 +00:00
skeeter
278c49f57d
This part of a major fix for the calendar.
2002-04-16 16:20:22 +00:00
skeeter
b02081a1ec
This part of a major fix for the calendar.
2002-04-16 15:46:01 +00:00
skeeter
bf2fed7c0f
Turned debug off, and fixed a debug problem.
2002-04-13 03:20:53 +00:00