EvaWpunkt
6500e52146
Add notify_on icon (svg and png)
2016-07-27 13:48:08 +02:00
Hadi Nategh
e45925b063
* All apps: Add a counter indicator for selected entries in a list in mobile template
2016-07-27 11:34:07 +02:00
Ralf Becker
6496f33da6
fix PHP Fatal error: Access to undeclared static property: EGroupware\Api\Vfs\StreamWrapper::$is_root
2016-07-27 11:09:07 +02:00
Hadi Nategh
07e75a831c
* Mail: Fix addresses/attachments expansion plus button is not showing up in mail preview in the first load
2016-07-27 10:32:08 +02:00
Ralf Becker
ffa5b37776
fix not working forced password change on login page with fallback auth
2016-07-27 10:19:48 +02:00
Hadi Nategh
03709d1ba3
Change fav icon from bullet to star
2016-07-27 09:42:54 +02:00
nathangray
1359ce2aca
Keep event owner while copying, if current user has add permissions
2016-07-26 11:45:48 -06:00
nathangray
38ee3853cf
Handle empty participant names without error
2016-07-26 10:50:17 -06:00
nathangray
6a5003fee7
Make sure listview header gets a date
2016-07-26 09:52:03 -06:00
Ralf Becker
28cddb8e64
* Api: fixed not working HTTP authentication
2016-07-26 17:07:42 +02:00
Hadi Nategh
09e6d56bf5
* All apps: Fix styling glitches for search links dropdown
2016-07-26 17:05:45 +02:00
Ralf Becker
be08b46767
* eMail/UCS: fix setting of mailbox ACL for IMAP login-type "email"
2016-07-26 14:51:18 +02:00
Ralf Becker
ac8cdda252
fix wrong namespace and replaced a couple more CreateObject
2016-07-26 09:03:02 +02:00
Ralf Becker
f0a739d7ed
* LDAP: fix not working password change by user
2016-07-26 08:47:31 +02:00
nathangray
962f0fa9d6
Change usage of deprecated CreateObject() to autoloadable class names
2016-07-25 16:41:47 -06:00
nathangray
76c537b63a
Limit event edit dialog's recurrence end date to after the event start date
2016-07-25 16:14:13 -06:00
nathangray
acbf2b46da
Prevent "Parameter must be scalar" error when creating a calendar event - thanks @sbourget
2016-07-25 15:06:20 -06:00
nathangray
c987e5b013
Do not allow due or finish before start when copying from projectmanager template
2016-07-25 14:56:39 -06:00
nathangray
0405eb1510
Avoid type error when importing events with IDs that cannot be read (no permission)
...
Argument 1 passed to calendar_tracking::changed_fields() must be of the type array, null given
2016-07-25 12:23:31 -06:00
nathangray
085ac5bb38
Fix week view with multiple users (non-consolidated) still had some space where the user could click on the day header, which was recogized as a header click instead of an all day non-blocking click
2016-07-25 11:22:49 -06:00
nathangray
386368da6e
Better sizing for calendar in home
2016-07-25 11:22:49 -06:00
Hadi Nategh
519eaf2b3c
Add missing styling parts for previous commit.
2016-07-25 18:39:56 +02:00
Hadi Nategh
693bf4d0a8
Fix filemanager document editor does not respect page size format
2016-07-25 18:29:34 +02:00
Birgit Becker
ecbb81819a
* Addressbook: change taborder of fields to allow adding information column wise
2016-07-25 17:51:39 +02:00
Ralf Becker
a0d419a145
log execeptions happening during mergeprint for easier debugging
2016-07-25 14:53:30 +02:00
Ralf Becker
a4d39d5873
fix etemplate2.postSubmit() to not destroy any eT2 session, by unbinding window.onbeforeunload and rebinding it again after 100ms
...
Before postSubmit was unbinding only if current etemplates destroy_session was bound and causes so an other etemplates session_destroy to fire.
postSubmit now allways rebinds the session_destroy handler of current etemplate assuming it is only used for downloads, where current etemplate (and session) should persist.
2016-07-25 12:55:11 +02:00
Ralf Becker
4b58e87080
fix not working symlinking vfs files to infologs/links, fixed multiple PHP deprecated should not call non-static self::url_stat static
2016-07-22 18:22:46 +02:00
Hadi Nategh
a58c881af1
* Calendar: Fix opening a calendar entry sometimes doesn't work
2016-07-22 12:03:46 +02:00
nathangray
207be43f17
Fix home context menu was not available on the entire home page when blank, only parts
2016-07-21 16:27:07 -06:00
nathangray
e77a81e10a
Avoid Illegal string offset 'no_notification' warning if definition has no options defined
2016-07-21 14:38:31 -06:00
nathangray
3ab01052f4
Add a preference to control how many lines are allowed for all day non-blocking events before we start hiding some
2016-07-21 14:01:47 -06:00
nathangray
8c26a9b639
Avoid an Invalid argument warning if infolog_bo->anzSubs() returns an integer
2016-07-21 13:18:49 -06:00
nathangray
3b1ce04608
Avoid a Illegal string offset warning from link-entry widgets when they have only-app attribute set
...
Happened on infologs added from projectmanager element list
2016-07-21 12:51:32 -06:00
nathangray
4aad06e61d
Case-insensitive comparison for importing boolean values (Yes/No)
2016-07-21 11:55:47 -06:00
nathangray
246683331b
Fix Uncaught TypeError: this.getArrayMgr is not a function when accessing calendar through SiteMgr
2016-07-21 10:43:23 -06:00
Ralf Becker
fefc2b5f88
fix PHP Fatal error: Call to undefined function EGroupware\Api\Vfs\Sqlfs()
2016-07-21 18:35:58 +02:00
nathangray
99824b5510
Resource categories & distribution list expansion & fixes for planner view
2016-07-21 10:21:16 -06:00
Ralf Becker
6108123fe7
fix PHP Fatal in propatch
2016-07-21 17:43:28 +02:00
Hadi Nategh
dd85a52645
Fix file upload progress doesn't show up on hover over
2016-07-21 16:19:29 +02:00
Hadi Nategh
2cea60b0aa
Fix et2 dialogs' buttons sometimes get weird styling
2016-07-21 15:32:52 +02:00
Hadi Nategh
4c6a499b5b
Give warning for document delete action in filemanager editor
2016-07-21 15:21:35 +02:00
Hadi Nategh
5c3bd11366
Take yyyy-mm-ddThh:mm:ss.s format into account for date widget.
...
- Fix Date widget doesn't let iOS html native datetime-local input set a value
2016-07-21 14:28:46 +02:00
leithoff
e3132b7775
* eSync/Mail: make sure From is set correctly to the identity used, when sending by iOS
2016-07-21 13:36:43 +02:00
Ralf Becker
45c272dac2
make Vfs\StreamWrapper::symlinkCache_remove public, to allow calling from Vfs
2016-07-21 12:15:54 +02:00
Hadi Nategh
8bfddfa9ba
Refresh filemanager list after open document save operation
2016-07-21 11:50:52 +02:00
Ralf Becker
d26d1dd7f8
fix rename and load_wrapper missing in Vfs class
2016-07-21 11:17:01 +02:00
Ralf Becker
58d2e49843
fix two more cases in which "show_generation_time" is queried and should never trigger a request to server, see 1c6c930312
2016-07-21 10:51:17 +02:00
Hadi Nategh
7e6581e7e6
Fix couple of IDE warnings
2016-07-21 10:22:29 +02:00
Hadi Nategh
48c85453a0
Open Office Editor W.I.P: Fix a few styling glitches
2016-07-21 10:14:38 +02:00
Ralf Becker
4f7fa8f018
Merge branch 'non-static-stream-wrapper'
2016-07-21 10:06:19 +02:00