Revisions for chora/test.php

Location: [ Horde ] / chora / test.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.18.2.1 FRAMEWORK_3 (+1 -1 lines) 10/09/2008 01:40 PM Jan Schneider jan

Merge from HEAD.

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

Happy New Year

Tags: FRAMEWORK_3, BEFORE_MERGE_3_3

1.17 (+2 -2 lines) 01/02/2007 07:46 AM Jan Schneider jan

Happy New Year

1.16 (+5 -3 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.15 (+2 -2 lines) 12/30/2006 02:15 PM Jan Schneider jan

Standardize on "_The_ Horde Project" and "http://_www_.horde.org".

1.14 (+2 -2 lines) 12/17/2006 01:43 AM Chuck Hagenbuch chuck

h2, wording, percentage font size

1.13 (+82 -71 lines) 12/11/2006 04:01 AM Michael M Slusarz slusarz

Add Chora test file.

1.12 (+1 -1 lines) 12/20/2000 07:45 PM avsm

This file is waay too out of date, and waaay too rough.  Will
be re-done in the future.

1.11 (+5 -4 lines) 11/14/2000 09:49 AM avsm

sync test.php with the previous - almost at the stage where we can rip out
dolog() from cvs.php and replace it with the CVSLib equivalent now.

1.10 (+7 -1 lines) 11/13/2000 08:00 PM avsm

Extract the branch-point information from the rlog.

We are still not mapping it to its symbolic name (which can be
retrieved from the top of the rlog output - currently being ignored).

1.9 (+10 -3 lines) 11/13/2000 07:22 PM avsm

Start trying to do the 'view log' section in test.php; it mostly all
renders now.  Added a queryPreviousRevision() function into CVSLib_log
to walk back the revision numbers (so if its the first one on a branch,
it'll fall back to the branch point two decimal places back).

There's one case where this breaks; where the rev numbers were manually
upped to 2.0 (I suspect this isnt a legal rcs revision number, since they
all end with .1 or more).  Anyway, can special case it later.

1.8 (+6 -1 lines) 11/13/2000 06:35 PM avsm

Fix sort by date, and move the revision information in CVSLib_file
into a hash - this was stuff I did a while back and forgot to commit.

1.7 (+5 -2 lines) 10/03/2000 10:43 AM avsm

Correct the directory view to show HEAD commit in the rev column.

This was slightly tricky, as previously for every file in the
directory the CVSLib_file would parse the _entire_ rlog, which
is stupid and took > 1 minute.

Now when you spawn file objects from a CVSLib_directory, you
specify a flag (CVSLIB_LOG_[QUICK_FULL]) which decided to parse
either the HEAD revision only (rlog -r), or the full thing (rlog)

It defaults to CVSLIB_LOG_QUICK, but this can be overridden
if funky things are being done (a cvs search engine possibly?)
to make the full roster of logs available.  It is slow slow slow
though, for large directories.

1.6 (+6 -5 lines) 08/16/2000 04:27 PM Chuck Hagenbuch chuck

replace include_once with require_once where appropriate

1.5 (+12 -2 lines) 08/02/2000 12:26 PM avsm

Minor commit to resync my test script with the repository

1.4 (+2 -3 lines) 06/30/2000 01:06 PM avsm

Shift the directory browser over to the CVSLib interface, and
miscellaneous work/bugfixes also.

1.3 (+3 -3 lines) 06/28/2000 12:11 PM avsm

Last of the rename game ... we're now calling it CVSLib :-)

1.2 (+5 -5 lines) 06/28/2000 08:36 AM avsm

Change all the names and defines to match the new ones
CVSRep for the mainclass, and CVSRep_directory, CVSRep_error
etc for the subones.  defines are now CVSREP_*

1.1 06/25/2000 06:30 PM avsm

Added the simple test harness Im using to test out the package.CVS interface
(it just dumps out a directory at the moment)