/[drupal]/contributions/modules/versioncontrol_svn/versioncontrol_svn.forms.inc
ViewVC logotype

Log of /contributions/modules/versioncontrol_svn/versioncontrol_svn.forms.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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 10:17:52 2009 UTC (5 months ago) by jpetso
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
#491544 by chrono325: Enable log updating via xsvn.

Signed-off-by: Dan Hackney <chrono325@gmail.com>

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 13:21:25 2009 UTC (6 months, 4 weeks ago) by sdboyer
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Initial commit of the new branch, new approach with the swanky new svnlib. NOT OPERATIONAL, still needs fixing.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 15:04:32 2009 UTC (7 months, 4 weeks ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1
Branch point for: DRUPAL-6--1
Changes since 1.10: +6 -6 lines
Diff to previous 1.10
Use PHP5's wicked-cool by-reference foreach to cut down on characters,
and re-insert some by naming the columns (same as in the API module).

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 20:49:53 2009 UTC (9 months, 4 weeks ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2
Changes since 1.9: +26 -34 lines
Diff to previous 1.9
Adapting to changes in the API module:
* Replace hook_versioncontrol_extract_{repository,account}_data()
  with hook_versioncontrol_{repository,account}_submit().
* Replace 'value' type form elements with $form['#blah'] style values.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 16:11:09 2009 UTC (10 months, 2 weeks ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Fix various indentation/spacing issues in order to make Coder happy.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 14:40:11 2009 UTC (10 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.7: +22 -20 lines
Diff to previous 1.7
D6 upgrades for Form API.
Plus slightly more readable default values for the repository form.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 19:29:54 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.6: +1 -176 lines
Diff to previous 1.6
Sync HEAD to current DRUPAL-5--2. The D6 port will take place on HEAD.

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 23:15:32 2008 UTC (11 months, 2 weeks ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-ALPHA1, DRUPAL-5--2-0-RC1, DRUPAL-5--2-0-RC2
Changes since 1.6: +1 -176 lines
Diff to previous 1.6 , to next main 1.13
Rip out account management again (as in commit 102041 for 5.x-1.x),
as we don't do it yet and more importantly, it'll never be done like this.
We need account management per authentication method, not per backend.

Also, implement versioncontrol_svn_format_revision_identifier() in order
to get a nicer revision identifier displayed ("r1234" instead of "1234").

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 14:48:21 2008 UTC (21 months ago) by jpetso
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2-RC1
Changes since 1.5.2.2: +42 -8 lines
Diff to previous 1.5.2.2 , to branch point 1.5 , to next main 1.13
Make it possible to specify username and password for log fetches.
Requires a database upgrade.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 14:45:55 2008 UTC (21 months ago) by jpetso
Branch: MAIN
Branch point for: DRUPAL-5--2
Changes since 1.5: +50 -14 lines
Diff to previous 1.5
Make it possible to specify username and password for log fetches.
Requires a database upgrade. (I'd skip it, but this way we stay in sync
with versioncontrol_svn 5.x-1.x.)

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 10:02:51 2008 UTC (21 months ago) by jpetso
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.5.2.1: +1 -46 lines
Diff to previous 1.5.2.1 , to branch point 1.5
Rip out trunk/branches/tags path specifications, as we don't make use
of those yet.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 09:58:43 2008 UTC (21 months ago) by jpetso
Branch: DRUPAL-5
Changes since 1.5: +1 -176 lines
Diff to previous 1.5
Rip out account management, as we don't do that yet
(and will do it differently anyways in the end).

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 20:50:45 2008 UTC (21 months ago) by jpetso
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.4: +17 -15 lines
Diff to previous 1.4
Let's get that Subversion backend working now, shall we? :D

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 5 11:10:48 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Changes since 1.3: +84 -14 lines
Diff to previous 1.3
Implement Subversion account handling, add some columns to the
admin repository list, and apply some polish to all of that.

Repository and account administration should now work smooth enough.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 3 11:49:18 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Fix the syntax error. Now those account informations just need to be saved,
and we've got the basic management framework in place.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 15:27:09 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Changes since 1.1: +126 -1 lines
Diff to previous 1.1
Support for account passwords and (if possible) access method selection.
Completely untested, will probably not work as is.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 13:50:09 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Futz with the database schema, and add first drafts of
the .module, .forms.inc and .info files. Very incomplete still,
but for now the module loads and has a complete repository edit form.

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