Search
Results (12601)
- Defect #8883 (Closed): Issues Rest API returns HTML instead of xml or json payload
- Hi, Seems that the issues Rest API is somehow broken in 1.2.1 version ... d xml or json payload. Also note that the issue does not seem related to the http front-end ... DO : make sure you have a project with some issues, and an API key for the a given user * D ... > curl -X GET http://<myserver>/redmine/issues.json?key=<key> </pre> * OBSERVE : the log indicates : <pre> Processing IssuesController#index to xml (for ::1 at 2011-07- ... t"=>"xml", "action"=>"index", "controller"=>"issues", "key"=>"xxxxxxxxxxxxx"} Rendering issues/index Completed in 201ms (View: 144, DB: 10) | 200 OK [http://localhost/redmine/issues.xml?key=xxxxxxxxxxxxx] </pre> * EXPEC ... is returned * OBSERVE : curl returns the "issue...
- Feature #8881 (Closed): Comprehensive Statistics - Contact Information Required
- Sorry if this is an unusual way to approach o ... shrinked to hide confidential data. -John
- Defect #8880 (Closed): Error deleting issue with grandchild
- If I have three task level and I try to delet ... ror is: ActiveRecord::StaleObjectError in IssuesController#destroy Attempted to delete a stale object: Issue RAILS_ROOT: /var/www/redmine Application ... callbacks' /var/www/redmine/app/controllers/issues_controller.rb:245:in `destroy' /var/www/redmine/app/controllers/issues_controller.rb:243:in `each' /var/www/redmine/app/controllers/issues_controller.rb:243:in `destroy' Request ... e schema version 20110511000000
- Feature #8879 (New): Update option for documents and files
- It would be very useful the possibility of *u ... he same, and all references in wiki pages or issues or external places will not be necessary th ... "replaced or updated" file could be removed.
- Defect #8877 (Closed): empty page is shown after I use "group issue delete" operation
- select all issues in the list, right click, -> delete. empty page is shown in version 1.2.1 the issues are not deleted.
- Feature #8875 (Closed): Allow manually fetching changesets
- I have Redmine installed on a local, virtual ... I think a button will be more user-friendly.
- Defect #8874 (Closed): Issue Updates without a journal details entry do not appear to users.
- Env: - MySQL 5.0.92 - Redmine 1.2.0 - R ... Rails 2.3.11 When a user is looking at an issue (e.g. redminepath/issues/##), any update with no journal_details ent ... there, it is still not visible on the actual issue. If a journal_details entry is manually adde ... right hand side so it will go from #1-#2-#5.
- Feature #8867 (Closed): Per user themes
- Hi, There is a "patch":http://www.redmine.org/issues/233 that allows per-project themes. Is it c ... could be incorporated in the core of Redmine.
- Defect #8866 (New): BugTraq references in commit message breaks revision references
- We use BugTraq properties to relate our commits to Redmine issues. This can cause issues when referencing a revision in a wiki page. ... Commit a revision to the repository with an issue reference in it. For example: <code>Closes Issue #123 : Problem with xyz has been resolved.</ ... bove. Notice the *r* link is now broken.
- Defect #8863 (Closed): Task copy bug
- When I copy two related tasks is not copied the relationship between them
- Feature #8858 (Closed): Extend new issue visibility criteria: issues created by or assigned to the user
- ...including clause "or watched by the user" ... er user see some bug for reply to a question)
- Defect #8857 (Closed): Git: Too long in fetch ... upgrade from 1.1 or new branch at first time
- Our installation has been stable and using gi ... mns to some tables in support of the private issues feature, we were able to safely roll back t ... sql Database schema version 20110511000000
- Feature #8856 (New): Additive user management for project managers
- We import ldap groups and assign them to proj ... cres (other departments or outsourced people)
- Defect #8854 (New): Filter on category across subprojects does not work
- filtering an issue list based on a category that is also in a s ... rojects. Steps to Reproduce: # Go to the Issues list for a project that has sub-projects # ... otice that results do not include subproject issues. This bug was found on our own Redmine s ... ied on the Redmine Demo site. It is still an issue there. I saved a query for sample. http://demo.redmine.org/projects/11111project/issues?query_id=135
- Defect #8853 (Closed): Filter on subproject does not work
- filtering an issue list based on subproject does not work. Steps to Reproduce: # Go to the Issues list for a project that has sub-projects # ... ied on the Redmine Demo site. It is still an issue there. I saved a query for sample. http://demo.redmine.org/projects/11111project/issues?query_id=134
- Feature #8852 (Closed): Screenshot Paste Plugin "Add" button action change
- Without the plugin installed, hitting Enter w ... effects and also allows Enter to Submit the issue form without triggering the Add.
- Defect #8851 (Closed): Mylyn Redmine plugin eclipse could not load Redmine private projects
- Hello, I'm using Redmine and Mylyn eclipse ... ank you in advance Best regards Riadh
- Defect #8849 (New): Defaults aren't honored in release 1.2.1 (regression)
- I have a custom field defined as integer that ... y I have installed redmine 1.2.1 and for all issues that was submitted before creation of this ... ave the field empty. This is a regression.
- Defect #8848 (Closed): Custom queries count, count also issue of archived projects
- From last redmine update (to 1.2.1), my custom queries count also issue assigned to me but that are in archived proj ... den projects: it's a regression or a feature?
- Defect #8847 (Closed): I18n YAML files not parsable with psych yaml library
- Follows #8209. This scriptlet returned new ... (don't have the according fonts installed).
- Defect #8844 (Closed): Can't add second attachment to the task
- Can't add second attachment to the task when try to create or update task
- Defect #8843 (Closed): Issue in gitolite migration with redmine 1.2.1
- I had upgraded the redmine1.2.1 . Now i want ... What is the solution for this ?
- Feature #8842 (Closed): REST API: Filter issues created/updated before or after specific timestamp
- The current REST API allows for simple extraction of issue details and such things. For developing a mo ... lient, keeping track of a very large Redmine issue list, it's not really enough. Yes, you can simply fetch the entire issue list, but that's barbaric and evil. So why n ... do all of the hard work for us? <pre>GET /issues.xml?from=20110507T174311</pre> I'm quite ... the server if an app is fetching the entire issue list every few seconds, and allows smart ext ... XML parsing of a huge amount of non-updated issues. The same filter could also be added to pro ... combined feed where you would get them all.
- Feature #8841 (Closed): Allow per-project groups of users
- Sometimes a issue should be assigned to more than one person a ... il notification is sent to all group members.
- Defect #8837 (New): RSS feed reports anonymus and the correct (named) user is in the changeset
- I had a look in my mailbox and found Issue #411 has been updated by Anonymous. • Stat ... 44 which doesn't interfere here - I guess.