Project

General

Profile

Search

Results (12601)

Defect #6324 (New): requires_redmine_plugin s ... ading plugins if not all dependencies are met
requires_redmine_plugin is a nice facility to ... See attached patch for a proposed solution. 2010-09-07 22:01
Defect #6323 (Closed): Screenshot plugin conflicts with issue creation through API
After removing the plugin, issues can be created just fine. Version of the plugin: 1.1.0 <pre> Processing IssuesController#create to xml (for 10.33.9.201 at ... project", "action"=>"create", "controller"=>"issues", "issue"=>{"project_id"=>nil, "subject"=>"apitest", "description"=>"api test issue", "key"=>"xxx"}} NoMethodError (undefined ... t.rb:49:in `attach_files' app/controllers/issues_controller.rb:144:in `create' passenger ... /500.html (500 Internal Server Error) </pre> 2010-09-07 16:05
Feature #6322 (New): Adding categories to documetns section.
Hi, I have seen the issue that concerns sub-categories but I was wonde ... tegories as well? Thanks a lot, Alexander 2010-09-07 15:14
Defect #6320 (New): Subtasks do not appear under parent task in Issues view
When adding subtasks to issues (from the main issues/xx view using "Add subtask"), the subtasks do appear in the Subtasks view of that issue. Also the subtasks themselves seem to have t ... ned as they should. However, in the main "Issues" view the subtasks appear as individual tas ... 251 is some kind of sub-parent-task relation issue in 1.0.1. 2010-09-07 10:03
Patch #6317 (Closed): Template names conventions
Can we update template names to rails 2.x con ... s one ? Any thought/pros/cons about that ? 2010-09-07 04:48
Patch #6316 (Closed): pt_BR update
Translation for cant_link_an_issue_with_a_descendant string. Patch: http://g ... mmit/c83abc96fb0719df0c1762abcd61612aa8072eec 2010-09-07 03:52
Defect #6314 (Closed): Upgrade from 0.9.6 to 1.0.1 fails
First, when I was running 0.9.6 everything wo ... ssenger-spawn-server:61 When that was done 2010-09-06 23:27
Defect #6313 (Closed): REST API Only Exposes a Limited Sub-Section of Issues
This likely is me just doing something stupid ... seem to get anything even close to the full issue list out of the REST API. Whether I use the API (@Issue.find(:all)@) or just go to the URLs directly in my browser (@ourRedmine.com/issues.xml@), all I get back is 25 issues. This is hardly "@:all@" :-( I thought this might be a pagination issue, so I tried (in the browser) "@ourRedmine.com/issues.xml?page=2", but I still get the same resul ... est a Redmine installation with more than 25 issues ... 2010-09-06 22:24
Defect #6312 (Closed): Error parsing svn outp ... ParseException: No close tag for /lists/list>
Redmine: 1.0.1 Ruby: 1.8.7 Subversion: 1.6. ... browse them, so this is quite conflicting... 2010-09-06 16:35
Defect #6310 (Closed): done ratio is not correct in one of the situations
I noticed that done ratio is not correct in the situation. Setting of Calculate the issue done ratio with: "Use the issue status". <pre> Status %Done Ne ... 0 In Progress 10 </pre> 1. Create issue with "New" status, then done ratio is 0%. 2. Change issue status to "In Progress", then done ratio is 10%. 3. Change back issue status to "New", then done ratio is NOT 0% but 10%. 4. On [Administration] -> [Issue Statuses], execute "Update issue done ratios", then done ration is 0%. This is why IssueStatus#default_done_ratio? method returns fal ... ng development environment (Rails 2.3.5) >> IssueStatus.find_by_name("New").default_done_ratio? => false >> IssueStatus.find_by_name("In Progress").default_do ... low. <pre> % svn diff Index: app/models/... 2010-09-06 13:50
Defect #6309 (Closed): missing "not_a_valid_parent" from all the locale files?
I wonder if "not_a_valid_parent" is missing f ... n missing: en, activerecord, errors, models, issue, attributes, parent_issue_id, not_a_valid_parent" This error came u ... the above error message appeared. Thanks. 2010-09-06 09:58
Feature #6308 (Closed): view attachment permission
In role and permission setting, if I check "view issues", user will be able to view the attachments ... , I would like to have one role who can view issues' descrption and updates, but not attachments. Is there any method can fulfill this request? 2010-09-06 08:21
Patch #6306 (Closed): Traditional Chinese language file (to r4061)
* Added translations: ** cant_link_an_issue_with_a_descendant 2010-09-06 05:52
Defect #6305 (Closed): I have been getting an error 500 instead of context menu on 1.0.1
It used to work since recently... I have my r ... ion.log in debug level: <pre> Processing IssuesController#context_menu (for 1##.6#.2##.6# a ... ] Parameters: {"back_url"=>"/projects/ads/issues", "ids"=>["54"], "project_id"=>"ads", "acti ... 9U/VppzMcwi3xAcTF7bY5YPk0o=", "controller"=>"issues", "_"=>""} SQL (0.2ms) SELECT max(`set ... t, try out patches and past log files along 2010-09-06 04:41
Feature #6300 (New): Add a filter for items displayed in gantt view (version, issues)
When managing many projects, sometimes you'd just like to see versions coming without any issue in gantt global view. It's not possible unless you have a dumb filter to remove all issues. It would be good to have a filter (maybe checkboxes on top of issues filters? or in the sidebar like activity pa ... atic with #6276 (Gantt chart rewrite), Eric ? 2010-09-05 02:58
Feature #6299 (Closed): Add "watched" as possible column in issues list
Would probably be just a star displayed right before or after the issue ID. Next we would turn it into a clickable image like in Gmail to watch/unwatch issues. 2010-09-05 02:51
Feature #6298 (New): Updating through context menu should scroll back to the same line
When reviewing a large list of issues, each time you update an issue you go back to the bottom of the list. On ... on for the moment) Any though about that ? 2010-09-05 02:48
Defect #6295 (New): Some context menu actions in "View all issues" page redirect to issue's project
Not intuitive at all, especially if you manag ... f projects and use intensively the "View all issue" table. It should leave user to "View all issue" page I think. 2010-09-05 02:31
Defect #6294 (Closed): Pressing "Enter" key when filling a filter triggers "Save" action
It would be much more intuitive if the "Apply ... anybody saves custom queries 10 times a day.. 2010-09-05 02:29
Feature #6293 (Closed): issue menu button
in regards to #2924 ive seen on pages in t ... ers that right click menus aren't available 2010-09-04 22:47
Patch #6291 (Closed): User#allowed_to? is not tested
I tried to work a bit on bulk-edit for issues from different projects (#5332) these days, ... fer having some unit tests before doing that. 2010-09-03 22:12
Patch #6289 (Closed): Checkboxes in issues list shouldn't be displayed when printing
+ "th" checkbox tag deserve a css class to allow hiding them easily in themes. Applied in r4056 2010-09-03 21:57
Patch #6287 (Closed): character corruption in exporting spent time
UTF-8 encoding is missed for a 'Total' litera ... occurs on my environment (Japanese setting). 2010-09-03 16:02
Feature #6281 (Closed): Migrating to new version with old database
I saw some tickets and explanation to migrati ... ly reply asap. i have a very little window. 2010-09-03 14:08
Feature #6280 (New): Multi-issue PDF export
My company has recently adopted Redmine as a ... pports exporting the current page, be it the issue form or the current table on the screen. How ... ould be essential to be able to multi-select issues in the Issues tab and having a way to create a single, co ... to create a single PDF with the data of the issues selected in the Issues screen. Alternatively, several individual PDFs could be created from the selected issues on the table (and saved automatically for a ... folder). Thanks in advance for your help! 2010-09-03 12:24
(9226-9250/12601)