Log of /contributions/modules/versioncontrol_svn/versioncontrol_svn.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 20 10:26:36 2009 UTC
(5 months ago)
by
jpetso
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.17: +2 -2 lines
Diff to
previous 1.17
Enable the "Commit restrictions" fieldset in the repository edit form
by specifying the COMMIT_RESTRICTIONS capability for the backend.
Use the resulting "Allow unauthorized commit access" option in the tests
to make sure that unauthorized accounts can't commit to the test repository.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 20 10:16:51 2009 UTC
(5 months ago)
by
jpetso
Branch:
MAIN
Changes since
1.16: +27 -1 lines
Diff to
previous 1.16
#491544 by chrono325: Implement is_account_username_valid() for SVN.
It turns out that SVN can accept any UTF-8 character, so the only check needed
is that the input is valid UTF-8. Care will need to be taken when the input is
displayed.
Signed-off-by: Dan Hackney <chrono325@gmail.com>
Revision
1.14 -
(
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.13: +14 -4 lines
Diff to
previous 1.13
Initial commit of the new branch, new approach with the swanky new svnlib. NOT OPERATIONAL, still needs fixing.
Revision
1.5.2.7 -
(
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.5.2.6: +13 -91 lines
Diff to
previous 1.5.2.6
, to
branch point 1.5
, to
next main 1.18
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.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 29 15:52:57 2008 UTC
(13 months, 3 weeks ago)
by
jpetso
Branch:
DRUPAL-5--2
Changes since
1.5.2.4: +25 -3 lines
Diff to
previous 1.5.2.4
, to
branch point 1.5
File contents support for the SVN backend, which means it can be used
for the repoview repository browser. I'm sure other nice things are
possible too this way, like, say, exporting a whole set of files.
Revision
1.5.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 4 19:18:24 2008 UTC
(14 months, 3 weeks ago)
by
jpetso
Branch:
DRUPAL-5--2
Changes since
1.5: +1 -200 lines
Diff to
previous 1.5
Delete pretty much all of the commit related code in the SVN backend.
All of that stuff is either in the API module by now and thus obsolete,
or removed from the API module and thus obsolete too.
The one thing that the SVN backend really needs in order to work is
adapting the log parser, then it should work again. And of course, migrating
the database tables to the new centralized ones would be nice too.
Revision
1.4.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 20 09:48:45 2008 UTC
(21 months ago)
by
jpetso
Branch:
DRUPAL-5
Changes since
1.4: +10 -7 lines
Diff to
previous 1.4
Ok, convinced, so I'm going to do a 5.x-1.0 release of the SVN backend.
Step 1: let "delete" actions not have a current item, as prescribed
by the then-current API.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 23 02:47:37 2008 UTC
(22 months ago)
by
jpetso
Branch:
MAIN
Changes since
1.2: +3 -3 lines
Diff to
previous 1.2
Adapt the primary key according to the recent changes in the API module:
commit_id -> vc_op_id
Also, better enum values (do that while nobody still uses the SVN backend)
and more care for the uninstall function.
Revision
1.2 -
(
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.1: +61 -1 lines
Diff to
previous 1.1
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.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.