-
Version Control API -- Subversion backend: February 25, 2011 2:08
Commit 0e4c0e8 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Version Control API -- Subversion backend: February 25, 2011 2:08
Commit 34d242e on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Version Control API -- Subversion backend: February 25, 2011 2:08
Commit fd9c96f on 5.x-2.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Version Control API -- Subversion backend: February 25, 2011 2:08
Commit f4ce2d6 on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Change username for Dan Hackney from "chrono325" to "dhax". He updated his drupal.org username, so the copyright headers should reflect that fact.
-
Add copyright holders where I recognize non-trivial pieces of code from them.
-
Subversion already says "Committed revision $x." so no need to do that twice. The CVS backend only has this functionality as a workaround for CVS which doesn't indicate the commit number at all (well, it's Drupal-only) so I included it there for easier usage in issue comments or stuff. For Subversion, this kind of hack is not necessary.
-
Get rid of unused stuff, and tweak some lines of code a bit, style-wise.
-
A couple of minor style/consistency improvements.
-
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.