/[drupal]/contributions/modules/versioncontrol_cvs/versioncontrol_cvs.install
ViewVC logotype

Log of /contributions/modules/versioncontrol_cvs/versioncontrol_cvs.install

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.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 14:44:27 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.30: +2 -2 lines
Diff to previous 1.30
Make Coder shut up a bit more.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 00:24:22 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.29: +16 -21 lines
Diff to previous 1.29
Remove t() from table/column descriptions, like core did.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 12:53:31 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Actually, modules are stored as serialized array instead of a
space-separated list of strings. Correct that factual error.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 18:49:39 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.27: +93 -42 lines
Diff to previous 1.27
D6 upgrade item 3.: New Schema API.
Converted using deadwood, manual tweaking and new
table/column descriptions by myself.

That's it for today, I'm going to the cinema now!

Revision 1.27 - (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.26: +2 -2 lines
Diff to previous 1.26
Update copyright headers. 2008 is now fully wrapped up.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 21:04:20 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.25: +9 -306 lines
Diff to previous 1.25
Remove the insane amount of update functions in versioncontrol.install,
as updating to D6 will only be possible from 5.x-2.x (which has those
updates already applied).

Revision 1.25 - (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.24: +188 -68 lines
Diff to previous 1.24
Sync HEAD to current DRUPAL-5--2. The D6 port will take place on HEAD.

Revision 1.24.4.8 - (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
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-RC2
Changes since 1.24.4.7: +19 -1 lines
Diff to previous 1.24.4.7 , to branch point 1.24 , to next main 1.31
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.24.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 23 21:33:11 2008 UTC (12 months ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-ALPHA1, DRUPAL-5--2-0-RC1
Changes since 1.24.4.6: +26 -14 lines
Diff to previous 1.24.4.6 , to branch point 1.24
Finish the item-revisions-into-the-API-module task by moving
CVS commit branches into {versioncontrol_operation_labels}.

Revision 1.24.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 23 20:27:53 2008 UTC (12 months ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.24.4.5: +1 -2 lines
Diff to previous 1.24.4.5 , to branch point 1.24
Follow-up to the removal of lines-changed information from the CVS backend:
The {versioncontrol_cvs_item_revisions} table is no more, so also remove it
from the versioncontrol_cvs_uninstall().

Revision 1.24.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 15:57:25 2008 UTC (12 months ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.24.4.4: +29 -15 lines
Diff to previous 1.24.4.4 , to branch point 1.24
Move previously gathered lines-changed info into the API module's tables,
and get rid of versioncontrol_cvs_get_commit_statistics().

Revision 1.24.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 2 21:43:08 2008 UTC (14 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.24.4.3: +22 -6 lines
Diff to previous 1.24.4.3 , to branch point 1.24
It's not like anyone has tried out that update yet, right?
If you have, please revert to your previous database dump and re-execute -
only now that function is really done and complete. (Now features correct
handling of "added" actions, and adapting some constants to how they were
changed by the API module.)

Also, VERSIONCONTROL_FLAG_AUTOADD_COMMITS is no more, so remove that.

Revision 1.24.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 09:03:55 2008 UTC (14 months, 4 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.24.4.2: +1 -15 lines
Diff to previous 1.24.4.2 , to branch point 1.24
Oops - with all this update routine stuff, I missed some database tables
in the original schema definition to be cleaned out.

Revision 1.24.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 09:02:18 2008 UTC (14 months, 4 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.24.4.1: +43 -30 lines
Diff to previous 1.24.4.1 , to branch point 1.24
Finish the update procedure for migrating item revisions to the
centralized tables. This one's for you, Sam!

Revision 1.24.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 29 13:58:49 2008 UTC (14 months, 4 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.24: +63 -1 lines
Diff to previous 1.24
Start on the update routine that moves the item revision data
from the CVS backend to Version Control API's tables. Not yet done,
don't execute the update unless you develop for it.
Also, make sure you have a database dump.

Revision 1.24 - (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, DRUPAL-5--2
Changes since 1.23: +109 -19 lines
Diff to previous 1.23
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.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 13 00:40:17 2008 UTC (22 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.22: +38 -3 lines
Diff to previous 1.22
#209293: Remove the source_revision column, as it can be calculated programmatically.

Also, a bit of bugfixing:
* Fix get_previous_revision_number() for revision "1.10" by comparing
  with "===" instead of "==" (PHP even compares two strings as numbers).
* Fix the number of changed lines for multiple files in a commit,
  where exec() didn't replace but append to the $output_lines array.
  (Therefore, unsetting helps here.)

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 9 20:38:24 2007 UTC (2 years ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--0-9-RC4, DRUPAL-5--0-9-RC5
Changes since 1.21: +7 -5 lines
Diff to previous 1.21
Don't crash the uninstaller if the {versioncontrol_repository} table
doesn't exist anymore because Version Control API has been uninstalled
before the CVS backend was.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 13:42:44 2007 UTC (2 years ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--0-9-RC3
Changes since 1.20: +9 -48 lines
Diff to previous 1.20
Fix bugs that showed up while starting the Subversion backend:
* Never handle form value extraction hooks if we didn't alter the form.
* Sanitize the uninstall hook by using versioncontrol_delete_repository()
  (which now works, yay).

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 19:17:45 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Less Postgres fuck-ups also in the CVS backend.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 29 21:09:21 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Changes since 1.18: +55 -55 lines
Diff to previous 1.18
The right way to write '%d' is without quotes, so remove all of those.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 8 15:34:16 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--0-9-BETA2, DRUPAL-5--0-9-RC1, DRUPAL-5--0-9-RC2
Changes since 1.17: +48 -2 lines
Diff to previous 1.17
Postgres support.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 07:09:01 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--0-9-BETA1
Changes since 1.16: +2 -1 lines
Diff to previous 1.16
Implement import/export of CVS accounts. Comes with a small
database addition, so beware if you've already installed the module.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 18 23:50:49 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Last cleanup, adaption to API changes, and the (easy & untested)
implementation of two new mandatory functions.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 18 08:59:51 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.14: +7 -8 lines
Diff to previous 1.14
Fix the .install file, so that uninstalling works properly.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 17 18:10:58 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.13: +1 -26 lines
Diff to previous 1.13
Adapt to the new branch/tag facilities of the API module.
Makes for about 200 lines less (no idea about the lines of code, though).

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 13:06:14 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.12: +86 -24 lines
Diff to previous 1.12
Refactor database structure and code of the CVS backend.
Finish the taginfo trigger script, and introduce a posttag trigger script
that does the logging for tags and branches.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 14:38:06 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Adapt to the reworked backend API, and add the user account part
of the form altering functionality.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 12:18:06 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
CVS specific customizations of the repository admin forms.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 12:29:04 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.9: +2 -4 lines
Diff to previous 1.9
Rip out the account management functions und use the new ones from
versioncontrol.module instead. We can have the same functionality
with a single, 6 lines long versioncontrol_cvs_insert_account() callback.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 17:53:13 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
More fixes, more implementation, and adapting to the recent API changes.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 23 08:46:21 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
Add implementations for get_commit_actions() and get_commit_branches()
to the module. Also, make branches repository specific,
and update copyright headers.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 17:03:18 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Bugfixes all over the place. loginfo works now, even if a few fixes
are still required. Also, remove debug output.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 13:11:21 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5
Of course, it does not work yet. (Who would have guessed?)
But at least, it starts now without complaining about syntax errors.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 12:32:20 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.4: +58 -12 lines
Diff to previous 1.4
Some database changes, the start of a real backend module,
and a might-just-work implementation of xcvs-loginfo.php. Yay.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 15 07:58:59 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
Directories are not versioned, but they nevertheless occur in commit
messages when they are added. Thus, it makes sense to have the item type
included in the cvs_file_revisions table so that we can easily determine
if the stored item is a file or a directory.

Of course, that change demands to rename the table name from
file_revisions to item_revisions.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 15 07:43:15 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
Add the 'action' and 'source_commit_id' columns to the table layout, so
that we can get_commit_actions() with the cvs_file_revisions table only.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 17:08:13 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
Minor fixes in the .install and .info files.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 15:27:14 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Initial commit of the CVS backend for Version Control API,
or versioncontrol_cvs in short.

No .module file yet, for now it only comes with the database schema
and the obligatory .info and README.txt files.

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