Commit Graph

27 Commits

Author SHA1 Message Date
Ralf Becker
cd9b6b77fe fix not working download of holidays from egroupware.org, caused by not working redirect with old network class, now replaced with standard php http wrapper and use egw_framework::proxy_context() for optional proxy server 2016-02-01 11:08:39 +00:00
Ralf Becker
1f2e12d6a0 * Calendar: when trying to load new holidays overwrite existing ones to not accumulate old ones (slowing down calendar) 2015-04-30 09:39:36 +00:00
Ralf Becker
c91fc89b48 * Calendar: automatic load new holidays, if there are no irregular ones for a given year, plus new Germany holidays for 2016 2015-03-31 13:12:20 +00:00
Ralf Becker
232252475f patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
Ralf Becker
bbcb856b77 "fixed not correctly translated holidays downloaded from egroupware.org
(charset was not recogniced because of HTTP headers before charset line)"
2009-04-09 07:13:01 +00:00
Ralf Becker
09f556d5d4 worked around stupid php5.2 empty haystack warnings 2007-04-29 14:33:17 +00:00
Ralf Becker
56382e2c1a fixed not working holidays after the old sbox class has been removed from the API 2006-08-21 08:03:32 +00:00
Ralf Becker
4d8837f848 fix for bug [ 1448778 ] failed to open stream: No such file or directory
--> quitend error message if using localhost and no holidays are availible for a country
2006-03-15 06:42:26 +00:00
Ralf Becker
439d23490d merged contacts_and_resources branch again with HEAD
all further development will be in HEAD now
everyone using the contacts_and_resources branch, update again to HEAD with: cvs update -dPA calendar
2005-11-08 23:15:14 +00:00
Ralf Becker
2d428a66c7 fixed disapearing holidays caused by the observance rule, see bug [ 996820 ] Calendar Control - Missing Holidays 2004-08-01 13:15:26 +00:00
reinerj
146d69f4db changes from phpgw to egw dev group 2004-01-27 00:31:58 +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
eb002e91c3 an other small fix, now the auto-loading from localhost works too 2003-09-22 15:56:12 +00:00
Ralf Becker
83adb9e7ad change names of holiday files for security reasons from holidays.<local> to holidays.<local>.csv and moved them into the (new) directory egroupware.org 2003-09-22 15:29:41 +00:00
Ralf Becker
856490c918 fixed the right scroll-arrow and register_globals off 2003-09-22 15:01:26 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +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
skeeter
5e24b7bf9d Fixes a problem where holidays in the following year are not loaded correctly. 2001-12-24 03:07:24 +00:00
skeeter
a8f3f17a36 Small code cleanups. 2001-12-10 03:55:47 +00:00
skeeter
2da7e41cd4 Various changes.. Too numerous to mention. Major change is a table change for having multiple categories for a sngle event. 2001-09-17 02:33:19 +00:00
skeeter
65b5b754d3 Possible speed-ups. Also, now completely using GLOBALS. 2001-09-11 03:05:51 +00:00
skeeter
c9ab06bc26 Fix for a 5859 on line 172. 2001-09-07 16:50:07 +00:00
skeeter
61f8227dcc Optimizations to the calendar. Also cleaned up a little of the planner code. 2001-08-17 00:24:20 +00:00
skeeter
5044e863f4 Fix for ceb to set the default holidays to US if no country set. 2001-08-14 02:20:28 +00:00
skeeter
7afff4dd37 This limits holiday management functions to only admins. 2001-07-28 17:54:59 +00:00
skeeter
9472646729 This should provide all neccessary functions to the calendar in n-tier layout. Just need to debug it out for any minor problems. 2001-07-28 13:17:30 +00:00
skeeter
4676da10c0 New holiday class. This will follow the n-tier desing in full functionality. No UI as of yet. 2001-07-18 17:30:24 +00:00