summaryrefslogtreecommitdiffstats
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Updates sample plugin README.Jean-Philippe Lang2009-02-261-8/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2530 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow My Page blocks to be added to from a plugin (#2840).Jean-Philippe Lang2009-02-261-0/+3
| | | | | | | Partials must be placed under the app/views/my/blocks directory of the plugin. An example can be found in the sample plugin. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2529 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-215-10/+13
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: add group option to set the repository gid. Default is root (#2747)Nicolas Chuche2009-02-161-2/+6
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces the repositories management SOAP API with a simple REST API.Jean-Philippe Lang2009-02-101-12/+18
| | | | | | | reposman usage is unchanged but the script now requires activeresource. actionwebservice is now longer used and thus removed from plugins. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds --status option to rdm-mailhandler.Jean-Philippe Lang2008-11-301-1/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2076 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes ruby bang path to #!/usr/bin/env ruby (#1876).Jean-Philippe Lang2008-11-112-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2017 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make --command option usable on Windows.Jean-Philippe Lang2008-09-171-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1877 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Slight change on git repository creation command.Jean-Philippe Lang2008-09-171-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1876 e93f8b46-1217-0410-a6f0-8f06a7374b81
* reposman: change #log arguments.Jean-Philippe Lang2008-09-171-11/+12
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1875 e93f8b46-1217-0410-a6f0-8f06a7374b81
* mailhandler: fixes exit status and adds an explicit message if response code ↵Jean-Philippe Lang2008-09-161-1/+4
| | | | | | is 403. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1868 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use RDoc.usageJean-Philippe Lang2008-09-161-49/+50
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1867 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * reposman can create git repository with "--scm git" optionNicolas Chuche2008-09-151-19/+53
| | | | | | * light refactoring git-svn-id: http://redmine.rubyforge.org/svn/trunk@1866 e93f8b46-1217-0410-a6f0-8f06a7374b81
* bugfixNicolas Chuche2008-09-141-2/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1860 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-133-192/+74
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* bug in read only access handlingNicolas Chuche2008-08-311-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1776 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rdm-mailhandler SSL support (#1724).Jean-Philippe Lang2008-08-031-1/+14
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1715 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Follows r1703.Jean-Philippe Lang2008-07-271-0/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1704 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Activity provider example in sample plugin.Jean-Philippe Lang2008-07-276-13/+28
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1703 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-061-16/+49
| | | | | | Tracker, category and priority attributes can be specified in command line arguments and/or individually specified as overridable by email body keywords. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1643 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a simple API and a standalone script that can be used to forward emails ↵Jean-Philippe Lang2008-06-251-0/+79
| | | | | | from a local or remote email server to Redmine (#1110). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1584 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Close statement handler in Redmine.pm (#1433).Jean-Philippe Lang2008-06-151-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1539 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/trunk@1438 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merge changes from branch swistak.Liwiusz Ociepa2008-05-131-18/+120
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1425 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine.pm doc updateJean-Philippe Lang2008-04-071-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1337 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine.pm for webdav authentication:Jean-Philippe Lang2008-04-061-13/+17
| | | | | | | * make Authen::Simple::LDAP module optional * handle TLS flag set in Redmine git-svn-id: http://redmine.rubyforge.org/svn/trunk@1336 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine.pm support for LDAP authentication (patch by Liwiusz Ociepa). Closes ↵Jean-Philippe Lang2008-04-061-5/+26
| | | | | | #879, #918. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add unloadable to the sample plugin controller ↵Jean-Philippe Lang2008-03-211-0/+2
| | | | | | (http://dev.rubyonrails.org/ticket/6001). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1282 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Menus items:Jean-Philippe Lang2008-02-221-1/+1
| | | | | | | * fixed broken translation when a plugin is installed (closes #649) * small fix to the plugin API: options parameter added to Redmine::Plugin#menu git-svn-id: http://redmine.rubyforge.org/svn/trunk@1172 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
* Redmine acts_as_* plugins moved to vendor/plugins.Jean-Philippe Lang2007-09-291-4/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@774 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a sample plugin.Jean-Philippe Lang2007-09-2311-0/+105
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@753 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