Nathan Gray
5be831d9dc
Fix broken cache update when deleting a preference.
...
Before, it would only store the preference for the updated app instead of all.
2014-03-31 16:59:01 +00:00
Nathan Gray
ae940d9174
Fix for nextmatch header setFilters()
...
- Add flag to prevent widget change events from triggering an applyFilters() call
Fixes custom date filters causing extra calls and resetting other column filters.
2014-03-31 15:49:36 +00:00
Ralf Becker
3dbfd3aea6
more compact display of db-tools
2014-03-31 14:44:13 +00:00
Klaus Leithoff
8d5b0e83a3
translations from our translation server
2014-03-31 12:50:09 +00:00
Klaus Leithoff
9e4671e5da
handle bug on form validation with method used for taglist preparation
2014-03-31 12:40:20 +00:00
Ralf Becker
9280eca83b
old user and group admin, incl. lots of old phplib templates
2014-03-28 19:18:58 +00:00
Ralf Becker
b71baf7365
missing "edit_user" hook from admin
2014-03-28 18:54:40 +00:00
Ralf Becker
fbce93db73
dont save account-data, if they are not changed
2014-03-28 17:58:17 +00:00
Ralf Becker
ba4bb53c29
fixed not working autorepeat if $row_cont was used
2014-03-28 17:32:32 +00:00
Ralf Becker
8cfef6746d
added several checks for account editing in addressbook: doublicate account name, passwords match, set email for new accounts according to policy
2014-03-28 16:56:35 +00:00
Ralf Becker
13ad291696
need to init apps too
2014-03-28 13:15:11 +00:00
Ralf Becker
dfc5a8222e
using !egw.app(appname) to check if user has no run-rights for appname
2014-03-28 13:09:21 +00:00
Ralf Becker
1a1e0fcffc
move "nothing to save." to common
2014-03-28 13:05:56 +00:00
Klaus Leithoff
f495345550
add some more examples for imap_rfc822_parse_adrlist
2014-03-28 09:48:09 +00:00
Ralf Becker
61f25c05ff
fixed direct access to (not longer existing) egw.userData.apps[app] by using method egw.app(app)
2014-03-28 08:46:54 +00:00
Ralf Becker
115aabf21a
fixed error because using (by loading order sometimes) uninitialised class-variable instead of documented and initialies private var
2014-03-28 08:06:30 +00:00
Ralf Becker
d6747117ca
put some margin between checkbox and its label
2014-03-28 07:55:19 +00:00
Ralf Becker
ca3f43838c
fixed IDE warnings
2014-03-28 07:49:49 +00:00
Ralf Becker
fe83c07b50
get group actions from edit_group hook
2014-03-27 19:00:52 +00:00
Ralf Becker
2282d600c0
fix sql error
2014-03-27 18:58:44 +00:00
Klaus Leithoff
a9f7b3486b
silence permanent error log
2014-03-27 14:30:14 +00:00
Klaus Leithoff
5547753502
first step for a workaround when there is no imap extension available; ToDo: implement imap_rfc822_parse_adrlist (used quite often)
2014-03-27 14:03:06 +00:00
Klaus Leithoff
e72f015d81
fix the serverside bug for bug handeled on r46405
2014-03-27 09:25:11 +00:00
Nathan Gray
5e6d19568d
Add a popup on hover to every read-only url-email widget.
...
Popup gives an option to add the email to a new contact
2014-03-26 23:25:43 +00:00
Nathan Gray
beab0aca19
Improvements to CRM view hook filtering
...
- Don't use linked filter, leave that for the user. Use action, action_id instead, which can't be cleared.
- Don't store query in the session, it will conflict with app tab. etemplate2 preserves it in the request.
2014-03-26 19:36:54 +00:00
Nathan Gray
24fd900626
Fix multiple request problem
...
- actually pass delay to autocomplete, it works better that way
- track previous request, and abort it if another one needs to be started
2014-03-26 17:55:50 +00:00
Nathan Gray
e7fd500006
Store the jQuery jqXHR request object in the json_request, and return it from sendRequest() so caller can access it, if needed.
2014-03-26 17:53:09 +00:00
Nathan Gray
a1bd074787
Un-deleting an infolog entry needs a full refresh, not just an update, to remove it from the list of deleted entries
2014-03-26 16:54:09 +00:00
Nathan Gray
869bf62108
Improve handling of changing actions in a nextmatch response:
...
- Also (re)set default action on new actions
- Avoid extra actionManagers
2014-03-26 14:55:06 +00:00
Nathan Gray
69fea7dc9c
Fix Un-Delete label on Save button for new infologs
2014-03-26 14:33:03 +00:00
Nathan Gray
8f6f417a9e
Fix typo in translation
2014-03-26 14:09:22 +00:00
Ralf Becker
a4b27d286d
* FireFox/all apps: fixed in recent FF version popups opened always in a single popup (overwritting previous opened one)
2014-03-26 10:32:17 +00:00
Ralf Becker
33b93e0665
fixed every mail seems to request a delivery notification (caused by dataElem.data.dispositionnotificationto === null)
2014-03-26 09:09:30 +00:00
Nathan Gray
756e5c1732
Stop hiding upload progress / errors
2014-03-25 21:04:02 +00:00
Nathan Gray
b93286a467
Don't call finish or change callbacks if upload fails
2014-03-25 21:03:35 +00:00
Nathan Gray
660f57e176
Fix for r46370, Fix links disappearing when changing between details / no details
...
I changed the wrong parameter
2014-03-25 19:49:47 +00:00
Nathan Gray
b9be77fe0f
If editing a deleted infolog, change the save label to 'Un-Delete' to be a little more clear, though 'Apply' would work too
2014-03-25 18:53:07 +00:00
Nathan Gray
2f90f3d427
Fix changed actions only partially updated, missed _actionLinks in controller
2014-03-25 18:34:00 +00:00
Nathan Gray
e62c980a8f
Add context menu sub-actions for CRM-View Infolog & Tracker
2014-03-25 16:53:36 +00:00
Nathan Gray
42272cf2e2
Don't take away default action's onExecute, even if it does have children
2014-03-25 16:47:27 +00:00
Klaus Leithoff
e36a7b17e3
support Disposition-Notification-To, Return-Receipt-To and X-Confirm-Reading-To on preview
2014-03-25 16:20:28 +00:00
Nathan Gray
7ef65b30d6
Fix expand_multiple_rows button to only be added once
2014-03-25 15:20:05 +00:00
Nathan Gray
8954da4956
Another fix for edit series confirm dialog - handle case of recur type = 0 (single event)
2014-03-25 15:04:14 +00:00
Stefan Reinhardt
78a192e8d2
timesheet
...
add Button - padding for Text "Add"
app.less
2014-03-25 14:38:22 +00:00
Ralf Becker
7d7436e54b
fixed javascript errors happening if config was not loaded
2014-03-25 12:23:06 +00:00
Ralf Becker
9a10af6fe5
missed to commit parameter to parse CN from url
2014-03-25 12:22:00 +00:00
Ralf Becker
659ad40b50
display old html::form_1button like a button inline-block
2014-03-25 12:17:46 +00:00
Ralf Becker
1007f2ec7e
fixed idots not always loaded client-side configuration: now using egw_info[flags][nonavbar] === "popup" to let framework definitly know we dont want a navbar (need to know before navbar is called and can not use true, which is allways set by index.php)
2014-03-25 12:12:00 +00:00
Klaus Leithoff
8de2b22eeb
solution for taglist used for info_cc; TODO:replace imap_rfc822_parse_adrlist, as we wanted to get rid of those imap extension functions
2014-03-25 11:22:34 +00:00
Nathan Gray
efa8c9b567
Remove no longer needed ab link-entry
2014-03-24 21:37:42 +00:00