Project

General

Profile

Search

Results (12389)

Defect #1904 (Closed): MIME headers are not fully correct
Hello, I noticed that gmail does not recog ... address, and drop the Bcc header. Thanks! 2008-09-15 06:21
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. 2008-09-15 03:23
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. 2008-09-15 00:57
Patch #1898 (Closed): Filter issues by watchers
This is a patch to filter the issue list by watchers. This solves #846. 2008-09-15 00:15
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]@ 2008-09-14 11:17
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. 2008-09-14 00:29
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 2008-09-12 21:38
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. 2008-09-12 16:15
Feature #1888 (Closed): Wiki saving
It would be nice to be able to save the wiki ... ng which can be finalized by pressing "save". 2008-09-11 13:03
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 2008-09-11 08:41
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 2008-09-11 05:53
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. 2008-09-10 18:01
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. 2008-09-10 13:51
Feature #1880 (Closed): Some Assign To improvements
I think it would be good if sort by Name user ... ch I made for this ********************** Issues controller ********************** @assignables = @issue.assignable_users.sort == changed to == @assignables = @issue.assignable_users.sort {|a,b| a.name <=> b.na ... <=> b.name}.collect{|s| [s.name, s.id.to_s] } 2008-09-10 12:56
Feature #1878 (New): Inherit parts of parent project by subprojects
It would be nice if I could - while creating ... GUI? Just extra field on new project screen. 2008-09-09 17:08
Feature #1875 (New): Issue filtering on author only uses members of project
We allow non-members of project to add issues and hence they are then authors of the issues they create. The issue filter query only gathers users/authors who ... what the best way to fix/address this is... 2008-09-09 08:00
Defect #1872 (Closed): Wiki link syntax commit:"" doesn't work
The wiki syntax @commit:@ used to link hash-n ... s an example: http://code.simonecarletti.com/issues/show/23 It seems I'm not the only one affected by this issue: http://www.redmine.org/boards/1/topics/show/2182 2008-09-08 18:31
Feature #1870 (New): Show progress towards the nearest version in the sidebar
It would be nice, if minimized version of the ... debar (at least on the overview page and the issues list page, but maybe also on other pages). 2008-09-08 16:34
Feature #1869 (Closed): "Unscheduled" version on roadmap
It would be nice, if all open issues not assigned to any version were shown on t ... " etc - what people are now frequently doing. 2008-09-08 16:30
Feature #1868 (Closed): Improve closing as duplicate
I find redmine way of closing as duplicate to ... is frequently performed while working on the issues list, it would be nice if one could mark as duplicate from there. 2008-09-08 16:26
Defect #1867 (Closed): wrong in attachment download
I use thin and redmine svn, I encounter some error when I attach file in issues and while want to download it, it will dis ... lways that ,but sometimes I can encounter it. 2008-09-08 10:49
Feature #1863 (Closed): Bug Reporting API
For the company I work for we have software t ... e software that would report bugs to Redmine. 2008-09-05 18:14
Defect #1862 (Closed): redmine.org : issues are not correctly sorted by "updated" field
I can't get a correct listing of issues sorted by "updated_on" here on www.redmine.org. 2008-09-05 08:51
Feature #1860 (Closed): reST (reStructuredText) support
Textile is nice but sometimes not powerful en ... there was some standard interface to do that. 2008-09-05 07:19
Defect #1859 (Closed): "class=selected" could not be applied
"class=selected" could not be applied after you clicked a plugin menu in the navigator. 2008-09-05 06:35
(11351-11375/12389)