Commit Graph

31415 Commits

Author SHA1 Message Date
58ea1e3773 Do not trigger expose view if one of the operator keys (e.g. Ctrl) are held, in order to be able to select entries 2015-04-09 07:59:55 +00:00
ccfd0599f6 * LDAP/Filemanager: fix fatal error / white screen in sharing when opening a sharing url 2015-04-09 07:44:34 +00:00
6c0df44d2d * LDAP/Filemanager: fix fatal error / white screen in sharing when opening a sharing url 2015-04-09 07:44:15 +00:00
48c202f1a4 fix width of phpinfo popup to not have a scrollbar under PHP 5.6 2015-04-09 07:05:57 +00:00
a0b6dc0ea1 fix width of phpinfo popup to not have a scrollbar under PHP 5.6 2015-04-09 07:05:08 +00:00
455e067555 Remove all actions before setting to prevent conflicts between old and new actions with the same id 2015-04-08 22:45:07 +00:00
f926605ea7 Remove all actions before setting to prevent conflicts between old and new actions with the same id 2015-04-08 22:41:44 +00:00
f6d8617b51 Fix error in historylog caused by trying to load a template widget for infolog status 'template' 2015-04-08 20:58:15 +00:00
894714c3f5 Fix error in historylog caused by trying to load a template widget for infolog status 'template' 2015-04-08 20:49:36 +00:00
002ea7967a Fix not working forwarding multiple addresses in sieve edit dialog 2015-04-08 16:29:57 +00:00
c58b950a71 Fix not working forwarding multiple addresses in sieve edit dialog 2015-04-08 16:28:48 +00:00
8caca5580c Some Fixes for images view:
-Fix images in listview, clicking on icons does not show the icons in expose view
-Fix images always stored as thumbnail and opening them in expose view does not open them in original size
-Clicking on thumbnail in details tab, will open the image in a popup with its original size
2015-04-08 14:32:13 +00:00
4be6ad6bed Fix vfs_stream_wrapper not found error by switching to namespaced class name 2015-04-07 21:02:35 +00:00
e92028da65 Fix vfs_stream_wrapper not found error by switching to namespaced class name 2015-04-07 20:57:08 +00:00
cf657413c7 Fix touch on filemanager heirarchical folder open arrow does not open the sub folder, using touch devices 2015-04-07 16:01:55 +00:00
19f55e73d8 Fix touch on filemanager heirarchical folder open arrow does not open the sub folder, using touch devices 2015-04-07 16:01:34 +00:00
3bc36fa80c Give the first column bigger default size in order to better showing of heirarchical folders 2015-04-07 15:39:47 +00:00
0ac8096b67 Make sure the line breaks on Completed column of listview if there is no space 2015-04-07 15:39:14 +00:00
213c8411e5 Make sure the line breaks on Completed column of listview if there is no space 2015-04-07 15:38:38 +00:00
14fc5c794a Give the first column bigger default size in order to better showing of heirarchical folders 2015-04-07 15:24:15 +00:00
d597664d6f Fix freetime button overlaps duration time field 2015-04-07 13:16:07 +00:00
0b6ebd4868 Fix freetime button overlaps duration time field 2015-04-07 13:15:33 +00:00
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
9dff170c70 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:32:57 +00:00
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
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
119bed9a08 check if APC(u) is enabled and not only if extension is available 2015-04-03 17:56:57 +00:00
bf187f131f check if APC(u) is enabled and not only if extension is available 2015-04-03 17:56:35 +00:00
fd435043ad fixed not shown readonly value for numerical values 2015-04-03 14:20:19 +00:00
6390696ee6 fixed not shown readonly value for numerical values 2015-04-03 14:19:34 +00:00
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
4eea57c8a8 * All apps: fix unable to remove last value from multiselect 2015-04-03 12:47:29 +00:00
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
4ccc9b2cdb copy 14.2 changelog to trunk to satisfy update checker 2015-04-02 16:27:00 +00:00
dc43139c6c Clean up some attributes 2015-04-02 16:16:54 +00:00
cde3fd675b Clean up some attributes 2015-04-02 16:15:46 +00:00
604eb1d035 fix wrong month for 2017 Pfingsten 2015-04-02 15:49:37 +00:00
3fbc5415ba fix wrong month for 2017 Pfingsten 2015-04-02 15:49:00 +00:00
fdc1afc303 Add support for multi-part history values into historylog 2015-04-02 15:44:07 +00:00
06377cf772 Fix style of details tab in edit dialog 2015-04-02 15:43:50 +00:00
b6a4afa80c Fix style of details tab in edit dialog 2015-04-02 15:43:15 +00:00
9cebe6a8fb Fix unable to remove last value from multiselect 2015-04-02 15:41:05 +00:00
e921553c45 German holidays until 2020 2015-04-02 15:19:30 +00:00
6ddf16941f German holidays until 2020 2015-04-02 15:19:08 +00:00
cb97259a3b Handle bad rounding / floating point math fun 2015-04-02 14:58:50 +00:00
17885d27af Handle bad rounding / floating point math fun 2015-04-02 14:57:16 +00:00
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
b1035a33a6 Missing icon from commit #52392 2015-04-02 12:25:57 +00:00
7c91cfb5fe Changelog for 14.2.20150402 2015-04-02 11:50:46 +00:00
31f12a912a Fix REQUEST_URI if there is ?download in url 2015-04-02 11:29:54 +00:00