Hugo Zilliox
e2cea8e961
Merge pull request #62 from dosyfier/btn-specific-listener
...
New parameters to set specific action trigger on the pencil icon
2020-05-09 10:57:43 +02:00
Hugo Zilliox
8b95d727ec
Merge pull request #63 from dosyfier/style-enhancements
...
Some CSS style enhancement proposals
2020-05-08 19:33:15 +02:00
Hugo
4ff0c80ebc
Fixed incorrect DOM structure if user has read only access to the issue ( #61 #64 )
2020-05-08 18:10:58 +02:00
csouriss
77afe3d5d0
Some CSS style enhancements
...
* Move the "dynamicEdit" span at the beginning of the "value" div to let
it appear at the top left corner of the field to edit.
Otherwise, the edition block may appear outside the page, e.g. if we
want to edit the title of an issue and if this title ends at the
extreme right of the page.
* Display the pencil icon on a field only when this field is hovered
(not simply if the mouse hovers any part of the "content" div).
* Vertically align validate and cancel buttons of the edition block with
the edition field nearby.
* Auto resize the issue title edition input field based on the window
size (to leave as much space as possible to rewrite the title).
2020-04-05 10:40:40 +02:00
csouriss
f32d2868e6
New param to set specific action trigger on the pencil icon
...
This allows, for instance, to trigger the apparition of the edition
block:
* when clicking on the pencil icon,
or
* when double-clicking on the field itselft
This way, it remains possible to select the field's value and to copy it
to the clipboard without triggering edition block's apparition.
2020-04-05 10:34:51 +02:00
Hugo
dd3ed349ce
Categories filtered by project ( #55 )
2020-03-21 09:56:29 +01:00
Hugo
d354cd967f
Fix closing edit box issue when using fa-pencil as listener ( #59 )
2020-03-19 18:58:18 +01:00
Hugo
04b439260c
Category field support added ( #54 )
2019-11-06 19:55:10 +01:00
Hugo
925895b514
Checkboxes custom fields fixed ( #53 )
2019-10-20 14:28:51 +02:00
Hugo Zilliox
06fe6256c2
Merge pull request #52 from Smile-SA/master
...
Manage DateTime CustomField format provided by redmine_datetime_custom_field
2019-10-20 12:10:54 +02:00
Hugo Zilliox
bb0cedaf7d
Merge branch 'master' into master
2019-10-20 12:10:26 +02:00
Hugo Zilliox
657015d97f
Merge pull request #50 from pflaeging/master
...
Fixed bug with title and made a german translation
2019-10-20 12:00:36 +02:00
Utopism
18331d94d2
refactoring : datepickerFallback not for datetime CustomField format
...
modifié : assets/javascripts/issue_dynamic_edit.js
2019-09-25 22:47:50 +02:00
Lxc
330cbf5a6a
manage datetime CustomField format provided by redmine_datetime_custom_field
...
modifié : assets/javascripts/issue_dynamic_edit.js
2019-09-25 22:29:46 +02:00
Lxc
7eb6aaf05c
syntax refactorings
...
modifié : assets/javascripts/issue_dynamic_edit.js
2019-09-25 22:27:56 +02:00
Lxc
693f60ce1b
small syntax refactorings
...
modifié : lib/details_issue_hooks.rb
2019-09-25 22:27:03 +02:00
Peter Pfläging
3dee39d351
Merge branch 'master' of ssh://gitlab.pflaeging.net:1822/stickiebox/redmine_issue_dynamic_edit
2019-07-11 12:03:31 +02:00
Peter Pfläging
c2c8a629c1
Make title work with quotes,
...
update german translation
2019-07-11 12:03:21 +02:00
Peter Pfläging
8673e70dea
FORCE_HTTPS false during development
2019-07-10 10:38:18 +00:00
Peter Pfläging
7be93fc5e1
Merge branch 'master' of ssh://gitlab.pflaeging.net:1822/stickiebox/redmine_issue_dynamic_edit
2019-07-09 10:06:22 +02:00
Peter Pfläging
411f56a48b
correct after 0.6.7
2019-07-09 10:04:31 +02:00
Peter Pfläging
e9426eac99
Merge branch 'master' of https://github.com/Ilogeek/redmine_issue_dynamic_edit
2019-07-09 10:01:50 +02:00
Hugo
0b2ba88f71
Text fields focus issue ( #46 )
2019-05-24 20:54:06 +02:00
Hugo
6c53e0ef6d
Prevent datepickers to raise an error from erb file if they don't exist on the current page
2019-04-14 23:20:54 +02:00
Hugo
9ab93501e5
v 0.6.6 update + readme
2019-04-13 23:30:03 +02:00
Hugo
1fb2a0519c
Configuration file added (https settings, target and action listener choices, field exclusion) ( #30 #35 #41 )
2019-04-13 23:29:20 +02:00
Hugo
3ef47ab625
Fixed specific 'middle click' issue ( #36 )
2019-04-13 14:33:35 +02:00
Hugo
58742cccfc
Fixed JS error on new issue page and edit page ( #37 )
2019-04-13 14:10:09 +02:00
Hugo
9b7a698dbc
Fixed duplicate pencil on assignee ( #31 )
2019-04-13 13:52:38 +02:00
Hugo Zilliox
8aa104b7ae
Merge pull request #43 from Tempris/master
...
Fixed classes applied to issue on priority change
2019-04-13 13:25:42 +02:00
Peter Pfläging
0d31466dde
correct position
2019-04-08 14:42:29 +02:00
Leviscus Tempris
bc4cca84c9
Fixed classes applied to issue on priority change (domSelectStatus.val() -> domSelectPriorities.val())
2019-02-25 10:31:55 -05:00
Peter Pfläging
46749395b6
Merge branch 'master' of https://github.com/Ilogeek/redmine_issue_dynamic_edit
2018-09-17 14:53:03 +02:00
Hugo
26684a2dd9
Fixed lock version update ( #26 #28 ) - custom issue url support ( #29 )
2018-09-02 15:18:56 +02:00
Peter Pfläging
d796a7a46b
german locale
2018-08-23 22:24:17 +02:00
Hugo
ae90053312
Target version and Assignee fields are now supported ( #24 )
2018-07-15 22:57:21 +02:00
Hugo
e6cedf5965
version field with checkbox display support added ( #24 )
2018-07-13 23:39:17 +02:00
Hugo
9b22ff1a3b
fixed Github issue #22 : DatepickerFallback raised an error
2018-02-12 19:13:12 +01:00
Hugo
bb0ecb0056
fixed Github issue #22 : long description is now supported (no more 414 errors)
2018-02-10 13:09:44 +01:00
Hugo
e74286667c
Fixed Github issue #20
2018-02-02 21:56:49 +01:00
Hugo Zilliox
97584b4a5b
Merge pull request #21 from timesong/master
...
Fixed JSON.parse issue
2018-01-25 18:49:05 +01:00
unknown
bff71cde3b
Fixed JSON.parse issue
2018-01-24 17:12:46 +08:00
Hugo
5174466a05
Custom fields support added (Github request #19 )
2018-01-22 22:36:44 +01:00
Hugo
bab8cf362c
Version and README updated
2018-01-10 22:06:12 +01:00
Hugo
2a10098d99
fixed Github issue #18 : textarea fixed (jstoolbar or ckeditor)
2018-01-10 21:37:08 +01:00
Hugo
6ea3d1a63d
fixed Github issue #17 : Datepicker fallback added for date fields
2017-12-15 19:43:25 +01:00
Hugo
4d15ab5797
Fixed JS error when no description (Github issue #16 )
2017-12-14 23:20:20 +01:00
Hugo
0942111f16
Issue title override pagination fix (Github issue #15 )
2017-12-06 19:23:00 +01:00
Hugo
ea2b6e62ac
if error on dynamic update, show message and put back old values in details block
2017-11-26 19:45:44 +01:00
Hugo
fa1b7058df
description is now dynamically editable (edit field appears if there's already a description written) (Github request #14 )
2017-11-25 02:00:20 +01:00