Commit Graph

1683 Commits

Author SHA1 Message Date
Jacson Passold 63e23420bb check if is a valid key, remove old code 2018-05-29 20:32:02 -03:00
Jacson Passold a9698cb3f6 Merge remote-tracking branch 'origin/develop' into new-mapped-collection
# Conflicts:
#	src/admin/pages/lists/collections-page.vue
2018-05-29 20:19:56 -03:00
Jacson Passold bc99d7eae4 add mapper prop to collection creation actions 2018-05-29 20:17:02 -03:00
Jacson Passold 3beaced591 add support to detect mappers and types by slug 2018-05-29 20:15:52 -03:00
mateuswetah 5f19202672 Fixes wrong scroll overflow on collection edition form 2018-05-29 19:50:45 -03:00
mateuswetah 8af11a3ea9 Fix merge conflict with item-list-template 2018-05-29 19:27:00 -03:00
Jacson Passold 5af903a987 test api mapped collection creation 2018-05-29 19:26:09 -03:00
Jacson Passold 8c9d0515c4 docs for metadata mapper prop 2018-05-29 19:25:29 -03:00
Jacson Passold d9d5eac044 add creation helper props 2018-05-29 19:24:55 -03:00
Jacson Passold 4234a6900d remove debug info 2018-05-29 19:24:17 -03:00
Jacson Passold 7c77d04ed1 add creation mapped method 2018-05-29 19:23:07 -03:00
Jacson Passold 95535e48e8 check if is a fetch empty result 2018-05-29 19:22:12 -03:00
Jacson Passold 220a15e7e6 fix some function docs 2018-05-29 19:21:29 -03:00
Jacson Passold fef6984e4c create a new item for the new collection, avoid old in memory garbage 2018-05-29 19:21:07 -03:00
Mateus Machado Luna 7d9557b4a4 Finishes implementation of EnabledViewModes configuration. 2018-05-29 18:14:30 -03:00
weryques 347eefa7e2 Adds fetch all values of a field from a repository 2018-05-29 14:45:16 -03:00
Mateus Machado Luna 79c006c119 Changes format to view_mode query. Puts dynamic loading component on ItemsPage. Separates ItemsList in a comonent for Admin and another for theme. 2018-05-29 14:21:06 -03:00
Mateus Machado Luna 2b1acfcd3f Puts b-loading css into theme. Creates ViewModeTable component, still out of place 2018-05-29 14:21:05 -03:00
weryques 348f429d73 Fixes error on test api filters and changes the condition for delete a object to non strict 2018-05-29 14:21:05 -03:00
weryques 2dc057698e Filters repository level
Adapt filters for repository level
Adapt a function of filter type mixin for repository level
Fixes some bugs and errors
Creates new route and endpoint to get field at repository level
2018-05-29 14:21:05 -03:00
weryques fc2ef87a60 Items page in repository level with collections filter 2018-05-29 14:21:05 -03:00
weryques c85960ad66 Adds flash icon to events route in primary menu 2018-05-29 14:21:05 -03:00
weryques ff69fc4d3d Initiated items page in repository 2018-05-29 14:21:05 -03:00
Leo Germani b5d9b3fe20 new template tag faceted search 2018-05-29 13:55:53 -03:00
Leo Germani e67f207cea add register view modes logic 2018-05-29 11:04:25 -03:00
weryques 2c8def795d Fixes error on test api filters and changes the condition for delete a object to non strict 2018-05-29 10:04:37 -03:00
Mateus Machado Luna c0880feb64 Fix conflicts 2018-05-29 10:03:15 -03:00
Mateus Machado Luna 7b4d56801e Bye Bye SearchControl! Moves it's responsabilities to ItemsPage. Adjusts FiltersMenu height on theme. 2018-05-29 09:56:55 -03:00
weryques dc5e8c597c Merge branch 'feature/items-page-in-repository' into develop 2018-05-29 09:33:54 -03:00
weryques 188203c951 Merge branch 'develop' into feature/items-page-in-repository 2018-05-29 09:32:08 -03:00
weryques 62ab19b1f1 Filters repository level
Adapt filters for repository level
Adapt a function of filter type mixin for repository level
Fixes some bugs and errors
Creates new route and endpoint to get field at repository level
2018-05-29 09:28:44 -03:00
mateuswetah 73b38a3abf Hides vue components for cards and list for now. Keeps search-control visible based on totalItems 2018-05-28 17:28:25 -03:00
Mateus Machado Luna 065e74f7c5 Redo all the items list process. 2018-05-28 16:38:02 -03:00
Mateus Machado Luna edcc40d159 Adds permanently delete button to items and collection list 2018-05-28 16:09:55 -03:00
Mateus Machado Luna 925d27efd5 Fixes bug where attachments where being loaded in new item from previous opened item. 2018-05-28 15:26:44 -03:00
Mateus Machado Luna 53e6091f8e Adds format post query, to determine which view mode will be rendered on theme. 2018-05-28 15:19:39 -03:00
weryques 38ed0c0a5a Merge branch 'develop' into feature/items-page-in-repository 2018-05-28 10:33:03 -03:00
weryques a20b0fa392 Items page in repository level with collections filter 2018-05-28 10:29:36 -03:00
mateuswetah f6ce7b023d Adds first extra visualization forms to Theme Items List. Allows Item to be viwed on theme without being logged in. 2018-05-28 08:16:34 -03:00
Leo Germani c0e70ef353 update readme 2018-05-25 12:07:43 -03:00
mateuswetah cb4f525049 Replaces collection route path from edit to settings. 2018-05-25 11:34:25 -03:00
mateuswetah 4b3b04fec2 Implements displayed fields dropdown with apply button. 2018-05-25 11:14:01 -03:00
Mateus Machado Luna 7e7b9ac8c1 Begins implementation of new fields selector 2018-05-25 09:36:03 -03:00
Mateus Machado Luna dc31c71e64 Splits creation date and author in remaining tables. Adds more tooltips to tables. 2018-05-25 09:03:52 -03:00
Jacson Passold 425fd89022 merge dropdown menu from develop with new dynamic, fix translation filter 2018-05-24 12:02:20 -03:00
Jacson Passold 2c681f02ee add dropdown menu with route to create mapped colletions 2018-05-24 11:51:58 -03:00
Jacson Passold 71e8ff5480 add blank collection string to i18n 2018-05-24 11:51:10 -03:00
Jacson Passold 0142511a10 add support to i18n to mappers props 2018-05-24 11:50:32 -03:00
Jacson Passold 800a91942f add get mappers to vuex 2018-05-24 11:49:38 -03:00
mateuswetah de359e1a79 Splits tainacan-admin.scss into several files. This will help future styling work, specially on identifing unecessary duplicated css. 2018-05-24 00:38:41 -03:00