/[drupal]/contributions/modules/versioncontrol_git/versioncontrol_git.module
ViewVC logotype

Log of /contributions/modules/versioncontrol_git/versioncontrol_git.module

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

mainly operation loader and item with one abstract method

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:23:19 2009 UTC (5 weeks, 4 days ago) by marvil07
Branch: MAIN
Changes since 1.32: +1 -10 lines
Diff to previous 1.32
usernameSuggestion is now a method

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:22:34 2009 UTC (5 weeks, 4 days ago) by marvil07
Branch: MAIN
Changes since 1.31: +1 -16 lines
Diff to previous 1.31
isUsernameValid is now a method

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:21:52 2009 UTC (5 weeks, 4 days ago) by marvil07
Branch: MAIN
Changes since 1.30: +1 -16 lines
Diff to previous 1.30
formatRevisionIdentifier is now an account method

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.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:10:23 2009 UTC (5 weeks, 4 days ago) by marvil07
Branch: MAIN
Changes since 1.27: +3 -28 lines
Diff to previous 1.27
starting VersioncontrolGitBackend class

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:09:18 2009 UTC (5 weeks, 4 days ago) by marvil07
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
oop tag operation related stuff

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.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:00:45 2009 UTC (5 weeks, 4 days ago) by marvil07
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
oop changes to let actual commitlog work

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

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

Revision 1.21.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 22:00:01 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2-ALPHA3
Changes since 1.21.2.7: +1 -32 lines
Diff to previous 1.21.2.7 , to branch point 1.21 , to next main 1.34
fix: follow rm evil cache functions by CorniI

Exactly, following 8143638

They are not used anymore.

Revision 1.21.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:55:50 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.21.2.6: +2 -2 lines
Diff to previous 1.21.2.6 , to branch point 1.21
minor: typo on variable name

Revision 1.21.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:45:00 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.21.2.5: +11 -183 lines
Diff to previous 1.21.2.5 , to branch point 1.21
minor: remove hook documentation

Lets make the code less redundant: do not add documentation already added on
versioncontrol_fakevcs module, also following http://drupal.org/node/1354#hooks

Revision 1.21.2.5 - (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.21.2.4: +74 -298 lines
Diff to previous 1.21.2.4 , to branch point 1.21
sync DRUPAL-6--1 branch to HEAD

Revision 1.22 - (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.21: +222 -593 lines
Diff to previous 1.21
by CorniI: latest code from the git repo, alpha 2 status

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.21.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 4 13:56:14 2009 UTC (7 months, 3 weeks ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.21.2.2: +29 -1 lines
Diff to previous 1.21.2.2 , to branch point 1.21
short git hashs

Implements [versioncontrol_backend]_format_revision_identifier()

Revision 1.21.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 00:54:27 2009 UTC (8 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.21.2.1: +10 -11 lines
Diff to previous 1.21.2.1 , to branch point 1.21
correct retrieve of item_revision_id inserting

using drupal_write_record() array by reference

thanks for patch comments by jpetso

Revision 1.21.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 00:51:41 2009 UTC (8 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.21: +1 -3 lines
Diff to previous 1.21
minor changes suggested by jpetso

start working on this again :D

Revision 1.21 - (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.20: +12 -14 lines
Diff to previous 1.20
start port to 6.x with coder suggestions

versioncontrol api changes are pending

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 04:09:44 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Branch point for: DRUPAL-5
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Seems to require both help sections.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 04:06:10 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Asignment operator instead of comparison.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 04:04:18 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.17: +26 -6 lines
Diff to previous 1.17
Implemented hook_help().

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 19:42:03 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.16: +5 -2 lines
Diff to previous 1.16
#217424 by boombatower: create UI for setting variable versioncontrol_git_log_use_file and added variable_del to unistall hook.

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.15 - (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.14: +3 -4 lines
Diff to previous 1.14
#212731 by boombatower: removed uncessary columns.

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.13 - (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.12: +4 -3 lines
Diff to previous 1.12
Remove auto incrament from versioncontrol_git_commit_branches.

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.11 - (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.10: +5 -3 lines
Diff to previous 1.10
Allow for removal of commit_branches data.

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.

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

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 22:26:52 2008 UTC (22 months ago) by boombatower
Branch: MAIN
Changes since 1.4: +12 -12 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 06:53:38 2008 UTC (22 months ago) by boombatower
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
#212731 by boombatower: basic xgit scripts and modifications to accommodate them.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 02:57:31 2008 UTC (22 months ago) by boombatower
Branch: MAIN
Changes since 1.2: +2 -24 lines
Diff to previous 1.2
#212731 by boombatower: removed versioncontrol_git_item_branch_points and made related changes.

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

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 21:31:44 2008 UTC (22 months 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