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

Log of /contributions/modules/versioncontrol_cvs/versioncontrol_cvs.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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 15:01:26 2009 UTC (8 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, HEAD
Changes since 1.18: +11 -6 lines
Diff to previous 1.18
Avoid excessively wide tables by cutting off ":pserver:[user]:[password]"
from the Root column in the admin repository overview.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 20:48:48 2009 UTC (10 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2
Changes since 1.17: +32 -43 lines
Diff to previous 1.17
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.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 14:38:08 2009 UTC (10 months, 2 weeks ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.16: +10 -10 lines
Diff to previous 1.16
D6 upgrade for Form API and url() calls.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 14:10:29 2009 UTC (10 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
A few formatting tweaks to please Coder. That includes a piece of
function apidox that I forgot to complete. Also, update the watchdog
menu path to the new one in D6.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 14 15:41:42 2008 UTC (22 months, 2 weeks ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--2-0, DRUPAL-5--2-0-ALPHA1, DRUPAL-5--2-0-RC1, DRUPAL-5--2-0-RC2
Branch point for: DRUPAL-5, DRUPAL-5--2
Changes since 1.14: +5 -6 lines
Diff to previous 1.14
Also write the "updated" time in xcvs-loginfo.php, so that only subsequent
commits are recorded. ...only, what was my reasoning again for requiring
the commit id to be chronologically consistent with the timestamp? Hm.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 13 23:36:46 2008 UTC (22 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.13: +4 -5 lines
Diff to previous 1.13
Make log fetching work. Yay!

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 9 20:37:13 2007 UTC (2 years ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--0-9-RC4, DRUPAL-5--0-9-RC5
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
Formatting: Add an empty line, for consistency with the other modules.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 13:42:44 2007 UTC (2 years ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--0-9-RC3
Changes since 1.11: +17 -6 lines
Diff to previous 1.11
Fix bugs that showed up while starting the Subversion backend:
* Never handle form value extraction hooks if we didn't alter the form.
* Sanitize the uninstall hook by using versioncontrol_delete_repository()
  (which now works, yay).

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 15:01:43 2007 UTC (2 years, 1 month ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--0-9-RC2
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Adapt to the modified $form['#id'] values.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 23 21:15:27 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--0-9-RC1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
* Prevent unnecessary code execution and queries with empty conditions.
* Adapt a form element weight to the current version of the altered form.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 07:09:01 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--0-9-BETA1, DRUPAL-5--0-9-BETA2
Changes since 1.8: +21 -1 lines
Diff to previous 1.8
Implement import/export of CVS accounts. Comes with a small
database addition, so beware if you've already installed the module.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 21 13:30:36 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
On further thought, I can imagine why the password title has been included
in the original cvs.module.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 23:39:59 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.6: +8 -3 lines
Diff to previous 1.6
Make the password field look better.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 08:00:04 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Go back to the fieldset approach, like in the API module.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 23:19:19 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4
Adapt to the revised form structure of the add/edit account form,
and update the README.txt like in the main API module.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 13 09:45:39 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.3: +15 -10 lines
Diff to previous 1.3
Adapt to changes in the repository/account backend API.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 15:15:52 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.2: +5 -2 lines
Diff to previous 1.2
Have a check_plain() also for the module list.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 14:38:06 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
Changes since 1.1: +88 -40 lines
Diff to previous 1.1
Adapt to the reworked backend API, and add the user account part
of the form altering functionality.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 12:18:06 2007 UTC (2 years, 3 months ago) by jpetso
Branch: MAIN
CVS specific customizations of the repository admin forms.

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