Commit Graph

495 Commits

Author SHA1 Message Date
Ralf Becker
2772e3e342 enable mcyrpt PHP extension for Ubuntu 14.04+ 2014-06-17 15:50:34 +00:00
Ralf Becker
d948e10598 allow to use autoloader in setup.inc.php files 2014-06-17 09:34:15 +00:00
Ralf Becker
a7f6692b70 Changelog for 14.1.20140617 2014-06-17 07:03:44 +00:00
Ralf Becker
191a3e9972 Changelog for 14.1.20140514 2014-05-14 10:35:38 +00:00
Ralf Becker
13ea6533ee Changelog for 14.1.20140512 2014-05-12 09:24:23 +00:00
Ralf Becker
6810eba337 do not use $ in random passwords, as they given update errors, if followed by a number 2014-05-06 11:00:15 +00:00
Klaus Leithoff
abe0a62f58 Changelog for 14.1.20140429 2014-04-29 07:34:46 +00:00
Ralf Becker
e03e5ef68d call check_install_pear_packages before running update or install 2014-04-25 13:31:55 +00:00
Klaus Leithoff
defaaff716 Changelog for 14.1.20140425 2014-04-25 09:50:02 +00:00
Klaus Leithoff
3b89284023 Changelog for 14.1.20140424 2014-04-24 15:00:26 +00:00
Ralf Becker
801adac6c6 fixed not working patching of debian.* files for build.opensuse.org by adding a obs_package_alias option 2014-04-19 14:15:29 +00:00
Ralf Becker
912e49c0cc for 2. or separate run parse current changelog entry from file 2014-04-19 12:25:48 +00:00
Ralf Becker
48ff85d059 Changelog for 14.1.20140419 2014-04-19 11:20:31 +00:00
Ralf Becker
43d9b61d2d fix to query changelog if not yet branched (trunk) 2014-04-19 11:18:24 +00:00
Ralf Becker
6b50b26f99 current build scripts 2014-04-19 10:46:27 +00:00
Ralf Becker
3f4d96d03c remove old spec 2014-04-19 10:44:01 +00:00
Ralf Becker
05e153c725 diverse build script improvements from EPL and 1.8 which were never merged 2014-04-19 10:43:02 +00:00
Ralf Becker
90d2c68139 also list channels to not attempt to install already installed channel packages 2014-04-18 09:00:22 +00:00
Ralf Becker
30ae4474dd fixed pear packages included in egw-pear, we removed some 2014-04-18 08:33:15 +00:00
Ralf Becker
b81c8a3904 initial 14.1 changelog 2014-04-17 15:34:24 +00:00
Ralf Becker
8c1c2c9d76 discover and install PEAR packages from a channel, like Horde_IMAP_Client needed by new mail 2014-04-17 15:32:48 +00:00
Ralf Becker
3bda66e097 updated patch for 14.1 2014-04-17 13:56:47 +00:00
Ralf Becker
621d6d46f4 create new mail accounts from setup-cli 2014-04-15 15:10:39 +00:00
Ralf Becker
107a48ce2c fixed checks and config to use mbstring.func_overlaod=0 and disabled checks from anyway not supported databases 2014-02-22 17:12:24 +00:00
Ralf Becker
40018bf777 do not use / in random password and let preg_quote know we use / as delimiter (also fixing ide warnings) 2014-02-11 09:20:14 +00:00
Ralf Becker
0155b0b31d fixed sometimes failed package updates because generated password contained { and removed unnecessary PEAR upgrade of included HTTP_WebDAV_Server 2013-11-07 10:05:25 +00:00
Ralf Becker
892500fee3 change cli detection to use php_sapi_name() 2013-09-10 17:29:58 +00:00
Ralf Becker
8d93ebb01e * Setup: allow to enable account in AD via setup-cli.php and renamed --postfix and --cyrus options to more generic names --smtp and --imap 2013-06-20 14:48:53 +00:00
Ralf Becker
da74bf4210 prefering mysqli for new installs 2013-05-26 09:43:10 +00:00
Ralf Becker
82a442b722 * Setup: fixed not working install on openSUSE 12.2/3, because last line of output from "service (mysql|apache2) status" is empty 2013-03-22 10:26:59 +00:00
Ralf Becker
70c4eff2d8 add new PHP 5.4 config var max_input_vars which need to be set higher for TranslationTools to work correctly, default seems to be 1000, set now to 3000 2012-07-23 08:26:22 +00:00
Ralf Becker
8e7425621f * rpm/deb packages: removed "php_value session.gc_maxlifetime 14400" from Apache config, so value from global php.ini is used 2012-07-10 14:16:44 +00:00
Ralf Becker
8009d3ccf6 moved to setup-cli, as post_install does not use date, but setup-cli does and ini_set does not work accross processes 2012-06-13 13:43:39 +00:00
Ralf Becker
c9536aa970 - check if date.timezone is set, report it and set something if not, as it gives tons of errors in install log
- some MySQL packages (mysql.com, MariaDB, ...) use "mysql" as service name instead of RH default "mysqld"
2012-04-19 12:40:59 +00:00
Ralf Becker
12c7df59f4 add /usr/share/fonts to open_basedir 2012-03-28 11:41:06 +00:00
Hans-Jürgen Tappe
2278405af0 Add some hint (in a comment) on how to configure redirects to https. 2011-10-30 21:11:32 +00:00
Ralf Becker
6f63c5874c implementation of (announced, but previously not implemented) acl-principal-prop-set reportphpgwapi/inc/class.groupdav_principals.inc.php 2011-10-17 06:20:33 +00:00
Ralf Becker
ab92943e39 * CalDAV/CardDAV: added standard /.well-known/(caldav|carddav) redirects and set memory_limit to 128MB in Apache configuration 2011-10-11 09:29:43 +00:00
Klaus Leithoff
2e2600fcc2 adapt php memory limit on client call 2011-09-09 10:47:42 +00:00
Ralf Becker
9b7819977d * PEAR/Email: fixed not working automatic install of Mail_Mime because PEAR in RHEL5 is way to old 2011-08-05 09:45:22 +00:00
Ralf Becker
a182e0b9cc * CalDAV/CardDAV redirect for iOS 4.3.1+ to autodetect accounts 2011-08-02 16:37:22 +00:00
Ralf Becker
a5fc76490c fix egw_cache perms evtl. created by root, stoping webserver from accessing it 2011-07-01 19:22:18 +00:00
Ralf Becker
d36005eb3a not used since a few years 2011-07-01 19:10:43 +00:00
Ralf Becker
25b81ce4da install/upgrade required PEAR packages on install/upgrade of EGroupware package 2011-06-30 20:59:57 +00:00
Ralf Becker
99c18003a4 install/upgrade required PEAR packages on install/upgrade of EGroupware package 2011-06-30 20:56:20 +00:00
Ralf Becker
17ce63390c setup-cli / post_install command to install/update a single (non-default) app 2011-06-18 10:44:56 +00:00
Ralf Becker
27063a6f6a fixed patches 2011-06-17 10:24:40 +00:00
Ralf Becker
45a72fa3b5 Enable ActiveSync protocol support via eSync app 2011-06-14 12:23:10 +00:00
Ralf Becker
d0800ffafa added parameter to run a command after copying checkout to buildroot, eg. to apply a patch or replace some files 2011-06-05 10:30:30 +00:00
Ralf Becker
d4d02a09d4 fixed asyncservice patch 2011-06-04 14:45:47 +00:00