Project

General

Profile

Search

Results (18279)

Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
Might wanna try following/reading the instruc ... Unless bitnami has their own instructions 2016-11-10 00:37
Open discussion: Cannot search through custom searchable fields
Hello, when I try to run a search, the results apparentely do not include issues for which a certain searchable custom field ... ss this problem? Thanks in advance Alex 2016-11-09 14:53
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
Hello everybody, I'm stuck with that upgra ... ost my problem as a bug and open a ticket ? 2016-11-09 13:25
Help: RE: How to warn observers when an issue is created ?
It's ok, the observers are warned, they're was a configuration problem on them. 2016-11-09 11:52
Help: How to warn observers when an issue is created ?
Hi, Is it possible to warn observers when a new issue is created ? Actually they're warned only when the issue is modified. Thank you. 2016-11-09 11:32
Development: Ability to highlight updated issues?
Hi, I would like the issues to be highlight up after updated, the highl ... updated date time equal the current date => issue will be highlighted as red color, after 24 hours issue will be returned to normal state as white color. May anybody help me? 2016-11-09 03:45
Development: RE: Ability to show custom field ... ER that without checking to FOR ALL PROJECTS?
Jacky Ho wrote: > Hi, > > Ability to show ... ized it by removing: /redmineroot/app/models/issue_query.rb from: <pre> issue_custom_fields = IssueCustomField.where(:is_filter => true, :is_for_all => true).all </pre> to: <pre> issue_custom_fields = IssueCustomField.where(:is_filter => true).all </pre> 2016-11-08 09:42
Help: RE: Problems upgrading from 3.1.2.stable to 3.3.0.stable
I wish I could say the same James, I just re- ... rce=>true}) -> 0.0061s -- create_table("issue_categories", {:force=>true}) -> 0.0051s -- add_index("issue_categories", ["project_id"], {:name=>"issue_categories_project_id"}) -> 0.0089s -- create_table("issue_histories", {:force=>true}) -> 0.0045s -- add_index("issue_histories", ["issue_id"], {:name=>"issue_histories_issue_id"}) -> 0.0091s -- create_table("issue_statuses", {:force=>true}) -> 0.0068s -- create_table("issues", {:force=>true}) -> 0.0082s -- add_index("issues", ["project_id"], {:name=>"issue... 2016-11-08 03:46
Help: RE: Problems upgrading from 3.1.2.stable to 3.3.0.stable
I only have trouble migrating when I screw th ... chema_migrations usually solves this type of issue. and to me it looks like a classic schema_migrations problem. 2016-11-08 01:34
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
Thanks Toshi for these interesting links. ... kefile, Rakefile, rakefile.rb, Rakefile.rb) 2016-11-07 18:50
Open discussion: REST API search does not return expected results
I am trying to search issues for fields with specific values and my resu ... l of these searches I expect to only see one issue returned. When I search on the subject fiel ... ore then one record is returned. Has this issue been resolved in the newer versions, 3.1, 3. ... rls: Works as expected: http://redminetest/issues.xml?subject=I/O Tools Returns multiple results when only 1 is expected http://redminetest/issues.xml?id=12345 http://redminetest/issues.xml?cf_15=System 2016-11-07 17:27
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
Toshi MARUYAMA wrote: > http://guides.rubyon ... ails.org/v4.2/active_record_migrations.html 2016-11-07 17:22
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
Olivier Moreau wrote: > But really why must ... rubyonrails.org/active_record_migrations.html 2016-11-07 17:14
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
No I did not. How do you run that command in ... ut really why must I do "rake db:migrate" ? 2016-11-07 15:41
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
Did you run "rake db:migrate"? 2016-11-07 15:04
Plugins: RE: XLS export plugin
Dario Laera wrote: > Hi Vitaly, > > I'm a ... s, I need to generate weekly an xls with the issues of some projects. Do you think it's feasebl ... . But another plugin, "Redmine XLSX format issue exporter":https://github.com/two-pack/redmine_xlsx_format_issue_exporter , has REST API. You can export issues list which is XLSX format using GET request ... <pre> http://127.0.0.1:3000/projects/test/issues.xlsx?query_id=1 </pre> See message#50982 So I think you can export issues list using other scheduler like Jenkins, cron, etc. I hope this will help. 2016-11-07 14:22
Help: After migrating, the ISSUES and the ROLES are not accessibles.
Hello everybody. I'm running a Redmine 3.2 ... so good but then I run into a problem. *The ISSUES and the ROLES were no longer accessible.* ... ly the same problem so it's not a deployment issue. Then I used phpMayAdmin to empty the ROL ... ine321 to 331 in the Windows deploy. The issues are accessible, but unfortunately a problem ... problem ? Thanks in advance for your help 2016-11-07 14:04
Plugins: RE: XLS export plugin
Hi Vitaly, I'm an happy user of your plugi ... s, I need to generate weekly an xls with the issues of some projects. Do you think it's feasebl ... r plugin? Thank you in advance, Dario 2016-11-07 11:21
Help: read issue.json from Easy Red Mine
hi i am writing an wiki extension which shows all issue(tickets) out of an Easy Red Mine. I want to ... ject and the spent_time attribute out of the issue.json file, but it doesnt show any entry fo ... ute If I call the Json file over this url: /issues/4341.json it contains the spent_hours attri ... e the spent_hours attribute <pre> { "issue": { "id": 4341, "project": { "id": ... 6-11-03T12:23:32Z" } } </pre> <pre> /issues.json?project_id=70 { "issues": [{ "id": 4341, "project": { "id ... : 25 } </pre> please help thanx :-) 2016-11-03 14:24
Help: RE: Demo sites: please will the Redmine Team update it from __Redmine 2.5__ ?
Please open a issue to inform JPL 2016-11-02 23:19
Help: Author Email in Issue Column's for Export
I need to export all my issues with author's email address included. So fa ... e their actual email included in the columns. 2016-11-02 18:18
Help: Error creating subtasks in an existing issue
Hi! When i try to create a subtask, it sud ... cannot be inside moved tree.): app/models/issue.rb:1315:in `update_nested_set_attributes' app/models/issue.rb:174:in `create_or_update' app/controllers/issues_controller.rb:152:in `create'* As its re ... github.com/collectiveidea/awesome_nested_set/issues/142 ¿Should i upgrade redmine to the l ... i try to create the subtask to an unexisting issue, it works thnks 2016-11-02 17:13
Help: RE: Issue during Redmine installation
Any update?? 2016-11-02 11:16
Help: Including information about subprojects to parent project.
Hello. I've a big parent project including su ... more subprojects etc. What i want is to see issues, issue counts, assignees etc of the subprojects in the parent projects Issues->Summary tab. Is there a way to do this? 2016-11-02 08:39
Help: RE: Problems upgrading from 3.1.2.stable to 3.3.0.stable
Got the same mysql error table 'x' already ex ... elps, surely it will still run into the same issue. Could you elaborate on this please Immanuel. Somebody please throw me a bone here. 2016-11-02 04:46
(3751-3775/18279)