summaryrefslogtreecommitdiffstats
path: root/extra/svn
Commit message (Collapse)AuthorAgeFilesLines
* Fix access to Repository Parent Path (FORBIDEN instead of AUTH_REQUIRED).swistakLiwiusz Ociepa2008-11-271-3/+7
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/swistak@2058 e93f8b46-1217-0410-a6f0-8f06a7374b81
* If project_id is uninitialized, initialize it.Liwiusz Ociepa2008-11-201-4/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/swistak@2050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Some debug added.Liwiusz Ociepa2008-11-201-0/+3
| | | | | | | | | | There is a bug - don't know if in Redmine.pm or in Netbeans svn client. In logs: Use of uninitialized value $project_id in concatenation (.) or string at /usr/lib/perl5/Apache/Authn/Redmine.pm line 306, .... git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/swistak@2049 e93f8b46-1217-0410-a6f0-8f06a7374b81
* - Disable debug, Liwiusz Ociepa2008-07-081-2/+2
| | | | | | | | - Fix namespace set condition (setting namespace, without configured memcached, should segfault apache before). git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove default Memcached namespace.Liwiusz Ociepa2008-07-071-7/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1645 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Initial support for caching credentials in Memcached (debug is enabled).Liwiusz Ociepa2008-07-071-24/+58
| | | | | | | Support for caching in Apache memory pools has been dropped. git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merge changes from trunk.Liwiusz Ociepa2008-07-041-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1618 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Memory leak (postgres -> zlib + ssl) has been fixed by apache developers.Liwiusz Ociepa2008-05-191-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1438 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simple change to allow multiple RedmineDbWhereClause and added errmsg for ↵Liwiusz Ociepa2008-05-131-1/+2
| | | | | | RedmineCacheCredsMax git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1424 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not crash on reload.Liwiusz Ociepa2008-05-081-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1423 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix when you don't define RedmineDbWhereClauseLiwiusz Ociepa2008-05-081-5/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1422 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Small fix for not read-only methods.Liwiusz Ociepa2008-05-071-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1421 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix comment about configuration.Liwiusz Ociepa2008-05-061-4/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1420 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cache Credentials added (login:proj -> "sha1_hex(pass))Liwiusz Ociepa2008-05-061-0/+38
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1419 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip extra whitespaces from query in apache config object.Liwiusz Ociepa2008-05-051-1/+7
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1418 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Comment to memory leak with Postgres and ssl.Liwiusz Ociepa2008-05-051-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* http://perl.apache.org/docs/2.0/user/config/custom.html#DescriptionLiwiusz Ociepa2008-05-051-15/+64
| | | | | | | Rewrite module not to use PerlSetVar git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1416 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for db_where_clause - that variable is appended to password query.Liwiusz Ociepa2008-04-281-1/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1378 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sync Redmine.pm with trunk.Liwiusz Ociepa2008-04-281-7/+34
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* bug when using apache authentication methodNicolas Chuche2007-12-151-2/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1002 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added user status criteria in Redmine.pmJean-Philippe Lang2007-11-241-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@930 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * add Redmine.pm to authenticate with mod_perlNicolas Chuche2007-11-183-2/+237
| | | | | | | | | * add a --test option in reposman.rb * change owner right to fit with apache write access to repositories * add a deprecated warning in reposman.pl git-svn-id: http://redmine.rubyforge.org/svn/trunk@916 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SVN integration: reposman.rb can now register created repositories in ↵Jean-Philippe Lang2007-10-211-21/+77
| | | | | | | | Redmine, so that the administrator doesn't have to enter the repository url in Redmine once it's created. To do so, use the --url option when running reposman (see reposman help). git-svn-id: http://redmine.rubyforge.org/svn/trunk@860 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added reposman Ruby version (Nicolas Chuche).Jean-Philippe Lang2007-10-141-0/+157
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@839 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed repository creation callbackJean-Philippe Lang2007-04-071-1/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@427 e93f8b46-1217-0410-a6f0-8f06a7374b81
* added svn-executable property on perl scriptsJean-Philippe Lang2007-04-023-75/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@402 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renamed the repository management script and removed hard coded parameters.Jean-Philippe Lang2007-04-021-0/+138
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@401 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Initial commit for svn repository management and access control:Jean-Philippe Lang2007-04-013-0/+124
* Identifier attribute added on Project model. Used as the unix group name for the project * Web services (disabled by default) and scripts for repository management on a remote svn host git-svn-id: http://redmine.rubyforge.org/svn/trunk@396 e93f8b46-1217-0410-a6f0-8f06a7374b81