Commit Graph

702 Commits

Author SHA1 Message Date
Ralf Becker
5c33bd9bef adding a first unit test to EGroupware, plus a test runner running all test-classes in either:
$app/src/.*/test/$classTest.php or $app/test/class.$classTest.inc.php
adding test runner doc/test-cli.php to Travis
2016-07-11 21:40:02 +02:00
Ralf Becker
0d19c8fc83 suppress PHP Deprecated in vendor, as they need to be solved by the vendor 2016-07-10 11:49:47 +02:00
Ralf Becker
b345ea6c31 * Package install/update: no more limit memory as backup might fail, do not run backup for single apps 2016-07-10 09:00:33 +02:00
Ralf Becker
a1140e101d copy 16.1 changelog to master to satisfy update checker 2016-07-08 15:36:12 +00:00
Ralf Becker
27cfc4d2e0 fix not detected modules since use of EGW_REPO_BASE 2016-06-27 20:41:14 +02:00
Ralf Becker
43eb31682a Changelog for 16.1.20160621 2016-06-21 18:02:22 +00:00
Ralf Becker
fdf515f84a fix doc directory for news_admin app from "news" to "news_admin", as it stalls autoloading of news_admin_bo class 2016-06-21 15:43:16 +02:00
Ralf Becker
7accddc88e fix offset in patch stalling SUSE builds 2016-06-21 13:43:46 +02:00
Ralf Becker
29739f6b82 * remove requirement for deprecated php-mcrypt extension 2016-06-21 10:15:23 +02:00
Ralf Becker
fb037c49a9 recommending php-zip, as it is required for merge-print of office files 2016-06-17 11:26:03 +02:00
Ralf Becker
02705fd95a allow curly braces in upload glob 2016-06-06 17:24:44 +02:00
Ralf Becker
09e9f81545 make what get's uploaded configurable and allow to run upload alone 2016-06-06 17:14:02 +02:00
Ralf Becker
9117136108 parse packaging from changelog, if editchangelog is not run
use json to display or set non-scalar config
2016-06-04 11:03:04 +02:00
Ralf Becker
a98a273a06 readd emailadmin/setup folder to allow updates from before latetest 14.3 and require php < 7.0 for phpFreeChat 2016-06-04 10:15:14 +02:00
Ralf Becker
df8c4647e0 fix wrong version in changelog 2016-06-03 15:08:12 +00:00
Ralf Becker
8bebe467c9 Changelog for 16.1.20160603 2016-06-03 14:32:55 +00:00
Ralf Becker
51b6e2096a fix offset stalling suse builds 2016-06-03 10:13:44 +02:00
Ralf Becker
a2edaf48a9 updated php syntax check 2016-06-03 08:42:20 +02:00
Ralf Becker
d47e4889dc fix to kope with current .mrconfig allowing http and git urls 2016-06-02 16:46:36 +02:00
Ralf Becker
152311a6f8 fix to kope with current .mrconfig allowing http and git urls 2016-06-02 15:38:00 +02:00
Ralf Becker
28e3c78ee2 looks like svn 1.8 changed output of svn log --xml a bit, using now paths->path to identify tag 2016-06-02 14:18:59 +02:00
Ralf Becker
5d24bc2ab7 fix tag finding code replace hardcoded '14.3' with $config['version'] 2016-06-02 13:51:57 +02:00
Ralf Becker
111838edc1 exclude composer conditional included autoload_static.php, as it requires PHP 5.6+ 2016-05-30 21:07:38 +02:00
Ralf Becker
8c1077a7b9 exclude old / not used PEAR Autoloader giving PHP Fatal error: Method PEAR_Autoloader::__call() must take exactly 2 arguments 2016-05-30 20:26:37 +02:00
Ralf Becker
1eed5073b2 install our default dependencies with myrepos and run doc/php_syntax_check.sh to (checks and reports all files, not just first failure) 2016-05-30 18:20:31 +02:00
Ralf Becker
b57db7ed1e move egroupware-epl-*.postinst into debian.tar.gz, as they dont work as single files in obs, they are used to install these non-default apps automatically into egroupware 2016-05-30 15:40:49 +02:00
Ralf Becker
0d74f36925 compat need to install phpgwapi&etemplate, as otherwise apps depending on it wont install 2016-05-30 15:40:49 +02:00
Ralf Becker
d9f3146371 Merge branch 'master' of github.com:EGroupware/egroupware 2016-05-27 15:21:51 +00:00
Ralf Becker
51cc683c5f changes to build 16.1 rpm and deb packages 2016-05-27 17:20:29 +02:00
Ralf Becker
31406046c1 exclude .mrconfig .gitignore and node_modules/ from archives, as they are not needed for archives 2016-05-27 11:28:36 +00:00
Ralf Becker
c4189f97f4 Changelog for 16.1.20160525 2016-05-27 11:28:36 +00:00
Ralf Becker
409c8a1a54 dont add all tar-bar to sums, as we dont want to publish it
remove evtl. existing bziped file, as it gives an error
2016-05-27 13:24:27 +02:00
Ralf Becker
371c24ec75 need to bzip2 all tar-ball after appending to it, as tar does not support that for compressed archives 2016-05-27 12:22:31 +02:00
Ralf Becker
9d703caf3a create a confiburable egroupware-epl-all tar-ball for Debian builds not (easily) supporting multiple 2016-05-27 11:54:31 +02:00
Ralf Becker
5f62492b9c fix PHP Warning: Parameter 2 to patch_header() expected to be a reference, value given 2016-05-26 10:46:40 +02:00
Ralf Becker
b9090224d2 compat needs to require core 2016-05-26 10:46:40 +02:00
Ralf Becker
4279e0384e 16.1 spec:
- new egroupware-epl-compat package with phpgwapi and (old) etemplate (eT2 is in api)
- no more emailadmin and pixelegg package, included in core
- dont install old apps requiring old api/compat package by default
2016-05-25 21:41:50 +02:00
Ralf Becker
3df5abe818 fix asyncservice patch for 16.1 2016-05-25 21:41:50 +02:00
Ralf Becker
097def94fd copy changelog from 14.3 2016-05-25 15:00:39 +00:00
Ralf Becker
14415720bc wip 16.1 build 2016-05-25 15:07:03 +02:00
Ralf Becker
649d68a8c3 move less/css readme to doc dir 2016-05-19 12:04:22 +02:00
Ralf Becker
8a24f3e449 fix not loaded header / CSS, caused by missing echo before $GLOBALS['egw']->framework->(header|footer) 2016-05-14 21:26:36 +02:00
Ralf Becker
19501960e1 fix wrong case in "AsyncService" to "Asyncservice" 2016-05-09 09:15:48 +00:00
Ralf Becker
1164624324 using global array_stripslashes function 2016-05-05 07:23:57 +00:00
Ralf Becker
4af0e7cb1c WIP EGroupware without phpgwapi&etemplate 2016-05-04 19:07:54 +00:00
Ralf Becker
72404a1e29 using new api for mail app 2016-05-03 19:17:44 +00:00
Ralf Becker
31279adb44 latest fix_api addtions 2016-04-29 13:03:04 +00:00
Ralf Becker
074d28fa95 copy 14.3 changelog to trunk to satisfy update checker 2016-04-28 13:04:41 +00:00
Ralf Becker
7c17f2a4a4 latest additions to fix_api from admin conversation 2016-04-27 19:26:13 +00:00
Ralf Becker
e648d3344c latest changed used to update timesheet 2016-04-26 18:27:51 +00:00
Ralf Becker
89aa3cc1f5 correctly convert password fields 2016-04-25 08:41:32 +00:00
Ralf Becker
b68db0525d use new et2 config 2016-04-24 14:04:14 +00:00
Ralf Becker
37f61b1f03 move admin >> Site config to new et2 based site-config 2016-04-21 16:39:59 +00:00
Ralf Becker
22701ce83f WIP et2 based site configuration 2016-04-20 18:52:55 +00:00
Ralf Becker
f3c1f5b5fb move old Template class to Api\Framework\Template, as it is still used to render header and login page 2016-04-08 07:50:15 +00:00
Ralf Becker
8c87cf9dfc move egw_framework to api and refactor it 2016-04-07 20:42:06 +00:00
Ralf Becker
52247f10b5 remove ancient ldap charset fix script 2016-04-07 07:26:50 +00:00
Ralf Becker
a2134f0f8f move contacts in LDAP docu to doc/ldap/ dir 2016-04-07 07:24:29 +00:00
Ralf Becker
ed525875b5 move non outdated parts for phpgwapi/doc to global doc directory 2016-04-07 07:20:03 +00:00
Ralf Becker
1afa2416ff latest additions to fix_api script, planned to be used to port apps more or less automatic to use new api 2016-04-06 20:04:32 +00:00
Ralf Becker
2baf654e14 move all tables to new api and update api to 16.1 2016-04-02 19:55:08 +00:00
Ralf Becker
af5f22cf19 fix typo 2016-03-29 08:59:53 +00:00
Ralf Becker
92d7b277f2 work in progress: script chaning old phpgwapi classes to new namespaced api classes and methods 2016-03-21 23:55:18 +00:00
Ralf Becker
1622ebc442 detect (multiple) classes definde in a file 2016-03-21 21:22:09 +00:00
Ralf Becker
0558781183 fix wrong line-numbers caused by removed comments 2016-03-21 20:42:06 +00:00
Ralf Becker
3692f01100 use since 14.x unused set_box.php 2016-03-20 15:25:20 +00:00
Ralf Becker
7b58daae42 move et2 docu to egroupware/doc/etemplate2/ 2016-03-20 11:18:19 +00:00
Ralf Becker
98530caf77 copy 14.3 changelog to trunk to satisfy update checker 2016-03-04 15:17:16 +00:00
Ralf Becker
a48d100e8e adding --sfuser and --after-checkout command (to purge source directories) 2016-01-26 12:48:14 +00:00
Ralf Becker
12a556d260 copy 14.3 changelog to trunk to satisfy update checker 2016-01-13 12:59:06 +00:00
Hadi Nategh
703ed91caa copy 14.3 changelog to trunk to satisfy update checker 2016-01-12 16:23:49 +00:00
Ralf Becker
0d5760ad39 remove accedental 20151201 entry 2015-12-01 19:39:33 +00:00
Ralf Becker
4d0b9e8490 copy 14.3 changelog to trunk to satisfy update checker 2015-12-01 10:41:07 +00:00
Hadi Nategh
6df97ceae1 copy 14.3 changelog to trunk to satisfy update checker 2015-11-30 16:21:21 +00:00
Ralf Becker
5ca8aac1b5 copy 14.3 changelog to trunk to satisfy update checker 2015-11-10 15:13:45 +00:00
Ralf Becker
5338abb152 pending changes 2015-11-09 16:15:17 +00:00
Ralf Becker
1418cc7b1e Changelog for 16.1.20151109 2015-11-09 13:06:52 +00:00
Ralf Becker
e194b0b635 preparing for a first 16.1 beta test-build 2015-11-09 10:44:55 +00:00
Ralf Becker
870f24c349 copy 14.3 changelog to trunk to satisfy update checker 2015-10-30 09:39:21 +00:00
Ralf Becker
f98c37ed28 copy 14.3 changelog to trunk to satisfy update checker 2015-10-29 22:53:03 +00:00
Ralf Becker
24befa4298 copy 14.3 changelog to trunk to satisfy update checker 2015-10-12 16:21:57 +00:00
Ralf Becker
59914fd1fa copy 14.3 changelog to trunk to satisfy update checker 2015-09-08 14:00:35 +00:00
Ralf Becker
b0039949af fix for Univention removing quotes in /etc/lsb-release http://errata.univention.de/ucs/4.0/286.html 2015-09-01 11:09:41 +00:00
Ralf Becker
d5e8935dd2 copy 14.3 changelog to trunk to satisfy update checker 2015-08-26 16:46:18 +00:00
Ralf Becker
501f80fdc5 copy 14.3 changelog to trunk to satisfy update checker 2015-08-22 12:53:59 +00:00
Ralf Becker
203a8834be set installation lang from ucr locale/default, as cloud-config at least never has anything but EN set in enviroment 2015-08-15 12:20:11 +00:00
Ralf Becker
b6550f4301 copy 14.3 changelog to trunk to satisfy update checker 2015-08-11 15:20:03 +00:00
Ralf Becker
349b7e11ff copy 14.3 changelog to trunk to satisfy update checker 2015-07-29 18:50:30 +00:00
Ralf Becker
0543573974 copy $version changelog to trunk to satisfy update checker 2015-07-28 14:13:47 +00:00
Ralf Becker
2b1d3f63f3 * Univention: support Dovecot as IMAP available and default from 4.0-2 on 2015-07-23 14:56:20 +00:00
Ralf Becker
8596fc49bc copy 14.2 changelog to trunk to satisfy update checker 2015-07-17 16:57:21 +00:00
Ralf Becker
966e574c42 copy 14.2 changelog to trunk to satisfy update checker 2015-07-07 17:05:13 +00:00
Ralf Becker
6c2cfaf1f3 copy 14.2 changelog to trunk to satisfy update checker 2015-06-03 14:27:16 +00:00
Ralf Becker
0d69f9e5a4 copy 14.2 changelog to trunk to satisfy update checker 2015-05-01 09:07:08 +00:00
Ralf Becker
b396cacadf copy 14.2 changelog to trunk to satisfy update checker 2015-04-29 15:54:26 +00:00
Ralf Becker
1d6499661e fixed notice in installation 2015-04-29 13:41:05 +00:00
Ralf Becker
faf599d90c copy 14.2 changelog to trunk to satisfy update checker 2015-04-22 09:18:41 +00:00
Ralf Becker
4ccc9b2cdb copy 14.2 changelog to trunk to satisfy update checker 2015-04-02 16:27:00 +00:00
Ralf Becker
61cf8fa9f5 * Univention: Samba SID was not propagated to config of SambaAdmin app 2015-03-13 13:51:10 +00:00
Ralf Becker
6c22a1cb20 copy 14.2 changelog to trunk to satisfy update checker 2015-03-11 09:31:56 +00:00