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

Log of /contributions/modules/versioncontrol_git/versioncontrol_git.admin.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.12 - (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.11: +5 -5 lines
Diff to previous 1.11
avoid own table for repo, use repo::data instead

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

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:18:33 2009 UTC (5 weeks, 3 days ago) by marvil07
Branch: MAIN
Changes since 1.10: +10 -2 lines
Diff to previous 1.10
provide defaulf values on repo create

this way avoids testing for a value set on all git specific data

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:15:41 2009 UTC (5 weeks, 3 days ago) by marvil07
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
fix: update vc api interaction on repo add/edit

replace hook_versioncontrol_extract_repository_data with
hook_versioncontrol_repository_submit().

we're usign the data array here

see http://drupal.org/cvs?commit=166946

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 15:04:01 2009 UTC (5 weeks, 3 days ago) by marvil07
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
minor: avoid a notice on repo add/edit form alter

Revision 1.8 - (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.7: +7 -10 lines
Diff to previous 1.7
sync with DRUPAL-6--1 branch, now HEAD is 6.x-2.x

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 21:59:17 2009 UTC (4 months ago) by marvil07
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2-ALPHA3
Changes since 1.6.2.2: +7 -10 lines
Diff to previous 1.6.2.2 , to branch point 1.6 , to next main 1.12
fix: update vc api interaction on repo add/edit

replace hook_versioncontrol_extract_repository_data with
hook_versioncontrol_repository_submit().

we're usign the data array here

see http://drupal.org/cvs?commit=166946

Revision 1.6.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.6.2.1: +5 -9 lines
Diff to previous 1.6.2.1 , to branch point 1.6
sync DRUPAL-6--1 branch to HEAD

Revision 1.7 - (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.6: +6 -9 lines
Diff to previous 1.6
by CorniI: latest code from the git repo, alpha 2 status

Revision 1.6.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.6: +2 -1 lines
Diff to previous 1.6
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.6 - (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.5: +4 -4 lines
Diff to previous 1.5
start port to 6.x with coder suggestions

versioncontrol api changes are pending

Revision 1.5 - (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.4: +10 -2 lines
Diff to previous 1.4
#217424 by boombatower: create UI for setting variable versioncontrol_git_log_use_file and added variable_del to unistall hook.

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
CVS Tags: DRUPAL-5--1-0
Changes since 1.3: +1 -3 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 06:53:38 2008 UTC (22 months ago) by boombatower
Branch: MAIN
Changes since 1.2: +5 -4 lines
Diff to previous 1.2
#212731 by boombatower: basic xgit scripts and modifications to accommodate them.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 06:49:11 2008 UTC (22 months ago) by boombatower
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1
Fixed admin repository edit bug that caused an error anytime the page was saved.

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