General

Profile

Maxim Strukov

  • Login: unbelll
  • Registered on: 2010-07-23
  • Last connection: 2023-11-14

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 6 7

Activity

2012-05-05

19:29 Redmine Defect #8359: User can ignore issue workflow if moving issue
Is this patch for 1.4.1 (2012-04-20)? Maxim Strukov

2011-08-02

08:55 Redmine Patch #1582: Add Time Spent Column to Issue List
How to paint Time Spent field at Issue card view? Maxim Strukov

2011-05-16

12:36 Redmine Feature #6134: Issue workflow permissions
Required functionality appeared and resolved through the workflow. Сlose please. Maxim Strukov

2011-05-12

22:02 Redmine Defect #8359 (New): User can ignore issue workflow if moving issue
For example, I have three statuses of issue:
* New
* Fixed
* Closed
And workflow permits only New <-> Fixed <->...
Maxim Strukov
20:58 Redmine Open discussion: Time entries parameters (REST API)
Hi all!
How to receive time entries between two dates with REST?
Maxim Strukov
16:25 Redmine Defect #8356 (Closed): GET /time_entries.xml ignores limit/offset parameters
Queries... Maxim Strukov

2010-12-01

22:58 Redmine Patch #7015 (Closed): Unable to create project: page 404
I use Redmine 1.04 from svn:branches/1.0-stable and I have error 404 when creating project.
I do not know why, but t...
Maxim Strukov

2010-11-18

09:34 Redmine Feature #6930 (Closed): Ability to not display issues for users who can not change anything
In my company there is a workflow, according to which each issue have a stage that controls by managers, developers, ... Maxim Strukov

2010-10-28

08:16 Redmine Patch #1582: Add Time Spent Column to Issue List
Maybe I fix this:
app/models/issue.rb
- @spent_hours ||= self_and_descendants.sum("#{TimeEntry.table_name}.hours"...
Maxim Strukov

2010-10-27

16:57 Redmine Patch #1582: Add Time Spent Column to Issue List
I make this changes:
app/models/query.rb
+ "QueryColumn.new(:spent_hours)," to @@available_columns
config/locale...
Maxim Strukov

Also available in: Atom