Project

General

Profile

Search

Results (18291)

Help: RE: Error 500 viewing issue lists after upgrade to 1.3.2
I add the same problem after migration for 6. ... en go to "Administration" - "Settings" - "Issue tracking" and then I select all unselected boxes. After that this problem was solved. Laurent 2012-09-25 22:11
Help: Internal error after I save a wiki page
I've been getting the error ALOT. not just wi ... or, and then a 503. Mogrel Log shows some issues, but I am a Redmine/ruby n00b: <pre> ** ... / to---> http://magicleap.com:12001/ 2012-09-25 21:40
Plugins: Manually linking Contacts to issues
I'm using contacts and hepldesk plugin and wo ... if there is a way to link a manually created issue (possibly as a result of a phonecall0 to a k ... ms over kill if all I want to do is link the issue I've just created with a contact. similary if I've created an issue via helpdesk email, how can I display the associated contact when viewing/updating the issue ? - redmine-newbie 2012-09-25 20:58
Help: Wierd theme problem in 2.0.4
I installed several themes and have 2 project ... lt_columns 0.1.1 redmine_issues_poll 0.0.1 redmine_ ... iking 0.0.2 2012-09-25 20:11
Help: RE: How to update issue status/priority using Rest API?
Are you sure that the workfow is designed to allow you to make such a transition? 2012-09-25 16:56
Help: RE: How to update issue status/priority using Rest API?
I'm trying to achive the same. Nothing happens. The issue stays the same. Api key is valid, request ... pdated. What could be wrong? JSON <pre>{"issue": { "status_id": 1 }}</pre> SQL (debug) <pre>Started PUT "/redmine/issues/18911.json?key=API_KEY" for XXX at Tue Sep 25 15:32:28 +0200 2012 Processing by IssuesController#update as JSON Parameters: {"k ... 1 Current user: seisenschmidt (id=82) Issue Load (0.3ms) SELECT `issues`.* FROM `issues` WHERE `issues`.`id` = ? LIMIT 1 [["id", "18911"]] Pro ... `trackers` WHERE `trackers`.`id` IN (48) IssueStatus Load (0.1ms) SELECT `issue_statuses`.* FROM `issue_statuses` WHERE `issue... 2012-09-25 16:09
Help: RE: Install redmine-2.1.0, Mysql::Error: query: not connected: SHOW TABLES LIKE 'users'
I am facing the same issue, please help. 2012-09-25 14:18
Help: RE: Occasional Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
Ultimately we decided to switch to Fogbugz fo ... ut I don't have the time to troubleshoot the issue. Thanks for your hard work! 2012-09-25 01:03
Help: RE: How to query relations between issues
Adrián A. wrote: > Hello I'd like to query relations between issues (through "related to" issues' property). > In my case I've a kind of tr ... . For every ATracker I've different kinds of issues "related to" ATracker's Issues, for example: defect, tasks, and so on. > So > ATracker's issue *>---<* (related to) Defect's Issue > ATracker's issue *>---<* (related to) Task's Issue > > I need a query to get all issues of the ATracker type which have a "relate t ... h, just let me know... kind regards 2012-09-24 17:09
Help: 1.4.0: GemfileNotFound during loading
Hi, I just made the step from 1.3.3 to 1.4 ... using mysql. But now I'm getting another issue: Redmine returns the "Application error" pag ... rect place? Thanks for your help, Eric 2012-09-24 12:57
Open discussion: Wiki link to use title instead of page name
Hi, We create wiki links as follows: <pre ... figure Remote Desktop". A second, related issue is to do with the child_pages macro. Again t ... to be quite indispensable to our company. 2012-09-23 21:09
Help: Downloading "Wiki.html" when I click 'wiki' menu
Hi, I just migrated a redmine 2.0.3.stable we ... ad the page as a file Did anyone had this issue or know how to fix it? Any help will be appr ... in 90ms (Views: 0.4ms | ActiveRecord: 4.2ms) 2012-09-23 19:12
Help: RE: 2.0.1 to 2.0.3 issues
Exactly the same issue here. We're trying to upgrade Redmine 2.0.3 ... but maybe this helps somebody else. ***** 2012-09-23 16:38
Help: where can i configure email notifications to fellow members
Dear all, we just installed Turnkey_redmin ... when something got changed in activity, and issues, are anything related to their involved pro ... to change something else in elsewhere. 2012-09-22 14:26
Help: Error 500 after migration from Trac
Hello Everyone, i migrated our trac (1.0) ... on_helper.rb:354:in `authoring' app/views/issues/_history.html.erb:7:in `_app_views_issues__history_html_erb__844258531_69992257774020' app/views/issues/_history.html.erb:2:in `each' app/views/issues/_history.html.erb:2:in `_app_views_issues__history_html_erb__844258531_69992257774020' app/views/issues/show.html.erb:122:in `_app_views_issues_show_html_erb__1870642514_69992257579400' app/controllers/issues_controller.rb:117:in `show' app/controllers/issues_controller.rb:114:in `show' @ has anyone an idea? 2012-09-22 13:30
Plugins: RE: Rails 3 porting issues
Ok, it seems that in: <pre><code class="ruby ... </code></pre> The @:in@ array is cached... 2012-09-21 19:55
Plugins: RE: Trying to create a custom field type
> Regarding using your plugin, it would solve ... oblem but the strange "business rules" like "Issues with odd numbers should be rendered in red ... ext field to a project but when rendering an issue @show_extended_value@ gets called only once ... his... Maybe try using lowercase @nilexlink@. 2012-09-21 17:37
Plugins: RE: Rails 3 porting issues
I'm getting weird behaviour with @CustomField ... ailable_formats@ list other time it is not... 2012-09-21 17:30
Help: RE: Occasional Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
Seems like it might have been an issue with Apache Options. Thanks! 2012-09-21 16:43
Development: RE: Test failures on redmine 2.1 stable
This looks like an issue, langage should be set to @:en@ in tests and it is not for these ones. 2012-09-21 16:07
Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
Hello, I found some strange behaviour with ... new row using "Add Row" button, the list of Issues is not updated when changing the project. Is any way to reload the Issue list when changing the project? I use re ... totype scripts references. Regards, Zingi 2012-09-21 14:34
Development: RE: Test failures on redmine 2.1 stable
ok thanks... Now the the issue test is passing, which i was mainly worried ... not true. test_commit_closing_a_subproject_issue(ChangesetTest) test/test_helper.rb:164:in ` ... n `block in test_commit_closing_a_subproject_issue' test/test_helper.rb:112:in `with_settings' ... .rb:182:in `test_commit_closing_a_subproject_issue' 179: end 180: 181: def test_commit_closing_a_subproject_issue => 182: with_settings :commit_fix_sta ... fix_keywords => 'closes' do 183: issue = Issue.find(5) 184: assert !issue.closed? 185: assert_difference ' ... trace by running task with --trace) </pre> 2012-09-21 10:41
Plugins: RE: Trying to create a custom field type
Thanks Andriy! I have already created the ... ext field to a project but when rendering an issue @show_extended_value@ gets called only once ... oblem but the strange "business rules" like "Issues with odd numbers should be rendered in red ... have to give in to allow Redmine to be used. 2012-09-21 09:51
Open discussion: Requirements Management and Redmine
Hi, I'm looking for a way to provide these f ... ts > > Themes/Epics > > > User Stories (as Issue, showing the status and some additional info ... a component or theme are listed. 2. Each Issue should be a usual redmine issue and (if possible) connected to one ore more tests 3. Ideally the customer could see which issues are completed, have associated tests and if ... s by adding, removing or changing User Story issues and the developer will be notified with the ... ns. * Is is possible to add a "User Story issue" directly from the Wiki? * Is it possible t ... t":http://forum.redminebacklogs.net/Tracking-issues-with-parent-track-td2765236.html seems to s ... * Is it possible to show more than just the issue number in the Wiki? I guess this is a typ ... ns how to solve this... regards, Nico 2012-09-21 08:37
Help: Email notification option on user settings
Hello, Iam using the Debian squeeze redmine ... y projects". anyone know how to fix this issue ? very thanks in advanced. 2012-09-20 23:35
(8776-8800/18291)