Project

General

Profile

Search

Results (18290)

Help: Issue status for percent done
Sorry for my english, I hope you can understa ... Logged in as administrator. Problem: in the Issue menu, when I select any issue and click the right button of mouse on it th ... висимости от статуса задачи. Как это сделать? 2016-11-14 08:44
Plugins: Plugin "redmine_xapian". Error: Can't open Xapian database
Good afternoon. Install the plugin according ... Y `settings`.`id` DESC LIMIT 1 ^[[1m^[[36mIssue Load (0.2ms)^[[0m ^[[1mSELECT `issues`.* FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` WHERE (projects.status <> 9 A ... ^[[1m^[[35m (0.1ms)^[[0m SELECT DISTINCT `issues`.`created_on`, `issues`.`id` FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` WHERE (projects.status <> 9 A ... stom_fields` WHERE `custom_fields`.`type` = 'IssueCustomField' AND `custom_fields`.`searchable` ... ^[[1m^[[35m (0.1ms)^[[0m SELECT DISTINCT `issues`.`created_on`, `issues`.`id` FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issue... 2016-11-14 08:41
Open discussion: RE: Has Anybody Considered an AngularJS Powered Theme?
I guess it really depends on the product visi ... which is a fork of Redmine builds the entire issue management with Angular. So their goal is bu ... ad, especially the inline editing within the issues table: https://www.youtube.com/watch?v=H-M6k-fFht8 2016-11-12 07:34
Plugins: RE: Time & Attendance 2.4
Karthick Madhiazhagan wrote: > From Time and ... attendance module. > You have to create an issue called 'Public Holidays' and set that issue as leave in attendance tab in plugin configuration. > Then put time entry for that issue in Time sheet. > > If you don't plan to use attendance module then please put log time for any issue. Well, the idea was to reduce the amount ... at this is not needed to be entered manually. 2016-11-11 12:03
Plugins: Can it autoload?
When I modify a patch module, I have to resta ... it.rb@ <pre><code class="ruby">require 'foo/issue_patch' Redmine::Plugin.register :foo do ... t' end</code></pre> @plugins/foo/lib/foo/issue_patch.rb@ <pre><code class="ruby"> require_dependency 'issue' module Foo module IssuePatch extend ActiveSupport::Concern ... # code end end end unless Issue.included_modules.include?(Foo::IssuePatch) Issue.send(:include, Foo::IssuePatch) end</code></pre> When I modify @issue_patch.rb@, I hope it work immediately, don't need restart rails server, development mode. 2016-11-11 01:37
Help: Cannot see Git Associated Revision
Hi, I have setup a Git repo and I am able to reference my issues in commit messages : !revision.png! However when I open the referenced issue I don't see the associated revision : !issue.png! Any idea why ? Thanxs 2016-11-10 15:55
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
You should run on Redmine root directory whic ... source:tags/3.3.1 source:tags/3.3.1/Rakefile 2016-11-10 15:04
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
Toshi MARUYAMA wrote: > You should run on Re ... file, Rakefile, rakefile.rb, Rakefile.rb) 2016-11-10 12:40
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
Olivier Moreau wrote: > I got : > C:\Bitnam ... file.rb) You should run on Redmine root. 2016-11-10 09:12
Help: Issue with Gantt chart progress task calculation
Hello guys, i'm creating a new project and ... n the figure attached (redmine-gantt). 2016-11-10 04:01
Help: RE: After migrating, the ISSUES and the ROLES are not accessibles.
Thanks James I'm stuck with Step 4 - Update ... ENV=production Never mind, back to 321... 2016-11-10 03:14
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
(3751-3775/18290)