Hadi Nategh
00fb5c486b
Calendar category report:
...
- Fix multidays events and recurrences miscalculation
- Fix height of category table
2016-11-15 10:19:39 +01:00
Hadi Nategh
a1273acf54
Fix wrong indexing for categories array in calendar category report
2016-11-14 15:34:09 +01:00
Hadi Nategh
9c67a1466a
Calendar category report:
...
- Fix calendar category report not summarizing values
- Add select all checkbox
2016-11-14 13:57:15 +01:00
Ralf Becker
db1f92c7f8
fix identities from aliases or imap-user without @ shown with empty label, if name is empty
2016-11-14 13:44:40 +01:00
Ralf Becker
7fe6eead5a
remove identity if alias is removed with "-alias" AND create_identity is "yes"
2016-11-14 13:44:40 +01:00
nathangray
9a2cd797e6
Change sidebox menu site configuration to match, reported by Stefan Unverricht
2016-11-11 08:45:17 -07:00
Klaus Leithoff
893ab5de6e
remove obsolet details lang-string, which caused confusion with details-label in other apps when converting mail to other-app-entry in other languagefiles too
2016-11-11 11:47:56 +00:00
Klaus Leithoff
a9db674c1a
remove obsolet details lang-string, which caused confusion with details-label in other apps when converting mail to other-app-entry
2016-11-11 11:26:28 +00:00
Ralf Becker
7cd1d0ebf4
* InfoLog/PostgreSQL: new entries were created with info_id 0: duplicate key value violates unique constraint
2016-11-10 16:44:47 +01:00
Klaus Leithoff
6fee3b919a
* Mail/Z-Push: handle charset-problem on sending mails with added EGW-Signature
2016-11-10 12:52:02 +00:00
Hadi Nategh
b5b1ffec65
Add unit day for calendar category report
2016-11-10 11:11:03 +01:00
Ralf Becker
d099fbe28a
fix error if no alias/forward set stalling setting one, caused by using NULL instead of an empty array throws error: Argument 1 passed to array_modify() must be of the type array, null given
2016-11-10 09:52:43 +01:00
Ralf Becker
b7c5ff7642
use $_SERVER[HTTP_X_FORWARDED_FOR] IP for ACL check if set, if not use $_SERVER[REMOTE_ADDR]
2016-11-09 22:18:58 +01:00
Ralf Becker
db9c65899e
* Adressbook/CardDAV/PostgreSQL: fix SQL error stalling sync of eg. eMClient with preference "Distributionlists as groups" enabled
2016-11-09 17:47:29 +01:00
nathangray
a1f2802387
Advanced search: Turn off required on custom fields, otherwise you can't search with them empty
2016-11-08 08:36:53 -07:00
nathangray
59fc41a5b9
Customfields required bugs
...
- Load attributes from modifications array, were previously ignored
- Remove double required check, actual field widget should handle it
2016-11-08 08:36:45 -07:00
nathangray
23625effb7
Avoid JS error if value is undefined
2016-11-08 08:36:36 -07:00
Hadi Nategh
dcc553bc23
Implement calendar category report
2016-11-08 15:58:46 +01:00
nathangray
921329b9f8
Fix some missing / incorrect translations, found & tranlated by Stefan Unverricht
2016-11-07 09:28:03 -07:00
nathangray
9826bcabdd
Increase consolidation max from 9 to 20.
2016-11-07 09:26:59 -07:00
Ralf Becker
0463a3769a
Changelog for 16.1.20161107
2016-11-07 14:11:52 +00:00
Ralf Becker
00ff3d2250
16.1 changes
2016-11-07 15:10:38 +01:00
Ralf Becker
004aca1391
stop 16.1 releases triggering 14.2 builds
2016-11-07 14:57:42 +01:00
Ralf Becker
baaa8a0faf
* Calendar: fix holidays are displayed one day off for eg. Austria, Slovakia, Australia (from iCloud)
...
Caused by no real floating date support in EGroupware and defaulting to UTC, if no timezone specified, because Horde_Icalendar does not report datetimes postfixed with Z as UTC.
Fixed now by not using UTC workaround for date (not datetime) values.
Also implemented default duration of one day for dtstart as date and no dtend/duration given.
2016-11-05 12:02:36 +01:00
nathangray
671f535a82
* Calendar: missing backport stalling calendar planner view
...
Fix the bugfix (b799dda8c7
) so planner view doesn't throw errors
2016-11-04 09:43:19 +01:00
Ralf Becker
908e5ed114
* Filemanager: DB schema update to remove doublicate rows for WebDAV properties on update, caused eg. excessively by OneNote
2016-11-03 19:32:28 +01:00
Ralf Becker
893773275b
fixed stall in calendar update from 1.8: remove deleting from egw_api_content_history, which will be droped by 16.1 update, before calendar update is running
2016-11-03 13:44:10 +01:00
Hadi Nategh
eae8f85779
Make all selectboxes fullwidth in login page
2016-11-03 11:47:28 +01:00
Hadi Nategh
2cf7aaf97e
Add some missing translation into addressbook
2016-11-03 11:24:12 +01:00
Ralf Becker
16e048e665
fix broken recurrence end-dates stalling updates
2016-11-02 19:59:27 +01:00
nathangray
fe4d00551a
Some bugfixes:
...
- For some start / end date combinations, end date was incorrectly processed
- Check readonly flag to avoid errors from drag & drop, click to create and drag to create
2016-11-02 10:40:45 -06:00
Ralf Becker
9dd7076e9d
remove permantent error_log on restore of egw_cal_dates
2016-11-02 14:29:08 +01:00
Hadi Nategh
80dd3fb710
Fix some of content in mails with specific html formats get removed by HtmLawed's balance
2016-11-02 14:00:38 +01:00
Hadi Nategh
a89c7dea6b
Run HTMLawed on compose body
2016-11-02 14:00:19 +01:00
Hadi Nategh
562a531ee4
Update HTMLawed into version 1.1.22
2016-11-02 13:59:53 +01:00
Ralf Becker
6223a01b6e
Changelog for 16.1.20161102
2016-11-02 09:08:20 +00:00
Ralf Becker
abf882d290
* CardDAV/Addressbook/PostgreSQL: fix SQL error, remove MySQL only FROM_UNIXTIME with our db abstration version
2016-11-02 09:41:46 +01:00
Ralf Becker
12752f65d9
fix use of old egw class in favor of new Api\Egw
2016-11-02 09:41:46 +01:00
nathangray
eb859ca36b
When printing events, make times & all day event description bold for better visibility
2016-11-01 15:19:03 -06:00
nathangray
a88139e8a5
Add a border to events when printing
2016-11-01 15:18:52 -06:00
nathangray
b3730be7e0
Fix some missing / incorrect icons
...
- Addressbook advanced search was from default
- Add favorite dialog had no icons on buttons
- All dialogs using standard button sets were either missing or from default theme
- Mail confirm all was missing Yes icon
2016-11-01 15:18:08 -06:00
nathangray
8f1a792904
Fix bug where you were unable to change participant status of a recently added user until you save the event
2016-11-01 15:13:26 -06:00
Ralf Becker
fe6319a227
fix searching for "group" reveals groups normally hidden by forced account-selection pref "groupmembers" or "none"
2016-11-01 15:04:40 -06:00
nathangray
d9a91326bc
If searching for an account and you include 'Group ' (or translation) in the search string, it will search just groups instead of all accounts.
2016-11-01 15:04:25 -06:00
Ralf Becker
8a0390fbf2
use 16.1 Api\Exception\Redirect instead of old egw_exception_redirect not existing in default 16.1 install
2016-10-31 18:49:01 +01:00
Ralf Becker
29a3c5a08e
remove Exception type, to not get a Type error when PHP 7+ throws an Error
2016-10-31 18:49:01 +01:00
Ralf Becker
3e8244fc6d
* Admin: fix fatal error when using "Deny Access" from context menu on groups
2016-10-31 18:13:44 +01:00
Ralf Becker
ad6e846caa
fix check for existing identity for first array element
2016-10-31 16:05:30 +01:00
Ralf Becker
1694f3a4a9
remove +/- prefix, as it is not part of email but operator
2016-10-31 16:05:30 +01:00
Ralf Becker
61364b6b0b
remove +/- prefix, as it is not part of email but operator
2016-10-31 16:05:30 +01:00