Commit Graph

495 Commits

Author SHA1 Message Date
e06e3142a6 "fixed zip archives to not contain empty dirs for the contrib modules and some other optimisations" 2008-11-11 13:26:03 +00:00
8d734c1aa8 "1.6.rc4" 2008-11-09 16:51:06 +00:00
1ebccc7869 "1.6rc3" 2008-10-29 08:18:48 +00:00
ae2431ef28 "1.6.rc2 spec file:
- selinux fix for network access
- suse: use php_any_db requirement
- other: use just php-mysql requirement (no server)"
2008-10-22 08:29:13 +00:00
587e9ba581 "changed chcon syntax, as Fedora 9 did not like it" 2008-10-14 10:14:54 +00:00
3358a39461 Fixed install problems with missing php dom extension,
which is required (but not declared) by importexport:
- added requirement to importexport/setup/setup.inc.php
- gracefully fail if dom is not available
- add dom extension to rpm requirements
--> this has been reported many times on the list as "missing wiki
pages", which is caused by suppressed fatal error in importexports
default-records, stoping other apps default records to run
2008-10-14 08:42:09 +00:00
cae06956af "final 1.6rc1 spec file:
- added mysql and php(5)-mysql dependency
- added missing etemplate macro
- removed not longer used manageheader patch
- removed not longer used sitemgr-link symlink"
2008-10-13 17:24:05 +00:00
8be2abb833 dummy header for rpm redirecting to setup 2008-10-13 14:21:47 +00:00
847b0c36f6 dummy header for rpm redirecting to setup 2008-10-13 14:20:49 +00:00
f3f306e1ee not longer needed 2008-10-13 08:51:37 +00:00
b765f7314b fixed dummy header, empty makes problems in rpm build 2008-10-13 06:09:49 +00:00
2cc98a295f fixed dummy header, empty makes problems in rpm build 2008-10-13 06:09:13 +00:00
47982c1efe "removed sessions dir, as it only makes problems" 2008-10-10 12:37:03 +00:00
60a04b92c9 1.6rc1 2008-10-10 12:35:45 +00:00
357c70f41a 1.6rc1 2008-10-10 12:33:20 +00:00
72aaf224d6 1.6.rc1 2008-10-10 12:26:10 +00:00
1a61bdad80 "1.6rc1" 2008-10-10 12:09:37 +00:00
8d2816b0bb first try for a 1.6 prerelease package 2008-07-22 12:02:33 +00:00
46049623bc "- no longer building signed source packages, only a singed md5sum file
- cleaner md5sum file, the old gave me a headache ;-)"
2007-06-05 08:31:04 +00:00
7fab1b3b64 updated build script 2007-04-30 14:12:05 +00:00
5ab156ee1a updated build environemt 2007-04-30 14:10:20 +00:00
dc24f42cf3 specfile used for opensuse buildservice 2007-04-30 11:32:10 +00:00
d03f4545e5 removed no longer used specfiles 2007-04-30 11:28:59 +00:00
9d653a5b41 removed no longer used/relevant files 2006-07-09 23:38:38 +00:00
26066d742c updated spec files for 104 release 2006-07-08 06:30:19 +00:00
70344e368c the actual build files 2006-06-11 08:44:23 +00:00
e612d2c15f me against svn 2006-05-18 02:44:13 +00:00
b3678f8931 the current build environment 2006-05-18 02:43:50 +00:00
8f5f0953df new files for rpm bulding 2006-03-27 23:38:30 +00:00
58963971dd updated buildscript 2006-03-27 23:37:50 +00:00
7dd122744e updated spec files 2006-01-22 23:02:06 +00:00
c6df8a68a7 added timesheet app 2005-12-19 04:25:31 +00:00
114643d562 added chatty to contrib 2005-12-16 08:48:11 +00:00
1692334a1a typo 2005-12-15 01:02:49 +00:00
c9973ce261 1.2RC5 2005-12-15 00:09:44 +00:00
f46e80b38c 1.2RC4 2005-12-02 20:44:28 +00:00
66d3af7013 1.2RC3 2005-11-28 17:03:32 +00:00
a2940028bd 1.2RC2-3 2005-11-25 23:05:46 +00:00
fec07c13a3 1.2RC2-2 2005-11-25 09:22:34 +00:00
73975b00c6 necessary rpmmacros from the 1.0.0 Branch 2005-11-25 08:17:52 +00:00
d6b925b16c 1.2RC2 2005-11-24 21:23:34 +00:00
4860925084 release script and spec-files for 1.2 - thought they still need some work 2005-11-15 01:56:12 +00:00
bf5275949e small fix 2005-10-14 10:04:41 +00:00
0ddb73fddb modernize now removes:
- global $phpgw;
- global $phpgw_info;
and replaces:
- $phpgw -> $GLOBALS['egw']
- $phpgw_info -> $GLOBALS['egw_info']
2005-10-14 09:36:37 +00:00
5d3e8d1c86 added HTTP_SESSION_VARS to list of vars to transform as it is off by default in php5 too 2005-07-20 10:20:18 +00:00
7d720dc5ea Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
Correct various misspellings and other oddities in the document type
declarations.  Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +00:00
85f4f36c5b added --replace option and made the replacements case-insensitiv (at least for php5) 2005-06-14 07:55:36 +00:00
550ce8314d changed first line to #!/usr/bin/php -qC
-C makes the CGI binary behave like the CLI one (CGI has the script's dir as it's current dir not the current dir where the script is invoked)
2005-05-23 17:30:05 +00:00
bdb7f0df1d Tool to change eGW sources automatic to comply with some of the eGW coding rules:
// saves an unnecessary copy
'= CreateObject'           => '=& CreateObject',
'= new'                    => '=& new',
// php5 cloning of the DB object
'= $GLOBALS[\'egw\']->db;' => '= clone($GLOBALS[\'egw\']->db);',
'= $this->db;'             => '= clone($this->db);',
// remove windows lineends (CR)
"\r"                       => '',
// $HTTP_{GET|POST|SERVER}_VARS => $_{GET|POST|SERVER}
$modernize['$HTTP_'.$name.'_VARS'] = '$_'.$name;
$modernize['$GLOBALS[\'HTTP_'.$name.'_VARS\']'] = '$_'.$name;
$modernize['$GLOBALS["HTTP_'.$name.'_VARS"]'] = '$_'.$name;
// phpGW --> eGW
'PHPGW_'	               => 'EGW_',
'$GLOBALS[\'phpgw_info\']' => '$GLOBALS[\'egw_info\']',
'$GLOBALS["phpgw_info"]'   => '$GLOBALS[\'egw_info\']',
'$GLOBALS[\'phpgw\']'      => '$GLOBALS[\'egw\']',
'$GLOBALS["phpgw"]'        => '$GLOBALS[\'egw\']',
'common->phpgw_header'     => 'common->egw_header',
'common->phpgw_footer'     => 'common->egw_footer',
'common->phpgw_exit'       => 'common->egw_exit',
'common->phpgw_final'      => 'common->egw_final',

It also substitutes spaces at the beginning of a line (indetion) with tabs, you need to specify (--remove-space-indention N) the number of spaces to substitute, if it's other then 2.
2005-05-02 10:21:38 +00:00
a6d1368c19 updatet build script 2004-11-19 14:35:41 +00:00