acd426c8ee
Implement addressbook douplicates contact confirm dialog with new et2_dialog and make the conflicts contact popup selectable
2014-01-29 18:36:55 +00:00
5e2d655d40
only trigger change event for real changes, first initialisation of widget is NOT considered a change
...
this modification might be necessary in more widgets, because they are either not an et2_inputWidget or overwrote set_value method
2014-01-29 18:24:57 +00:00
37a39dfe87
Remove extra margin inside labels, fixes indented text in nextmatch columns (textbox_ro)
2014-01-29 18:21:25 +00:00
020058061d
missing docu to fix ide warnings
2014-01-29 17:45:24 +00:00
5f4f8f99fd
Don't require literal search text to be in results - if server returns it, present it to user
2014-01-29 17:32:32 +00:00
4036b268c9
missing docu to fix ide warnings
2014-01-29 17:11:11 +00:00
11fd61fe8a
fixed indention and ide warning about missing docu
2014-01-29 15:55:18 +00:00
48679c3e6c
update timepicker to (unnamed) version from Nov. 2013
2014-01-29 13:15:38 +00:00
a659b49f51
silently fix skiped minutes or times with just one digit, as parser is quite pedantic ;-)
2014-01-29 13:10:31 +00:00
db3422fccb
fixed date(-time)-picker looses changes made in textfield directly, we now bind to change of input instead using onSelect of picker
...
also changed parsing of date(-time) strings to use parser of datetimepicker with our format, instead of date object, which does not understand our formats
2014-01-29 11:27:24 +00:00
0629f22bcc
attachments not transported when converting to infolog/tracker on send
2014-01-29 10:59:14 +00:00
09c5ea8df5
fixed datetime widget returns march, if selecting febuary on a current date with a day >28
2014-01-29 10:18:07 +00:00
398ca817d4
handle condition for no next found, to avoid java script errors
2014-01-29 09:58:29 +00:00
f532c22707
Fix a defalut min-height for drop area in toolbar widget to be able to drop back the actions when there's no actions in action list
2014-01-29 09:04:10 +00:00
56e3607b70
Fix "Mail all participants" in calendar edit popup->Actions
2014-01-29 08:32:01 +00:00
70c3ab98af
Set the "Allow ignore conflicts" default option to "Yes, only users with direct booking permission", therefore this would be the selected as first time installation, unless it set to another choice from Resources site configuration
2014-01-29 08:28:53 +00:00
a8e8f33ff4
* Calendar/eSync: fixed caching causing new events on EGroupware side not to appear on device (withing time of a running ping-request)
2014-01-28 16:27:01 +00:00
8147adcb95
Add "Allow ignore conflicts" feature for resources
2014-01-28 16:26:18 +00:00
6f74c42111
translations from Stefan
2014-01-28 15:32:42 +00:00
28c5fff138
move index.right_addplus.xet into index.xet
2014-01-28 15:26:13 +00:00
a7724dc6e5
remove Expires header from egw_session::cache_control(true), so have same behavior as session_cache_limiter("private_no_expire")
2014-01-28 15:06:47 +00:00
60e3037bf8
* CalDAV/Resources: fixed only first N resources were available in CalDAV (N = common preference how many entries to show)
2014-01-28 14:44:52 +00:00
0d8051837c
translations from Stefan
2014-01-28 13:40:16 +00:00
43f558830c
* Adressbook/CardDAV: changed (down-)scaling of images to width of 240px (was 60px) to cater for higher screen resolutions
2014-01-28 11:24:47 +00:00
eefc115767
Consider pop up the group difference message in gategories, only if they are less than original
2014-01-28 11:13:48 +00:00
6c44f31448
specify template for redirect, to NOT open preferences (= current app) tab in Stylite/Pixelegg template
2014-01-28 11:01:17 +00:00
d40025f732
allow to specify app for redirects (for Stylite or Pixelegg template)
2014-01-28 11:00:39 +00:00
e4285b67f4
Fix categories not able to change groups
2014-01-28 10:48:23 +00:00
a2800d7fa8
fix ide warnings
2014-01-28 10:16:24 +00:00
3a263e04e1
fix ide warnings
2014-01-28 10:10:27 +00:00
effe2120aa
fix ide warnings
2014-01-28 10:08:43 +00:00
0c2f0fdcfa
fix ide warnings
2014-01-28 10:02:11 +00:00
95bc6ced24
fix ide warning and using static methods static
2014-01-28 09:56:12 +00:00
55df2f5bb3
fix typo causing common::show_date to only work with default $adjust_to_usertime = true
2014-01-28 09:52:19 +00:00
9960468583
* InfoLog: query custom-fields for notifications
...
and remove static $ignore_acl parameter, as it is only used in no longer necessary read
2014-01-28 09:36:36 +00:00
40a13d193b
fix ide warnings
2014-01-28 09:22:12 +00:00
41ce90ff30
infolog update 1.9.006 changing async_method from (not longer existing) boinfolog to infolog_bo
2014-01-28 08:34:23 +00:00
fbccbb87a3
Fix wrong styling in egw_tail log
2014-01-28 08:33:28 +00:00
ad57c7ee86
remove addressbook, calendar and infolog classes for xmlrpc, as we droped xmlrpc support
2014-01-28 08:28:20 +00:00
d3e9f43b94
Don't initialize a hidden splitter, it ruins the size calculations. Initialization for hidden splitter is done (if needed) in resize().
...
Fixes mail splitter in hidden tab initializing to top, wrecking nextmatch grid.
2014-01-27 22:04:56 +00:00
ace95f26b0
fixed not expanded onchange attribute, if widget type need to be expanded too, eg. log-viewer in CalDAV or eSync preferences
2014-01-27 21:59:29 +00:00
d6b7350e5b
value attribute could be undefined. It is safer to check it with get_value() since it return empty array if there's no value
2014-01-27 20:07:06 +00:00
888611f531
No need to pass event param as the first argument to edit_series function, if there's no event, since the function controls the arguments by itself
2014-01-27 16:36:49 +00:00
56ea1da5aa
fixed not working redirect to index url of app, if etemplate session is lost (tested with mail app)
2014-01-27 16:30:34 +00:00
99ce5b41f9
allow to optionally specify app for redirect instead of always using current app
2014-01-27 16:28:39 +00:00
ba5254040d
fixed "can not access attribute 0 of undefined" caused by automatic nextmatch refresh loosing context
2014-01-27 16:26:00 +00:00
c52c1f7126
Destroy resizable for non resizable entries, and initiate them with normal status
2014-01-27 16:03:08 +00:00
c8cd5c1c44
Remove "edit categories" item from addressbook->categories context menu
2014-01-27 15:16:32 +00:00
c3435b0359
fix for not indicated attachments if disposition is inline but no cid given or not is image (, as we display only images inline)
2014-01-27 15:04:18 +00:00
ea20648d39
Remove inline-scripts from egw_tail. Additionally, add a new library to jsapi related to egw_tail
2014-01-27 14:29:24 +00:00