Hugo Zilliox
56ad17d065
Add admin panel to settings section, fixes #127 #126 #96
2025-10-22 12:01:50 +02:00
Hugo Zilliox
0ad77e6464
Merge pull request #125 from crazymesut/master
...
Turkish language file added
2024-09-02 12:16:11 +02:00
Mesut KURT
2250f97a14
Turkish language file added
2024-09-01 14:01:34 +03:00
Hugo Zilliox
c85abdda75
Increased plugin version
...
Resolve #120 outlandish issue
2023-12-06 14:46:28 +01:00
Hugo Zilliox
16519bb93a
Fix cleanURL wrong var name
2023-12-06 14:04:50 +01:00
Hugo Zilliox
f4f2862db7
json API fix, cleanURL added and history fix
...
Removed usage of json API to check version, implemented @MayamaTakeshi cleanURL fix and chronological history order update
2023-12-06 13:35:29 +01:00
Hugo Zilliox
17714c542b
JSToolbar fixed ( #100 )
2022-12-27 23:58:11 +01:00
Hugo Zilliox
127af3ae25
Check version improved (avoiding update conflicts) ( #97 )
...
using Redmine REST API : https://www.redmine.org/projects/redmine/wiki/rest_issues and disabling check when tab is not focused
2022-12-27 22:53:59 +01:00
Hugo Zilliox
9eeea54521
Merge branch 'master' of https://github.com/Ilogeek/redmine_issue_dynamic_edit
2022-12-27 18:20:19 +01:00
Hugo Zilliox
07c2af9841
Trying to remove jQuery code as much as possible
2022-12-27 18:20:10 +01:00
Hugo Zilliox
41e35bed36
Merge pull request #95 from vsc55/translation_to_spanish
...
Translation to Spanish
2022-07-31 21:30:30 +02:00
Javier Pastor
d7ec25eeb9
Translation to Spanish
2022-07-24 19:58:32 +02:00
Hugo Zilliox
cbd2e36a37
Fix refreshData button apparition into subtask + fixed mechanism on primary button ( #92 )
2022-04-23 22:56:37 +02:00
Hugo Zilliox
dac2c85811
Fix missing authentication (CSRF) when using related issues block ( #90 and PR #93 )
2022-04-23 22:51:24 +02:00
Hugo
750e602be3
0.8.1 update - Fixed issue #89
2022-01-15 15:55:56 +01:00
Hugo
99de29a7a8
Moved Print style directly into layout avoiding user condition, CSS fix, removed unused file
2021-12-29 20:30:10 +01:00
Hugo
90f23e3629
Merge conflicts fix
2021-12-29 20:11:15 +01:00
Hugo
ad37b96b53
0.8.0 update - Complete rework. Compatible with last Redmine version. New settings added ( #70 #88 ). Removed external lib (FontAwesome) ( #74 ). Mobile style added ( #87 ). Print style added ( #84 ). Bug fix ( #79 , #85 )
2021-12-29 18:34:55 +01:00
Hugo Zilliox
968836810b
Merge pull request #69 from koledas/patch-5
...
Fix IE problem with "pointer-events: none;"
2020-05-14 18:15:22 +02:00
Hugo Zilliox
c0261e3f09
Merge pull request #68 from koledas/patch-3
...
Russian localization
2020-05-14 18:14:14 +02:00
Hugo Zilliox
3cca934fec
Merge pull request #67 from koledas/patch-2
...
Math.trunc() not work in IE
2020-05-14 18:12:58 +02:00
Hugo Zilliox
364c73ca87
Merge pull request #66 from koledas/patch-1
...
Fix Issue #65 (intersection of the sets of required attributes and those that the user can edit)
2020-05-14 18:10:34 +02:00
Stanislav Koleda
8c15a57547
Fix IE problem with "pointer-events: none;"
...
In IE11. If you click on an invisible "select", a list is displayed.
2020-05-14 01:45:43 +07:00
Stanislav Koleda
0c5769dfb4
Russian localization
2020-05-13 20:34:58 +07:00
Stanislav Koleda
5be575a324
Math.trunc() not work in IE
...
Internet Explorer not support Math.trunc() function. Because of this, changing fields does not work in IE.
Instead of a function Math.trunc(), you can use the Math.floor()
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/trunc
2020-05-13 20:29:51 +07:00
Hugo
e968ee7499
New settings in config file, new event 'none' for listener, css fix
2020-05-09 12:28:39 +02:00
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
Stanislav Koleda
a4ec684a58
Update details_issue_hooks.rb
2020-05-09 02:32:26 +07: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