Update OpenProject URLs

See e7db3798.

[ci skip]

Signed-off-by: Alex Coles <alex@alexbcoles.com>
This commit is contained in:
Alex Coles
2015-01-27 16:45:28 +01:00
parent 27b2bfda49
commit 639252f81e
16 changed files with 20 additions and 20 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
OpenProject is an open source project and we encourage you to help us out. We'd be happy if you do one of these things:
* Create a [new work package on openproject.org](https://www.openproject.org/projects/openproject/work_packages) if you find a bug or need a feature
* Help out other people on our [forums](https://www.openproject.org/projects/openproject/boards)
* Help us [translate OpenProject to more languages](https://www.openproject.org/projects/openproject/wiki/Translations)
* Contribute code via GitHub Pull Requests, see our [contribution page](https://www.openproject.org/projects/openproject/wiki/Contribution) for more information
* See [Git Flow](https://www.openproject.org/projects/openproject/wiki/Git_Branching_Model)
* Create a [new work package on openproject.org](https://community.openproject.org/projects/openproject/work_packages) if you find a bug or need a feature
* Help out other people on our [forums](https://community.openproject.org/projects/openproject/boards)
* Help us [translate OpenProject to more languages](https://community.openproject.org/projects/openproject/wiki/Translations)
* Contribute code via GitHub Pull Requests, see our [contribution page](https://community.openproject.org/projects/openproject/wiki/Contribution) for more information
* See [Git Flow](https://community.openproject.org/projects/openproject/wiki/Git_Branching_Model)
+1 -1
View File
@@ -77,7 +77,7 @@ gem 'delayed_job_active_record', '0.3.3'
gem 'daemons'
# include custom rack-protection for now until rkh/rack-protection is fixed and released
# (see https://www.openproject.org/work_packages/3029)
# (see https://community.openproject.org/work_packages/3029)
gem 'rack-protection', :git => "https://github.com/finnlabs/rack-protection.git", :ref => '5a7d1bd'
gem 'syck', :platforms => [:ruby_20, :mingw_20, :ruby_21, :mingw_21], :require => false
+1 -1
View File
@@ -40,7 +40,7 @@ Please find ways to contact us on the OpenProject [help page](https://www.openpr
## Community
OpenProject is driven by an active group of open source enthusiasts: software engineers, project managers, creatives, and consultants. OpenProject is supported by companies as well as individuals. We share the vision to build great open source project collaboration software.
The [OpenProject Foundation (OPF)](https://www.openproject.org/projects/openproject/wiki/OpenProject_Foundation) will give official guidance to the project and the community and oversees contributions and decisions.
The [OpenProject Foundation (OPF)](https://community.openproject.org/projects/openproject/wiki/OpenProject_Foundation) will give official guidance to the project and the community and oversees contributions and decisions.
## Repository
+1 -1
View File
@@ -5,7 +5,7 @@
# Omniauth Providers without a patch.
#
# See
# * https://www.openproject.org/work_packages/7192
# * https://community.openproject.org/work_packages/7192
# * http://stackoverflow.com/questions/13112430/find-loaded-providers-for-omniauth
auth_provider_html = call_hook :view_account_login_auth_provider
no_pwd = OpenProject::Configuration.disable_password_login?
+1 -1
View File
@@ -67,7 +67,7 @@ OpenProject::Application.routes.draw do
[410,
{ 'Content-Type' => 'text/plain' },
["OpenProject API v1 has been removed.\n" \
'See https://www.openproject.org/news/65']]
'See https://community.openproject.org/news/65']]
}
namespace :v2 do
+1 -1
View File
@@ -75,7 +75,7 @@ password_days_valid:
software_name:
default: OpenProject
software_url:
default: 'https://www.openproject.org/'
default: 'https://community.openproject.org/'
attachment_max_size:
format: int
default: 5120
@@ -56,7 +56,7 @@ class CreateUserPasswords < ActiveRecord::Migration
begin
# because of the circular dependencies between User, Principal and Project
# we have to require principal first
# see https://www.openproject.org/issues/1294
# see https://community.openproject.org/work_packages/1294
require 'principal'
UserPassword.record_timestamps = false
# Create a UserPassword with the old password for each user
@@ -44,7 +44,7 @@ class RepairInvalidDefaultWorkPackageCustomValues < ActiveRecord::Migration
missing_custom_values.each do |c|
# Use execute instead of insert as Rails' Postgres adapter's insert fails when inserting
# into tables ending in 'values'.
# See https://www.openproject.org/work_packages/5033
# See https://community.openproject.org/work_packages/5033
execute <<-SQL
INSERT INTO custom_values (customized_type, customized_id, custom_field_id, value)
VALUES ('WorkPackage',
+1 -1
View File
@@ -30,7 +30,7 @@ See doc/COPYRIGHT.rdoc for more details.
# Quick Start for Developers
Detailed installation instructions for different platforms are located on the [OpenProject website](https://www.openproject.org/projects/openproject/wiki/Download_and_Installation).
Detailed installation instructions for different platforms are located on the [OpenProject website](https://www.openproject.org/download/).
You can find information on configuring OpenProject in [`config/CONFIGURATION.md`](CONFIGURATION.md).
+1 -1
View File
@@ -1,6 +1,6 @@
= Upgrade
The detailed upgrade instructions are located on the {official website}[https://www.openproject.org/projects/support/wiki/Upgrade]
The detailed upgrade instructions are located on the {official website}[https://www.openproject.org/download/upgrade-guides/]
----------
@@ -416,7 +416,7 @@ Your OpenProject installation is ready to run. However, there are some things to
This step is optional.
OpenProject can be extended by various plug-ins, which extend OpenProject's capabilities.
For general information and a list of all plug-ins known to us, refer to to the [plug-in page](https://www.openproject.org/projects/openproject/wiki/OpenProject_Plug-Ins).
For general information and a list of all plug-ins known to us, refer to to the [plug-in page](https://community.openproject.org/projects/openproject/wiki/OpenProject_Plug-Ins).
OpenProject plug-ins are separated in ruby gems. You can install them by listing them in a file called `Gemfile.plugin`. An example `Gemfile.plugin` file looks like this:
+1 -1
View File
@@ -138,7 +138,7 @@ OptionParser.new do |opts|
opts.separator(" reposman.rb --svn-dir=/var/svn --openproject-host=openproject.example.net --scm Subversion")
opts.separator(" reposman.rb -s /var/git -r openproject.example.net -u http://svn.example.net --scm Git")
opts.separator("")
opts.separator("You might find more information on the openproject's wiki:\nhttps://www.openproject.org/projects/openproject/wiki/Support")
opts.separator("You might find more information on the OpenProject's help site:\nhttps://www.openproject.org/help")
end.parse!
if $test
+1 -1
View File
@@ -11,7 +11,7 @@ Please find ways to contact us on the OpenProject [help page](https://www.openpr
## Community
OpenProject is driven by an active group of open source enthusiasts: software engineers, project managers, creatives, and consultants. OpenProject is supported by companies as well as individuals. We share the vision to build great open source project collaboration software.
The [OpenProject Foundation (OPF)](https://www.openproject.org/projects/openproject/wiki/OpenProject_Foundation) will give official guidance to the project and the community and oversees contributions and decisions.
The [OpenProject Foundation (OPF)](https://community.openproject.org/projects/openproject/wiki/OpenProject_Foundation) will give official guidance to the project and the community and oversees contributions and decisions.
## License
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.version = OpenProject::<%= plugin_name.camelcase %>::VERSION
s.authors = "Finn GmbH"
s.email = "info@finn.de"
s.homepage = "https://www.openproject.org/projects/<%= plugin_name.gsub('_','-') %>" # TODO check this URL
s.homepage = "https://community.openproject.org/projects/<%= plugin_name.gsub('_','-') %>" # TODO check this URL
s.summary = 'OpenProject <%= plugin_name.gsub('_', ' ').titleize %>'
s.description = FIXME
s.license = FIXME # e.g. "MIT" or "GPLv3"
@@ -4,4 +4,4 @@ FIXME Add description and check issue tracker link below
## Issue Tracker
https://www.openproject.org/projects/<%= plugin_name.gsub('_','-') %>/work_packages
https://community.openproject.org/projects/<%= plugin_name.gsub('_','-') %>/work_packages
+1 -1
View File
@@ -35,7 +35,7 @@ module OpenProject
def url; Setting.software_url end
def help_url
'https://www.openproject.org/support'
'https://www.openproject.org/help'
end
def versioned_name; "#{app_name} #{Redmine::VERSION.to_semver}" end