サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
2024年ランキング
www.redmine.org
Redmine 6.0.0 has been released and it is available for download on our Download. This version ships 146 new features and bug fixes and some of them being major improvements that will help us continue improving Redmine: 1. Rails and Ruby support: Redmine 6 has been upgraded to Rails 7.2 (#36320) which is the latest Rails version Ruby 3.3 is now supported (#39761) Spport for Ruby 2.7 and 3.0 has be
This plugin posts updates to issues and wiki pages to a Microsoft Teams Channel. You can use custom channels for each project. From your Redmine plugins directory, clone this repository as `redmine_msteams` (note the underscore!): git clone https://github.com/simplethings/redmine-msteams.git redmine_msteams You will also need the `httpclient` dependency, which can be installed by running bundle in
I am glad to announce that the new feature release Redmine 3.3.0 is available for download. It brings more than 100 changes, including new features and many fixes and improvements. Most of them were submitted by contributors, big thanks to all of them for sharing their work with the Redmine community! This release celebrates the 10th anniversary of Redmine as 0.1.0 was released on june 25th 2006 :
Redmine Agile Plugin: the best tool to manage your projects¶ Display Redmine Issues as tasks cards on an Agile board, allowing teams to prioritize, assign and track issues efficiently. Move cards by drag&drop and customize them. Plan Sprint and Backlog easily with a drag& drop planner. Use charts to see the progress of the project. You can adjust the plugin settings for any methodology, process or
Database Model¶ Table of contentsDatabase ModelOverviewModel diagram (r4033 - v 1.0.1)TodoContributionsReferences Overview¶ The following is the database model with relations drawn, except those which are implicit. For example: tables which contains xxx_type and xxx_id columns will not have a drawn relation. Note: This model is not updated. The current stable version is r4352 - v 1.0.3 Model diagr
Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x WBS - Work Breakdown Structure is a fundamental project management technique of decomposition of the project into deliverable parts. Work Breakdown Structure plugin visualizes project tasks in mind map view and enables you to easily create project structure - decomposition of the project. In WBS, you can create project ta
PlantUML Redmine plugin¶ This plugin will allow adding PlantUML diagrams into Redmine. Requirements¶ Java PlantUML binary Installation¶ create a shell script in /usr/bin/plantuml #!/bin/bash /usr/bin/java -Djava.io.tmpdir=/var/tmp -Djava.awt.headless=true -jar /PATH_TO_YOUR_PLANTUML_BINARY/plantuml.jar ${@} copy this plugin into the Redmine plugins directory Usage¶ go to the plugin settings page a
Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x This plugin allows straightforward management of Gitolite repositories within Redmine. It provides these functionalities : SSH Public Keys Management Automatic Repository Creation Repository Deletion Deployment Credentials Post-Receive URLs Automatic Mirror Updates Git Smart HTTP Git Daemon management Cachin
I'm pleased to announce that the new feature release Redmine 3.0.0 is available for download. This new version brings several improvements to the search engine (it's now much faster and includes new search options) and many new features: default issue status per tracker, multiple emails per user, ability to edit attachment descriptions and more. It now runs with the latest Rails 4.2.0 and ruby 1.8
Installing Redmine on OS X 10.9 Mavericks / 10.10 Yosemite / 10.11 El Capitan - Server and Client¶ This is a quick summary of the necessary steps for a simple install of Redmine on Apple OS X Server and client, versions 10.9 - 10.11. This is slightly different from the install for Snow Leopard Server. This is meant only as a supplement, not a replacement, to the official install guide found here.
Redmineの公式リリースはvendorディレクトリ以下に必要なバージョンのRailsが含まれています。したがって、Ruby on Railsを別途インストールを行う必要はありません。 ソースコードをRedmineのリポジトリからチェックアウトした場合は、以下の手順で適切なバージョンのRailsをインストールしてください: gem install rails -v=2.3.5 Rackもインストールします。 gem install rack -v=1.0.1 注意: Ruby 1.9には対応していません。 上記の表に示したバージョンのRuby 1.8.xをインストールしてください。 RubyGems 1.3.1以上が必要です。 Rake 0.8.3以上が必要です。 Rack 1.0.1が必要です。1.0.1がインストールされていない場合、データベースマイグレーションが失敗します。 データ
例えばRedmineからSubversionリポジトリにアクセスする場合、svnバイナリをRedmineが稼働するホストにインストールする必要があります。Redmineは現在はRubyのSubversionバインディングを使用しません。 既存リポジトリをプロジェクトで利用する¶ プロジェクトの設定で、'Repository'モジュールが有効であることを確認した後に'リポジトリ'タブを開いてください。 SCMを選択し、リポジトリのURLを入力してください。 重要: 最初にリポジトリを閲覧するときは、Redmineはすべてのコミットの情報を取得しデータベースに格納します。 これはリポジトリごとに一回だけ行われますが、非常に時間がかかります。リポジトリに数百のコミットがある場合はタイムアウトすることもあります。 この問題を避けるために、リポジトリからの情報の取得をオフラインで行うことができます。
cd /path/to/redmine/plugins git clone github.com/piccagliani/redmine_nikoniko_calendar2.git cd /path/to/redmine rake redmine:plugins:migrate NAME=redmine_nikoniko_calendar2 restart redmine
Wiki Pages¶ Table of contentsWiki PagesGetting the pages list of a wikiGetting a wiki pageGetting an old version of a wiki pageCreating or updating a wiki pageAttaching files Deleting a wiki page Getting the pages list of a wiki¶ GET /projects/foo/wiki/index.xml Returns the list of all pages in a project wiki. Response: <?xml version="1.0"?> <wiki_pages type="array"> <wiki_page> <title>UsersGuide<
Using the REST API with cURL¶ curl is a command-line tool for transferring data using various protocols. It can be used to interact with the Redmine REST API. Using JSON¶ Here is a simple example of a command that can be used to update an issue: curl -v -H "Content-Type: application/json" -X PUT --data-binary "@388.json" -u login:password http://redmine/issues/388.json curl -v -H "Content-Type: ap
HowTo Install Redmine on Heroku¶ Install Redmine locally git clone git://github.com/redmine/redmine.git cd redmine git checkout 1.4-stable cp config/database.yml.example config/database.yml # edit config/database.yml bundle install rake config/initializers/session_store.rb create an Heroku app heroku create remove from .gitignore these lines /config/initializers/session_store.rb /public/plugin_ass
Using the REST API with .NET¶ Redmine .NET API library is a FREE third-party C# library that can be used to access the Redmine API. It is released under Apache 2 open-source license. To use this library from PowerShell, see REST API with PowerShell Sample usage: using System; using System.Collections.Specialized; using Redmine.Net.Api; using Redmine.Net.Api.Types; namespace RedmineTest { class Pro
Hi, I request a feature: Please show the relations, especially the blocks and dependencies, within the gantt diagram. Attached is a related screenshot, how I would like to see the result. Thanks, Michael
Redmine 2.1.0 is the new feature release and is available for download at Rubyforge. It includes major and exclusive new features as well as many improvements and fixes. Here are the highlights: Issues and workflow improvements: you can now configure required and read-only issue fields per role, tracker and status. You can also disable core fields that you don't use on a per tracker basis. Issue l
Given the performance issues we've hit with 0.9.x and sqlite3 as a backend (see here), I've managed to get a good conversion of an sqlite3 dump in to a format that mysql can load to migrate from one to the other. It's attached. Unfortunately its in C# because I had VS2008 to hand, but the source is there and its not long, so I'm sure someone could convert it to a scripting language of your choice
Redmine 2.0.0 drops Rails 2.3 (which is no longer maintained by the Rails team) in favour of the latest Rails 3 release, and it's now available for download at Rubyforge. New features will come with the next 2.1.0 release. Efforts have been made to ease the upgrade of existing Redmine plugins but most of them will need a bit of work from their authors in order to be compatible with Rails 3. So if
Generated on 2024-12-08 17:00:03 UTC. More information about this environment at redmine.org.
As announced previously, the next major release of Redmine (2.0) will run with Rails 3.2. Today, the development branch was upgraded to Rails 3.2.3 (the latest Rails release). Although it passes the full test suite with ruby 1.8 and 1.9 already, there may still be a few issues. So if you're using trunk for production, you may want to wait for the 2.0 final release before upgrading.
Hi folks, I had some problems with downloading large (>500MB) files using the "files" module. I've worked it out and thought I should share my solution. My server is a win32 box running the BitNami stack: apache proxied to two mongrel instances. Problem¶ I would try to download the file and eventually get a 500 server error. redmine log showed that it handled the page fine apache log showed 200 OK
Redmine 1.3.3 and 1.4.0 have just been released and are available for download at Rubyforge. Redmine 1.3.3 is a maintenance release that fixes a regression introduced in 1.3.2 that broke the ability to change the Sticky and Locked flags when updating a forum message (#10564). It also fixes a few other issues. Redmine 1.4.0 is the new feature release. Here are the highlights: Support for multiple S
The main goal of 2.0 release is to upgrade to the latest Rails 3 version (3.2.3). There will be no or few new features added. The current architecture for Redmine plugins will be preserved in order to ease the upgrade of existing plugins.
Table of contentsRedmine Red-Andy themeScreenshotsProject overviewIssues listIssueWikiSource viewAdmin pages AuthorObtainingInstallingLicenseIssues Redmine Red-Andy theme¶ Theme that combines dark elements and bright boxes. The project menu is right aligned and decorated as tabs. Wiki pages have separate style based on Georgia font. Many elements including avatars, progress bars, code snippets hav
Defect #4824: Unable to connect (can't convert Net::LDAP::LdapError into String)
Table of contentsHowTo Install Redmine in a sub-URIWorking variant (Sun Jun 26 13:48:50 MSK 2016)Using Redmine::Utils (preferred solution)Using Rails featuresUsing Mongrel featuresUsing Passenger (aka mod_rails) featuresUsing Passenger+Nginx featuresUsing Unicorn+NginxWith a reverse proxyWith pumaIf using Docker official image, passenger variantOld versions of Redmine and RailsReferences HowTo Ins
次のページ
このページを最初にブックマークしてみませんか?
『Redmine - Overview - Redmine』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く