Search
Results (12401)
- Defect #1934 (Closed): Migrate From Trac with JRuby
- When I want to migrate my Trac project with J ... nt) With Ruby MRI, the migration works well.
- Patch #1933 (Closed): Executing Stored Procedure
- How can I call a stored procedure in Ruby on ... during query". Any help will be appreciated.
- Patch #1928 (Closed): Patch for #1889 (Italian Language Update)
- Hi, I created an update for the Italian Language File.
- Defect #1927 (Closed): Ill formed error message causes crash.
- OK, I don't know ruby but if all of the pr ... FROM `projects` SQL (0.000443) SHOW TABLES Issue Columns (0.001434) SHOW FIELDS FROM `issues` SQL (0.000395) SHOW TABLES SQL (0.000576 ... cues/layout.erb (internal_server_error)
- Feature #1926 (Closed): Issues identifiers
- We would like to assign issue identifiers based on the project name. Currently, Redmine uses issue's id (which is auto-increment) to search an issue and in many other places. Our issues are increasing daily and the number (e.g. # ... a 4 letter project code and start naming the issues from 1, eg for a project called Redmine, we could have something like REDM01 for issue 1, REDM02 for issue 2 etc and for a project Ruby we have RUBY01,RUBY02....
- Feature #1919 (Closed): Separate permissions for changing assigned-to, % finished and target version
- Currently, access to these fields is controll ... e assigned-to, % finished and target version.
- Feature #1917 (Closed): Required on close
- It would be useful to have a check item on issues related custom fields that force tha this field is mandatoty to fullfill when the issue change to a state registered for close. It ... quired field but only for the closure of the issue.
- Defect #1916 (Closed): 1 issue with issues after migration
- Have done the db:migrate cache clear and rest ... ervice a number of times but still one of my issues has issues ActionView::TemplateError (undefined m ... b:22:in `link_to_attachments' app/views/issues/show.rhtml:70:in `_run_erb_47app47views47issues47show46rhtml' E:/Ruby/lib/ruby/gems/1. ... rking.rb:51:in `render' app/controllers/issues_controller.rb:105:in `show' E:/Ruby/li ... .rb:107:in `respond_to' app/controllers/issues_controller.rb:104:in `show' E:/Ruby/li ... e/public/500.html (500 Internal Server Error)
- Defect #1915 (Closed): TOC behaves wrong when using it same forum-thread in multiple messages
- Due to the way the TOC is handled by Textile ... thread. After seeing the result I filed this issue. If this gets too complicated I'd suggest ... ionality completely from the Forum-component.
- Feature #1913 (Closed): LDAP - authenticate as user
- The attached patch allows to bind to the ldap ... y being compatible to the way things are now.
- Feature #1912 (Closed): Forum topics need "unwatch" ability
- I'm an end user of Cocoabot's "Redmine instal ... I know that SVN HEAD has unwatch support for issues, but apparently not for forum topics.
- Defect #1906 (Closed): Removing permission "Edit issue" from role does not prevent user from editing issues
- Redmine version: 0.7.3.1711.
- Defect #1904 (Closed): MIME headers are not fully correct
- Hello, I noticed that gmail does not recog ... address, and drop the Bcc header. Thanks!
- Patch #1901 (Closed): RESTful URLs for everything
- I did some work on making Redmine’s URLs adhe ... y move the app to use named routes like @new_issue_path@ or @project_issues_path('ecookbook')@ instead of the params ha ... tely untested, I can’t vouch for that though.
- Defect #1899 (Closed): Broken custom query sidebar links
- When I want to use a custom query link on the sidebar and currently viewing an issue the link is broken (/issues/show/:issue_id?query_id=:query_id should be /projects/:project_identifier/issues?query_id=:query_id). The attached patch solves this problem.
- Patch #1898 (Closed): Filter issues by watchers
- This is a patch to filter the issue list by watchers. This solves #846.
- Defect #1895 (Closed): Failing functional tests when running rake test:functionals
- On a fresh checkout of r1826 when running `ra ... cuments_controller_test.rb" "test/functional/issues_controller_test.rb" "test/functional/journa ... , but was <302> 5) Failure: test_gantt(IssuesControllerTest) [./test/functional/issues_controller_test.rb:143:in `test_gantt' ... 03 patchlevel 114) [universal-darwin9.0]@
- Feature #1894 (New): Administrator e-mail control
- It would be nice an administrator or project ... ter only receive e-mail notification for new issues and don't receive e-mails about change logs and work hours on that issue, or if user is a reporter and send a new issue by e-mail only receive one e-mail confirmati ... don't want they can see the rest of workflow.
- Patch #1892 (Closed): Patch boot.rb to allow for symlinks in RAILS_ROOT
- The @.../config/boot.rb@ file that ships with ... I'll update my package. Thanx! Richard
- Feature #1891 (Closed): Issue tags
- I like how you can assign a category to an issue... but that's a pretty standard feature for an issue tracker. For one of my personal projects when adding a new issue I often find myself spending extra time tryi ... more than one apply. I notice that the newer issue trackers such as Lighthouse now let you assign multiple tags to an issue, and I really wish Redmine let you do it too ... this feature myself if people are interested.
- Feature #1888 (Closed): Wiki saving
- It would be nice to be able to save the wiki ... ng which can be finalized by pressing "save".
- Defect #1886 (Closed): Migration to new server
- Having issues finalising the set up. Moving from Win 2 ... e:19:in `load' E:/Ruby/bin/rake:19 Cheers
- Feature #1885 (Closed): Change Start from date to datetime
- For software bug tracking, it is sometimes go ... sible, it would be good to hide Start on the issue form (c.f. issue 1296). Cheers. Redmine 0.7.3.1787 (MySQL) Ruby 1.8.5 Rails 2.0.2
- Feature #1882 (Closed): filter issues "modified by" a user
- It should be interesting to have a "modified by" filter to find every issue modified by a user. It could by also useful to have a table report "Modified by" in the summary.
- Feature #1881 (New): Add related issue
- It would be nice to have an "Add related issue" button/link on an issue so you don't have to remember the issue-number while creating a new related issue.