Project

General

Profile

Search

Results (18317)

Plugins: REST api access to users
I've just started using the REST API against redmine-1.3 and have an issue that non-admin users can't query the users t ... ist via pages such as @http://localhost:3000/issues@ and adding assignee as a filtered field. ... users to develop a simple app that can query issues. Or have I missed something? Thanks 2011-12-15 14:49
Open discussion: Redmine / Chiliproject Java API 1.6.1 - bugfix release
contains fixes required to support Redmine 1. ... t: http://code.google.com/p/redmine-java-api/issues/list?can=1&q=label:Milestone-1.6.1 project page: http://code.google.com/p/redmine-java-api/ 2011-12-15 11:48
Help: RE: Move issue between projects fails if more than one property changed during move
Hi all, as Etienne pointed out in #9797: "C ... mandatory fields in my aim project. /Stefan 2011-12-15 11:34
Help: Missing columns
Hi. I upgraded Ubuntu yesterday (to v 11). R ... fine at first sight but when I try to group issues by something the columns dissapear. I can't ... te3 Database schema version 20101114115359 2011-12-15 11:31
Plugins: RE: Show Issue Descriptions plugin
Done a fix, will commit soon on my github https://github.com/cforce/redmine_show_descriptions 2011-12-15 00:09
Help: RE: migrate abort with Mysql error, on step AddRolePosition
I created the following ticket http://www.redmine.org/issues/9800 2011-12-14 22:53
Help: Redmine 1.3.0 Error when accessing Temps Passé Global
Hello, When I click on Proejcts, then on t ... entries`.`user_id` AS t0_r2, `time_entries`.`issue_id` AS t0_r3, `time_entries`.`hours` AS t0_r ... ation` AS t3_r15, `users`.`salt` AS t3_r16, `issues`.`id` AS t4_r0, `issues`.`tracker_id` AS t4_r1, `issues`.`project_id` AS t4_r2, `issues`.`subject` AS t4_r3, `issues`.`description` AS t4_r4, `issues`.`due_date` AS t4_r5, `issues`.`category_id` AS t4_r6, `issues`.`status_id` AS t4_r7, `issues`.`assigned_to_id` AS t4_r8, `issues`.`priority_id` AS t4_r9, `issues`.`fixed_version_id` AS t4_r10, `issues`.`author_id` AS t4_r11, `issues`.`lock_version` AS t4_r12, `issue... 2011-12-14 18:27
Help: RE: Migrate database Problem while installing Redmine 1.3.0
No, AFAIR, there is no notification to the opener when they open the issue, since they open it. When the issue is open via email, then the sender can simpl ... ook to plugins, I'm sorry I can't help you. 2011-12-14 17:56
Help: RE: Move issue between projects fails if more than one property changed during move
Thx for the advice Etienne. Logs and screenshot added to issue #9797. Salim. 2011-12-14 17:32
Help: RE: Move issue between projects fails if more than one property changed during move
Salim B wrote: > As I can't see any errors i ... your @config/environment/production.rb@. 2011-12-14 17:06
Help: RE: Move issue between projects fails if more than one property changed during move
Please see ticket http://www.redmine.org/issues/9797 2011-12-14 16:28
Open discussion: Funding development - "Make it Happen"
How does one go about paying for development? ... rt using Redmine: 1) Time spent column in issue lists/reports 2) Custom fields reported in ... ents, here's the link: http://civicrm.org/mih 2011-12-14 14:35
Open discussion: 2 Problems context click and display watchers
Hi there, we moved our Redmine installatio ... tallation on our Redhat server. The first issue is that we dont get the contextmenu after we ... n I solve this problems? Greetings, Danny 2011-12-14 09:06
Help: migrate abort with Mysql error, on step AddRolePosition
Hello everybody. I new to install the redmin ... ke sql query error. Anyone knows about this issue solution? Thank you. 2011-12-14 03:41
Help: Syntax highlighting
Hi, I'm having some difficulties to higlight source code in my issues I tried the folowing but it's not workin ... Graphs plugin 0.1.0 Thanks 2011-12-13 23:41
Help: Can I correlate authenticity_token with username?
Hi, I wanted to get information on which user deleted some issue. However all I have in log for this action i ... format in database than what is shown in log. 2011-12-13 21:57
Open discussion: Looking for plugin to export multiple issues to pdf with full comment history
Looking for a plugin or feature that will all ... escription and full comment history from the issues list view. Basically I'd be happy if the P ... rrent versions (1.2.1 or 1.3.0). Any help? 2011-12-13 21:21
Development: RE: Redmine ruby rest API error `instantiate_collection': undefined method `collect!'
Seems to be a "Rails issue":https://github.com/rails/rails/pull/1498, fixed with version 3.1 only. 2011-12-13 17:17
Open discussion: Totals?
Just wanted to check, is there any way (via a ... e total of a numeric column calculated in an issue query? Like imagine that there's a query/view defined that shows issues with their "estimated time" field visible. ... e sum of all estimates below the list of the issues. 2011-12-13 16:38
Plugins: RE: Show Issue Descriptions plugin
*Known Issues*: * There is a problem when with "redmin ... t-API. If installed its mo more usable. See issue #8883. It seems that the cause is code in redmine_show_descriptions/app/views/issues/index.rhtml. The plugin is using hooks and ... est api, e.g calling http://myredminesrv.org/issues.xml woN't return xml but Internal error 500 ... mplateError (Missing template ...) * view_issues_index_bottom line 69: <pre> <%= call_hook(:view_issues_index_bottom, { :issues => @issues, :project => @project, :query => @query }) ... mplate hooks/redmine_spent_time_column/_view_issues_index_bottom.erb in view path vendor/plugin ... ne_importer/app/views:vendor/plugins/redmine_issue_history/app/views:vendor/plugins/redmine_las ... /plugins/redmine_show_descriptions/app/views/... 2011-12-13 16:29
Help: Project: Settings tab performance degraded if lots of users.
Performance is degraded when a Project has mo ... s to load the page. Not sure whether this issue has been raised earlier (as I could not foun ... : 1.8.7 Rails version: 2.3.11 Created an issue in Redmine and can be found "here":http://www.redmine.org/issues/9544 2011-12-13 15:47
Open discussion: Project: Settings tab performance degraded if lots of users
Performance is degraded when a Project has mo ... s to load the page. Not sure whether this issue has been raised earlier (as I could not foun ... : 1.8.7 Rails version: 2.3.11 Created an issue in Redmine and can be found "here":http://www.redmine.org/issues/9544 2011-12-13 15:43
Help: Sending confirmations upon receiving a new issue
Hello all, Sorry if I'm asking a question ... ed with the ticket number as a reference? 2011-12-13 12:34
Open discussion: Redmine Internal Error
Hi, I get The server encountered an intern ... equest for every 1 hr, whenever i update the issue need to restart apache it works. Could so ... s. I don't have any log in production.log. 2011-12-13 10:46
Help: RE: How to update issue status/priority using Rest API?
The rest api documenation btw is not detailed ... are and how to resolve them from redmine gui. 2011-12-13 01:01
(10376-10400/18317)