Project

General

Profile

Search

Results (18300)

Plugins: RE: Plugin: how to add button on issue list?
Wonderfull, thanks a lot !!!!!!!! In my ja ... cript like : <pre> function call_qgis(evt, issues_ids_and_wtk) { // Very important! ... var jsonArr = []; issues_ids_and_wtk.split(",").forEach(function (it ... { jsonArr.push({ issue_id: array_ids_wkf[0], wkt: array_ids_wkf[1]} ... { alert(error); } } </pre> 2019-04-03 12:07
Plugins: RE: Plugin: how to add button on issue list?
Use 'view_issues_index_bottom' hook. It renders at the bottom of issue list page but you can use js to move your el ... s desired. The hook is present in app/views/issues/index.html.erb. The hook also provides the list of issues in @issues. 2019-04-02 06:51
Help: RE: Refresh repository in Redmine after editing commit message
FYI, I have edited wrong svn refID for one de ... is commit in @changesets@ table, and changed issue_id in @changesets_issues@. 2019-04-01 14:48
Plugins: Plugin: how to add button on issue list?
Hi everybody. I'm currently develop a plug ... ny that add a geometry (spatial database) to issues. This first plugin works fine. The second one add a infos and button on issue details to be able to send issue ID to a QGis plugin via WebSocket to be able ... # rewrite select for trackers on issue form // view_issues_show_details_bottom def view_issues_show_details_bottom(context={}) issue = context[:issue] project = context[:project] ... if project != nil && project.id == 24 && issue != nil # Afficher tous les custom f ... des défauts" pointe = Pointes.where(issue_id: issue.id) if pointe.first != ni ... html_button_click = "onClick=\"call_qgis('#{... 2019-04-01 10:54
Open discussion: RE: is it possible to recover deleted issues
Is not possible: * https://www.redmine.org/issues/1380 * http://www.redmine.org/issues/7900 if you have a database backup maybe ... involved you would need a files backup too. 2019-03-29 17:05
Open discussion: is it possible to recover deleted issues
Is it possible to recover an issue that was deleted? 2019-03-29 14:26
Open discussion: RE: redmine rest api - can we use operator > for int values ? get new issues from id.
Thank you're right My param name must be issue_id, but I need > operator and not >= operator GET /issues.xml?issue_id=%3E10 doesn't work and all sample for wiki use >= ( %3E%3C ) do you know what's wrong ? 2019-03-28 15:11
Open discussion: RE: redmine rest api - can we use operator > for int values ? get new issues from id.
<pre> GET /issues.xml?issue_id=%3E%3D10 </pre> example taken from wiki: [[Rest_Issues]] 2019-03-28 14:42
Help: RE: Relations on Gantt Chart
Hi, we have got the same issue on the same version: Environment: Redmi ... rom debian repo, installed manualy), and the issue doesn't appear. So, whats the best way to ... (3.3.1-4+deb9u2) is the latest stable? 2019-03-28 14:17
Open discussion: redmine rest api - can we use operator > for int values ? get new issues from id.
Hi everyone, I try to get new Redmine issues with REST API and I can't , something like this : GET /issues.xml?id=%3E10 to get all issues with id > 10 but it's not working. Someone know if we can do that ? Thanks 2019-03-28 12:09
Open discussion: RE: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
No, I didn't manually change anything on the ... mine_dmsf 1.5.9 redmine_issue_templates 0.1.9 redmine_people ... mine_work_time 0.3.4 </pre> 2019-03-27 08:09
Open discussion: RE: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
Hofei - wrote: > i can reproduce this failu ... database. Have you added the index index_issues_on_parent_id manually in the past? I cannot ... earlier does not have an index with the name. 2019-03-26 07:30
Open discussion: RE: how to change status without "Edit issues" roles
change status is disable !https://www.redmine.org/attachments/download/22698/redmine41.PNG! 2019-03-25 15:32
Open discussion: how to change status without "Edit issues" roles
In redmine 2 we can only change the status when user reply to an issue !https://www.redmine.org/attachments/downlo ... G! workflow seem good if i check "Edit issues" i can edit all fields i want to change only the status 2019-03-25 14:42
Open discussion: RE: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
run alter table issues drop index index_issues_on_parent_id; on database 2019-03-25 14:02
Open discussion: Failure Upgrade from 3.3.4 to 4.0.2 on db:migrate
Hello, have problems updating from version 3 ... rated (0.4666s) ====== Migrating to ChangeIssuesDescriptionLimit (20161010081301) == 20161010081301 ChangeIssuesDescriptionLimit: migrating ================ ... ter_name() -> 0.0001s -- change_column(:issues, :description, :text, {:limit=>16777216}) -> 13.2286s == 20161010081301 ChangeIssuesDescriptionLimit: migrated (13.2296s) ====== ... ======== Migrating to AddIndexOnChangesetsIssuesIssueId (20161126094932) == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrating ================ -- add_index(:changesets_issues, :issue_id) -> 0.0339s == 20161126094932 AddIndexOnChangesetsIssuesIssueId: migrated (0.0342s) ======= Migrating to AddIndexOn... 2019-03-25 10:56
Help: RE: How can I see the associated revisions on issues.
I fixed after I added * to Referencing keywords. 2019-03-25 03:37
Help: internal error after install localizable plugin
Hi I installed localizable plugin. Inte ... rd: 44.1ms) Started GET "/projects/works_af/issues/gantt" for 10.184.170.51 at 2019-03-25 11:1 ... ers/ganttchart_helper.rb:364:in `subject_for_issue' plugins/ankoalm_ganttchart/app/helpers/g ... ganttchart_helper.rb:296:in `block in render_issues' plugins/ankoalm_ganttchart/app/helpers/ ... /helpers/ganttchart_helper.rb:291:in `render_issues' plugins/ankoalm_ganttchart/app/helpers/ ... lib/redmine/sudo_mode.rb:63:in `sudo_mode' 2019-03-25 03:26
Open discussion: Make an issue read-only
Is it possible to close an issue for good, making it read-only? Like we do in ... sn't restrict adding notes or time logs, etc. 2019-03-22 20:55
Help: Every new row in DB gets id of 0
Hello, I had to recover a redmine database ... ALTER TABLE users AUTO_INCREMENT=n;" But the issue persists. Any assistance would be apprec ... 4 Distrib 5.6.42 Ruby: 2.3.8 Rails: 4.2.8 2019-03-22 20:40
Open discussion: RE: Target version in Subtasks and Related issues
There are some requests for this feature, please see #11969. 2019-03-22 08:42
Help: RE: How to get all the issues with Java Api - I didn't get all the issues following the doc - Java API Redmine
Hi, Fetch separate lists using different status codes. For fetching list(list1) of closed issues use: params.put("status_id", "5"); For fetching list(list2) of open issues use: params.put("status_id", "1"); Then ... n combine the lists using list1.addAll(list2) 2019-03-21 21:13
Open discussion: Target version in Subtasks and Related issues
Hi, We have an instance of Redmine 4 runn ... flawlessly but we miss a feature inside the issue page. When we have subtasks or/and related issues we want to know at which target version are planned, so I've hacked the issues_helper.rb a bit to add the target version c ... re? is something that exists in the roadmap? 2019-03-21 17:48
Help: Internal error for open issues
Hi, Have upgrade my redmine to 3.2.x to 3. ... asy MindMup plugin Easy WBS plugin Redmine Issue Templates plugin LoginAttemptsLimit All ... ated, but now have a Internal error for open issues : Started GET "/projects/eurogiciel-euromine/issues/new" for 10.10.99.11 at 2019-03-21 16:28:30 +0100 Processing by IssuesController#new as HTML Parameters: {"projec ... iberodark (id=953) Rendered plugins/redmine_issue_templates/app/views/issue_templates/_issue_select_form.html.erb (9.8ms) Rendered issues/_attributes.html.erb (19.3ms) Rendered issues/_form.html.erb (334.7ms) Rendered issues/new.html.erb within layouts/base (388.6ms) ... 00007b33538>): 15: <% end > 16: 17: < if @issue.safe_attribute? 'assigned_to_id' > 18: <p>< ... signed_to_id, principals_options_for_select(@... 2019-03-21 16:47
Help: Intermitten Proxy Error Issues
Hi All, I just installed Redmine using Bit ... wo months we are dealing with an intermitten issues (screen shot attached). (Cannot handle GET ... 2 proc, RAM 8 Gb, 64 Bit OS. Is there any issues with our capacity? Is there any known bugs ... nd 2000 users? Thank you in advance. 2019-03-20 08:17
(2351-2375/18300)