Search
Results (12470)
- Defect #3707 (Closed): {{toc}} doesn't work with {{include}}
- {{toc}} macro doesn't recognize h1,h2..hn inside included page.
- Feature #3706 (Closed): Allow assigned_to field configuration on Issue creation by email
- It's already possible to fetch incoming email ... ol the following attributes when creating a issue: * project=PROJECT identifier o ... ment we need a way to register (as a Redmine issue) all the support e-mails we are receiving fr ... projects/redmine/repository/revisions/2789.
- Defect #3705 (Closed): Custom Values with a nil value cause HTTP error 500
- I recently upgraded my Redmine installation f ... the assumption. The patch also fixes the issue reported in http://www.redmine.org/boards/2/topics/5872, which is basically the same issue as this.
- Defect #3703 (Closed): Cannot migrate plugins or create session_store after update
- Hi I updated a SVN working copy from version ... 5.027, Ruby 1.8.6, Gems 1.3.5, Rails 2.2.2
- Feature #3702 (New): History tickets
- Create a feature wich enables just finished p ... it is visible just to all project managers.
- Defect #3701 (Closed): New issue statuses doesn't work
- I've added some new issue statuses under Administration/Ticket-Status. ... until you try to use these statuses in real issues. None of the new statuses appears in the status dropdown regardless of creating an new issue or change an existing one. The new statuses have correctly been written into the database table 'issue_statuses' but every status with a id greater ... funny behavior is, that when i change a new issue status (which doesn't appear in the dropdown) to the default status and create a new issue this new issue status is the only one showing up in the sta ... r2828 TIA (..and sorry for my english ;))
- Patch #3700 (Closed): Include issue status in search results and activity pages
- It is quite tedious that the search results do not show the status of issues, it would be very helpful to see at a glance whether that's an open or resolved issue. The attached patch includes the issue status in the title of the result.
- Defect #3699 (Closed): Problem with sqlquery in journal.rb
- I noticed that problem on IRC channel... then ... her DB. My diff (RM 8.4) in the attachment
- Feature #3698 (Closed): Add HTML link to report, like "Also available in: HTML, CSV"
- Add HTML link to report, like "Also available ... month&criterias%5B%5D=member&criterias%5B%5D=issue&criterias%5B%5D=&from=2009-06-30&period=all& ... month&criterias%5B%5D=member&criterias%5B%5D=issue&criterias%5B%5D=&from=2009-06-30&period=all&period_type=2&to=2009-07-29
- Feature #3696 (Closed): Description editing
- Please add the ability to edit issue description / comments (permission allowing).
- Feature #3695 (Closed): Issue subject renaming
- Frequently users do not give correct accurate ... permissions it is not possible to rename an issue.
- Feature #3694 (Closed): No way to disable wiki markup
- Would be great to be able to disable wiki mar ... n of the text - *<nowiki>#123</nowiki>*
- Feature #3693 (Closed): Wiki reference for issue name
- It would be very useful to have an ability to show the title of the issue on a wiki page by number, not just the link ... example, writing #654321 shows a link to an issue, but does not include the title of that issue.
- Defect #3692 (New): URL-generation is brittle with trailing slashes
- When the setting Adminstration/Settings/Gener ... p://example.com/redmine/", the links in the "issue updated" emails contain duplicate slashes (e ... f trailing slashes in the "hostname" setting.
- Defect #3691 (Closed): Redmine allows two files with the same file name to be uploaded to the same issue
- If you upload two files with the same name to an issue ticket, it allows you to do so instead of en ... Redmine 0.8.4 Rails 2.1.2 Ruby 1.8.6
- Defect #3690 (Closed): Status change info duplicates on the issue screen
- After upgrade to r2819 i got this strange beh ... /priority changes are displayed twice on the issue screen. For example if i changed status from ... cations all is normal and reported only once.
- Defect #3689 (Closed): Report is empty if grouped by user in timesheet
- While trying to display time report for all u ... in place. Report looks correct if grouped by issue or by project with all user displayed. This ... layed for admin account without any problems.
- Feature #3687 (New): Possibility to link all projects to a single SVN repository
- We have a situation like this: # One centr ... then use it for all projects and subprojects.
- Feature #3686 (New): Settings API for plugins
- The plugin API allows us to easily add tabs to the project menu (i.e. along with Issues, New Issue, News, Wiki, Forums, ..etc). It would be gre ... cessible in the global administration panel).
- Defect #3685 (Closed): keep getting duplicate key error
- We keep getting this error when people try to create new issues: ActiveRecord::StatementInvalid (PGError: ERROR: duplicate key violates unique constraint "issues_pkey" : INSERT INTO "issues" ("created_on", "start_date", "project_id", ... retty active system and they are colliding.
- Feature #3683 (Closed): Delete my own issues
- I would like to know if it is possible to delete my own issues. So far as I have seen, if you are granted permission on a project to edit issues, then you have the ability to also delete issues coming from other users.
- Defect #3682 (Closed): How to patch in Windows?
- Hi! i am trying to patch #3614 (export_issues_to_pdf_csv.diff) to my windows version of R ... . Did command "c:\bin\patch.exe -p0 < export_issues_to_pdf_csv.diff" This gave me a kind of str ... I'll appreciate it. Thanks! Regards, AN
- Defect #3681 (Closed): Email issue creation has wrong Tracker and Priority
- Issue creation by email happens, but Tracker and P ... to discover where that is being selected.
- Feature #3680 (Closed): Issue Dependencies
- It would be amazing if it would be an option where i can determine if a Issue is a "sub-child" of another Issue, and be able to show that dependency on the ... ance, your platform kicksass Daniel Sovino
- Defect #3678 (Closed): Missing translation (or incorrect translation reference) in r2825
- I get, when setting a related issue to an issue, and selecting 'blocks', the following message "Translation missing, en, field_issue_to" I added field_issue_to: Related issue to config/locales/en.yml and it worked. ... ewhere in code that must be changed to field_issue_to_id (because it has the same text). # r ... 009-07-27 02:55:43 +0200 (Mon, 27 Jul 2009)