Search
Results (12401)
- Feature #3061 (Closed): Let macros optionally ... multiple lines and ignore single curly braces
- Hi, please modify the regex to match the wik ... /xm unless const_defined?(:MACROS_RE) </pre>
- Defect #3060 (Closed): Week numbers dont match in reports and calendar popups
- The weeknumbers in the calender-popups dont match with the one in the reports. There is an issue with this, you can use 'normal' weeknumbers ... %V 13 [root@hedwig ~]# date +%W 12 </pre>
- Feature #3059 (New): Placement of input controls when adding related issue
- When you have a large list of related issues and use the "add" link, the input controls are put on the bottom of the list of related issues, forcing the user to scroll down to input the issuenumber. Maybe it would be possible to do one ... the top of the list, and adding the related issue to the top of the list * Remove the add link and display the input form for adding of related issues at all times (either at the top or the bottom - thus making it unnecessary to clik the link first)
- Feature #3058 (Closed): Show issue history using tabs
- We have some issues where there are so many Status/priority/cus ... ice to be able to filter out things from the issue history. For example, next to the "History" ... ion at a minimum (globally, probably not per issue to avoid overheads), or have a default in the user preferences.
- Feature #3057 (Closed): Allow custom my_page blocks to define drop-down names
- I have "a plugin that adds additional blocks ... their localized names: <pre> BLOCKS = { 'issuesassignedtome' => :label_assigned_to_me_issues, 'issuesreportedbyme' => :label_reported_issues, 'issueswatched' => :label_watched_issues, 'news' => :label_news_latest ... is necessary in order to localize the plugin.
- Feature #3055 (Closed): Option to copy attachments when copying an issue
- When you "move" an issue and select to copy it attachments are not included in the new issue.
- Patch #3053 (Closed): Patch for layout/base.rthml
- In our theme we are using a background image ... ment Database adapter mysql </pre>
- Patch #3052 (New): Patch for Redmine to persist form state when adding multiple issues
- When creating multiple issues in Redmine, I wanted that "save and continue" to persist some of the form states for the next issue. To do it, I made this little patch that enables a new issue to inspire itself on another issue. I’ve tested the patch against the stable releases 0.8.1 and 0.8.2.
- Patch #3051 (Closed): Show timelog reports for non-versioned issues
- The attached patch allows non-versioned issues to display in the timelog report.
- Feature #3050 (New): Deleted files should be ... on the history note in which they were added
- If you add a file and later delete it, you wi ... th a strike-through once it has been deleted.
- Feature #3046 (New): Mix associated revisions with journal entries
- when an issue has a number of associated revisions and com ... m, so people might not notice that a certain issue had been fixed already. At the moment in ... ontent, think long preformatted lines). This issue would also be fixed by having one integrated ... approval I'm quite willing to provide a patch
- Feature #3042 (Closed): Massive issues update
- Could be nice to have the possibility to update multiples issues at once. Very useful to reaffact the release for example.
- Defect #3041 (Closed): Intermittent test failures - test_autologin
- @test_autologin@ is failing every now and the ... something wrong with the test, maybe a Time issue? <pre> "Build 899aee4011cb992ea2156238c1 ... "test/unit/wiki_content_test.rb" "test/unit/issue_test.rb" "test/unit/repository_subversion_te ... .rb" "test/unit/document_test.rb" "test/unit/issue_status_test.rb" "test/unit/comment_test.rb" ... st.rb" "test/unit/search_test.rb" "test/unit/issue_category_test.rb" "test/unit/repository_cvs_ ... members_controller_test.rb" "test/functional/issue_categories_controller_test.rb" "test/functio ... account_controller_test.rb" "test/functional/issues_controller_test.rb" "test/functional/roles_ ... al/news_controller_test.rb" "test/functional/issue_relations_controller_test.rb" "test/function ... egration/projects_test.rb" "test/integration/...
- Feature #3040 (Closed): Extend filter on subject field
- *Context:* In order to identify each task, w ... d a filter type based on regular expression
- Feature #3039 (New): Make annotation why you ... m redmine depend on your notification options
- If your profile is set to 'mail me on all my ... ust set their options to "all my projects".
- Defect #3038 (Closed): incorrect translation in label_x_closed_issues_abbr section (ru)
- in r2613: <pre> label_x_closed_issues_abbr: zero: 0 закрыто one: 1 закры ... " </pre> correct: <pre> label_x_closed_issues_abbr: zero: 0 закрыто one: 1 закрыт other: "{{count}} закрыто" </pre>
- Feature #3037 (Closed): Ability to filter updates in issue history
- Often where we have multiple user types acces ... ike to _hide_ certain items in their view of issue history. Typically this applies to Business ... allow filtering based on role would be good.
- Feature #3035 (New): Reminder at start-date
- [[RedmineReminderEmails|Reminder]] sends emails for issues _due_. It's also be useful to send emails at _start_. It can be used in future tasks planing.
- Feature #3033 (Closed): Bug Reporting: Using "Create and continue" should show bug id of saved bug
- When I fill out the form to report a bug and ... todo" in the sourcecode) i have to click on "Issues" first and search for my bug. I would w ... a full link to my sourcecode. thanks.
- Feature #3031 (New): context menu won't allow Assigned_To change cross projects
- If you select a bunch of tasks and pull up the context menu, if the issues include more than one project you can not change the Assigned To. This is a real issue when, for example, a user is retasked that has issues scattered across multiple projects. Coul ... o the Assigned To is allowed to be changed?
- Feature #3030 (New): [#2614] one can not change the repository in Setting/Repository, just delete
- In all my projects (and others as well) on ht ... ancer on two thin instance. DB is postgresql.
- Feature #3026 (Closed): Project tree
- I would be nice to have a project tree with s ... ling tickets a lot easier with many ticktes.
- Feature #3021 (Closed): Extend search with plugins
- For now the search scope in search controller ... arch_controller.rb @object_types = %w(issues news documents changesets wiki_pages messag ... r search function into redmine's search page.
- Patch #3019 (Closed): Add hook to successful_authentication method
- The attached patch provides a hook called aft ... tify users of changes since their last login.
- Feature #3017 (Closed): Adding filters over existing query
- It would be nice if it were possible to add f ... For example I have a saved query with all my issues and maybe several other conditions. On top ... them if needed) using the query as a "base".