Commit Graph

27092 Commits

Author SHA1 Message Date
Hadi Nategh
181eea84bb Fix filemanager open action regarding to the file mime type whether it needs to be opened in expose or in popup 2015-04-07 12:34:52 +00:00
Ralf Becker
97d57fb2a0 Merging r51397ff from Trunk: moving VFS API classes into a namespaced PSR4 autoloadable structure:
- PSR4 autoloader exists beside our old autloader to support old as well as new structure until everything is ported over
- moved ported API stuff from phpgwapi to new api directory (idea is phpgwapi become a compatibility layer for old code, while we only port selected stuff to new api directory)
- namespaces use prefix "EGroupware", then (first letter capitalised) app-name or "Api", sub-system names like "Vfs" or for apps "Ui", "Bo, "So" and at least class name starting with a capital letter and without understores eg. "StreamWrapper" plus just ".php"
- examples:
+ egw_vfs in phpgwapi/inc/class.egw_vfs.inc.php --> EGroupware\Api\Vfs in api/src/Vfs.php
+ sqlfs_stream_wrapper in phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php --> EGroupware\Api\Vfs\Sqlfs\StreamWrapper in api/src/Vfs/Sqlfs/StreamWrapper.php
+ sqlfs_utils in phpgwapi/inc/class.sqlfs_utils.inc.php --> EGroupware\Api\Vfs\Sqlfs\Utils in api/src/Vfs/Sqlfs/Utils.php
- api directory is no a new svn module but exists (like home) as sub-directory under base egroupware module
2015-04-07 09:21:05 +00:00
Ralf Becker
107eda829b Merging r51397ff from Trunk: moving VFS API classes into a namespaced PSR4 autoloadable structure:
- PSR4 autoloader exists beside our old autloader to support old as well as new structure until everything is ported over
- moved ported API stuff from phpgwapi to new api directory (idea is phpgwapi become a compatibility layer for old code, while we only port selected stuff to new api directory)
- namespaces use prefix "EGroupware", then (first letter capitalised) app-name or "Api", sub-system names like "Vfs" or for apps "Ui", "Bo, "So" and at least class name starting with a capital letter and without understores eg. "StreamWrapper" plus just ".php"
- examples:
  + egw_vfs in phpgwapi/inc/class.egw_vfs.inc.php --> EGroupware\Api\Vfs in api/src/Vfs.php
  + sqlfs_stream_wrapper in phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php --> EGroupware\Api\Vfs\Sqlfs\StreamWrapper in api/src/Vfs/Sqlfs/StreamWrapper.php
  + sqlfs_utils in phpgwapi/inc/class.sqlfs_utils.inc.php --> EGroupware\Api\Vfs\Sqlfs\Utils in api/src/Vfs/Sqlfs/Utils.php
