Log of /contributions/modules/versioncontrol_cvs/versioncontrol_cvs.install
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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.