Commit Graph

50 Commits

Author SHA1 Message Date
7aa256a362 fix: onchange of date selector was not working 2007-08-28 13:01:42 +00:00
3ce7f3de4d merge from trunk(revision 23912:23925) to 1.4 branch 2007-05-23 21:39:52 +00:00
fa7b6e5504 merge from trunk(revision 23873:23912) to 1.4 branch 2007-05-22 04:04:13 +00:00
370bda650e merge from trunk(revision 23851:23864) to 1.4 branch 2007-05-14 20:43:23 +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
41a7e43d1b date widget can now prefix (readonly) dates with the week-number 2007-03-09 11:23:26 +00:00
389b6d0a7c "small fix to display eg. 0h32 correct" 2007-03-06 15:33:46 +00:00
4646fed791 an other small fix for the readonly time 2007-02-19 06:06:08 +00:00
41f10cd5cc "fixed previous commit: day&month are displayed again with leading 0 plus some other fixes" 2007-02-14 07:09:17 +00:00
b3640356f3 "fix for bug #282, hour and minute < 10 were not selected" 2007-01-14 03:14:11 +00:00
7e9852a028 some more stupid php5.2 fixes 2006-12-19 13:36:14 +00:00
9a96320225 display readonly text widgets with a given length as readonly input and not just as text 2006-12-07 18:59:53 +00:00
0d0c9df4db some etemplate fixes:
- date-widget does no longer set extension-data if readonly (not used and can conflict with other widgets using the same name, as it was the problem in PM)
- select-widget: fix for "can not unselect the last category"
- red error-messages have now a "white-space: nowrap" for nice formatting
- confirm-message did not quote single quotes (') correct, which caused the complete confirm dialog to fail and allways execute the button
- readonly textarea's without column and row specification are rendered now as <pre></pre> to only take space needed
2006-08-12 06:14:28 +00:00
12e821b883 fixed date-widget for 12h timeformat:
- replaced extra am/pm radio buttons with single selectbox with times includeing am/pm (works much better with the existing layouts)
- fixed wired 12h clock: 12am,1am-11am,12pm,1pm-11pm (0-23h)
- added an select-hour widget to the select-widgets for the above
2006-06-22 16:14:08 +00:00
69aa6abdec update docu to better run trough phpdocumentor 2006-04-20 17:12:30 +00:00
4a98fcd281 fixed default to be hours (not minutes) 2006-03-27 12:46:21 +00:00
54f423b6cf added minutes as input unit to the duration / date widget 2006-03-27 12:22:12 +00:00
e73c48f794 fixed some bugs and missing things:
- subs are closed (set to done) too, if an entry is set to done via the close action
- infolog stays now in the subs view, if you add or edit an entry there
- entries created from the projectmanager go a set category
- times can optionaly be shown in the list
2005-12-06 07:11:14 +00:00
7a4a18ec0a phpgw --> egw
from this revision eTemplate requires a 1.0.1/1.2 API, the last working version for 1.0.0 has been taged "last_working_1_0_0"
2005-11-09 20:50:45 +00:00
a680d87a67 tabindex and accesskey 2005-11-05 17:07:29 +00:00
1618a67d7e duration can now (optional) differ between 0 and empty values, which get returned as null 2005-11-02 19:59:58 +00:00
cb59056b85 fixed wrong unit-label 2005-08-17 11:04:21 +00:00
ef3e6bc4f4 New widget for durations: floating point input with an optional selectbox to specify a unit (hours or days). The storage format is configurabe and can be either minutes (integer) or hours or days as float 2005-06-02 22:43:44 +00:00
7a39be36b6 some bugfixes:
- date-time: empty date not recogniced
- date-timeonly, date-houronly: use only seconds, no timezone converstation between server-time and UTC (default for mktime())
2005-04-10 21:25:42 +00:00
6b3eda15a6 fix to allow setting needed attribute for dates 2005-03-05 14:56:30 +00:00
ac060de053 docu update 2005-02-22 22:11:00 +00:00
e0a0cfc9fe first step to a new eTemplate editor:
- based on existing show function the template can be edited in place
- dblclicked widgets will be edited in a popup
- new editor supports not only one grid, but a hirachical tree of widgets
still missing:
- editing and operations of grid rows and columns
- type-specific templates for the popup, to make the options more intuitiv
In the meantime the old editor is still functional
2005-02-15 23:22:10 +00:00
22f7aaf56c fix for bug [ 1049574 ] Windows does not support dates prior 1970-01-01
using adodb's datelibary instead of the regular php-functions: date, mktime, ...
also added input-validation for dates
2005-02-09 10:15:49 +00:00
33f5cb30c8 added two new widgets:
- hour with 12/24 preference
- day of week
2004-10-07 21:58:33 +00:00
ff47845902 added option to suppress time in the readonly display if it's 0h0 2004-08-28 17:57:44 +00:00
2f7c4cb8fc removed tz-converstation:
- to fix tz-probs in infolog
- in my belive tz-conversation should always be done in the bo-layer and not in ui (eTemplate)
2004-08-28 17:56:27 +00:00
bd460d0ea1 fixed readonly display 2004-02-05 13:27:20 +00:00
b01bf986dc change files from phpgw to egw 2004-01-27 16:58:19 +00:00
5d922e91f1 fixed jscalendar to work with date-format 'd-M-Y', for multibyte charsets this needs mbstring and mbstring_overload & 2 (!) to work fully, thought it is usable without 2003-11-03 12:03:17 +00:00
3c7811e45a fixed translation of the date-widget's label 2003-10-25 21:02:16 +00:00
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
940249850e added the jsCalendar to the date_widget 2003-08-18 23:15:59 +00:00
99c2ae7f92 added readonly-display for date-time and date-only_time 2003-04-27 08:50:20 +00:00
5da28cbdb2 1min steps for minutes via parameter or fallback vi value is not in 5min steps 2003-04-14 21:59:24 +00:00
38c7e3d145 fix for the date-widget of the today button and javascript 2003-04-13 21:47:03 +00:00
3e73fa66d8 added time and date+time to date_widget and select-number to select_widget 2003-04-13 19:14:50 +00:00
74248930c5 date_widget has now an option to show an input for the year instead a select-box, datefield_widget is no longer used 2002-10-12 22:34:50 +00:00
7a07eef5b5 if date_widget is readonly: just generate a label with the Date in the form spec. in the user-prefs 2002-10-12 16:39:10 +00:00
ee4ac7ac0b new coded useing select-day, -month, -year 2002-10-06 00:15:14 +00:00
290ba0b094 completly rewritten uietemplate::process_show to not longer need to work recursively and be able to do input-checks later on 2002-10-01 18:26:30 +00:00
ed81de3f86 big performance improvment by using references (droped php3 compatibility) 2002-09-27 16:17:39 +00:00
7bd87b1180 changed interface for extensions to:
pre_process(&$cell,&$value,&$extension_data,&$readonlys)
post_process(&$cell,&$value,&$extension_data,&$loop)
2002-09-24 21:57:15 +00:00
569a3672b0 some corrections for the inline-doc-parser 2002-09-02 11:14:30 +00:00
370eb1a638 change in the params of the extension-interface 2002-06-09 21:36:06 +00:00
daceac54ad Added interface to extend eTemplates with new widgets.
The widget got automaticaly loaded from the app's inc dir (or etemplate's inc dir).
Two examples ilustrate how to use the interface:
 - date: class.date_widget.inc.php reads dates via sbox.getDate
 - datefield: class.datefield_widget.inc.php reads dates via 3 textfields
2002-05-13 21:30:46 +00:00