Ralf Becker
d6043be127
fix not working removing of directories and changing group ownership
2016-08-02 12:21:39 +02:00
Hadi Nategh
6d9daa036b
Make sure html property of html object in egw_seperateJavascript is type of string
2016-08-02 12:17:56 +02:00
Ralf Becker
868d84c411
fix "PHP Fatal error: APCuIterator::__construct(): APC must be enabled to use" in setup-cli
2016-08-02 11:43:18 +02:00
Ralf Becker
2cb2f4a6b1
fix PHP Fatal error: Class 'EGroupware\Api\Vfs\Config' not found
2016-08-02 10:20:21 +02:00
Ralf Becker
6473a66520
fix PHP Strict Standards: Only variables should be assigned by reference
2016-08-02 10:17:39 +02:00
Ralf Becker
2cbd2ded82
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:33:20 +02:00
Ralf Becker
a862bbb270
fix PHP Warning: filemtime(): stat failed for phpgwapi/setup/setup.inc.php
2016-07-31 10:33:06 +02:00
nathangray
588862d150
Slightly more intelligent detection of plain text fields in a document that has HTML parsing turned on
2016-07-29 09:40:37 -06:00
Hadi Nategh
f84b2422c2
* all apps: Fix vfs upload button does not work in link tab
2016-07-29 12:46:24 +02:00
Ralf Becker
a327b622f7
* Templates: disable old idots and jerryr template, as new calendar does not work with them
2016-07-29 11:59:27 +02:00
Ralf Becker
b9109b6593
* 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 16:14:45 +02:00
Ralf Becker
237b8eceeb
fix Travis error for HHVM
2016-07-28 14:05:33 +02:00
Ralf Becker
3909c2fdf0
* 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:07:28 +02:00
Ralf Becker
6f4e65b782
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:12:09 +02:00
Ralf Becker
d552ed4f06
define Vfs::LINK_MODE constant again, since we no longer inherit from Vfs\StreamWrapper
2016-07-28 10:06:02 +02:00
Ralf Becker
686f3af559
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:41:10 +02:00
Ralf Becker
4fb658c2f3
fixed SQL error caused by sql_mode ONLY_FULL_GROUP_BY under MySQL 5.7+ in VFS file-system-check
2016-07-28 09:27:24 +02:00
Ralf Becker
77bafe49fd
fix PHP Fatal error: Access to undeclared static property: EGroupware\Api\Vfs\StreamWrapper::$is_root
2016-07-27 11:11:09 +02:00
Ralf Becker
4055f1faf4
fix not working forced password change on login page with fallback auth
2016-07-27 10:21:03 +02:00
Ralf Becker
5b8fd1fa92
* Api: fixed not working HTTP authentication
2016-07-26 17:09:37 +02:00
Hadi Nategh
5d52042640
* All apps: Fix styling glitches for search links dropdown
2016-07-26 17:07:49 +02:00
Ralf Becker
aa16561fe5
* eMail/UCS: fix setting of mailbox ACL for IMAP login-type "email"
2016-07-26 14:52:07 +02:00
Ralf Becker
bf3c3d9499
fix PHP Warning: Memcached::setOptions(): invalid serializer provided, if neither igbinary nor json serializer is available, staying with default php serializer
2016-07-26 12:02:09 +02:00
Ralf Becker
ea56836a17
mark test as skiped, if cache-provider throws Exception because missing PHP extension
2016-07-26 12:02:09 +02:00
Ralf Becker
1cdbbec58a
making existing cache-tests available for phpunit/Travis, thought leaving old test in place as they are more performance testing
2016-07-26 12:02:09 +02:00
Ralf Becker
a691144255
fix not working symlinking vfs files to infologs/links, fixed multiple PHP deprecated should not call non-static self::url_stat static
2016-07-26 12:02:09 +02:00
Ralf Becker
67720e760f
fix PHP Fatal error: Call to undefined function EGroupware\Api\Vfs\Sqlfs()
2016-07-26 12:02:09 +02:00
Ralf Becker
eca0db5e6f
fix PHP Fatal in propatch
2016-07-26 12:02:09 +02:00
Ralf Becker
2d1ddc1ef7
make Vfs\StreamWrapper::symlinkCache_remove public, to allow calling from Vfs
2016-07-26 12:02:09 +02:00
Ralf Becker
0c3c041dbb
fix rename and load_wrapper missing in Vfs class
2016-07-26 12:02:09 +02:00
Ralf Becker
14908a4172
implement PHP 5.4+ stream_metadata method for VFS, allowing to use that functionality from other stream-wrappers like php-smbclient
2016-07-26 12:02:09 +02:00
Ralf Becker
112cc725a2
Vfs no longer extends Vfs\StreamWrapper, as this is the only way to keep static function signatures for Vfs class, also cleans up a bit
2016-07-26 12:02:09 +02:00
Ralf Becker
3845467b73
fixing our wrong static methods in stream-wrapper: unlink, rmdir, mkdir, rename and url_stat (they are not static, so PHP can pass in $context)
2016-07-26 12:02:09 +02:00
Ralf Becker
a4c891e702
* LDAP: fix not working password change by user
2016-07-26 08:50:46 +02:00
Ralf Becker
79e13cfb4e
log execeptions happening during mergeprint for easier debugging
2016-07-25 15:05:30 +02:00
Hadi Nategh
6b593b829b
Implement new representation for et2_selectbox widget of multi tags with limited single row
2016-07-25 10:57:32 +02:00
Hadi Nategh
760bdf37a3
Remove not used library from api
2016-07-25 10:52:45 +02:00
Hadi Nategh
5459267be2
* All apps: Fix not able to set date for empty date fields in mobile template
2016-07-25 10:44:44 +02:00
Hadi Nategh
5a57314db6
Fix file upload progress doesn't show up on hover over
2016-07-21 16:26:19 +02:00
Hadi Nategh
a40d15f519
Fix et2 dialogs' buttons sometimes get weird styling
2016-07-21 16:25:50 +02:00
Ralf Becker
7c1e06ff0d
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:52:24 +02:00
Ralf Becker
94775dd858
if "common" prefs are not loaded, do not display page generation time
...
Before we queried page_generation_time common preference without a callback, which send a synchronious request to server to fetch common preferences, when it returned it looked for the preference again and send the next synchronious request to the server, in an infinit loop. Now setting _callback parameter of egw.preference() to false, just returns undefined, if common preferences are not yet loaded, but dont try to query them from server
2016-07-20 17:17:03 +02:00
Ralf Becker
bb85ef374e
forgot to modify Link::get_data()
2016-07-15 19:44:14 +02:00
Ralf Becker
833725edf9
Link::query callback needs to be called with reference as 3. parameter, passing now array with parameters instead of single parameters
2016-07-15 19:43:57 +02:00
Ralf Becker
f04878aa19
* API/ProjectManager: fixed some errors caused by no longer sharing instanciated objects not designed to be shared
2016-07-15 19:43:17 +02:00
Hadi Nategh
7d9697305d
Evaluate show_generation_time preference value before calling for pageGenTime
2016-07-15 17:31:56 +02:00
nathangray
f3c6638031
Fix common and admin translations were sometimes missing
2016-07-15 08:11:07 -06:00
nathangray
eba199e963
German translation for long task totals
2016-07-15 08:10:55 -06:00
nathangray
9260dae493
Add totals (selected, successful, skipped, failed) to long task dialog
2016-07-15 08:10:55 -06:00
Hadi Nategh
0e74579426
Fix chosen touch events handler to get it working for both iOS and Android
2016-07-15 15:37:28 +02:00