Search
Results (12716)
- Defect #11700 (Closed): New Issue Page not opening
- I just installed redmine on my server. Below ... gin installed But when i click on the New Issue on top, page not found error message is displayed.
- Defect #11697 (New): Problem with Wiki export to PDF / HTML / TXT — 'include' does not includes
- If you try to print Wiki page, using export e ... on with included Macros with text and images.
- Patch #11694 (Closed): Creating issues
- I offer little change in a code of creation of a issue: ---- apps\redmine\htdocs\app\views\issues\_form.html.erb: *<% if User.current.memb ... ass="attributes"> <%= render :partial => 'issues/attributes' %> </div> *<% end %>* --- ... ry form for "Anonymous" and "Not member" role
- Defect #11691 (Closed): 404 response when deleting a user from the edit page
- Since r9678 for #10865, deleting a user from ... ed user edit page, a.k.a HTTP 404 error page.
- Defect #11687 (Closed): An error occurred on the page you were trying to access.
- Hello, I have some errors in Redmine which i ... ' for nil:NilClass) on line #22 of app/views/issues/_attributes.rhtml: 19: :tabindex => 199) if authorize_for('issue_categories', 'new') %></p> 20: <% end %> 21: <% unless @issue.assignable_versions.empty? %> 22: <p><%= f.select :fixed_version_id, version_options_for_select(@issue.assignable_versions, @issue.fixed_version), :include_blank => true %> ... `version_options_for_select' app/views/issues/_attributes.rhtml:22:in `_run_rhtml_app47views47issues47_attributes46rhtml_locals_attributes_objec ... elper.rb:499:in `fields_for' app/views/issues/_attributes.rhtml:1:in `_run_rhtml_app47views47issues47_attributes46rhtml_locals_attributes_objec ... view/base.rb:267:in `render' app/views/...
- Defect #11685 (Closed): Can't connect to MySQL server on 'localhost' (10061)
- I got the error "Can't connect to MySQL serve ... roblem: https://github.com/brianmario/mysql2/issues/157 The problem seems to be that Mysql2 ... y 1.9.3 32 bits Mysql2 gem, version 0.3.11
- Patch #11684 (Closed): Truncate incoming emails
- While setting up Redmine for work, we decided ... ail, apple mail, and some other mail clients.
- Defect #11683 (Closed): 404 on redirect after creating new issue.
- Database: mysql Ver 14.14 Distrib 5.1.61, fo ... e I believe I have found a bug related to issues #5436. I have a project who's identifier ... ect to the show action for any newly created issue. The new Issue is saved to the db just fine and a simple pa ... ns the correct show action. After I found issue #5436 I created another project and did not encounter the same error when creating new issues for the differently named project. Full ... file. ------ Started POST "/projects/wiki/issues" for 67.170.49.94 at Wed Aug 22 14:54:08 -0700 2012 Processing by IssuesController#create as HTML Parameters: {"c ... ticity_token"=>" << Token >>", "utf8"=>"✓", "issue"=>{"start_date"=>"2012-08-22", "estimated_hours"=>"", "priority_id"=>"4", "parent_...
- Defect #11682 (Closed): Links to URLs (as opposed to Controllers) in Project Menu do not work
- In init.rb for a plugin you can define variou ... rk, and one that does not to demonstrate the issue. In your init.rb for you extension use th ... nable to find where exactly the problem lays.
- Defect #11681 (New): Some active link issues (Apply, add new image)
- Dear Community, Something very interesting ... en we try to add a second file to any of the issues, by clicking on 'add another file' hyperlink it just gives following option domain.com/redmine/issues/1104# which is just a 'placeholder' and nothing happens. The same issue I noticed when I try to apply a filter to our issues, I get 'http://domain.com/redmine/projects/product/issues?set_filter=1#'. Looking at the redmine a ... forward to a reply. Kind Regards, George
- Defect #11680 (Closed): after repository conf ... ry tab is no more visible in project settings
- I've some problem installing git as scm. ... ? I'm a newbie bot in ruby and in redmine.
- Defect #11679 (New): CVS pserver : missing size, revision, author and comment
- Hi, I got a problem using a cvs pserver root ... home woth a repository without sensible data.
- Defect #11678 (Closed): MySQL locks and Redmine collapsing
- Hello Our heavily used Redmine often dies during update or create a new issue: ActiveRecord::StatementInvalid: Mysql::E ... ceeded; try restarting transaction: SELECT `issues`.* FROM `issues` WHERE `issues`.`root_id` IS NULL ORDER BY `rgt` desc LIMI ... older Redmine < 2.0. It's frustrating...
- Defect #11676 (Closed): Issue with Milestone Plugin
- I have installed the milestone plugin in redm ... o enable milestone to normal user Thanks
- Feature #11672 (New): List related issues grouped by category
- In the detail of the ticket, the session that ... uped by their respective category / trackers.
- Defect #11670 (Closed): Revisions are different in SVN and Redmine
- • MySql GUI v6.03 • Redmine 1.1.1 • Tortois ... he source code into redmine. But here is one issue: In svn revision is 4441, but in redmine revision is 4439. Why the two revisions are different?
- Defect #11665 (Closed): New document category is not saved properly
- https://www.chiliproject.org/issues/1087 I confirmed this bug on 1.4-stable.
- Defect #11662 (Closed): Invalid query returned from Issues.visible scope after accessing User#projects_by_role with a role that is not present
- I was seeing an issue with some users getting a 500 error from the ... ql2 Database schema version 20120422150750
- Defect #11658 (Closed): while updating status of issue some part of subject is changing to special symbols and numbers
- Desc : while updating status of issue some part of subject is changing to special ... bers Steps : 1.Open Redmine and rise one issue tracker type is defect and status is assigne ... and update status to resolved 3.Now Go to Issue and and check the subject Note : if we ... in single quotes it's replacing with '
- Defect #11657 (New): Filters not save for a custom query
- Hello, I tried to save a new custom query ... 2.0.3. When I create the filters on the issues list it works. However, if I save the q ... o reproduce (Redmine 2.0.3) :* # Go to an issue list # Select some filters # Group by some ... Now if you close Redmine and open up the issues list again and try to apply your new query, ... oblem ? Thanks for your help Paps
- Feature #11656 (New): Resources in Redmine
- It would be interesting to add a feature in r ... ember without email and which can not create issues.
- Feature #11655 (Closed): Implementation of a Issue Voting
- Like in #6945 described (but not only for red ... (+1). This is very useful to define which issue / request has the most backup from the commu ... A user should... ... be able to vote for an issue ... remove his vote from an issue ... see which other users had voted for this issue What do you thing about it?
- Feature #11654 (New): Restrict some roles per issue category
- I think it would be great if certain roles co ... ts and subprojects, and ISO9001 processes to issue categories - but in current version, pilots ... d on all others. Of course, this links this issue to #5358, because it will be simpler if subprojects share their parents categories.
- Feature #11652 (New): configurable issue tracker default
- It would be very handy to set the default tra ... group of testers - they will usually create issues in the "Bug" tracker. On the other hand re ... he marketing departement will usually create issues in the "Task" tracker. You want to avoid that either group creates an issue in the wrong tracker.
- Feature #11649 (Closed): Can't find a complete installation document for version 2.0
- I'm new to Ruby and Redmine, just download th ... ny 2.0 complete installation guide out there?