Commit Graph

2537 Commits

Author SHA1 Message Date
Jacson Passold 3ea5ed42b6 Merge remote-tracking branch 'origin/develop' into issue-#24 2018-07-27 00:33:25 -03:00
Jacson Passold 587e2de121 fix test semantic_uri 2018-07-27 00:32:43 -03:00
eduardohumberto 97071537e1 csv importer - start handle document fields (ref. #86 ) 2018-07-26 21:12:26 -03:00
Leo Germani bf201f96c1 fix search deactivation and cleaning #62 2018-07-26 18:24:29 -03:00
leogermani 5b4a78a937
update search engine docs 2018-07-26 18:13:54 -03:00
weryques 788abb118f Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-07-26 17:02:59 -03:00
weryques 198a777d19 Finder columns view mode for modal filter checkbox (issue #83) 2018-07-26 17:02:11 -03:00
Mateus Machado Luna 7dd454901b Replaces png Tainacan logo by SVG version 2018-07-26 16:01:44 -03:00
Mateus Machado Luna f8c82cc2eb More steps on implementing new navigation and color scheme. Ref. #87. 2018-07-26 15:51:02 -03:00
Leo Germani 19899d0ed0 API endpoints for trash untrash and delete #69 2018-07-26 14:52:30 -03:00
Leo Germani abbad9bd42 add methods for bulk trash and delete #69 2018-07-26 14:52:30 -03:00
Mateus Machado Luna 2ec3d34ddf Begins new layout changes Ref. #87. 2018-07-26 13:01:54 -03:00
Jacson Passold c7889eeaa0 creating prop semantic_uri to store metadatum schema information 2018-07-26 10:58:35 -03:00
Leo Germani 3af2026327 fix search whitout taxonomies #16 2018-07-26 09:19:40 -03:00
eduardohumberto ded79f7145 csv import - adapt process item method to skip special columns 2018-07-25 21:35:21 -03:00
Leo Germani 6d41c1a90a Text search searches in every metadata #16 2018-07-25 16:48:19 -03:00
Mateus Machado Luna d1dc53c632 Introduces new oficial color scheme. Begins modification of color variables. 2018-07-25 16:25:55 -03:00
Mateus Machado Luna 47bd72a37c Uses term_children to indicate count of children. 2018-07-25 13:44:45 -03:00
Mateus Machado Luna d3b48ee67f Begins implementation of new hierarchy logic in Terms List. 2018-07-25 13:29:46 -03:00
weryques b5bf7e85b5 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-07-25 13:26:59 -03:00
weryques 37f3501c4b Init of filter modal with checkbox (issue #83) 2018-07-25 13:22:28 -03:00
weryques 38cbf77d65 Return count of terms children 2018-07-25 13:21:36 -03:00
Mateus Machado Luna 11ae16ea53 AvailableImportersModal now lists only those with manual colleciton setting when coming from Items Page. 2018-07-25 11:05:24 -03:00
eduardohumberto ecc99ebd61 csv import - special fields initial tests ( ref. #86 ) 2018-07-24 21:15:17 -03:00
Mateus Machado Luna 5d05d49e8e Removes unecessary functions from importer mapping form. 2018-07-24 16:48:15 -03:00
Mateus Machado Luna cf8a7145c0 Adds nopaging parameter to taxonomy query in Taxonomy type Metadata Edition form 2018-07-24 16:48:15 -03:00
Mateus Machado Luna b98956c3c4 More advancements on moving metadata mapping in importer to a saparate page. 2018-07-24 16:48:15 -03:00
Mateus Machado Luna dc3bbd3ab3 Begins moving metadatum maṕping to a separate page in Importers page. 2018-07-24 16:48:15 -03:00
Leo Germani 6dda87fea7 Updating importer docs 2018-07-24 16:43:53 -03:00
Leo Germani 3ec87e5717 add get item endpoint to importers api 2018-07-24 15:06:22 -03:00
Leo Germani dd0796e590 changes the way importers props are declared and exposes it 2018-07-24 14:46:40 -03:00
Leo Germani ab0b7915ab remove debug from last commit 2018-07-24 13:24:04 -03:00
Leo Germani f6eea9927e fix test importer 2018-07-24 13:21:02 -03:00
Mateus Machado Luna 6570da0760 Fixes options form ocntent not being passed on importers that doesn't allow manual mapping. 2018-07-24 11:28:39 -03:00
Mateus Machado Luna ef077cea9b Creates AvailableImportersModal to allow selection of importer from colecitons list and items list. Makes items list send to importer edition form which collection should import from. Adds better styling for CSV and Test importers. 2018-07-24 11:03:07 -03:00
Leo Germani e900e252f2 fix displayed metadata on theme viewmodes 2018-07-23 16:55:11 -03:00
Mateus Machado Luna 094c1f8031 Finishes moving processes oage to a tab in events page. 2018-07-23 16:46:25 -03:00
Mateus Machado Luna 701a2b4b67 Fixes pagination implementation for bg-process. Begins moving processes page from separate page to evetns page on a new tab. 2018-07-23 16:15:07 -03:00
Mateus Machado Luna 6d4ff28f2d Small adjustments on css for processes popup 2018-07-23 14:53:23 -03:00
Leo Germani 4a55d2d36f Merge branch 'develop' of github.com:tainacan/tainacan into develop 2018-07-23 13:58:48 -03:00
Mateus Machado Luna 62085cb309 Adds verirication for empty metadatum on sorting. 2018-07-23 13:50:31 -03:00
Mateus Machado Luna 8c0c244e16 Fixes sorting button not appearing on view modes that do not use fetch_only. Replaces Sorting Select by a Dropdown, for consistency with other components of Search Control. 2018-07-23 13:36:59 -03:00
weryques 1b2fb877c6 Fixes: PHP does not require type hints for primitive data types. 2018-07-23 13:02:45 -03:00
weryques 89c052e441 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-07-23 12:19:37 -03:00
weryques e336d3bc66 Advanced search (#22)
Hide Relationship metadata
When there is no metadata, display a placeholder "There are no metadata to search." If in repository level, "There are no metadata in repository level"
2018-07-23 12:18:29 -03:00
eduardohumberto 3ec136124a fix tests importer csv 2018-07-20 19:55:22 -03:00
weryques 7711f002b6 Improvements on advanced search component 2018-07-20 15:43:53 -03:00
Leo Germani fdbc2234c4 add pagination to bg process API #62 2018-07-20 13:58:03 -03:00
Leo Germani 7d1f934795 add name to background processes #62 2018-07-20 11:05:27 -03:00
eduardohumberto c19ae53cc6 add logs csv and fix param in importer store 2018-07-19 21:32:24 -03:00