Ralf Becker
|
a2439dec02
|
fix "PHP Fatal error: APCuIterator::__construct(): APC must be enabled to use" in setup-cli
|
2016-08-02 11:42:37 +02:00 |
|
Hadi Nategh
|
0dce66e4a0
|
Fix error while reading mail hooks
|
2016-08-02 10:41:43 +02:00 |
|
Ralf Becker
|
2a4535be58
|
fix PHP Fatal error: Class 'EGroupware\Api\Vfs\Config' not found
|
2016-08-02 10:19:13 +02:00 |
|
Ralf Becker
|
71a384798f
|
fix PHP Strict Standards: Only variables should be assigned by reference
|
2016-08-02 10:16:31 +02:00 |
|
nathangray
|
7e800a4122
|
* Calendar: Add print action to event context menu
|
2016-08-01 09:11:29 -06:00 |
|
Hadi Nategh
|
ff9764171d
|
Fix border radius in nextmatch headers not getting properly rounded in firefox.
|
2016-08-01 16:55:00 +02:00 |
|
Ralf Becker
|
ad5cf7abfe
|
move old schema tests to api/src/Db/test/, not (yet) running via phpUnit/Travis
|
2016-08-01 13:58:06 +02:00 |
|
Ralf Becker
|
ba18f3f594
|
allow eg. unit-tests to set/change schema used by db class: Db::set_table_definition()
|
2016-08-01 13:34:25 +02:00 |
|
Ralf Becker
|
c033435122
|
fix RenameTable for PostgreSQL to only use old logic, if we still have an old sequence, and if old logic is used, set sequence value
|
2016-08-01 13:32:43 +02:00 |
|
Ralf Becker
|
27468f0dac
|
fix PHP Warning: filemtime(): stat failed for phpgwapi/setup/setup.inc.php
|
2016-07-31 10:29:52 +02:00 |
|
nathangray
|
8a3ddfa41b
|
- Add preference to display birthdays as events (still always on for mobile)
- Add cake icon to header on birthdays
|
2016-07-29 09:35:24 -06:00 |
|
Ralf Becker
|
b077423223
|
get "integer" type settings working, by removing not used size attribute from template causing a 0 size input for integer
|
2016-07-29 16:01:26 +02:00 |
|
leithoff
|
fa7bd97801
|
apply integer as type to maximum-sync-range in days pref in preferences->activesync->mail
|
2016-07-29 15:50:34 +02:00 |
|
Hadi Nategh
|
37cc46a252
|
* all apps: Fix vfs upload button does not work in link tab
|
2016-07-29 12:45:41 +02:00 |
|
Hadi Nategh
|
196176ff9c
|
Restructuring of sidebox menus in mail
|
2016-07-29 12:08:36 +02:00 |
|
Ralf Becker
|
d3043c2a45
|
* Templates: disable old idots and jerryr template, as new calendar does not work with them
|
2016-07-29 11:55:41 +02:00 |
|
nathangray
|
e3dd5ad4c4
|
Change timespan formatting to always show start & end time for single day events, similar to multi-day events
|
2016-07-28 16:39:26 -06:00 |
|
nathangray
|
14fbd7fcd5
|
When loading something into admin, accept & show string data even though it's not valid
|
2016-07-28 16:30:16 -06:00 |
|
nathangray
|
9cf5ab29a1
|
Fix interference between CRM details / no details and infolog details / no details
Changing CRM to details would clear no details CSS from infolog
|
2016-07-28 16:10:02 -06:00 |
|
nathangray
|
a019185ec2
|
Fix a case where clicking between the space for adding all day non-blocking area and the header went to day view.
|
2016-07-28 14:43:11 -06:00 |
|
nathangray
|
474e32db67
|
Slightly more intelligent detection of plain text fields in a document that has HTML parsing turned on
|
2016-07-28 14:14:20 -06:00 |
|
nathangray
|
96b75f7888
|
Fix error when saving copied event if current user does not have add rights to original user's calendar
|
2016-07-28 13:26:06 -06:00 |
|
EvaWpunkt
|
4be7cdecc7
|
Change notify_off icon
|
2016-07-28 17:11:19 +02:00 |
|
Ralf Becker
|
bca3ca2059
|
try to improve speed of HHVM syntax check using -d hhvm.jit=0
|
2016-07-28 17:04:07 +02:00 |
|
leithoff
|
0e93274657
|
* eSync/Mail: allow to override the settingregarding the date range for syncing mail when no limit is set clientside (preventing client crash that may be caused by too many mails/too much data (default is half a year)). If you want to sync way-back into the past: set a large number
|
2016-07-28 15:48:43 +02:00 |
|
Ralf Becker
|
3e1f7613de
|
fix PHP Fatal error: Class 'ldap' not found, when migrating accounts LDAP --> SQL
|
2016-07-28 15:30:51 +02:00 |
|
Ralf Becker
|
f6f3b89f8b
|
* Filemanager/EPL: fix broken notification / subscription to folders
Do not check for (no longer existing) $GLOBALS[egw]->hooks but for no class setup_process, to not call them during install or update.
|
2016-07-28 15:10:39 +02:00 |
|
Hadi Nategh
|
53449be87f
|
Saving cal event's opacity effect in printing by using filter instead of opacity
|
2016-07-28 14:07:54 +02:00 |
|
Ralf Becker
|
e3bdf129dc
|
fix Travis error for HHVM
|
2016-07-28 13:51:47 +02:00 |
|
Ralf Becker
|
96caf6effd
|
* Admin/APC(u): fix error in clear cache: if APC(u) runs out of memory clearing just instance cache clear whole cache
|
2016-07-28 12:02:21 +02:00 |
|
Hadi Nategh
|
cc7d9cbba4
|
Do not apply opacity on cal events when printing a calendar view, because Firefox can not coop with opacity in print
|
2016-07-28 11:22:11 +02:00 |
|
Ralf Becker
|
86823a7e8c
|
make is-directory check more robust, by checking for PHP's directory-mode / Sqlfs::DIR_MODE too, not only for mime-type which is set eg. by stylite.links to "egs/$app"
|
2016-07-28 11:11:34 +02:00 |
|
Ralf Becker
|
abf87b63c9
|
fix old class-name egw_vfs --> Vfs
|
2016-07-28 10:05:14 +02:00 |
|
Ralf Becker
|
9c13d84a67
|
define Vfs::LINK_MODE constant again, since we no longer inherit from Vfs\StreamWrapper
|
2016-07-28 10:05:14 +02:00 |
|
Hadi Nategh
|
f183d27340
|
Fix some IDE warnings
|
2016-07-28 09:48:47 +02:00 |
|
Ralf Becker
|
015ed03bb6
|
fix cant attach files, if none have been attached to an entry before: Sqlfs\StreamWrapper::mkdir('/apps/calendar/123',0,1) already exist!
|
2016-07-28 09:40:23 +02:00 |
|
Ralf Becker
|
6ba07ef64b
|
fixed SQL error caused by sql_mode ONLY_FULL_GROUP_BY under MySQL 5.7+ in VFS file-system-check
|
2016-07-28 09:11:38 +02:00 |
|
nathangray
|
859f9b7126
|
Group event participants by type in event tooltip
|
2016-07-27 17:04:34 -06:00 |
|
EvaWpunkt
|
97c7d3f15f
|
Add notify_off icon (svg and png)
|
2016-07-27 16:25:20 +02:00 |
|
Hadi Nategh
|
2df0e638e3
|
Fix hover over compose button resizes the plus icon
|
2016-07-27 15:16:10 +02:00 |
|
Hadi Nategh
|
3fdeee1a8a
|
Fix colors for notify_on/off icons
|
2016-07-27 15:00:07 +02:00 |
|
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 |
|