|
1.12.8.14 FRAMEWORK_3 (+3 -6 lines) |
06/07/2008 12:07 PM |
Chuck Hagenbuch chuck |
MFH:
1.432 +2 -2 framework/Form/Form.php
1.113 +3 -3 framework/Group/Group.php
1.61 +3 -3 framework/History/History.php
1.680 +5 -5 framework/Horde/Horde.php
1.24 +14 -14 framework/Kolab/Kolab/IMAP.php
1.9 +10 -9 framework/Kolab/Kolab/LDAP.php
1.68 +2 -2 framework/Notification/Notification.php
1.103 +2 -2 framework/Perms/Perms.php
1.175 +2 -2 framework/UI/UI/VarRenderer/html.php
1.27 +3 -6 framework/VC/VC.php Tags: HORDE_3_2_1 |
|
1.27 (+3 -6 lines) |
06/07/2008 12:00 PM |
Chuck Hagenbuch chuck |
Last round of singleton/reference fixes. I'm so looking forward to cleaning this
stuff up with PHP 5+ code.
Bug: 6837
Submitted by: Thomas Jarosch <thomas (dot) jarosch (at) intra2net (dot) com> |
|
1.12.8.13 FRAMEWORK_3 (+5 -61 lines) |
12/20/2007 08:50 AM |
Jan Schneider jan |
Merge from HEAD. Tags: HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2 |
|
1.26 (+2 -6 lines) |
03/29/2007 01:32 PM |
Jan Schneider jan |
[jan] Add parameter for a temporary directory to the VC svn driver
(meyer@mesw.de, Request #5051).
[jan] Change VC library to support open_basedir restrictions (meyer@mesw.de,
Request #5051). Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1, HORDE_3_2_ALPHA |
|
1.25 (+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.12.8.12 FRAMEWORK_3 (+3 -3 lines) |
05/31/2006 01:06 PM |
Matt Selsky selsky |
MFH: Remove extra spaces. Tags: HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4, HORDE_3_1_4_RC1, HORDE_3_1_3, HORDE_3_1_2 |
|
1.24 (+3 -3 lines) |
05/31/2006 12:13 PM |
Matt Selsky selsky |
Remove extra spaces. |
|
1.12.8.11 FRAMEWORK_3 (+8 -3 lines) |
05/12/2006 12:47 AM |
Chuck Hagenbuch chuck |
MFH:
1.23 +8 -3 framework/VC/VC.php
1.46 +2 -2 framework/VC/VC/svn.php
1.60 +10 -10 framework/VC/VC/cvs.php |
|
1.23 (+8 -3 lines) |
05/12/2006 12:44 AM |
Chuck Hagenbuch chuck |
coding style - new line for if body |
|
1.12.8.10 FRAMEWORK_3 (+2 -2 lines) |
04/14/2006 02:43 PM |
Chuck Hagenbuch chuck |
MFH 1.22 |
|
1.22 (+2 -2 lines) |
04/14/2006 02:40 PM |
Chuck Hagenbuch chuck |
very minor style |
|
1.21 (+3 -55 lines) |
04/13/2006 01:35 PM |
Chuck Hagenbuch chuck |
- branchPoint() function is never used
- toBranch() is only relevant to CVS |
|
1.12.8.9 FRAMEWORK_3 (+6 -6 lines) |
04/09/2006 02:28 PM |
Chuck Hagenbuch chuck |
MFH: remove unnecessary references. |
|
1.20 (+6 -6 lines) |
04/09/2006 02:27 PM |
Chuck Hagenbuch chuck |
Remove a bunch of unnecessary referencing, also happens to fix some
bugs at least with PHP 5. |
|
1.12.8.8 FRAMEWORK_3 (+19 -2 lines) |
04/05/2006 05:46 PM |
Chuck Hagenbuch chuck |
MFH: fix caching of patchset objects. |
|
1.19 (+19 -2 lines) |
04/05/2006 05:45 PM |
Chuck Hagenbuch chuck |
Fix caching of patchset objects, and some related cleanup. |
|
1.12.8.7 FRAMEWORK_3 (+5 -3 lines) |
11/07/2005 04:50 AM |
Jan Schneider jan |
MFH: Fixes for reference warnings with PHP 5.1. Tags: HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1 |
|
1.18 (+5 -3 lines) |
11/07/2005 12:50 AM |
Chuck Hagenbuch chuck |
Fixes for reference warnings with PHP 5.1. If someone could merge
these it'd be appreciated, I'm not up to it right now and will be
swamped come morning. |
|
1.12.8.6 FRAMEWORK_3 (+1 -1 lines) |
10/18/2005 07:01 AM |
Jan Schneider jan |
Merged from HEAD. |
|
1.12.8.5 FRAMEWORK_3 (+2 -2 lines) |
06/23/2005 02:41 AM |
Matt Selsky selsky |
MFH: 'else if' -> 'elseif' Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1 |
|
1.17 (+2 -2 lines) |
06/23/2005 02:37 AM |
Matt Selsky selsky |
'else if' -> 'elseif' Tags: BEFORE_MERGE_3_1 |
|
1.12.8.4 FRAMEWORK_3 (+10 -10 lines) |
06/01/2005 06:38 PM |
Matt Selsky selsky |
MFH: Clean up types in phpdoc. |
|
1.16 (+10 -10 lines) |
06/01/2005 06:26 PM |
Matt Selsky selsky |
Clean up types in phpdoc. |
|
1.12.8.3 FRAMEWORK_3 (+2 -2 lines) |
05/31/2005 11:06 PM |
Matt Selsky selsky |
MFH: Tabs to spaces and "else if" to "elseif". |
|
1.15 (+2 -2 lines) |
05/31/2005 11:00 PM |
Matt Selsky selsky |
Tabs to spaces and "else if" to "elseif". |
|
1.12.8.2 FRAMEWORK_3 (+6 -6 lines) |
05/25/2005 07:21 PM |
Matt Selsky selsky |
MFH: Clean up phpdoc return types. |
|
1.14 (+6 -6 lines) |
05/25/2005 07:19 PM |
Matt Selsky selsky |
Clean up phpdoc return types. |
|
1.12.8.1 FRAMEWORK_3 (+4 -4 lines) |
05/21/2005 02:28 AM |
Matt Selsky selsky |
MFH: Clean up return types in phpdoc. |
|
1.13 (+4 -4 lines) |
05/21/2005 02:26 AM |
Matt Selsky selsky |
Clean up return types in phpdoc. |
|
1.12 (+5 -3 lines) |
11/11/2004 12:10 PM |
Chuck Hagenbuch chuck |
platform detection independent of PEAR.php Tags: FRAMEWORK_3, HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1, HORDE_3_0_2, HORDE_3_0_1, HORDE_3_0, HORDE_3_0_RC3 |
|
1.11 (+2 -2 lines) |
06/01/2004 02:56 PM |
Chuck Hagenbuch chuck |
Remove gettext, update dependancies. |
|
1.10 (+36 -35 lines) |
04/17/2004 10:43 AM |
Jan Schneider jan |
Phpdoc fixes. |
|
1.9 (+17 -1 lines) |
04/16/2004 11:40 AM |
Chuck Hagenbuch chuck |
- add VC_File::setRepository() and move common variables to the parent class
- because of classname changes, we need to bump the cacheVersion to invalidate prior cached data. |
|
1.8 (+1 -2 lines) |
04/16/2004 11:32 AM |
Chuck Hagenbuch chuck |
- get rid of CVSLib and SVNLib names; everything uses VC_* now
- get rid of all references to Chora
- remove Chora::checkError() calls in favor of actual error handling. |
|
1.7 (+104 -136 lines) |
04/16/2004 10:44 AM |
Chuck Hagenbuch chuck |
- clean up some spacing/formatting
- move readableTime() into Chora where it belongs. |
|
1.6 (+7 -1 lines) |
02/27/2004 10:14 AM |
Chuck Hagenbuch chuck |
Cleanups and PhpDoc fixes (mostly, making sure everything shows up in the right package) Tags: HORDE_3_0_ALPHA |
|
1.5 (+13 -1 lines) |
01/21/2004 08:00 PM |
Jan Schneider jan |
Rename CVSLIB_SORT_* and CHORA_SORT_* constants to VC_SORT_* and move the definitions to the VS package. |
|
1.4 (+81 -1 lines) |
01/11/2004 10:43 AM |
Jan Schneider jan |
- Move common methods to VC:: base class.
- Add dependencies to package.xml.
- Make VC classes independent from global Chora configuration.
- Some cleanup. |
|
1.3 (+2 -2 lines) |
11/04/2003 09:45 PM |
Chuck Hagenbuch chuck |
Lots of SVN fixes (Jason Rust <jrust@rustyparts.com>).
* Implements the annotate feature for svn
* Implements the patchset feature for svn. Since patchsets are native
to svn this feature is always enabled for svn repositories. In
addition, diffing all files of a patchset is also native to svn, so a
link shows up in svn repositories to show all diffs.
* Hides the branch history link for svn repositories since you can't
determine branches from the log history.
* cvsgraph doesn't support svn so that link is not shown in svn
repositories.
* Fixed a small typo in VC.php that was killing several pages |
|
1.2 (+2 -2 lines) |
10/30/2003 06:38 PM |
Jan Schneider jan |
PHP 5 fixes. |
|
1.1 |
10/14/2003 02:59 PM |
Chuck Hagenbuch chuck |
Initial VC library - start of a Chora-independant, backend independant
version control abstracted library. Still needs to be cleaned up a
lot; there are a bunch of globals/$conf options to rip out, and
probably some duplicate code, too. |