- api directory is no a new svn module but exists (like home) as sub-directory under base egroupware module
2015-04-07 09:19:30 +00:00
Ralf Becker
119bed9a08 check if APC(u) is enabled and not only if extension is available 2015-04-03 17:56:57 +00:00
Ralf Becker
bf187f131f check if APC(u) is enabled and not only if extension is available 2015-04-03 17:56:35 +00:00
Ralf Becker
fd435043ad fixed not shown readonly value for numerical values 2015-04-03 14:20:19 +00:00
Ralf Becker
6390696ee6 fixed not shown readonly value for numerical values 2015-04-03 14:19:34 +00:00
Ralf Becker
372769842c remove old options colliding with Nathans new stuff and causing all but first addressbook tab to be empty 2015-04-03 13:09:36 +00:00
Ralf Becker
4eea57c8a8 * All apps: fix unable to remove last value from multiselect 2015-04-03 12:47:29 +00:00
Ralf Becker
d82f65e95e reverting r52412, as it breaks not validating not send values, sending empty array for nothing selected in selectbox instead of (not submitted) null value 2015-04-03 12:43:26 +00:00
Ralf Becker
4ccc9b2cdb copy 14.2 changelog to trunk to satisfy update checker 2015-04-02 16:27:00 +00:00
Nathan Gray
dc43139c6c Clean up some attributes 2015-04-02 16:16:54 +00:00
Nathan Gray
cde3fd675b Clean up some attributes 2015-04-02 16:15:46 +00:00
Ralf Becker
604eb1d035 fix wrong month for 2017 Pfingsten 2015-04-02 15:49:37 +00:00
Ralf Becker
3fbc5415ba fix wrong month for 2017 Pfingsten 2015-04-02 15:49:00 +00:00
Nathan Gray
fdc1afc303 Add support for multi-part history values into historylog 2015-04-02 15:44:07 +00:00
Hadi Nategh
06377cf772 Fix style of details tab in edit dialog 2015-04-02 15:43:50 +00:00
Hadi Nategh
b6a4afa80c Fix style of details tab in edit dialog 2015-04-02 15:43:15 +00:00
Nathan Gray
9cebe6a8fb Fix unable to remove last value from multiselect 2015-04-02 15:41:05 +00:00
Ralf Becker
e921553c45 German holidays until 2020 2015-04-02 15:19:30 +00:00
Ralf Becker
6ddf16941f German holidays until 2020 2015-04-02 15:19:08 +00:00
Nathan Gray
cb97259a3b Handle bad rounding / floating point math fun 2015-04-02 14:58:50 +00:00
Nathan Gray
17885d27af Handle bad rounding / floating point math fun 2015-04-02 14:57:16 +00:00
Klaus Leithoff
68e9167a87 handle weird problem on fetching attachments of attached email, when the attached message/rfc is retrieved as binary; thus when fetching message/rfc parts always do so using BODY method instead of BINARY 2015-04-02 12:40:49 +00:00
Hadi Nategh
b1035a33a6 Missing icon from commit #52392 2015-04-02 12:25:57 +00:00
Ralf Becker
7c91cfb5fe Changelog for 14.2.20150402 2015-04-02 11:50:46 +00:00
Hadi Nategh
31f12a912a Fix REQUEST_URI if there is ?download in url 2015-04-02 11:29:54 +00:00
Hadi Nategh
788cd3e078 Fix REQUEST_URI if there is ?download in url 2015-04-02 11:26:35 +00:00
Ralf Becker
0127e6d07c fix not working customized etemplates after fix with content-disposition attachment, we now only set it for urls ending with "?download", not for "?download=something" 2015-04-02 10:46:53 +00:00
Ralf Becker
ee4997632a fixed not shown [Mount /etemplates] button in trunk 2015-04-02 10:16:22 +00:00
Klaus Leithoff
2836c9c1b2 * Mail: on attachment/body retrieval BINARY retrieval may fail on certain servers; if so retry and fetch bodypart with BODY instead leaving the decoding to the library 2015-04-02 09:25:40 +00:00
Hadi Nategh
282534a8b9 * All app/links: features and fixes
- Feature: Open supported media links in all applications, e.g. images,videos, etc. in expose view
- Add save option to expose view
- Fix styling of expose controls buttons (for better experience in mobile theme)
- Fix tooltip of expose controls buttons
2015-04-02 08:58:33 +00:00
Ralf Becker
ec1635c941 * Admin/ActiveDirectory: filtering user-list by groups was not implemented 2015-04-02 08:51:58 +00:00
Ralf Becker
21a48297bb * Admin/ActiveDirectory: filtering user-list by groups was not implemented 2015-04-02 08:51:36 +00:00
Ralf Becker
49c53f0c30 * LDAP/Admin: empty groups showed all users, if selected in accounts-list 2015-04-02 08:50:12 +00:00
Ralf Becker
a14c880102 * LDAP/Admin: empty groups showed all users, if selected in accounts-list 2015-04-02 08:49:49 +00:00
Klaus Leithoff
90200ea1ec use ENT_SUBSTITUTE on htmlspecialchars to harden display of message as source 2015-04-02 08:49:28 +00:00
Klaus Leithoff
e3d4a685af use ENT_SUBSTITUTE on htmlspecialchars to harden display of message as source 2015-04-02 08:48:34 +00:00
Hadi Nategh
ed092a5887 Trigger expose view by clicking on link-list's links 2015-04-02 08:37:13 +00:00
Ralf Becker
5a42714aee ?download in WebDAV url did not trigger content-dispostion attachment header 2015-04-02 07:20:02 +00:00
Ralf Becker
cca60fa93f ?download in WebDAV url did not trigger content-dispostion attachment header 2015-04-02 07:19:37 +00:00
Nathan Gray
f01ab4e665 When creating an infolog from other entries, only set primary contact if there's only one entry 2015-04-01 23:16:36 +00:00
Nathan Gray
0142bcb50c When creating an infolog from other entries, only set primary contact if there's only one entry 2015-04-01 23:14:21 +00:00
Nathan Gray
c1c8f22b8f Add button type to et2_dropdown_buttons to stop default browser behaviour.
Fixes  filters get cleared when pressing enter in entryfilter
2015-04-01 23:06:37 +00:00
Nathan Gray
5edd9b902a Add button type to et2_dropdown_buttons to stop default browser behaviour.
Fixes  filters get cleared when pressing enter in entryfilter
2015-04-01 23:04:45 +00:00
Nathan Gray
db74398622 Adapt detection for missing 'All' category option to array of options style 2015-04-01 20:17:53 +00:00
Nathan Gray
41e9792654 Match title input max length to database max length 2015-04-01 20:04:13 +00:00
Nathan Gray
df515ab7e8 Match title input max length to database max length 2015-04-01 20:03:04 +00:00
Nathan Gray
bd51cb4a08 Add support for multi-part history values into historylog 2015-04-01 19:35:35 +00:00
Nathan Gray
3ceda8324d Avoid validation error in alarm options 2015-04-01 17:26:04 +00:00