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
2e9b753292
remove permanent error-log
2014-01-27 13:07:50 +00:00
22d6fc05ee
flag messages from preview; load translations for ajaxcalls, when needed
2014-01-27 12:18:16 +00:00
2685f4d46e
fixed AB "looses" name/organisation column after changing sorting, caused by grid not instanciating disabled rows as children and therefore column-name changes with sorting
...
added _getColumnName implementation to grid, which takes all nextmatch-* widgets into account (like old eTemplate did) and therefore does not change when sorting changed header-order by disabling of rows
2014-01-27 11:06:44 +00:00
50b34a7b99
docu update and fix IDE warnings
2014-01-27 09:48:43 +00:00
1e726cedac
Fix calendar d-n-d not showing forbiden sign when try to drop in not accepted area
2014-01-24 16:04:11 +00:00
5d64f040c0
use a linkHandler method to correctly (with ajax=true) handle listview: a) on new logins or b) when app is refreshed via clicking on app-header in jdots
2014-01-24 15:50:17 +00:00
e72b698faf
removed old action-popups to get ride of warning in js console
2014-01-24 15:48:44 +00:00
84624be69f
Make Series and WholeDay events d-n-d able
2014-01-24 12:50:20 +00:00
ca29a87092
fix clicking on monthname in navigation calendar always gave week-view
2014-01-24 12:28:40 +00:00
1b295f5c63
prevent redirect on display (when messagelocation is draft or template) when called from importMessageFromVFS2DraftAndDisplay
2014-01-24 11:48:24 +00:00
fc18f4d1ab
fix framework lost on search in Stylite/Pixelegg template
2014-01-24 11:24:14 +00:00
5b586c4687
fix several problems regarding compose; wrong addresses on nreply_all; failed opening of templates; not opening on importMessageFromVFS2DraftAndDisplay
2014-01-24 10:30:45 +00:00
bc0f6950c5
fix calendar favorites by passing state for json requests via apply("app.calendar.set_state", array(state)) and checking on app.calendar.setState() if we need a redirect for listview to set owner, cat_id or filter, also fixed all IDE warnings in app.js
2014-01-24 09:47:33 +00:00
4f30210b03
indention
2014-01-24 09:27:52 +00:00
fccd3f8d89
Fix not being able to move a series event. Additionally, brings a confirmation message for moving series event
2014-01-23 17:15:49 +00:00
996f9cd2b7
workaround for value 0 always selects first option in et2_widget_selectbox
2014-01-23 15:49:07 +00:00
3f035eaf42
keyword search definition on keyword1/label1 is now important instead of urgent;
2014-01-23 15:19:25 +00:00
fa2993bff3
keyword filtering must be done as flag search for
2014-01-23 14:46:57 +00:00
7c4abc8da1
make cc/bcc field visible if values are present/preset
2014-01-23 13:59:10 +00:00
5564cb6e26
remove recent flag on preview too
2014-01-23 13:16:26 +00:00
5452c9fca2
fixed XML error, if no type given
2014-01-23 12:43:29 +00:00
8b3b5c84fc
fixed can NOT unset last (forced) preference of an app, also fixed not working delete_(user|group) code
2014-01-23 12:33:25 +00:00
bc2689c3ae
fix setting answered and forwarded flags on answering/forwarding mails
2014-01-23 11:56:34 +00:00
f0710fbecb
fixed et2_dialog static methods like confirm did not show translations: injecting an egw object with loaded translations for current app
2014-01-23 10:52:44 +00:00
40b33e6a1d
Change old confirm dialogs to new et2_dialog in calendar edit popup
2014-01-23 10:27:18 +00:00
a788827c1e
check if json apply needs a not yet instanciated app.js object and instanciate it in that case
2014-01-23 09:03:30 +00:00
653f013975
pixelegg changes from wednesday
2014-01-23 08:44:49 +00:00
c5e1ed231a
Fix deleting multiple rows by storing grid row ID first, otherwise grid row IDs change as we delete rows
2014-01-22 16:43:31 +00:00
b4ad250438
Fix rows staying after deleting by preventing automatic grid stuff while deleting
2014-01-22 15:22:29 +00:00
828acc3b37
translations provided by stefan
2014-01-22 09:35:13 +00:00
4f9c9a8892
Clicking on profile in tree changes profile & selects inbox
2014-01-22 09:32:18 +00:00
e103145a53
Fix JSON to call callback even if server does not return anything in particular.
2014-01-22 09:30:22 +00:00
ed4476ab30
docu update and fixed IDE warnings
2014-01-22 08:42:42 +00:00