Search
Results (270)
- Wiki: RusRedmineCalendar
- h1. Календарь Оригинал: [[RedmineCalendar| ... s a monthly view. This view displays all the issues that have at least a start date and indicat ... kbox. h2. Фильтры Like on the [[RedmineIssueList|issue-lists]] and the [[RedmineGantt|Gantt chart]] ... ible to define filters to define a subset of issues to be shown on the calendar. Such filters are similar to those specified on any [[RedmineIssueList|issue-list]]. !calendar.png!
- Wiki: InstallRedmineOnDebianStableApacheMysqlPassenger
- h1. Preface Last updated: Nov. 1st, 2016 ( ... pt/redmine/script/about@. If this guide has issues, please "contact me":http://www.redmine.org ... =production /opt/redmine/script/about@. }}
- Wiki: Changelog_2_1
- h1. Changelog 2.1.x h2. version:2.1.6 (201 ... se lazy search * Defect #12513: Grouping of issues by custom fields not correct in PDF export * Defect #12566: Issue history notes previews are broken * Defect ... 2195: Javascript error with IE7 / IE8 on new issue form * Defect #12196: "Page not found" on O ... latin chars * Defect #12358: 'None' grouped issue list section should be translated * Defect ... r using URI prefix * Defect #11872: Private issue visible to anonymous users after its author ... s transitions allowed in workflow (author of issue changes when selecting a new status) * Defe ... iority-enumerations breaks alternate-theme's issue-colouring * Defect #2190: Month names not t ... ion is DESC instead of ASC * Defect #11207: Issues associated with a locked version are not copied when copying a project * Defect #11304: Issue...
- Wiki: HowTo_Install_Redmine_on_Ubuntu_step_by_step
- h1. HowTo Install Redmine on Ubuntu step by s ... talled or configured. Since I have had some issues when using the graphical package managers, ... s I have gotten in my use of Redmine to date.
- Wiki: HowTo_configure_a_single_sign-on_into_Redmine_from_an_other_App_on_the_same_server
- h1. HowTo configure a single sign-on into Red ... ry time they needed to open Redmine helpdesk/issue tracking part of our site. Therefore I co ... ould do the trick! Happy Redmining ;-)
- Wiki: ThemeBootstrap
- h1. Theme Bootstrap A theme incorporating ... ithub.com/reubenmallaby/redmine_bootstrap Issues https://github.com/reubenmallaby/redmine_bootstrap/issues Homepage (dead at June 2014) http://redm ... laby.me/attachments/download/2/bootstrap.png!
- Wiki: Getting_Started
- h1. Getting Started {{>toc}} This is a ... over *_creating a project_*, _*working with issues*_ and _*the basic workflow*_. h2. Step O ... missions on the Workflow. In general, a new Issue progresses through various states from *New* ... opers is that Managers are allowed to Reject issues, but Developers are not. (More on this belo ... hat! _*Workflows*_ are how Redmine tracks issues from creation through completion. The defa ... efault, anyone who's logged in can create an issue (Bug or Feature), but only Managers can Reject them or Reopen a closed issue. h3. Resolved vs Closed? There's a lot ... lved-vs-closed/. h2. Step Three -- Create Issues TBD h2. Step Four -- Work on Issues TBD h2. Step Five -- Close Issues TBD
- Wiki: Rest_Enumerations
- h1. Enumerations {{>toc}} h2. /enumerations/issue_priorities.:format h3. GET Returns the list of [[Rest_Issues|issue]] priorities. +Examples+: <pre> GET /enumerations/issue_priorities.xml </pre> +Response+: <pr ... "> <?xml version="1.0" encoding="UTF-8"?> <issue_priorities type="array"> <issue_priority> <id>3</id> <name>Low</name> <is_default>false</is_default> </issue_priority> <issue_priority> <id>4</id> <name>Normal</name> <is_default>true</is_default> </issue_priority> ... </issue_priorities> </code></pre> h2. /enumerati ... egory> </document_categories> </code></pre>
- Wiki: RedmineMacros
- h1. Macros {{>toc}} Redmine includes a ... @obj@ - the object that is rendered (eg. an Issue, a WikiContent...) * @args@ - the macro arg ... .0/lib/redmine/wiki_formatting/macros.rb#L162
- Wiki: Changelog_2_0
- h1. Changelog 2 0 h2. version:2.0.4 (2012- ... is missing in the REST API * Defect #11550: Issue reminder doesn't work when using asynchronou ... reate and continue" should preserve project, issue and activity when logging time * Defect #11 ... 10964: Updated column doesn't get updated on issues * Defect #10965: rake yard does not work f ... 782: Better translation for Estonian language
- Wiki: EsRedmineProjectOverview
- h1. Vistazo del proyecto El vistazo del pr ... hay abiertas y cerradas para cada [[EsRedmineIssueTrackingSetup|rastreador]] indicado para el p ... POR HACER: Hacer enlaces a otras áreas...
- Wiki: EsUser_Guide
- h2. Guía del usuario * [[EsRedmineAccounts ... ivity|Actividades del proyecto]] * [[RedmineIssues|Seguimiento de peticiones]] ** [[RedmineIssueList|Lista de peticiones]] *** [[RedmineIssueChangelog|Registro de cambios]] *** [[RedmineIssueSummary|Resumen de peticiones]] ** [[Redmine ... TextFormatting|Formateo de texto en Redmine]]
- Wiki: HowTo_FixUpImportedUsers
- h1. Migrating Old Users When you migrate f ... WHERE author_id = oldid; UPDATE issue_categories SET assigned_to_id = newid WHERE ... E last_reply_id = oldid; UPDATE issues SET assigned_to_id = newid WHERE assigned_to_id = oldid; UPDATE issues SET author_id = newid WHERE author_id = old ... rs; SET SQL_SAFE_UPDATES = 1; </code></pre>
- Wiki: Changelog_1_4
- h1. Changelog for 1.4.x h2. version:1.4.7 ... ntifier accept underscores * Defect #11298: Issue API may not work on Ruby 1.9 in Redmine 1.4 ... reate and continue" should preserve project, issue and activity when logging time * Defect #11 ... to 60 * Defect #3087: Revision referring to issues across all projects * Defect #4824: Unable ... ethod is :async_smtp * Defect #6859: Moving issues to a tracker with different custom fields s ... 9685: Adding multiple times the same related issue relation is possible * Defect #9798: Releas ... 14 * Defect #9978: Japanese "permission_add_issue_watchers" is wrong * Defect #10006: Email reminders are sent for closed issues * Defect #10150: CSV export and spent time: rounding issue * Defect #10168: CSV export breaks custom columns * Defect #10181: Issue context menu and bulk edit form show irrelev ... ils * Defect #10410: [Localization] Grammar ...
- Wiki: Changelog_1_3
- h1. Changelog for 1.3.x h2. version:1.3.3 ... 0555: rake redmine:send_reminders aborted if issue assigned to group * Patch #10611: Simplifie ... ipients more then 8 * Defect #8894: Private issues - make it more obvious in the UI? * Defect ... sitories_Helper * Defect #9051: wrong "text_issue_added" in russian translation. * Defect #91 ... on standard and discouraged * Defect #9540: Issue filter by assigned_to_role is not project sp ... t image filename extensions * Defect #9669: Issue list doesn't sort assignees/authors regardin ... ngle section edit. * Feature #2269: Default issue start date should become configurable. * Fe ... ent file * Feature #2964: Ability to assign issues to groups * Feature #3033: Bug Reporting: ... * Feature #4729: Add Date-Based Filters for Issues List * Feature #4742: CSV export: option t ... to repository view * Feature #5634: Export ...
- Wiki: HowTo_Install_Redmine_on_subdirectory_(sub-URI)_on_Apache
- h1. HowTo Install Redmine on subdirectory (sub-URI) on Apache h2. Your Issue You are probably running ruby 1.9, rails ... That's all folks. I hope it helped someone.
- Wiki: Security_Advisories
- h1. Redmine Security Advisories This page ... permission checks when adding attachments to issues (#38297)||Holger Just of Planio (@hjust)|Al ... kground-color:#f88}. Critical|Access Control Issue in attachments#download_all (#37772)|"CVE-20 ... r:#ff8}. Moderate|no-permission-check allows issue creation in closed/archived projects (#37187 ... d-color:#ffc}. Low|Mail handler bypasses add_issue_notes permission (#35045)|"CVE-2021-31864":h ... 0.9"| |{background-color:#fb8}. High|Inline issue auto complete doesn't sanitize HTML tags (#3 ... rate|Names of private projects are leaked by issue journal details that contain project_id chan ... rsion:4.0.8| |{background-color:#fb8}. High|Issues API bypasses add_issue_notes permission (#33689)|"CVE-2021-30164":h ... entries CSV export may disclose subjects of issue...
- Wiki: How_to_Install_Redmine_on_CentOS_(Detailed)
- h1. How to Install Redmine on CentOS (Detaile ... spent a fair bit of time looking for a good issue tracking / project management solution. Hav ... o go with Redmine as it offers a good mix of issue tracking and project management capability, ... ndows Server 2008 I encountered all sorts of issues with RoR and MySQL, so I decided to setup o ... ne of the best (if not THE best) open source issue tracking and project management applications ... ully installed now and fully usable Enjoy!
- Wiki: HowTo_install_Redmine_on_CentOS_Detailed
- h1. HowTo install Redmine on CentOS (Detailed ... ne of the best (if not THE best) open source issue tracking and project management applications ... ully installed now and fully usable Enjoy!
- Wiki: Changelog_1_2
- h1. Changelog for 1.2.x h2. version:1.2.3 ... iles in Files module cannot be downloaded if issue tracking is disabled * Defect #9137: db:enc ... Defect #9567: Redmine.pm potential security issue with cache credential enabled and subversion ... * Defect #9737: Custom values deleted before issue submit * Defect #9741: calendar-hr.js (Croa ... Defect #8633: Pagination counts non visible issues * Defect #8651: Email attachments are not added to issues any more in v1.2 * Defect #8825: JRuby + W ... ot validated * Defect #8880: Error deleting issue with grandchild * Defect #8884: Assignee is cleared when updating issue with locked assignee * Defect #8892: Unused ... * Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission * Defect #85 ... private * Defect #8737: Broken line of long ...
- Wiki: Rest_Roles
- h1. Roles {{>toc}} h2. /roles.:format ... </name> <assignable>true</assignable> <issues_visibility>default</issues_visibility> <time_entries_visibility>all ... missions type="array"> <permission>view_issues</permission> <permission>add_issues</permission> <permission>add_issue_notes</permission> ... </permissions> </role> </code></pre>
- Wiki: RusRedmineProjectSettings
- [[RusGuide|Руководство]]->[[RusUser_Guide|Рук ... e позволяет определить, какие из [[RusRedmineIssueTrackingSetup#Трекеры|настроенных трекеров]] (а соответственно, и их [[RusRedmineIssueTrackingSetup#Последовательность-действий|пос ... адачи: предоставляет возможность [[RusRedmineIssues|Отслеживания задач]], включая [[RusRedmineP ... ou to track and plan changes. You can assign issues to versions and then view the list of assigned issues for each version on the [[RedmineRoadmap|ro ... m shows up in the project-menu only when the issue tracking [[RedmineProjectSettings#Core-modul ... * *Status*: the status lets you control how issues can be assigned to the version: * open ... on (default) * locked: can not assign new issues to the version * closed: can not assign new issues and can not reopen assigned issue...
- Wiki: 130
- *Feature Highlights:* * Improved PDF expor ... section of a wiki page * Ability to assign issues to groups * Visual representation of branc ... Mercurial repositories * Ability to filter issues on specific dates ranges * MailHandler imp ... ation * Many additions to the [[REST API]] (issue relations, version, queries, categories, att ... w uses Rails 2.3.14 with ruby 1.8.6 or 1.8.7.
- Wiki: Rest_IssueJournals
- h1. Rest Issue journals {{>toc}} h2. Including journals in issue display As usual, can be done via XML or ... xamples are provided for XML. <pre> GET /issues/[id].xml?include=journals GET /issues/[id].json?include=journals </pre> +Response+ <pre><code class="xml"> <issue> <id>1</id> <project name="Redmine ... </journal> [...] </journals> </issue> </code></pre> This example shows two comm ... ther with a property value. h2. Updating an issue h3. Adding a note To add a note to the journal entries, you can update the issue with data consisting of only a note. +Examples:+ <pre> PUT /issues/[id].xml </pre> <pre><code class="xml"> <issue...
- Wiki: Rest_IssueCategories
- h1. Issue Categories {{>toc}} h2. /projects/:project_id/issue_categories.:format h3. GET Returns the issue categories available for the project of give ... . +Examples+: <pre> GET /projects/foo/issue_categories.xml GET /projects/1/issue_categories.xml </pre> +Response+: <pre> <?xml version="1.0" encoding="UTF-8"?> <issue_categories type="array" total_count="2"> <issue_category> <id>57</id> <project nam ... assigned_to name="John Smith" id="22"/> </issue_category> <issue_category> <id>58</id> <project name="Foo" id="17"/> <name>Test</name> </issue_category> </...