Commit Graph

30 Commits

Author SHA1 Message Date
60a2fd9855 Added calendar module for the client side api, roughly working, needs some further work (currently not shown as popup but at the bottom of the page, months etc. are displayed as 'undefined', year number is screwed up) 2012-03-08 11:29:46 +00:00
04e032e7af fixed problem "found" on www.autosectools.com 2011-08-03 08:29:53 +00:00
8e83e41263 - improved mobile template: calendar & email sidebox is showing now, removed most of the former css hidden stuff
- fixes jscalendar to work will in sliding sidebox
2011-07-09 16:35:18 +00:00
6e8e8a8986 * JSCalendar: fixed week containing 4th Jan is shown as 52th instead 1st week, if week starts on sunday is selected
JSCalendar shows iso8601 week numbers as used eg. in Europe, which are defined for weeks starting on Monday, JSCal used first displayed day (not Monday) to calculate the week number
fix now always uses the Monday to set the week number
US, Canada and middle east uses uses a different week numbering schema than iso8601, which is currently NOT supported by JSCalendar or EGroupware!
2011-01-05 02:34:16 +00:00
7d44c81805 fix/workaround for bug #2658 - Monthview navigation issue with Google Chrome (Linux 5.0.x beta)
see http://code.google.com/p/chromium/issues/detail?id=43973
2010-06-17 10:38:47 +00:00
57e54c8c27 Removed behaviour of jscalendar, which removed drop-down boxes even if the calendar was not in popup mode 2010-06-07 09:32:59 +00:00
95891c869f Added some JavaScript-Code to the date selector which handles clicks on the "Today" button 2010-05-18 09:17:54 +00:00
3de4879a18 "not treating newer Safari with old KHTML handling, as it unnecessary hides overlaped selecboxes and NOT restores them" 2009-11-25 20:25:18 +00:00
ace6deee7b fix for a "too much recursion" JavaScript error in calendar.js, when the user tries to pick another year; the fix was taken from dynarch.com
provided by a user named ilyaf. Thanks,
2008-08-11 08:01:28 +00:00
f0f3152222 the splitting with a complex regex for the parseDate does not work with old javascript. reworked it so splitting is done possible (date) delimiter by delimiter 2007-06-15 13:55:04 +00:00
9748cf96be fix for bug #700: Date format d-M-Y not working in Infolog list display 2007-05-08 07:38:36 +00:00
a9d1b9f5b4 Reverted to previous jscalendar version, as the new imported one does NOT include the patches we use (eg. in the calendar or for the Mac support). This need to be merged first. 2005-06-19 10:44:54 +00:00
0a28f3812e Some changes:
- Inclusion of the following javascript directories:
  * Connector: javascript object to interface xmlhttprequest object. This object allows
      asynchronous posts and support for messages while this post is being done, such as
      "wait, contacting server", etc.
  * JsAPI: general javascript functions and methods
  * jsolait: performs conversion from a xmlrpc message to a javascript object
  * xmlRpcMsgCreator: performs conversion from a javascript object to a xmlrpc message
  * dynapi: cross-browser class to draw layers

- Update in setup version: now is 1.0.1.008; Update your versions. There was made a
  change in phpgw_vfs2_files table in handling of modified files.

- Upgrade of vfs2 classes and PclZip class

- Changes in javascript object and common object to allow the javascript backend to
  applications to work (now just filescenter will use it...)
2005-06-18 20:43:14 +00:00
9172c8606e remove border from jscal style blue to be able to define border while embedding.
Make integration in sidemenu, or wherelse, more configurable.
2005-01-13 00:11:35 +00:00
f827b8a29b removed str.replace with anonymous function, as suggested by benjamin 2004-07-20 13:44:30 +00:00
959740dd9f FixBug for Safari (Mac) 2004-07-12 09:39:54 +00:00
2914721a58 re-added support for old (pre 7.5) opera 2004-07-08 09:42:19 +00:00
aac320dbb4 re-added ie5 support benjamin removed - I hope by acident ;-) 2004-07-07 15:05:34 +00:00
bd8b16249b killed debug message left in source 2004-07-07 15:00:28 +00:00
560c9abb29 fixes to allow jscalendar to run under IE 5.0 or 5.2 Mac 2004-07-07 14:54:08 +00:00
2b487a5097 Fixbug for Opera 2004-06-25 14:46:13 +00:00
ebb01e7c9d Reframing of comments 2004-06-25 12:59:22 +00:00
fc3ccca344 Fixbug : JSCalendar function are displayed directly into UI :\ 2004-06-25 12:49:38 +00:00
f51badf1ef fix for broken date.print function under opera 2004-06-08 12:26:54 +00:00
ad02489472 some fixes to use jscalendar without calendar-setup, eg. the original samples 2004-05-18 22:33:36 +00:00
e269ccb9cb fix for month-name shortcuts different from the first 3-chars of the long name, because they would be indentical with the shortcut of an other monthname, eg. frensh Juin = Jun and Juillet = Jui 2004-05-08 10:36:15 +00:00
31f348e259 implemented callbacks for week and month, to use it for the navigation in the calendar 2004-05-06 16:21:04 +00:00
9f1a3a4e84 imported version 0.9.6 from jscalendar 2004-05-06 11:57:41 +00:00
568bc3d513 update to jscalendar ver. 0.9.5 2003-11-11 14:51:10 +00:00
b90c3e5f47 reimported jsCal into phpgwapi/js now 2003-08-28 16:44:06 +00:00