Commit Graph

127 Commits

Author SHA1 Message Date
dd573b501f expand forms 2022-01-29 20:50:43 +01:00
cb42c44618 improve ui form handling 2022-01-22 21:53:59 +01:00
c8164a9715 bug fixes found through the css tests 2021-12-19 20:19:10 +01:00
e96311893f fix phpstan/phpcs 2021-06-26 14:38:08 +02:00
487bd4a41b add download 2021-02-08 18:47:06 +01:00
37ebdbab35 manual cs fixes 2020-09-01 20:57:48 +02:00
e356cb5dd9 allow inline edit but with buttons somewhere else 2020-06-11 16:44:01 +02:00
839f5ced3f implement data-id element for editing same elements with different ids 2020-06-11 09:38:48 +02:00
6691f99f40 fix image replacement bug. use global document instead of child elements only 2020-06-10 21:51:28 +02:00
e2da1506a7 improve update and add functionality 2020-05-24 19:18:13 +02:00
e0ad50126a add issue information 2020-05-22 17:31:23 +02:00
3d0fbc5778 implement inline update/save functionality 2020-05-16 21:29:45 +02:00
dd4728e880 phpcs fixes 2020-05-06 21:28:23 +02:00
4a5d647bca fix form edits 2020-05-02 21:02:59 +02:00
f0d34f3dbd fix inline update / invalid input paths 2020-04-30 20:54:09 +02:00
ba4c4e96ab fix bugs and typos 2020-03-22 17:05:55 +01:00
32856280b4 let in to const in 2020-02-11 21:46:06 +01:00
7a7f7489b1 implement media edit 2020-02-02 18:07:26 +01:00
e4721c620c fixes Orange-Management/Modules#202 2020-02-02 15:50:43 +01:00
4efc7318ba improve todos to issues 2020-01-19 18:54:24 +01:00
06c686213c fix todo comments 2020-01-12 17:57:29 +01:00
61f2ea2693 continue optimizing todos 2020-01-05 21:39:19 +01:00
0c226ca9df add todos from github 2019-12-31 19:56:09 +01:00
4e2556de52 move '{' of 'export class .* {' to newline 2019-12-31 10:39:08 +01:00
df9217250c improve docblocks 2019-12-30 00:43:52 +01:00
7a43f8f11e fix docblock alignment 2019-12-29 23:40:20 +01:00
8f49a37a70 allow formaction in buttons 2019-12-29 23:15:46 +01:00
4514673727 fix alignment 2019-12-12 20:17:59 +01:00
b228b7d145 create todo for none-happy route 2019-12-12 18:46:49 +01:00
da4032f5d6 cleanup and tests added for ci/cd 2019-11-20 22:27:51 +01:00
0ea60b07e5 fix phpcs findings 2019-09-12 19:47:00 +02:00
272d53f04d Add image preview for upload 2019-09-03 20:59:24 +02:00
af1f50e209 allow to reference the element to replace directly instead of only the parent 2019-07-30 20:25:33 +02:00
c8c0cf864d fix subMain selector 2019-07-13 20:24:49 +02:00
042feca3b2 prepare more input fields and better markdown/content editing 2019-06-20 13:24:19 +02:00
7c2f204ba6 create comments and todo tasks 2019-06-06 21:45:27 +02:00
52f8b4d6e1 Allow hidden notification 2019-06-01 20:53:36 +02:00
d2c454a215 fix typos 2019-05-19 14:19:31 +02:00
dd974071d7 handle special case #id 2019-05-18 17:59:37 +02:00
c81314d61e Implement draft cancel and save functionality 2019-05-07 20:01:14 +02:00
83b6ec231b improve closest handling for inline edit 2019-05-02 22:21:58 +02:00
02d597c5c9 Draft advanced UI CRUD functionality (allow single input manipulation) 2019-05-02 21:17:22 +02:00
02cd497954 Implement CRUD for forms instead of tables 2019-05-01 16:53:08 +02:00
f88bd58915 Fix bug related to backend response changes 2019-04-12 21:12:46 +02:00
89acb321f9 Use js modules 2019-04-02 22:46:48 +02:00
b40c6670d4 Fix table CRUD 2019-03-31 20:28:13 +02:00
4447e89853 Add download functionality 2019-02-17 19:00:00 +01:00
8ebd749437 Implement better upload 2019-02-02 23:55:31 +01:00
b83b957740 Docblock and general minor cleanup 2018-12-29 11:55:32 +01:00
577af40f56 Fix media upload 2018-11-03 15:21:25 +01:00
3081f667f7 Add simple sorting for tables 2018-09-30 00:29:29 +02:00
3f9b035f4d Fix minor bugs and double submit leak 2018-07-30 21:51:09 +02:00
2343652be4 Implement client side language support 2018-06-03 17:00:42 +02:00
fa094a1d9f Add automatic invalid form info message 2018-06-03 16:48:37 +02:00
727764ec60 Fix form component bugs 2018-05-30 18:58:33 +02:00
11947db48d Handle response type 2018-05-09 20:41:29 +02:00
5b305db3d2 Implement class keyword instead of prototype 2018-04-25 22:38:23 +02:00
f2da5de06e Remove log 2018-03-30 17:05:42 +02:00
fa8a454803 Fix response actions 2018-03-30 17:04:54 +02:00
f6e2f23ece Fix response handling 2018-03-24 19:48:28 +01:00
86dfb12b07 Fixes that may break things 2018-03-24 19:12:02 +01:00
0382f505a5 Move form feedback to backend 2018-02-15 18:17:52 +01:00
b95e3c86f8 Draft form feedback log 2018-02-14 18:42:42 +01:00
eba81f20c6 Prepare for messages and prevent double submit 2018-02-14 17:33:50 +01:00
d00924bcd6 Improve increments 2018-02-10 21:51:01 +01:00
4eb521f3c4 Improve increment 2018-02-10 21:41:27 +01:00
6f9367aa64 Fix codestyle with phpcs 2018-02-10 20:45:42 +01:00
055df9df55 Bug fixes e.g. csp and other 2017-11-11 15:02:40 +01:00
0a351a5850 Fix js var declaration 2017-11-11 11:00:56 +01:00
183503f31c fix form injection 2017-10-06 22:44:06 +02:00
9727f860f5 Fix global log to singelton 2017-10-06 22:06:25 +02:00
4be3f6423e Use global logger 2017-10-06 22:02:10 +02:00
d72a54b6a3 made logger static 2017-09-08 19:54:54 +02:00
9b40364e5e Fixing docblocks and minor test adjustments 2017-07-27 17:19:07 +02:00
d6034ce0c5 Remove @author docblock 2017-07-20 18:16:26 +02:00
92795ae265 Fix file documentation 2017-06-03 21:34:51 +02:00
95253f94b3 Restructure components/elements 2017-05-10 21:16:05 +02:00