Revisions for chora/cvsgraph.php

Location: [ Horde ] / chora / cvsgraph.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.15.8.5 FRAMEWORK_3 (+11 -9 lines) 10/09/2008 01:40 PM Jan Schneider jan

Merge from HEAD.

1.24 (+1 -1 lines) 01/02/2008 06:11 AM Jan Schneider jan

Happy New Year

Tags: BEFORE_MERGE_3_3

1.23 (+0 -1 lines) 10/30/2007 08:23 PM Jan Schneider jan

First round of copyright assignments.

1.22 (+7 -3 lines) 08/01/2007 06:32 AM Jan Schneider jan

Missed a few copyrights from Chuck.

1.21 (+2 -2 lines) 06/27/2007 01:22 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.15.8.4 FRAMEWORK_3 (+2 -2 lines) 02/22/2007 10:58 PM Matt Selsky selsky

Chora::fatal() only takes one argument in FW_3.

Tags: CHORA_2_0_2

1.20 (+3 -3 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.15.8.3 FRAMEWORK_3 (+3 -3 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

1.19 (+1 -1 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.18 (+1 -2 lines) 04/03/2006 11:44 AM Chuck Hagenbuch chuck

Remove unused variable.

1.15.8.2 FRAMEWORK_3 (+3 -3 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

1.17 (+2 -2 lines) 01/01/2006 04:09 PM Jan Schneider jan

Happy new year\!

1.16 (+2 -2 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.15.8.1 FRAMEWORK_3 (+3 -3 lines) 01/03/2005 07:25 AM Jan Schneider jan

Happy New Year

Tags: CHORA_2_0_1, CHORA_2_0_1_RC1

1.15 (+1 -1 lines) 11/14/2004 10:59 PM Chuck Hagenbuch chuck

Use new CSS menu.

Tags: FRAMEWORK_3, BEFORE_BRANCH_3, CHORA_2_0, CHORA_2_0_RC3, CHORA_2_0_RC2, CHORA_2_0_RC1

1.14 (+2 -2 lines) 11/11/2004 12:10 PM Chuck Hagenbuch chuck

platform detection independent of PEAR.php

1.13 (+1 -1 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

Tags: CHORA_2_0_BETA

1.12 (+2 -2 lines) 08/24/2004 03:33 PM Jan Schneider jan

Remove usage of arg_separator.output. Not thoroughly tested yet.

1.11 (+4 -4 lines) 05/28/2004 03:00 PM Chuck Hagenbuch chuck

Big cleanup commit.

- Try to remove the last vestiges of CVS specific-ness. cvs.php now points
to browse.php, "cvs" has been removed from UI strings, etc.

- Add mod_rewrite support for URLs so that you can have server/path/file,
with no script names in evidence anywhere, for nice and pretty URLs.

- A few fixes for SVN; with the latest VC package, I can now do at least
basic SVN repository browsing.

1.10 (+1 -1 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

Tags: CHORA_2_0_ALPHA

1.9 (+2 -2 lines) 01/01/2004 10:14 AM Jan Schneider jan

Happy new year everyone.

1.8 (+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.7 (+1 -1 lines) 09/16/2003 07:04 PM Jan Schneider jan

Use the new Util:: class.

1.6 (+1 -1 lines) 08/27/2003 12:01 AM Chuck Hagenbuch chuck

[cjh] Chora isn't just CVS now. Initial commit of Subversion support
("Jay Freeman (saurik)" <saurik@saurik.com>).

- note that a). I don't have subversion so I haven't tested this, and
b). I mucked around with a bunch of stuff to start getting rid
of CVS-specific terminology/variable names, so bits may have
broken.

1.5 (+87 -87 lines) 06/19/2003 02:50 PM Chuck Hagenbuch chuck

linebreaks.

1.4 (+87 -87 lines) 06/19/2003 02:47 PM Chuck Hagenbuch chuck

LOG_* constants -> PEAR_LOG_*

1.3 (+6 -21 lines) 06/09/2003 09:24 PM mikec

Pass the arg seperator and cvs, co, diff urls to cvsgraph so it can generate a completely correct imagemap

1.2 (+16 -4 lines) 06/09/2003 07:43 PM mikec

Make cvs graphs work under windows

1.1 06/08/2003 07:07 PM Chuck Hagenbuch chuck

[cjh] Add support for cvsgraph - generates graphical representations of
file histories with links to each revision and diffs between
adjacent revisions.