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

Log of /contributions/modules/versioncontrol_git/versioncontrol_git.install

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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:20:27 2009 UTC (5 weeks, 3 days ago) by marvil07
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +6 -48 lines
Diff to previous 1.18
avoid own table for repo, use repo::data instead

Use VersioncontrolRepository::data to store fields that was on
versioncontrol_git_repositories table.

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

Revision 1.16.2.4 - (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.16.2.3: +1 -7 lines
Diff to previous 1.16.2.3 , to branch point 1.16 , to next main 1.19
fix: follow rm evil cache functions by CorniI

Exactly, following 8143638

They are not used anymore.

Revision 1.16.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:56:30 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.16.2.2: +2 -1 lines
Diff to previous 1.16.2.2 , to branch point 1.16
clear cache on uninstall

this will help us with testing also :D

Revision 1.16.2.2 - (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.16.2.1: +14 -15 lines
Diff to previous 1.16.2.1 , to branch point 1.16
sync DRUPAL-6--1 branch to HEAD

Revision 1.17 - (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.16: +10 -199 lines
Diff to previous 1.16
by CorniI: latest code from the git repo, alpha 2 status

Revision 1.16.2.1 - (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.16: +2 -190 lines
Diff to previous 1.16
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]
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.15: +226 -131 lines
Diff to previous 1.15
start port to 6.x with coder suggestions

versioncontrol api changes are pending

Revision 1.15 - (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, DRUPAL-5--1-2
Branch point for: DRUPAL-5
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
#217424 by boombatower: create UI for setting variable versioncontrol_git_log_use_file and added variable_del to unistall hook.

Revision 1.14 - (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.13: +1 -3 lines
Diff to previous 1.13
#212731 by boombatower: removed the revision column from versioncontrol_git_item_revisions and used the versioncontrol_commits revision column.

Revision 1.13 - (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.12: +3 -7 lines
Diff to previous 1.12
#212731 by boombatower: removed uncessary columns.

Revision 1.12 - (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.11: +8 -10 lines
Diff to previous 1.11
#212731 by boombatower: rewrote source_revisions code and table, redesigned delete commit and repository to handle the new changes.

Revision 1.11 - (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.10: +5 -5 lines
Diff to previous 1.10
Removed auto incrament from versioncontrol_git_latest_commits.

Revision 1.10 - (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.9: +3 -3 lines
Diff to previous 1.9
Remove auto incrament from versioncontrol_git_commit_branches.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 01:33:31 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
Add repository id to database install scripts.

Revision 1.8 - (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.7: +14 -10 lines
Diff to previous 1.7
#212731 by boombatower: rewritten to allow for a commit to be in multiple branches, clean up, and documentation fixes.

Revision 1.7 - (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.6: +3 -1 lines
Diff to previous 1.6
#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.6 - (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.5: +14 -1 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]
Thu Jan 31 04:10:31 2008 UTC (21 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.4: +16 -1 lines
Diff to previous 1.4
#212731 by boombatower: changed the log retreval to use last commit hash instead of date and redid repository update method.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 22:47:11 2008 UTC (22 months ago) by boombatower
Branch: MAIN
Changes since 1.3: +1 -5 lines
Diff to previous 1.3
#212731 by boombatower: removed 'modules' and 'run_as_user' from database and a few references in code.

Revision 1.3 - (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.2: +5 -5 lines
Diff to previous 1.2
#212731 by boombatower: changed 'commit_id' to 'revision'.

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: +10 -10 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