Commit Graph

31013 Commits

Author SHA1 Message Date
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
Ralf Becker
3f393215b2 run installation and all tests for postgres too 2016-08-07 11:17:25 +02:00
nathangray
5f7321da51 Fix attempting to set array value accessed via magic methods was silently ignored by changing and setting the whole array 2016-08-05 08:08:32 -06:00
leithoff
2bf5a61361 fix charset/transfer encoding issue when sending plain ascii mails but adding utf-8 signature 2016-08-05 15:13:31 +02:00
Ralf Becker
7a8f36171a some fixes for Suse: changing vendor back to "Stylite GmbH", as it causes to many trouble and adding Suggests for packages requiring egroupware-epl-compat 2016-08-05 09:40:22 +02:00
Ralf Becker
5912ff219c adding dependency to php-bz2, as it is required to bz2 compress the backups 2016-08-05 09:40:22 +02:00
nathangray
797b0d67a5 - Always show cake in day header for birthdays on desktop
- German translations from Birgit Becker
2016-08-04 10:14:02 -06:00
nathangray
74b279c21f - Add preference to display birthdays as events (still always on for mobile)
- Add cake icon to header on birthdays
2016-08-04 10:13:57 -06:00
leithoff
64259ce47c fix problem with missing folders from other and user namespace caused by wrong (calculated under different assumptions) parent-id 2016-08-04 13:39:31 +02:00
Ralf Becker
bb0035d687 * Admin: fix email address for groups could not be stored for accounts in SQL 2016-08-03 18:25:00 +02:00
nathangray
e0c48a978e Add a missing space in event tooltip between multi-day start and end times 2016-08-03 10:18:27 -06:00
nathangray
5502d25bfe Change timespan formatting to always show start & end time for single day events, similar to multi-day events 2016-08-03 10:18:15 -06:00
nathangray
489cf12310 Group event participants by type in event tooltip 2016-08-03 10:18:06 -06:00
nathangray
863242689f * Calendar: Add print action to event context menu 2016-08-03 10:17:03 -06:00
Ralf Becker
3c246fe494 * Api/Filemanager: add mime icons to minimal install 2016-08-03 17:21:53 +02:00
nathangray
d59461444e Fix Uncaught TypeError: this.getArrayMgr is not a function when accessing calendar through SiteMgr 2016-08-03 08:12:50 -06:00
Ralf Becker
8a6127efea * EPL/Filemanager: fix PHP Fatal using file-a-file dialog (upload with setting eg. a comment) 2016-08-03 15:27:19 +02:00
Ralf Becker
1f05f6f528 do NOT write install_id twice, it is already generated in setup_process::save_minimal_config 2016-08-02 18:42:02 +02:00
Hadi Nategh
81da974764 * Mail: Fix set vacation via admin does not work anymore 2016-08-02 16:45:12 +02:00
Hadi Nategh
2e7121a427 Fix mail sidebox does not show mail tree and Mail Menu items 2016-08-02 16:05:47 +02:00
Hadi Nategh
40ee04f43e Avoid collision of template ids for mail splitter templates 2016-08-02 12:33:48 +02:00
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
Hadi Nategh
02c56ba537 Fix error while reading mail hooks 2016-08-02 10:42:52 +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
ec70506264 Changelog for 16.1.20160801 2016-08-01 18:56:21 +00:00
Hadi Nategh
22fdc64fa1 Fix border radius in nextmatch headers not getting properly rounded in firefox. 2016-08-01 16:55:43 +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
bc27658dbd When loading something into admin, accept & show string data even though it's not valid 2016-07-29 09:51:03 -06:00
nathangray
5422873599 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-29 09:49:26 -06:00
nathangray
1be1fc4cba Fix a case where clicking between the space for adding all day non-blocking area and the header went to day view. 2016-07-29 09:43:55 -06:00
nathangray
92c8493eb8 Fix week view with multiple users (non-consolidated) still had some space where the user could click on the day header, which was recogized as a header click instead of an all day non-blocking click 2016-07-29 09:43:46 -06:00
nathangray
00eacc6791 Fix error when saving copied event if current user does not have add rights to original user's calendar 2016-07-29 09:42:06 -06:00
nathangray
e992ffd19a Keep event owner while copying, if current user has add permissions 2016-07-29 09:41:55 -06: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
2e838983ca Restructuring of sidebox menus in mail 2016-07-29 16:58:04 +02:00