/[drupal]/contributions/modules/gitbrowser/gb.inc
ViewVC logotype

Log of /contributions/modules/gitbrowser/gb.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.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 11:35:41 2009 UTC (3 weeks, 3 days ago) by gordon
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-ALPHA1, HEAD
Changes since 1.29: +40 -23 lines
Diff to previous 1.29
* Fix up most of the issues for running the git browser on Drupal 7

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 06:32:05 2009 UTC (3 weeks, 3 days ago) by gordon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA5
Branch point for: DRUPAL-6--1
Changes since 1.28: +13 -2 lines
Diff to previous 1.28
* Change sorting of the tags to be return in reverse chronological order

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 04:25:35 2009 UTC (2 months ago) by gordon
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
* Reverse the tag list so that you get the most resent first.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 03:36:46 2009 UTC (3 months ago) by gordon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
* Increase the summary of the tags to 16, till I implement the full list

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 5 13:21:48 2009 UTC (3 months, 3 weeks ago) by gordon
Branch: MAIN
Changes since 1.25: +39 -32 lines
Diff to previous 1.25
* Fix up issue with non annotated tags causing errors.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 3 13:42:10 2009 UTC (3 months, 3 weeks ago) by gordon
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
* Fix up small bug with the date break

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 3 13:40:18 2009 UTC (3 months, 3 weeks ago) by gordon
Branch: MAIN
Changes since 1.23: +18 -6 lines
Diff to previous 1.23
* Modify the short log to take up less room on the page.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 23 02:02:40 2009 UTC (4 months, 1 week ago) by gordon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.22: +3 -8 lines
Diff to previous 1.22
* Fix up fetching of upstream so that it will pick up the tags correctly

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 17 05:51:14 2009 UTC (4 months, 1 week ago) by gordon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.21: +45 -5 lines
Diff to previous 1.21
* Add functionality to be able to checkout a new release from a tag.
* Fix up issues with gb_get_current_branch() to try remote branches as well.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 17 02:04:34 2009 UTC (4 months, 1 week ago) by gordon
Branch: MAIN
Changes since 1.20: +72 -1 lines
Diff to previous 1.20
* add ability to fetch commits from the upstream branch.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 04:08:49 2009 UTC (4 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.19: +26 -4 lines
Diff to previous 1.19
* Add in ability to download archive version of the repository
* Add permission to create tag when there are changes in the repository

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 01:32:07 2009 UTC (4 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.18: +8 -5 lines
Diff to previous 1.18
* Change gb_show_ref() to not though errors.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 01:06:14 2009 UTC (4 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.17: +10 -4 lines
Diff to previous 1.17
* Fix up issue when there is not tags
* Fix problem with name space comflict image menu

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 12 12:01:55 2009 UTC (4 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.16: +17 -3 lines
Diff to previous 1.16
* Add checking to the tag creation to make sure there are no uncommitted changes.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 12 11:48:20 2009 UTC (4 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.15: +10 -1 lines
Diff to previous 1.15
* Add check to see if a tag exists when creating the new tag

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 12 05:39:30 2009 UTC (4 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.14: +28 -3 lines
Diff to previous 1.14
* Fix up the displaying of references so they will shows the tags

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 12 04:18:29 2009 UTC (4 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.13: +92 -5 lines
Diff to previous 1.13
* Add tags on summary page
* Add detail view of tag

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 12 02:59:45 2009 UTC (4 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.12: +21 -2 lines
Diff to previous 1.12
* Add in the tags stuff that I missed

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 11 14:17:50 2009 UTC (4 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.11: +71 -2 lines
Diff to previous 1.11
* Add new functionality to create tags within the local repository.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 11:30:07 2009 UTC (4 months, 4 weeks ago) by gordon
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
* Lengthen the short log to 50 commits
* Add permission checking to the links that is being created.
* Change the commitdiff url to just diff.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 08:15:16 2009 UTC (4 months, 4 weeks ago) by gordon
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9
* Move the commit link into a link hook.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 13:28:59 2009 UTC (6 months ago) by gordon
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
* Add ability to handle multiple parents

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 23 11:48:10 2009 UTC (6 months ago) by gordon
Branch: MAIN
Changes since 1.7: +13 -1 lines
Diff to previous 1.7
* Add ability to view the diff of the commit

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 23 04:56:38 2009 UTC (6 months, 1 week ago) by gordon
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
* Add "Commit" link from the log

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 05:45:47 2009 UTC (6 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.5: +50 -5 lines
Diff to previous 1.5
* Add in diffstat to the commit display

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 14 13:36:08 2009 UTC (6 months, 2 weeks ago) by gordon
Branch: MAIN
Changes since 1.4: +39 -6 lines
Diff to previous 1.4
* Add in the new commit output.
* Clean up the menus to make it easier to see all the different branches

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 3 06:12:15 2009 UTC (6 months, 3 weeks ago) by gordon
Branch: MAIN
Changes since 1.3: +16 -8 lines
Diff to previous 1.3
* Start adding commit detail view

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 02:10:57 2009 UTC (6 months, 4 weeks ago) by gordon
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
* Fix up date format to make it use small

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 01:37:57 2009 UTC (6 months, 4 weeks ago) by gordon
Branch: MAIN
Changes since 1.1: +38 -20 lines
Diff to previous 1.1
* Add listing of references on the short log.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 00:13:13 2009 UTC (6 months, 4 weeks ago) by gordon
Branch: MAIN
* reorganise the code into separate files

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