Project

General

Profile

Search

Results (12601)

Defect #7114 (Closed): New gantt doesn't display some projects
With new gantt charts, subprojects for which parent project doesn't have issue_tracking enabled are not shown. Explicit ... hich map to real-world projects so they have issues, versions, documents, etc. I have a work ... y to find if a project have descendants with issue_tracking enabled (respecting visibility...) ... ential extreme cases we don't want to handle. 2010-12-15 22:45
Feature #7111 (Closed): Expose more detail on journal entries
It would be useful to be able to query additi ... atively, the journals object returned in the issues.xml could be enriched to contain the additi ... from that table, such as the created_on date. 2010-12-14 17:12
Defect #7106 (Closed): Checkoxes invisible in Chrome
After update of questions plugin to actual tr ... l right. Someone knows what going on here? 2010-12-14 09:23
Feature #7103 (Closed): Import form csv
It would quite interesting that can be import issues from files in csv (comma separates), so tha ... roject management applications such MSProject 2010-12-13 18:20
Defect #7102 (Closed): Wrong URL if using batch ticket creation
Ig i click "create ticket + next ticket" on t ... ation for new ticket seems wrong to me. _/issues/new?issue[tracker_id]=2_ The url should be... _/projects/sandbox/issues/new?[tracker_id]=2_ 2010-12-13 16:26
Feature #7101 (Closed): Ability to search archived projects / content
It would be nice if there was a way to includ ... strators, or is a separate search altogether. 2010-12-13 15:13
Feature #7100 (Closed): non admin closing/freeze (archive) and reopen projects
Due a big number of active projects, a great ... e. Thanks for your time and consideration. 2010-12-13 12:30
Defect #7099 (Closed): 404 when entering time with blank issue #
When entering time against a project without specifying an issue number, I get a 404 error when running on th ... t how to solve it but haven't managed to yet. 2010-12-13 06:49
Defect #7098 (Closed): "rest api: issues" wiki page contains invalid info about pages/limits
this page http://www.redmine.org/projects/redmine/wiki/Rest_Issues has invalid info about paging and pages li ... ferent "page" value: http://academ:3000/issues.xml?project_id=testproject&query_id=2&page= ... 25d8eb5f62874a22ef8599 http://academ:3000/issues.xml?project_id=testproject&query_id=2&page= ... <?xml version="1.0" encoding="UTF-8"?><issues type="array" limit="25" total_count="50" of ... is query works fine: http://academ:3000/issues.xml?project_id=testproject&query_id=2&offse ... l update the Wiki page if I have permissions. 2010-12-13 02:40
Defect #7097 (Closed): Starting day of week cannot be set to Saturday
Starting day of week is Saturday in some coun ... day independent of current locale of Redmine. 2010-12-11 21:48
Defect #7096 (Closed): CSV Issues Export + Ruby 1.9 + Thin + non-ascii characters causes "invalid byte sequence in US-ASCII"
When exporting an issue list to CSV, if the issue list has a non-us ascii character, a 500 is ... anging this in source:/trunk/app/controllers/issues_controller.rb@4515 fixed it, at least in th ... ><code class="diff"> Index: app/controllers/issues_controller.rb ============================ ... ======================= --- app/controllers/issues_controller.rb (revision 4515) +++ app/controllers/issues_controller.rb (working copy) @@ -92,1 +92,1 @@ - format.csv { send_data(issues_to_csv(@issues, @project), :type => 'text/csv; header=pres ... rt.csv') } + format.csv { send_data(issues_to_csv(@issues, @project).force_encoding('ASCII-8BIT'), :t ... bove, just added @.force_encoding()@ there. 2010-12-11 01:55
Feature #7093 (Closed): List of logged in users
Hi, It would be nice to have a list of log ... in (home) page -- something like forums have. 2010-12-10 18:27
Feature #7092 (Closed): Disable access to Redmine
It would be useful if Redmine's administrator ... thing in Redmine when he is administering it. 2010-12-10 18:20
Feature #7091 (Closed): Tree view of the project list / grouping projects
Hello, It will be nice if the project list ... ct hierarchy -- visually it would looks like issue lists, grouped by some field, assignee par e ... s list view to switch to another view Ivan 2010-12-10 18:14
Defect #7088 (Closed): 500 Internal Error: when click "issues" label
Version Info: Redmine 1.0.4 ( Rails 2.3.5 ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: <% previous_group = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| %> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %> 18: <% reset_cyc ... <tr class="group open"> app/helpers/issues_helper.rb:28:in `issue_list' app/helpers/issues_helper.rb:23:in `each' app/helpers/issues_helper.rb:23:in `issue_list' app/views/issues/_list.rhtml:16:in `_run_rhtml_app47views47issues47_list46rhtml_locals_issue... 2010-12-10 09:06
Defect #7087 (Closed): RMB bulk operations not supported across projects
In 1.0.4 I have several issues that are in different projects and subproje ... t allow me to change the version if I select issues that are in different projects. Once I select issues that are in different projects the only opt ... several albums or groups of individual songs. 2010-12-09 17:43
Defect #7083 (New): Moving a ticket results in invalid assignee
If you move a ticket to a project where the p ... t's impossible to assign that task to nobody. 2010-12-08 22:52
Feature #7082 (Closed): Rest API for wiki
2010-12-08 20:54
Feature #7079 (New): Adding Holidays to Calendar
We want to show national holidays and Sundays ... directly want to change the redmine calendar. 2010-12-08 15:11
Defect #7078 (Closed): Migration from redmine_subtasks plugin
После установки системы Redmine 1.0.2.stable ... рых страниц в проектах. <pre> Processing IssuesController#index (for ip.add.re.ss at 2010-1 ... ter"=>"1", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: ... roup = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %> 18: <% reset_cyc ... <tr class="group open"> app/helpers/issues_helper.rb:28:in `issue... 2010-12-08 14:01
Feature #7075 (Closed): Improve OpenID Selector
The identity selector for OpenID login is a s ... login page to improve the OpenID experience. 2010-12-08 05:36
Feature #7067 (Closed): Develop editable textile custom field
Dear designers, the feature to create cust ... to enter some information before posting the issue. However, when a new custom filed is crea ... type text using textile formatting, like on issues creation. The only option we have is the lo ... and required custom field, thus obliging the issue author to define exactly what he wants before assings the issue to someone. 2010-12-07 20:17
Feature #7066 (New): Develop wiki save and continue feature
Dear Developers, first of all, I'd like to ... inue" button to click (as we have in the new issue page). Then, the user is obliged to click on ... d make the wiki editing more user friendly. 2010-12-07 19:54
Defect #7064 (Closed): Mercurial adapter does ... alphabetic nor numeric in UTF-8 copied files
h2. Before applied patch This is the orig ... chment:hg-urlescape.diff . !after.png! 2010-12-07 13:47
Defect #7059 (Closed): Error on the implementation issues Repository.fetch_changesets
Error message: <pre> ruby script/runner "Re ... .3.5 rack --version=1.0.1 ruby1.8 </pre> 2010-12-07 02:44
(8801-8825/12601)