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

Log of /contributions/modules/versioncontrol_git/versioncontrol_git.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.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:25:34 2009 UTC (5 weeks, 2 days ago) by marvil07
Branch: MAIN
CVS Tags: HEAD
Changes since 1.39: +6 -6 lines
Diff to previous 1.39
update to the new commits at vc api

mainly operation loader and item with one abstract method

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:24:04 2009 UTC (5 weeks, 2 days ago) by marvil07
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
inherit item class

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:21:06 2009 UTC (5 weeks, 2 days ago) by marvil07
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37
inherit operation and account classes

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.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:09:18 2009 UTC (5 weeks, 2 days ago) by marvil07
Branch: MAIN
Changes since 1.35: +33 -35 lines
Diff to previous 1.35
oop tag operation related stuff

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:08:24 2009 UTC (5 weeks, 2 days ago) by marvil07
Branch: MAIN
Changes since 1.34: +8 -8 lines
Diff to previous 1.34
commitlog: minimal to oop

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.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:04:34 2009 UTC (5 weeks, 2 days ago) by marvil07
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32
fix call to branch constructor

there is no more a type, it's implicit

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:00:45 2009 UTC (5 weeks, 2 days ago) by marvil07
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
oop changes to let actual commitlog work

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 14:55:47 2009 UTC (5 weeks, 2 days ago) by marvil07
Branch: MAIN
Changes since 1.30: +28 -31 lines
Diff to previous 1.30
fetch: second attemp to make fetch work in oop

it start to work!

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 14:33:29 2009 UTC (5 weeks, 2 days ago) by marvil07
Branch: MAIN
Changes since 1.29: +19 -21 lines
Diff to previous 1.29
fetch: first attemp to make fetch work in oop

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 19:48:22 2009 UTC (5 weeks, 5 days ago) by marvil07
Branch: MAIN
Changes since 1.28: +17 -50 lines
Diff to previous 1.28
sync with DRUPAL-6--1 branch, now HEAD is 6.x-2.x

Revision 1.27.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 19:21:26 2009 UTC (5 weeks, 5 days ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.27.2.10: +2 -2 lines
Diff to previous 1.27.2.10 , to branch point 1.27 , to next main 1.40
fix: actually let op::line_changes be set

parentesis in bad places .. this was really difficult to find :-p

Revision 1.27.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:57:05 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2-ALPHA3
Changes since 1.27.2.9: +4 -4 lines
Diff to previous 1.27.2.9 , to branch point 1.27
avoid empty tagname

do not use the ":short" suffix on refname inside git-for-each-ref format
because it applies only to dates(from man page)

so, now we have to get the right tag name parsing the long name

Revision 1.27.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:55:18 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.27.2.8: +4 -3 lines
Diff to previous 1.27.2.8 , to branch point 1.27
by CorniI: Refine a comment and use a better method for checking the cache_object after marvil07's patch

Revision 1.27.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:54:43 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.27.2.7: +4 -2 lines
Diff to previous 1.27.2.7 , to branch point 1.27
review cache_get return before use it

it can return a 0

Revision 1.27.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:54:08 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.27.2.6: +3 -3 lines
Diff to previous 1.27.2.6 , to branch point 1.27
actually pass the missing parameter merge

Signed-off-by: CorniI <c.r1@gmx.de>

Revision 1.27.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:53:04 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.27.2.5: +1 -41 lines
Diff to previous 1.27.2.5 , to branch point 1.27
#484372 by CorniI: improve the cache and removes the evil cache functions.

Revision 1.27.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:50:37 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.27.2.4: +8 -5 lines
Diff to previous 1.27.2.4 , to branch point 1.27
by CorniI: don't use our file cache anymore.

Revision 1.27.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:49:01 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.27.2.3: +2 -1 lines
Diff to previous 1.27.2.3 , to branch point 1.27
by CorniI: revisit this decision, mark it for later.

Revision 1.27.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 01:48:23 2009 UTC (6 months, 3 weeks ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.27.2.2: +372 -273 lines
Diff to previous 1.27.2.2 , to branch point 1.27
sync DRUPAL-6--1 branch to HEAD

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 14:38:45 2009 UTC (7 months, 2 weeks ago) by corni
Branch: MAIN
CVS Tags: DRUPAL-6--1-2-ALPHA2
Changes since 1.27: +510 -432 lines
Diff to previous 1.27
by CorniI: latest code from the git repo, alpha 2 status

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.27.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 4 13:54:58 2009 UTC (7 months, 3 weeks ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.27: +35 -6 lines
Diff to previous 1.27
new api on 3 calls

replace versioncontrol_{insert_commit,insert_tag_operation,ensure_branch}() calls with new equivalents

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 01:27:05 2009 UTC (8 months, 1 week ago) by marvil07
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
start port to 6.x with coder suggestions

versioncontrol api changes are pending

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 07:07:30 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1, DRUPAL-5--1-2
Branch point for: DRUPAL-5
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
Clarify code.

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.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 06:16:55 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.23: +3 -4 lines
Diff to previous 1.23
#212731 by boombatower: removed uncessary columns.

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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 06:00:42 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.20: +29 -27 lines
Diff to previous 1.20
Removed auto incrament from versioncontrol_git_latest_commits.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 05:53:58 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.19: +4 -3 lines
Diff to previous 1.19
Remove auto incrament from versioncontrol_git_commit_branches.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 01:35:55 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.18: +5 -1 lines
Diff to previous 1.18
Added documentation to get_duplicate method.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 01:28:28 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
Allow for removal of commit_branches data.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 01:22:11 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Fixed incorrectly named function that retrieves latest commits.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 01:20:53 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Removed uncessary characters from regex.

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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 19:53:26 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.11: +3 -4 lines
Diff to previous 1.11
#212731 by boombatower: replaced query with version control API call.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 19:47:34 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Comment fix to reflect changes made in commit #98535

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 05:39:38 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.9: +44 -12 lines
Diff to previous 1.9
#212731 by boombatower: store previous revision in database.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 04:37:22 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Removed '..' when latest commit hash not available.

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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 02:14:07 2008 UTC (21 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Updated comment to reflect change from 'commit_id' to 'revision'.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 22:43:25 2008 UTC (21 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
#212731 by boombatower: added -l argument to branch and tag list calls..

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 22:26:52 2008 UTC (21 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.4: +16 -16 lines
Diff to previous 1.4
#212731 by boombatower: changed 'commit_id' to 'revision'.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 02:51:33 2008 UTC (21 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.3: +111 -20 lines
Diff to previous 1.3
#212731 by boombatower: record tag information from logs and a few miscellaneous changes.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 23:41:46 2008 UTC (21 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Keeps newline characters in commit messages.

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.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 21:31:44 2008 UTC (21 months, 4 weeks ago) by boombatower
Branch: MAIN
#212731 by boombatower.

Initial commit for Version Control API -- GIT backend project.

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