Commit Graph

8018 Commits

Author SHA1 Message Date
vnmedeiros ca67455da8 update package-lock.json 2023-05-30 15:09:54 -03:00
mateuswetah 67054fdc31 Changes version number to 0.20.3 and updates some dependencies on package.json. 2023-05-30 09:34:34 -03:00
mateuswetah 1f59c8ba5c Updates logic for filtering metadata inside sections. 2023-05-29 21:56:15 -03:00
mateuswetah c677782e87 Update to terms parent update logic. 2023-05-29 16:46:57 -03:00
mateuswetah 9856278db4 Small CSS adjustment to terms multiple insertion. 2023-05-29 16:00:11 -03:00
mateuswetah 376958851c Small css fix do multiple terms icon. 2023-05-29 15:52:29 -03:00
mateuswetah 9c71273a0b Fixes item submission options not propagating to compound input. 2023-05-29 10:56:45 -03:00
mateuswetah f1b3e015e3 Defaults terms public list to parent = 0. 2023-05-29 10:56:21 -03:00
mateuswetah 91e17d1290 Improves error message for metadata sections. 2023-05-25 10:42:47 -03:00
mateuswetah 154f9ccaca Merge branch 'develop' of github.com:tainacan/tainacan into develop 2023-05-25 10:36:56 -03:00
mateuswetah 851a6d4c64 Improves multiple terms insertion error message. 2023-05-25 10:36:51 -03:00
vnmedeiros 078ea5247a Merge branch 'develop' of github.com:tainacan/tainacan into develop 2023-05-25 10:17:20 -03:00
vnmedeiros b9f40bcf12 fix: set type of error in validate metadata section #777 2023-05-25 10:17:03 -03:00
mateuswetah 5a71415dfb Fixes type on orderby variable in collections and taxonomies lists. 2023-05-24 11:33:13 -03:00
mateuswetah d19ae3e7d7 Removes unecessary dependency from editor style when loading blocks in theme side. 2023-05-24 10:13:11 -03:00
mateuswetah 106fbc54c1 Adds warning of how many terms were created. #786. 2023-05-22 11:53:21 -03:00
vnmedeiros 8472d5804a feat: add endpoint `/terms/bulkinsert` #786 2023-05-22 10:44:52 -03:00
mateuswetah df963f1e4e Adds IDs for each button in the item submission block. 2023-05-17 09:54:47 -03:00
mateuswetah 122e4aa9b8 Fixes $parent access to some components in the item metadata submission form. 2023-05-15 11:34:43 -03:00
mateuswetah cf00e20d8f Fixes level removal in terms list hierarchical. 2023-05-15 10:51:07 -03:00
mateuswetah d7c2100116 Deep set on state changes after metadata order update inside section. 2023-05-11 15:50:44 -03:00
mateuswetah 72b6ca903f Uses fixed footer in collection form as in Taxonomy form. 2023-05-11 11:52:10 -03:00
mateuswetah 86c8eacd08 Creates panel for multiple terms insertion. #786. 2023-05-11 11:20:13 -03:00
vnmedeiros 7043ee167c feat: create option to add section name on exporter csv #787 2023-05-11 10:30:50 -03:00
mateuswetah 7adbfa82c9 Makes all reference to 96 max per page setting reference the constant #771. 2023-05-09 14:25:37 -03:00
mateuswetah cd5ba1c50c Hide option of enabling conditional metadata inside metadata section form if inside the default section. 2023-05-09 10:56:41 -03:00
mateuswetah a64e4ddabb Fixes totalRemaining column update after term insertion #775. 2023-05-09 10:38:44 -03:00
Mateus Machado Luna 87684d2897
Merge pull request #788 from tainacan/feature/758
Taxonomy Terms public list and new inputs #758
2023-05-08 15:46:23 -03:00
Mateus Machado Luna af4df934aa
Merge pull request #785 from tainacan/feature/784
Adds option to set taxonomies as non-hierarchical #784
2023-05-05 16:50:14 -03:00
mateuswetah 1d0dbd6a2b Adds option to define a Taxonomy as non-hiearchical. #784. 2023-05-05 16:03:29 -03:00
mateuswetah d70ec0f38b Removes terms-list-linear and moves its logic back to terms-list-hierarchical. 2023-05-05 10:51:43 -03:00
mateuswetah 83772fd023 Moves action buttons to over the label. 2023-05-04 10:12:45 -03:00
mateuswetah 7921d7011f Creates mixin to hold common logic of the terms lists components. #784. 2023-05-03 16:40:30 -03:00
mateuswetah 0aa1d51bfb Merge branch 'feature/758' into feature/784 2023-05-03 14:56:58 -03:00
mateuswetah 115b286c16 Updates to parent term selection dialog. 2023-05-03 14:51:10 -03:00
mateuswetah ae0448da42 Adds terms parent change logic inside the terms list. 2023-05-03 14:30:53 -03:00
mateuswetah 8f480d55ce Fix some icons colors. 2023-05-03 14:00:36 -03:00
vnmedeiros 880fef45c3 feat: add endpoint update parent terms #758 2023-05-03 11:33:16 -03:00
mateuswetah 18c1d27b72 Begins split of terms-list component in three. 2023-05-02 11:18:26 -03:00
mateuswetah accfaa1d55 Classes renaming on the terms list #775. 2023-04-28 11:42:35 -03:00
mateuswetah b6f6c050d6 Variables renaming in the terms list. #775. 2023-04-28 11:16:12 -03:00
mateuswetah ef28128fef Fixes insertion order in terms list #775. 2023-04-28 10:03:12 -03:00
mateuswetah 9cffe0eb57 Removes unecessary vuex mutations and adds back to root term button. #775. 2023-04-27 12:23:33 -03:00
mateuswetah 5cd46b9f65 Updates total_children information in sync with term insertion and deletion. #775. 2023-04-26 18:25:50 -03:00
mateuswetah 4225af946b Adds options to remove if selected a whole column instead of some terms. #775. 2023-04-26 16:38:26 -03:00
mateuswetah 65ace5843f Adds delete_child_terms to deleteTerm action. 2023-04-24 13:56:28 -03:00
mateuswetah 8e4294b1e6 Merge branch 'feature/758' of github.com:tainacan/tainacan into feature/758 2023-04-24 09:46:12 -03:00
mateuswetah e7db054401 Removes unecessary term traversal 't' library. 2023-04-24 09:46:06 -03:00
vnmedeiros ee2e1e650b fix: add cast to tainacan entity 2023-04-24 09:41:32 -03:00
mateuswetah 2e87f3d690 Safer access to item id in theme helper function. 2023-04-19 15:27:57 -03:00