Commit Graph

30951 Commits

Author SHA1 Message Date
nathangray
53fea1e811 Do not change list time range filter when search changes 2016-08-18 11:13:48 -06:00
nathangray
ee3371ead8 German tooltip translation from Birgit Becker 2016-08-18 11:11:27 -06:00
nathangray
caf3604706 Remove participants colfilter, it was conflicting with side menu 2016-08-18 11:11:17 -06:00
nathangray
71d3897a79 If calendar listview search is cleared, make sure it doesn't come back 2016-08-18 11:10:56 -06:00
nathangray
c2919ace3c - Fix listview filter changes confusingly when searching
- Fix listview does not update for new events
2016-08-18 11:10:38 -06:00
nathangray
238e67ed92 Add tooltip to datepicker Today button 2016-08-18 11:10:26 -06:00
nathangray
bbe2c93542 Fix planner view's vertical time bar when weekends are hidden - it was not accounting for the missing days 2016-08-18 11:04:48 -06:00
Ralf Becker
ef1d8c57b7 log menuaction of eT2 requests, instead of eT2 itself, to do so move update of access-log to destructor of Session class 2016-08-18 16:33:45 +02:00
Ralf Becker
e7ff94a153 * Filemanager/WebDAV: generally deny user to delete directories /, /home, /apps, /templates (last 2 incl. subdirectories) 2016-08-18 10:05:37 +02:00
Ralf Becker
366a940030 * All apps: symlink files to not yet saved entries were not working 2016-08-17 16:09:50 +02:00
nathangray
41c89e0f7e Enable planner view vertical time bar and clicks for extra space after last planner row 2016-08-17 14:15:19 +02:00
Ralf Becker
1dc5a8ee21 * Calendar: fix PHP Fatal when clicking on a link to accept/decline an invitation mail 2016-08-17 11:42:20 +02:00
Ralf Becker
e2ce3c7698 * Calendar: fix SQL error in eSync with double DISTINCT happening under some conditions 2016-08-17 11:42:09 +02:00
Ralf Becker
26feef16c0 * Addresssbook: fixed category tree looses unavailable categories (eg. private categories of other users) 2016-08-15 18:23:49 +02:00
Ralf Becker
b444969a86 calling (static) EGroupware\Api\Vfs::chown instead of using old egw_vfs not available in minimal install in account::deleted hook when moving home directory to /home/$new_user/old-home-$old_user 2016-08-15 15:44:31 +02:00
Ralf Becker
18f5b8ad93 fix Scrutinizer errors 2016-08-15 11:58:06 +02:00
Hadi Nategh
c2d24ac84a Do not let empty string as email alias in vacation dialog 2016-08-15 11:49:14 +02:00
Ralf Becker
becb66b7ce - temp. fix screwed up Travis pecl config for 5.4
- disable Postgres installs for 5.4 and hhvm, as both lack the PHP extension (5.4 only since the update)
- do not run syntax check for hhvm, as it always fails / get terminated after 10m
2016-08-13 14:55:17 +02:00
nathangray
8c3e8c8d84 Change maximum weeks in multiple-week view from 4 to 9 2016-08-12 09:24:14 -06:00
Ralf Becker
8d6a2166b4 * Admin: warn admin if passwords for new accounts / password reset lack in strength 2016-08-12 13:48:36 +02:00
Ralf Becker
dceafd2400 add ajax=true to diverse admin pages of apps, changing customfields class to autoloadable admin_customfields (with old class extending new one, just in case), fix wrong English phrase "typ" in infolog 2016-08-12 11:38:23 +02:00
Ralf Becker
dd7466dcb3 fix PHP Fatal from old code using EGW_API_INC, that should point to old api and usage is decrecated in favor of autoloading anyway 2016-08-12 11:26:26 +02:00
Ralf Becker
a49627c850 * Filemanager: fix not working changing owner or group of a file/directory (as root!) 2016-08-12 09:30:45 +02:00
Ralf Becker
d9297ca193 Handle recursive directory creation in vfs layer, as not all underlaying
wrappers, eg. smb(client), support it themselfs
2016-08-12 08:51:03 +02:00
Ralf Becker
39a28c3faa * Filemanager: fix PHP Fatal error when changing ownership or permissions 2016-08-11 22:41:54 +02:00
Ralf Becker
56ce2bde56 fix German translation 2016-08-11 18:06:29 +02:00
Ralf Becker
47434e0f1f fix Debian/Ubunut dependency to require: php-bz2 | php5-common, as bz2 extension is only in php7 packaged as own package while it is inclued in php5-common for earlier versions 2016-08-10 18:41:57 +02:00
Ralf Becker
86a0e2cd01 Changelog for 16.1.20160810 2016-08-10 13:49:55 +00:00
Ralf Becker
9b42c52a9a reverting accidental changes to .mrconfig 2016-08-10 09:14:27 +02:00
Ralf Becker
0e514a2f0d pending translations from our translation server, thanks to Illias and others 2016-08-10 09:11:43 +02:00
Ralf Becker
3ed36b48e3 pending translations from our translation server, thanks to Illias and others 2016-08-10 09:10:45 +02:00
Ralf Becker
6c3a6dadb4 * Mail: fix lost mail account password on user password change 2016-08-09 11:48:56 +02:00
Ralf Becker
135eeadf69 * Admin: fix PHP Fatal error when editing custom fields in a minimal install 2016-08-09 11:26:54 +02:00
Ralf Becker
30bcf7edef use Etemplate\Widget::registerWidget, not some third class extended from Etemplate\Widget, as that might screw up autoloading if it happes to create a circle 2016-08-09 10:12:19 +02:00
Ralf Becker
2a1c5f2443 * PostgreSQL/Setup: fix SQL error in Backup or update: Invalid SQL: SELECT * FROM egw_pm_members
ADOdb drive for PostgreSQL requires 2. parameter for RowLock, while MySQL(i) defaults to all rows
2016-08-09 09:47:50 +02:00
Ralf Becker
eafd69cfd4 try fixing Travis install of multiple dbs 2016-08-07 11:19:06 +02:00
Ralf Becker
47a5e24607 try installing MariaDB and PostgreSQL in one Travis run, enhanced post_install to install further domains 2016-08-07 11:19:05 +02:00
Ralf Becker
4462aa151e hhvm stalls when calling: phpenv config-rm xdebug.ini 2016-08-07 11:19:05 +02:00
Ralf Becker
cba0cd2071 try fixing error in installtion in Travis using Postgres during admin account creation 2016-08-07 11:19:05 +02:00
Ralf Becker
3cba5edc62 looks like /usr/bin/php in our Travis enviroment is hhvm even for php builds and that seems to miss pgsql extension 2016-08-07 11:19:05 +02:00
Ralf Becker
006270da75 check php = /usr/bin/php in Travis 2016-08-07 11:19:05 +02:00
Ralf Becker
81554c511e try creating egroupware database for postgres with psql, as creating it through SQL seem not to work in Travis 2016-08-07 11:19:05 +02:00
Ralf Becker
a2a674fa3a debugging db creation in Travis for postgres 2016-08-07 11:19:05 +02:00
Ralf Becker
0e8cc03032 using correct defaults eg. "template1" for postgres 2016-08-07 11:19:01 +02:00
Ralf Becker
b5d9515e63 seems php -m lists pgsql, but extension_loaded("pgsql") === false 2016-08-07 11:17:26 +02:00
Ralf Becker
de99fdde44 an other try to enable pgsql extension 2016-08-07 11:17:25 +02:00
Ralf Becker
daf6695b21 fix typo 2016-08-07 11:17:25 +02:00
Ralf Becker
17082f2e9c try enabling pgsql php extension 2016-08-07 11:17:25 +02:00
Ralf Becker
47d107290a it's db_type=pgsql not postgres 2016-08-07 11:17:25 +02:00
Ralf Becker
9ea6fb2542 running matrix of two DB enviroments and try fixing escaping problems of empty args 2016-08-07 11:17:25 +02:00