/[drupal]/contributions/modules/versioncontrol_cvs/versioncontrol_cvs.log.inc
ViewVC logotype

Log of /contributions/modules/versioncontrol_cvs/versioncontrol_cvs.log.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 02:27:30 2009 UTC (10 months, 2 weeks ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-RC1, HEAD
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Show log fetching errors as red errors rather than as green info boxes.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 21:28:40 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Update copyright headers. 2008 is now fully wrapped up.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 19:17:58 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.9: +108 -317 lines
Diff to previous 1.9
Sync HEAD to current DRUPAL-5--2. The D6 port will take place on HEAD.

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 15:07:42 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-RC2
Changes since 1.9.2.6: +2 -1 lines
Diff to previous 1.9.2.6 , to branch point 1.9 , to next main 1.12
CVS does not provide meaningful line-change numbers for added items,
so let's do it in the log parser like in xcvs-* and leave them out.

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 1 23:53:14 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.9.2.5: +3 -1 lines
Diff to previous 1.9.2.5 , to branch point 1.9
Implement more functionality in cvslib.inc (largely untested) and on top of
that, also implement versioncontrol_cvs_get_item() (completely untested).
Might work already, might not.

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 1 19:15:54 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.9.2.4: +21 -239 lines
Diff to previous 1.9.2.4 , to branch point 1.9
Fix log fetching (used erroneous SQL queries and a wrong function name),
and factor out the code independent from Drupal into a separate helper
library, cvslib.inc (similar to the SVN backend's svnlib.inc). Makes the
code quite a bit nicer, and will ease upcoming functionality additions.

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 21:48:05 2008 UTC (11 months, 1 week ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC1
Changes since 1.9.2.3: +5 -10 lines
Diff to previous 1.9.2.3 , to branch point 1.9
Factor out the repository login from the log parser.

I attempted to implement [versioncontrol_backend]_get_item() first,
but I'm just realizing that I don't feel like it at the moment, so
that piece of work will have to wait. In any case, for the direct
repository access functions we'll probably have something like the
SVN backend's svnlib.inc, and make the log parser more reusable.

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 21:27:10 2008 UTC (11 months, 1 week ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.9.2.2: +5 -3 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Oops, just noticed that I forgot to port the lines-changed information
when recording commits via the log parser. Well, ...here you are.
Good thing I only released the CVS backend as an alpha yet.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 20:20:23 2008 UTC (13 months ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-ALPHA1
Changes since 1.9.2.1: +84 -74 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Port the CVS log parser to the 2.x branch API.
Complete, but also completely untested, might not work at all.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 29 12:08:58 2008 UTC (13 months, 4 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.9: +2 -3 lines
Diff to previous 1.9
Better $temp_file path generation.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 25 15:52:58 2008 UTC (21 months ago) by jpetso
Branch: MAIN
Branch point for: DRUPAL-5--2
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Make the Coder module happy.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 18:52:44 2008 UTC (21 months, 1 week ago) by jpetso
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
The API module mandates a source file even for "delete" actions now,
adapt to that. As you would have guessed, that makes the code a bit easier too :)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 10:54:40 2008 UTC (22 months, 1 week ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.6: +7 -8 lines
Diff to previous 1.6
Adapt to the {commits, branch operations, tag operations} -> operations
consolidation in the API module. Also, fix a few potential (minor) bugs
while doing so.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 14 14:49:43 2008 UTC (22 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
Add some additional smartness so that we insert added files as such,
and not as "modified" as CVS would like to make us believe.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 14 13:43:51 2008 UTC (22 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.4: +13 -2 lines
Diff to previous 1.4
Make sure that we don't insert the same revision twice.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 14 13:06:28 2008 UTC (22 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3
Implement updates for log-fetching repositories with hook_cron().

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 13 23:44:50 2008 UTC (22 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.2: +2 -4 lines
Diff to previous 1.2
Actually, we can't retrieve branch points and tag operations afterwards,
because we know the "symbolic names" for a file but don't know how to
group multiple files together into one branch/tag operation.
Instead, add a TODO item for calling updates periodically with hook_cron().

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 13 23:36:46 2008 UTC (22 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.1: +18 -13 lines
Diff to previous 1.1
Make log fetching work. Yay!

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 11 05:06:32 2008 UTC (22 months, 2 weeks ago) by jpetso
Branch: MAIN
After weeks and weeks of being lazy, I present to you the long-awaited
port of cvs.module's log parsing functionality. It's completely untested
at this point, so it will almost certainly not work at all.

Nevertheless, there's no syntax error, the site still shows,
and it doesn't hurt anyone, so I'd rather get this off my harddisk.
After a little debugging, we should get rather nice results.

Major changes compared to the cvs.module version:
* Changed stuff to Version Control API calls and data structures, obviously.
* Better recognition of commits, either with the new "commitid" info
  or by employing neat heuristics.
* Removed the $only_tags parameter and functionality, as that doesn't
  apply to Version Control API anymore. We'll need other functionality
  that implements a couple more API functions and directly queries CVS
  for branches and tags.
* You knew that I would double the code size, didn't you? Sorry for that :P
  In return, the majority of the log fetching code is now in an include
  file which is only loaded when the actual fetching is done.

TODO: Call this from hook_cron(), and lots of testing and debugging.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2