59 Commits

Author SHA1 Message Date
Hugo Zilliox
56ad17d065 Add admin panel to settings section, fixes #127 #126 #96 2025-10-22 12:01:50 +02: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
07c2af9841 Trying to remove jQuery code as much as possible 2022-12-27 18:20:10 +01: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
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
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
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
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
bb0cedaf7d
Merge branch 'master' into master 2019-10-20 12:10:26 +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
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
Hugo
0b2ba88f71 Text fields focus issue (#46) 2019-05-24 20:54:06 +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
9b7a698dbc Fixed duplicate pencil on assignee (#31) 2019-04-13 13:52:38 +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
Hugo
26684a2dd9 Fixed lock version update (#26 #28) - custom issue url support (#29) 2018-09-02 15:18:56 +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
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
Hugo
22b299665a Title dynamic edition added (Github request #14) 2017-11-19 22:49:59 +01:00
Hugo
99fae0aa2c fixed Github issue #13 : CSS display for custom attributes 2017-11-19 18:58:46 +01:00
Ilogeek
e451b45f45 fixed Github issues #6, #12 : User can't update status until all required field are filled for this step of the issue 2017-09-19 16:40:07 +02:00