Log of /contributions/modules/versioncontrol_git/versioncontrol_git.log.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 19 15:20:27 2009 UTC
(5 weeks, 2 days ago)
by
marvil07
Branch:
MAIN
Changes since
1.36: +7 -8 lines
Diff to
previous 1.36
avoid own table for repo, use repo::data instead
Use VersioncontrolRepository::data to store fields that was on
versioncontrol_git_repositories table.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 19 15:05:18 2009 UTC
(5 weeks, 2 days ago)
by
marvil07
Branch:
MAIN
Changes since
1.33: +8 -6 lines
Diff to
previous 1.33
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.27.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 7 17:35:32 2009 UTC
(7 months, 2 weeks ago)
by
marvil07
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-2-ALPHA1
Changes since
1.27.2.1: +368 -418 lines
Diff to
previous 1.27.2.1
, to
branch point 1.27
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.25 -
(
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
Changes since
1.24: +13 -14 lines
Diff to
previous 1.24
#212731 by boombatower: removed the revision column from versioncontrol_git_item_revisions and used the versioncontrol_commits revision column.
Revision
1.23 -
(
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.22: +2 -49 lines
Diff to
previous 1.22
#212731 by boombatower: rewrote source_revisions code and table, redesigned delete commit and repository to handle the new changes.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 2 03:48:27 2008 UTC
(21 months, 3 weeks ago)
by
boombatower
Branch:
MAIN
Changes since
1.21: +2 -2 lines
Diff to
previous 1.21
#212731 by boombatower: added comment explaining that updated field is used for documentation purposes only.
Revision
1.15 -
(
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.14: +61 -22 lines
Diff to
previous 1.14
#212731 by boombatower: rewritten to allow for a commit to be in multiple branches, clean up, and documentation fixes.
Revision
1.14 -
(
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.13: +6 -5 lines
Diff to
previous 1.13
#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.13 -
(
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.12: +5 -6 lines
Diff to
previous 1.12
#212731 by boombatower: renamed get_previous_revision() to get get_source_revision() and updated comment, and fixed a typo in comment.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 31 04:10:32 2008 UTC
(21 months, 3 weeks ago)
by
boombatower
Branch:
MAIN
Changes since
1.7: +130 -42 lines
Diff to
previous 1.7
#212731 by boombatower: changed the log retreval to use last commit hash instead of date and redid repository update method.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 26 23:38:06 2008 UTC
(21 months, 4 weeks ago)
by
boombatower
Branch:
MAIN
Changes since
1.1: +66 -24 lines
Diff to
previous 1.1
#212731 by boombatower: reads from all branches and records the branch that the commit is located in.
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.