Search
Results (12601)
- Defect #10871 (Closed): Upgrade to 1.4.1 does not work
- When I try to upgrade from Redmine 1.3.3 to 1 ... fore bundling. </pre> Any thoughts/hints?
- Defect #10870 (Closed): Private bugs are accessible via the API
- If I use my browser to go to http://server/redmine/issues/1234 (a private issue), I get a "403 not authorized" error. If I go to http://server/redmine/projects/projid/issues.json I get all the issue data for the private issue. Both requests were made with the same cr ... ist-type document and don't want the private issues. If the private bit were at least exposed i ... xml, then I could filter the list myself.
- Patch #10869 (New): Add Full PDF output to issue summary list
- The PDF output is very useful for providing i ... However, there is no way to output a set of issues with full details. Currently you only get ... etc., or an individual PDF for an individual issue's full comment history. This patch provides an additional 'Full PDF' option to the main issues summary page, which will output the issue summaries, followed by the detail for each of the issues selected. This will obey current filter ... bit to allow better re-use of the individual issue output functionality. Also, a new function ... al summary or a full output was selected.
- Defect #10867 (Closed): PDF export of Wiki pages breaks
- I'm using Redmine 1.4.1 (fresh update from the 1.4-stable SVN branch) PDF export works in issues, etc. except for in wiki pages. Whe clickin ... "Cache-Control"=>"no-cache"} </pre>
- Defect #10866 (Closed): theming issue
- when the project name is too long, the name w ... own should be of a fixed size. I have the issue with redmine 1.1.1 and it's also present on the demo version which is version 2.x thanks
- Feature #10864 (Closed): Define initial issue status in workflow setting
- Excuse me if this is already possible (I real ... the available status set when creating a new issue ticket. Currently this is implicitly defined ... l statuses are available when creating a new issue ticket. This would be completely consiste ... s property. Comments are much appreciated.
- Feature #10863 (Closed): Theme per project
- I think a nice feature are configure a redmine theme for every project
- Defect #10862 (Closed): Always shows description changes when adding notes
- When updating an issue it always shows description changed. For example, I have created a new issue in the test environment with description YYY. Thereafter updating the issue without changing anything and press submit i ... d (diff) The the diff will only be: +3 2+
- Feature #10861 (Closed): Processing incoming e-mails from anonymus users
- It is necessary to put the "from" address of ... tions about the sender e-mail address in the issue. Thanks
- Defect #10860 (Closed): Per page is enable even there are 2 or 3 items
- 1. Login Redmine 2. Add any 2 or 3 issue 3. Make sure that, there are 2 or 3 item on ... ess item Actual Result: Page Page is active.
- Defect #10855 (Closed): Cannot create new issue status - v1.4
- Since the update, A newly added issue status does not show up in the available options. I have created a new issue status named "billing" and this is not avail ... the workflows. I have tested changing the issue status to Default... and when I do that.. it shows ONLY the new issue status and not the others. Please advise, Mariano Crivello
- Defect #10854 (Closed): Authentication Issues in browser
- We have enabled the Rest API to use XML. Som ... using any API functions. Any suggestions.
- Defect #10853 (Closed): Canned Responses
- When using canned responses, it is not sendin ... ible with 1.2, we are using 1.3, is that the issue ? Thanks, Rick ! Ruby version 1.8.7 (x ... .0.0 Redmine Fields Permissions Plugin 1.0.0
- Defect #10850 (Closed): Can't move issues between project and change status
- Hi, After the update to 1.4.1, The status is now empty for some issues if the tracker is changed even though, it w ... gured in the workflow. The option to move an issue has also disappeared... Does anyone else ... !Empty_status.PNG! Best regards, Paps
- Defect #10844 (Closed): Archavons Kammer Loot und Erfolg verbuggt
- Hallo liebe DEVs, als wir vorhin in AK 25 ... dlichen Grüßen, Valerio und der Raid AK 1219!
- Feature #10842 (Closed): Delete LDAP user
- If I have a LDAP user, and a want to delete ... er LDAP user is deleted ? Thaks in advance
- Feature #10840 (Closed): Allow "Stay logged in" from multiple browsers
- I regularly access my project's Redmine site ... r from which I access Redmine, independently.
- Feature #10839 (Closed): could it support the issues for periodicity?
- I always need to create issues such as daily Meeting, Could I create the issues one time and generate several issues? these issues would happen with a period(ex: one time per week). Could redmine support these issues? Thanks
- Defect #10836 (Closed): user page 500 error
- Hi all, I get 500 error page when entering us ... 00.html (500 Internal Server Error) </pre>
- Defect #10835 (Closed): email hell cycles because of autoreply
- Please, set no_self_notified to true by defau ... mail and registration. We have got infinite issue update cycle if user has configured autoreply.
- Defect #10830 (Closed): Cannot add git repository to redmine
- Everytime I try to add a local git repository ... ers/repositories_controller.rb:50:in `create'
- Defect #10829 (Closed): db:migrate fails 0.8.2 -> 1.4.1
- Ruby version 1.8.7 (i686-darwin1 ... e:19 Tasks: TOP => db:migrate $ </pre>
- Feature #10828 (New): Request multiple distinct values including issue id, parent_id, root_id
- Patch is intended to reduce the need for multiple issues requests and provide granular issue tree lookups (parent_id / root_id) For example, instead of three requests: /issues.xml?tracker_id=2 /issues.xml?tracker_id=6 /issues.xml?tracker_id=7 You can do: /issues.xml?tracker_id=2|6|7 *Changes* Query ... ty, converts array of values to 'IN' sql. Issues Controller: * Support 'id', 'root_id', 'parent_id' params.
- Defect #10826 (Closed): Canned Responses Plugin, not sending replies.
- Hello All, When we try to use the newly in ... ible with 1.2, we are using 1.3, is that the issue ? Thanks, Rick ! Ruby version 1.8.7 (x ... .0 Redmine Fields Permissions Plugin 1.0.0
- Feature #10824 (Closed): How to send API key in PHP
- Hi All, If I use the following commands in ... t some xml back, $url = "http://mydomain.com/issues.xml"; I get no results back, because I hav ... thing like: e.g. $url = "http://mydomain.com/issues.xml?api=myapikey"; I havn't played with ... d be able to work without it. Thanks, Rick