Search
Results (18317)
- Help: RE: Project Hierarchy: Project Rebuild Error
- Can someone assist me with my problem? I saw ... which was unique. But still, I have the same issue. I checked my Redmine log and it is the ... to the Wiki Load, it performs a rollback?
- Hi, I need to print a subset of the information relating to an issue, to a 6"x4" card, to run a kanban board. I've not found anything which might allow me to print an issue, without either printing the whole issue page, or exporting the data to some other ap ... s to basically copy the functionality of the IssuesController.show function, which is used to display a single issue. Having tried and failed at that, I realise ... , I can't see how in ruby I could extend the IssuesController.show function, to give it an extr ... e any suggestions, or do I have to patch the issues_controller.rb file to make this work.
- We are a software company with close to a hun ... the core of our sustem, the submitter of the issue selects a module of the software the issue is related to and based on that gets an appr ... nager and the code owner need to approve the issue in order for the assignee to continue with w ... Thanks in advance for all your help! - Alex
- Help: RE: [Git Repository Error] Git commits are showing in Activity but not in Repository
- Hi, Did you manage to find solution for the problem. I'm experiencing exactly the same issue. Any help is much appreciated! Thanks!
- Plugins: RE: Redmine Scrumdashboard plugin
- Ok, so I keep on fiddling and learning - I have set a version and assigned issues in my issue tracker to the version and voila! it starts to display. I will stop playing here now :)
- Help: RE: Problem with related isuees
- It 's the more eassy solution if no dates and related issue first task first day, second task second day... Thanks
- Help: RE: How do I configure link in email content?
- Felix Schäfer wrote: > Charles So wrote: > ... > > > Result is: > > 1) link pointing to issue in email is broken > > 2) link point to the ... e and path_]] and _Protocol_, if the link to issues is broken, the later ("Host name and path" ... n! Removed it, and it works! thanks!
- Help: RE: How do I configure link in email content?
- Charles So wrote: > Yes, it is set in exactl ... d. > > Result is: > 1) link pointing to issue in email is broken > 2) link point to the n ... e and path_]] and _Protocol_, if the link to issues is broken, the later ("Host name and path" ... vise again. I can't read pxm files, sorry.
- Help: RE: How do I configure link in email content?
- Felix Schäfer wrote: > Charles So wrote: > ... ntioned. Result is: 1) link pointing to issue in email is broken 2) link point to the not ... ge in an attachment. Kindly advise again.
- Help: RE: Problem with related isuees
- In the line 498 in app/models/issue.rb (line 498) I look self.star_date, self.du ... tion I think is better self.star_date = date
- I have a problem with Redmine, and I don't know if this is the correct functioning. I have two issues A anb B None has no start date No end date ... the finish date, is that correct? Thanks
- I'm running RM 1.1.2 (BitNami edition), and everything is running fine. Except that when new Issues are created, the link in the email pointing to the issue is broken. The link reads http://https:/redmine/issues/99. Please see attachment. It happens to ... into the code. Anyone can help?! Charles
- bulk_edit is not working in Redmine 1.1.2.stable, is this a known issue? it seems like the url path is wrong, for example if i right click on an issue and click edit, i am forwarded to the url /r ... nd" error however if i go to the specific issue, and click update issue then in forwarded to the url /redmine/issues/139/edit and also, none of the /redmine/ ... lk_edit and edit links. Some help please..
- Hello, Having issues with email submissions and new issue creations. Below is the command I am running ... ber and anonymous roles to allow everything (issue creation, editing, etc.) and ensured that th ... like to get this worked out. Thank you.
- Help: RE: REST API json/xml syntax for updating/creating issues
- It's essentially the same thing I'm looking f ... stumbled upon this solution: <pre> PUT /issues/8.json {"issue":{"custom_field_values":{"<custom_field_id>":"<new_value>",...}},"key":"..."} </pre>
- Help: RE: rake/rdoctask is deprecated
- Etienne Massip wrote: > Sorry, didn't see yo ... wngrade Ruby. > > Ruby 1.8.7 is fine, the issue was because of Gems version, so you should h ... e full trace by running task with --trace) @
- Help: RE: rake/rdoctask is deprecated
- Sorry, didn't see you were trying to downgrade Ruby. Ruby 1.8.7 is fine, the issue was because of Gems version, so you should have solved it already.
- Help: RE: REST API json/xml syntax for updating/creating issues
- Not sure this is related, though, as he was trying to *create* an issue, not update it.
- Help: RE: REST API json/xml syntax for updating/creating issues
- I didn't try yet, but someone else has filled an issue for your concern : #8195.
- I'm trying to figure out the syntax for updating an issue via the REST API. In my case, I'm trying to ... eld named "Order". Unfortunately, the [[Rest_Issues#Creating-an-issue|Rest_Issues]] wiki page doesn't include this informatio ... .1, my attempts so far include: <pre> PUT /issues/8.json {"issue":{"custom_fields":[{"id":"4","name":"Order", ... d"]]} </pre> Another attempt: <pre> PUT /issues/8.json {"issue":{"custom_values":[{"id":"4","name":"Order", ... ng at the code (source:/tags/1.1.1/app/views/issues/index.api.rsb#L22 and source:/tags/1.1.1/ap ... ields_helper.rb#L109), I tried: <pre> PUT /issues/8.json {"issue...
- Plugins: RE: Contacts plugin
- Hi, Thank I update to redmine-1.1.3 and it ... gems\redmine_client-0.0.1\lib\redmine_client\issue.rb to contact.rb Change it to module Red ... contact plugin? Thank and Regards Zacky
- Plugins: RE: Daily Digest by email
- Yes Vishnu, you said: bq. A main advantage ... I think Terence is refering to "Anonymous Issues By Email":http://www.redmine.org/projects/r ... ingEmails#Enabling-anonymous-users-to-create-issues-by-email
- I filled almost all New Issue form including a long description. Then I ac ... icking on Forward button, I came back to New Issue form but it was completely empty. I lost abo ... nother Redmine tab (not browser tab) such as Issues or Wiki. Please cache the contents of this ... t inform user that the contents will be lost.
- Help: RE: 1.2-stable upgrade issue
- This is a common Redmine issue,search this site for "undefined method `-' f ... dmineUpgrade#Step-4-Update-the-database]]).
- Help: RE: 1.2-stable upgrade issue
- This is a data issue related to issue.lft and issue.rgt. I do believe I have solved my issue. Thanks