Commit Graph

7262 Commits

Author SHA1 Message Date
vnmedeiros 7b3444efc1 fix: delete value of the compound metadata 2022-02-23 12:03:59 -03:00
Mateus Machado Luna 710d900fc7
Merge pull request #675 from tainacan/feature/321
Feature/321 - Advanced Search Component Refactor
2022-02-23 11:41:25 -03:00
mateuswetah 8f1032a195 Fixes advanced search loading from URL. More improvements. #321. 2022-02-23 11:18:45 -03:00
mateuswetah d86d1a0117 Disables textual search while performing advanced search #321. 2022-02-22 17:04:51 -03:00
mateuswetah cdf0d062ae Usability improvements to advanced search panel. #321. 2022-02-22 16:25:04 -03:00
mateuswetah 88d6304069 Change value of the document search in advanced search options. #321 2022-02-18 15:49:43 -03:00
mateuswetah 955dabb9df Fixes removal of criterions using new indexes strategy. 2022-02-18 15:23:22 -03:00
mateuswetah f8541311bf Fixes broken term edition form due to undefined prop. 2022-02-18 14:38:55 -03:00
mateuswetah 2acbe38d51 Moreee tests with advanced search 2022-02-18 13:39:44 -03:00
mateuswetah d95871e254 Major Advanced Search refactor #321. 2022-02-16 16:21:50 -03:00
mateuswetah 61f138fd33 Adds wrapper class to indentify when an item edition is inside iframe. 2022-02-10 14:58:27 -03:00
mateuswetah 7ad968f8f8 Fixes disabled button for creating new items. 2022-02-10 12:11:10 -03:00
mateuswetah eee7ce86c8 Checks if perpage collecitons admin options is a valid number. 2022-02-09 17:15:01 -03:00
mateuswetah 379203f193 Wraps role edition form with class and removes scoped style in order to extra form hooks to use its style. 2022-02-09 14:57:58 -03:00
mateuswetah 53c08fed00 Garantees the extra form hook tabs exists while loading role forms. 2022-02-09 14:37:19 -03:00
mateuswetah d9028c6377 Adds begin-right and end-right hooks inside a hidden tab on the role form. 2022-02-09 11:43:58 -03:00
mateuswetah 29ef8c5e24 Adds options to tweak home collections list number and order. 2022-02-09 10:19:19 -03:00
Mateus Machado Luna ceab5c724d
Merge pull request #662 from tainacan/feature/661
Allows draft items on relationships #661
2022-02-08 18:26:35 -03:00
Mateus Machado Luna 9e07e1284e
Merge pull request #667 from tainacan/feature/663
Feature/663 - Conditionals to Form Hooks and Role Form Hook
2022-02-08 18:21:48 -03:00
mateuswetah 863c5e663b Merge branch 'develop' into feature/663 2022-02-08 18:04:20 -03:00
mateuswetah 015b6b4ca6 Merge branch 'develop' into feature/661 2022-02-08 18:01:19 -03:00
mateuswetah a4323c9fbd Fixes filling of extra form data on role form hooks. #664. 2022-02-08 12:02:43 -03:00
Mateus Machado Luna 99488b7647
Merge pull request #666 from tainacan/feature/659
Feature/659 - Admin options
2022-02-08 10:52:17 -03:00
vnmedeiros f5a2179b2f feat: add new filter `tainacan-api-role-prepare-for-response` 2022-02-08 10:32:00 -03:00
mateuswetah 50ade6a13b Merge branch 'develop' into feature/659 2022-02-08 10:22:27 -03:00
mateuswetah bdb21d69ac Fixes some typos on README. 2022-02-08 09:46:32 -03:00
mateuswetah 939d85ba56 Adds Discourse link to the README. 2022-02-08 09:11:42 -03:00
mateuswetah c0f5ca4932 Removes more unecessary console logs 2022-02-07 16:46:33 -03:00
mateuswetah 07e5f41ea6 Removes unecessary console.log. 2022-02-07 16:43:12 -03:00
mateuswetah 715db623cb Adds '$schema' to all blocks block.json for nice autocompletion <3 2022-02-04 11:34:20 -03:00
mateuswetah 8bbb5542a7 moves fillExtraForm data function on the role formHook to the correct place. #664. 2022-02-04 11:24:04 -03:00
mateuswetah 5a562016af Begins implementation of role edition form hooks. #664 2022-02-03 18:10:36 -03:00
mateuswetah cdc6e88357 Creates condition paramether to form hooks. #663 2022-02-03 17:33:27 -03:00
mateuswetah 5b0adc1d39 New options to hide elements on item single and edition page #659 2022-02-03 10:48:41 -03:00
mateuswetah f25451e86c Adds more variables to display the items list on admin #659 2022-02-02 17:06:20 -03:00
mateuswetah 1da154aa84 Adds several options to hide elements from the home page. #659 2022-02-02 15:08:35 -03:00
mateuswetah be6ff6c550 Adds options to hide total items from item status tabs #659 2022-02-02 11:18:58 -03:00
mateuswetah 943787edf3 Adds options do hide Tainacan Header elements and Repository header elements #659. 2022-02-02 09:59:42 -03:00
mateuswetah df5d72fc8d Adds several options to hide elements from primary menu #659. 2022-02-01 17:58:38 -03:00
mateuswetah a95fda7c84 Moves backbutton from collection to repository header if collection header is hidden #659 2022-02-01 17:12:56 -03:00
mateuswetah 007bc84216 Breaks iframemode and readmode into more clear dedicated admin modes. #659 2022-02-01 15:51:13 -03:00
mateuswetah 224a7c7811 Creates some especific options for admin and groups them on 'modes' #659. 2022-02-01 11:22:43 -03:00
mateuswetah 8422a63d3c Uses new AdminOptions helper plugin to load options from data attributes. #659 2022-01-31 18:19:17 -03:00
mateuswetah 83fd0c1e1c Merge branch 'develop' into feature/661 2022-01-28 17:33:40 -03:00
mateuswetah d68ffb56be Merge branch 'develop' into feature/659 2022-01-28 17:33:10 -03:00
vnmedeiros f0315b0d1c Merge tag '0.18.8' into develop
release 0.18.8
2022-01-28 17:24:47 -03:00
vnmedeiros 33e9e79677 Merge branch 'release/0.18.8' 2022-01-28 17:24:37 -03:00
vnmedeiros 516044a26c fix: test if a post status `draft` has present 2022-01-28 17:02:03 -03:00
vnmedeiros 0edabe1356 fix: get repository itens with `post_status` param 2022-01-28 16:35:58 -03:00
vnmedeiros 233a33607e update tested up to 2022-01-28 14:29:37 -03:00