Log of /contributions/modules/versioncontrol_git/versioncontrol_git.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 19 15:20:27 2009 UTC
(5 weeks, 4 days ago)
by
marvil07
Branch:
MAIN
Changes since
1.29: +12 -11 lines
Diff to
previous 1.29
avoid own table for repo, use repo::data instead
Use VersioncontrolRepository::data to store fields that was on
versioncontrol_git_repositories table.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 19 15:11:30 2009 UTC
(5 weeks, 4 days ago)
by
marvil07
Branch:
MAIN
Changes since
1.28: +4 -4 lines
Diff to
previous 1.28
sync with vc api: repo cache and repo inheritance
- Use repo cache instead of repo to retrieve repositories
- now we need to inherit repo class and declare it on backend
- modify the name of the file where we want our classes
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 19 15:05:18 2009 UTC
(5 weeks, 4 days ago)
by
marvil07
Branch:
MAIN
Changes since
1.25: +9 -5 lines
Diff to
previous 1.25
commitlog: sync with main api oop
- create an item object at _versioncontrol_git_get_source_item instead of an
array
- we can not use array_intersect anymore for
_versioncontrol_git_get_branch_intersect() because now we have objects
Revision
1.21.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 7 17:35:32 2009 UTC
(7 months, 3 weeks ago)
by
marvil07
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-2-ALPHA1
Changes since
1.21.2.3: +283 -455 lines
Diff to
previous 1.21.2.3
, to
branch point 1.21
porting #303680 by CorniI: New log parser.
Rewrote on several places, making the first 6.x version that just works.
This patch also include some minor changes.
CorniI:
The new parser now understands merges and supports both annotated and
unannotated tags. Branches are now supported so that if you add a
branch, all commits which are in that branch are adjusted, too. This
needs to be optimized further, I hope to get an API for that in the next
VCS-API so we don’t have to delete and re-add the commit... I can’t say
anything about performance in comparison to the old module, I never had
it working. For now, we have performance issues when importing mid-size
repos and when adding branches. I've an idea for the latter, though :)
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 3 06:51:10 2008 UTC
(21 months, 3 weeks ago)
by
boombatower
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0
Changes since
1.15: +31 -23 lines
Diff to
previous 1.15
#212731 by boombatower: removed the revision column from versioncontrol_git_item_revisions and used the versioncontrol_commits revision column.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 3 06:09:56 2008 UTC
(21 months, 3 weeks ago)
by
boombatower
Branch:
MAIN
Changes since
1.13: +81 -13 lines
Diff to
previous 1.13
#212731 by boombatower: rewrote source_revisions code and table, redesigned delete commit and repository to handle the new changes.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 1 05:24:36 2008 UTC
(21 months, 3 weeks ago)
by
boombatower
Branch:
MAIN
Changes since
1.11: +5 -2 lines
Diff to
previous 1.11
#212731 by boombatower: clean up entries in versioncontrol_git_item_source_revisions when a commit is deleted.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 1 01:18:54 2008 UTC
(21 months, 3 weeks ago)
by
boombatower
Branch:
MAIN
Changes since
1.9: +70 -17 lines
Diff to
previous 1.9
#212731 by boombatower: rewritten to allow for a commit to be in multiple branches, clean up, and documentation fixes.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 31 20:32:18 2008 UTC
(21 months, 3 weeks ago)
by
boombatower
Branch:
MAIN
Changes since
1.8: +2 -9 lines
Diff to
previous 1.8
#212731 by boombatower: removed repository capabilities that will no longer be implemented at this time.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 31 20:27:10 2008 UTC
(21 months, 3 weeks ago)
by
boombatower
Branch:
MAIN
Changes since
1.7: +47 -1 lines
Diff to
previous 1.7
#212731 by boombatower: added repository id to source revisions and latest commits tables, and implemented _repository hook to delete data from the tables.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 31 19:59:31 2008 UTC
(21 months, 3 weeks ago)
by
boombatower
Branch:
MAIN
Changes since
1.6: +2 -2 lines
Diff to
previous 1.6
#212731 by boombatower: renamed get_previous_revision() to get get_source_revision() and updated comment, and fixed a typo in comment.
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.