mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
pending changes
This commit is contained in:
parent
1418cc7b1e
commit
5338abb152
@ -19,7 +19,7 @@ date_default_timezone_set('Europe/Berlin'); // to get ride of 5.3 warnings
|
||||
$verbose = 0;
|
||||
$config = array(
|
||||
'packagename' => 'egroupware-epl',
|
||||
'version' => '14.2', // '1.6'
|
||||
'version' => '16.1', // '1.6'
|
||||
'packaging' => date('Ymd'), // '001'
|
||||
'egwdir' => 'egroupware',
|
||||
'svndir' => '/tmp/build_root/epl_trunk_buildroot-svn',
|
||||
@ -30,7 +30,7 @@ $config = array(
|
||||
'svnbranch' => 'trunk', // 'branches/1.6' or 'tags/1.6.001'
|
||||
'svnalias' => 'aliases/default-ssh', // default alias
|
||||
'aliasdir' => 'egroupware', // directory created by the alias
|
||||
'extra' => array('$stylitebase/$svnbranch/stylite', '$stylitebase/$svnbranch/esyncpro'),//, '$stylitebase/$svnbranch/groups'), //,'svn+ssh://stylite@svn.stylite.de/stylite/trunk/eventmgr'),
|
||||
'extra' => array('$stylitebase/$svnbranch/stylite', '$stylitebase/$svnbranch/esyncpro', '$stylitebase/$svnbranch/archive'),//, '$stylitebase/$svnbranch/groups'), //,'svn+ssh://stylite@svn.stylite.de/stylite/trunk/eventmgr'),
|
||||
'types' => array('tar.bz2','tar.gz','zip'),
|
||||
// diverse binaries we need
|
||||
'svn' => trim(`which svn`),
|
||||
|
@ -1,20 +1,20 @@
|
||||
egroupware-epl (14.3.20151030) hardy; urgency=low
|
||||
egroupware-epl (16.1.20151109) hardy; urgency=low
|
||||
|
||||
* first test-build for upcomming 16.1 release
|
||||
|
||||
-- Ralf Becker <rb@stylite.de> Mon, 09 Nov 2015 14:07:25 +0100
|
||||
-- Ralf Becker <rb@stylite.de> Mon, 09 Nov 2015 14:13:13 +0100
|
||||
|
||||
egroupware-epl (14.3.20151030) hardy; urgency=low
|
||||
|
||||
* Calendar: fix not working storing of events
|
||||
|
||||
-- Ralf Becker <rb@stylite.de> Fri, 30 Oct 2015 10:05:23 +0100
|
||||
-- Ralf Becker <rb@stylite.de> Fri, 30 Oct 2015 10:05:29 +0100
|
||||
|
||||
egroupware-epl (14.3.20151028) hardy; urgency=low
|
||||
|
||||
* Tutorials: divers fixes for different browsers, specially IE 10/11 and Safari
|
||||
|
||||
-- Ralf Becker <rb@stylite.de> Wed, 28 Oct 2015 17:58:33 +0100
|
||||
-- Ralf Becker <rb@stylite.de> Wed, 28 Oct 2015 17:58:43 +0100
|
||||
|
||||
egroupware-epl (14.3.20151027) hardy; urgency=low
|
||||
|
||||
@ -35,7 +35,7 @@ egroupware-epl (14.3.20151027) hardy; urgency=low
|
||||
* API: fix SQL error in upgrade from 1.8/11.1: Incorrect string value *** for column async_data
|
||||
* Timesheet/Tracker: date filters like "last week" where not aware of daylight saving time changes
|
||||
|
||||
-- Ralf Becker <rb@stylite.de> Tue, 27 Oct 2015 14:46:17 +0100
|
||||
-- Ralf Becker <rb@stylite.de> Tue, 27 Oct 2015 14:46:28 +0100
|
||||
|
||||
egroupware-epl (14.3.20151012) hardy; urgency=low
|
||||
|
||||
@ -56,7 +56,7 @@ egroupware-epl (14.3.20151012) hardy; urgency=low
|
||||
* Addressbook: allow eg. telephone apps to jump directly into CRM view of a phonenumber with https://domain.com/egroupware/index.php?menuaction=addressbook.addressbook_ui.view&search="49 123 456789"&ajax=true&cd=yes
|
||||
* LDAP: fix not working connect under newer PHP 5.6 (maybe other versions too) with PHP Warning: invalid port number: 0
|
||||
|
||||
-- Ralf Becker <rb@stylite.de> Mon, 12 Oct 2015 13:59:59 +0200
|
||||
-- Ralf Becker <rb@stylite.de> Mon, 12 Oct 2015 14:00:11 +0200
|
||||
|
||||
egroupware-epl (14.3.20150908) hardy; urgency=low
|
||||
|
||||
@ -69,7 +69,6 @@ egroupware-epl (14.3.20150908) hardy; urgency=low
|
||||
* Mail/preferences: Add Preview Pane option into mail preferences in order to be able to show/hide mail preview pane (split panel)
|
||||
* Mail: fix PHP Fatal error under 5.3 when displaying mails containing inline-images
|
||||
* Projectmanager: fix external role to NOT lose project when storing a new timesheet
|
||||
* LDAP: fix not working connect under newer PHP 5.6 (maybe other versions too) with PHP Warning: invalid port number: 0
|
||||
|
||||
-- Ralf Becker <rb@stylite.de> Tue, 08 Sep 2015 08:12:36 +0200
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user