|
1.13 (+67 -6 lines) |
08/06/2008 11:53 PM |
Chuck Hagenbuch chuck |
Use simplexml if available instead of PEAR::Tree. |
|
1.12 (+2 -2 lines) |
01/02/2008 06:12 AM |
Jan Schneider jan |
Happy New Year |
|
1.11 (+158 -26 lines) |
12/05/2007 12:54 AM |
Chuck Hagenbuch chuck |
This script now supports
<phprelease><filelist>...</filelist></phprelease> lists of install
alias names.
Anyone have a better name for this script? Tags: BEFORE_MERGE_3_2 |
|
1.10 (+6 -4 lines) |
06/29/2007 09:43 AM |
Jan Schneider jan |
phpdoc Tags: HORDE_3_2_RC1, HORDE_3_2_ALPHA |
|
1.9 (+2 -2 lines) |
01/24/2007 12:47 PM |
Chuck Hagenbuch chuck |
Use PHP_VERSION and PHP_SAPI_NAME instead of function calls
Use strncasecmp() instead of substr() for checking beginning substring. |
|
1.8 (+4 -1 lines) |
01/21/2007 09:21 AM |
Karsten Fourmont karsten |
We need to strip trailing slashes here, too. Otherwise SyncML symlinks won't
work. |
|
1.7 (+62 -25 lines) |
01/03/2007 07:16 AM |
Jan Schneider jan |
Fix correct usage of baseinstalldir attributes, and allow to install a single
package. |
|
1.6 (+2 -2 lines) |
01/02/2007 07:47 AM |
Jan Schneider jan |
Happy New Year |
|
1.5 (+2 -2 lines) |
01/01/2007 07:40 PM |
Jan Schneider jan |
Assign copyright to The Horde Project for those copyright holders that already agreed to it. |
|
1.4 (+51 -35 lines) |
09/18/2006 02:25 PM |
Chuck Hagenbuch chuck |
This now runs from the bin dir nicely. You can run it from the base
horde dir and it will auto-detect ./framework and ./libs, or you can
explicitly specify --src and --dest. |
|
1.3 (+2 -2 lines) |
09/18/2006 02:06 PM |
Chuck Hagenbuch chuck |
Use php_bin replacement in all devtools scripts. |
|
1.2 (+2 -2 lines) |
09/11/2006 09:22 PM |
Michael M Slusarz slusarz |
fix path determination |
|
1.1 |
09/11/2006 12:55 AM |
Chuck Hagenbuch chuck |
Themes check now works independently from Horde dirs; add package.xml
that installs devtools scripts into a bin dir on install; remove last
devtools scripts from main scripts/ dir. |