Commit Graph

3844 Commits

Author SHA1 Message Date
Mateus Machado Luna dc4835e7a2 Fetches collection slug from modal to build url link. 2019-06-06 16:36:31 -03:00
vnmedeiros 1a76604d1c Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-06-06 15:46:34 -03:00
vnmedeiros 8885310232 change regex to support links with only protocol #198 2019-06-06 15:46:20 -03:00
Mateus Machado Luna c4c411d032 First works on cloud layout mode. 2019-06-06 13:31:32 -03:00
Mateus Machado Luna 86def28156 Adds toggle to show items counts. 2019-06-06 12:49:47 -03:00
Mateus Machado Luna 644d62ade7 Merge branch 'develop' into feature/gutenberg-facets 2019-06-06 12:29:58 -03:00
Mateus Machado Luna 947ebc6a53 Checks metadatum type do decide where to show or not image. 2019-06-06 12:29:47 -03:00
Mateus Machado Luna 695cd7172d Removes non existing request to collection with fetch_only. Checks stored collection before requesting new one. 2019-06-06 10:40:06 -03:00
Mateus Machado Luna 5b63e0d7e2 Adds creation date and author name to records view mode on admin. 2019-06-06 10:18:06 -03:00
Mateus Machado Luna ae3475f8db Improves dateInter Mixin and adds proper creation date format to items list. Closes #265. 2019-06-05 16:26:55 -03:00
Mateus Machado Luna c76f9b720a Makes week day labels translatable on datepickers. 2019-06-05 14:51:52 -03:00
Mateus Machado Luna 5a855b8549 More adjustments to buefy's datepicker. 2019-06-05 13:41:09 -03:00
Mateus Machado Luna d2bf20cfd1 Responsiviness adjustments to datepicker. 2019-06-05 13:12:06 -03:00
Mateus Machado Luna 49793a8bde Several adjustments to datepicker and dropdown style. 2019-06-05 12:27:14 -03:00
leogermani f8f5c090e5 add vinicius to developers list 2019-06-05 11:29:23 -03:00
Mateus Machado Luna b79125eb5e Updates range filter to use recent bnumber input style. 2019-06-04 16:43:42 -03:00
Mateus Machado Luna 5d2ddd9734 Removes FormDate and adjusts comparator labels to date filter. 2019-06-04 16:12:18 -03:00
Mateus Machado Luna 999cb8bafb Adjustments to numeric and date filters. 2019-06-04 15:22:49 -03:00
vnmedeiros 7b3568c912 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-06-04 15:20:11 -03:00
vnmedeiros 3c1af06129 change the API response to include metadata `semantic url` 2019-06-04 14:43:01 -03:00
Mateus Machado Luna 17009becf2 Begins implementation of Date Filter Type Ref. #244. 2019-06-04 11:59:27 -03:00
Mateus Machado Luna 3bad4becc5 Removes Taxonomy metadata from metadata for search list on relationship metadatum edit form while something as the proposal on Ref. #236 is not feasible. 2019-06-04 09:39:28 -03:00
Mateus Machado Luna fb4a9de33c Adds Webpack bundle analyzer for development build chacking bundle sizes. Imports only debounce from lodash on Gutenberg dynamic items block to reduce bundle size. 2019-06-03 16:12:34 -03:00
Mateus Machado Luna 56a38ce3ab Adds comparator to tag and passes proper value when loading from url. 2019-06-03 13:59:22 -03:00
Mateus Machado Luna 42c9b41383 Correctly loads default option on numeric fitler form. 2019-06-03 12:41:23 -03:00
Mateus Machado Luna 743463ecb4 Receives option from filter_type_options step. 2019-06-03 12:36:54 -03:00
Mateus Machado Luna cf699c2db7 Begins to implement correct access to filter_type_options. 2019-06-03 11:47:20 -03:00
Mateus Machado Luna edc280e2cd Small css adjustment to numeric filter type. 2019-06-03 11:47:20 -03:00
Leo Germani ce05ed5d54 Merge branch 'develop' of github.com:tainacan/tainacan into develop 2019-06-03 11:41:53 -03:00
Leo Germani 58dc05317f refactor filter metadatum_id getters and setters 2019-06-03 11:41:44 -03:00
Mateus Machado Luna 5bd8c57d26 Removal of type_range_type attribute from custom-interval filter, it wasn't being used. 2019-06-03 10:53:19 -03:00
Mateus Machado Luna ad78c1dfd1 Removal of filter_type attribute from filters, it wasn't being used. 2019-06-03 10:51:17 -03:00
Mateus Machado Luna 77a2101888 Clear filters before entering advanced search. 2019-06-03 09:59:36 -03:00
Mateus Machado Luna ec8d584299 Passes only metadatum_id to filters API POST and PATCH. 2019-06-03 09:40:43 -03:00
Mateus Machado Luna e075a80b4d Small css adjustment to pages title amrgin bottom. 2019-06-03 09:30:46 -03:00
Mateus Machado Luna e661ecf863 Correctly saves step inside filter type options object on numeric filter form. 2019-05-31 12:20:09 -03:00
Mateus Machado Luna 9109eb8c3a Passes only metadatum id inside of metadatum POST in filter action. 2019-05-31 12:01:38 -03:00
Leo Germani 1656d4a2d6 Merge branch 'master' into develop 2019-05-31 11:11:45 -03:00
Leo Germani ffc71cb775 change tested up to version in readme 2019-05-31 11:10:58 -03:00
Leo Germani 6ef7ff01f8 changing version num to 0.9.1 2019-05-31 11:10:46 -03:00
Leo Germani 902b860fd4 Fix exposers to new API response 2019-05-31 11:10:34 -03:00
Mateus Machado Luna a3f8ddcb97 Adds button 'Create another item' to item page when comming from a recently created item. Ref. #237. 2019-05-30 15:25:47 -03:00
Mateus Machado Luna 84d785c03a Fixes parsing issues with regex in getWithVariables function. Closes #263. 2019-05-30 15:05:48 -03:00
Mateus Machado Luna 891e0fe2de Begins implementation of duplicate item logic Ref. #250. Show PDF inside an iframe for attachments modal Ref. #252. 2019-05-30 14:16:01 -03:00
Mateus Machado Luna f1f7addf77 Fix metadatum mapper selection not working on Google Chrome. Adds fixed height with scroll to columns on metadata and filters page Ref. #264. 2019-05-30 12:56:58 -03:00
Mateus Machado Luna adfa329160 Saves collapses information when in sequence edit Ref. #262. Better feedback for failed /users/me request failed due to user not logged in. 2019-05-30 10:39:01 -03:00
Mateus Machado Luna bd92bbb50f Gives Tainacan Gutenberg block icons colors. 2019-05-29 16:48:23 -03:00
Mateus Machado Luna 1dfd2cf01b Fixes bulma update issues on css forms. Adds Tainacan Icons search icon to autocomplete and taginput. 2019-05-29 16:36:42 -03:00
Mateus Machado Luna 52305cbb7c Shows metadatum type on modal list. 2019-05-29 16:06:47 -03:00
Mateus Machado Luna 183d09b141 Fetches metadata inside modal and renders facets on block. 2019-05-29 15:40:56 -03:00
Mateus Machado Luna 2f038fac12 First commit on facets block. 2019-05-29 13:01:22 -03:00
Mateus Machado Luna 8840c654a9 Propor use of sr-only labels only in table on admin and theme for accessibility. 2019-05-28 16:54:23 -03:00
Mateus Machado Luna 78924f0ca3 Acessibility on tables with td indicating each header. 2019-05-28 16:06:27 -03:00
Mateus Machado Luna 19c5526565 Removes unecessary labels on table aiming accessibility. 2019-05-28 15:46:59 -03:00
Mateus Machado Luna 3ca108957f Label updates aiming accessibility and checks metadatum_id type on numeric filter while we can't solve this issue. 2019-05-28 12:03:22 -03:00
Mateus Machado Luna 5cc89c4cc6 Syncs loading flag for items list component with loading of metadata and filters. Fixes masonry skeleton not adjusting height before image file is loaded. Updates Buefy. 2019-05-27 16:00:20 -03:00
Mateus Machado Luna 85fc8e0920 Removes extrad div on filter type numeric preview. 2019-05-27 11:22:46 -03:00
Mateus Machado Luna b66173b086 Fixes tooltip not appearing correctly on some status tabs. Ref. #248. 2019-05-27 10:06:25 -03:00
Mateus Machado Luna 1997e18dca Fix on status filtering. 2019-05-24 17:40:54 -03:00
Mateus Machado Luna 22f9ba900b Fetches status from WordPress api. 2019-05-24 17:19:39 -03:00
Mateus Machado Luna 2058413064 Several updates to status logic, to iterate over a global array of status options. Implements new status tabs layout on Collections and Taxonomies list Ref. #248. 2019-05-24 13:12:32 -03:00
Mateus Machado Luna 48865d3de4 Many adjusts for allowing filter type options to be used on filter edition form. 2019-05-23 17:07:34 -03:00
Mateus Machado Luna 7a9e720777 Sets to false max count option on filters that don't need it. Removes unecessary imports from theme items list. Begins implementation of form component for numeric filter Ref. #242. 2019-05-23 12:37:36 -03:00
Mateus Machado Luna dca53f1238 Actual update of TainacanIcons font files. 2019-05-23 10:59:56 -03:00
leogermani ebed93a682 proof of concept of #236 2019-05-22 18:12:39 -03:00
Mateus Machado Luna 5b65c9e85d Advances on new tabs Ref. #248. 2019-05-22 16:58:56 -03:00
Mateus Machado Luna dcf3fc6a58 Adjustments to filter type preview. 2019-05-22 15:56:27 -03:00
Mateus Machado Luna 7bc560594f Continues implementation of new numeric filter with comparator select and updates on icon font. 2019-05-22 15:07:55 -03:00
leogermani b79503d31d refactor db migrations to make sure it works for older versions #257 2019-05-22 12:32:50 -03:00
Mateus Machado Luna 9d0ada1f6a Loads 9 instead of 5 collections on home page. Puts total amount of collections label on home page button. 2019-05-22 09:58:19 -03:00
leogermani b9ad43bf24 Merge tag '0.9' into develop
release 0.9
2019-05-21 18:01:40 -03:00
Mateus Machado Luna 06353545d7 First works on new Filter Type Numeric. Ref. #242. 2019-05-21 16:46:01 -03:00
Mateus Machado Luna d147f2e403 Passes fetch_only to item page and item edition page queries as this components already load metadata from it's endpoing. Ref. #256. 2019-05-21 15:32:49 -03:00
Mateus Machado Luna 7bca04ab8f View all x collections button on home page as proposed on Ref. #260. Still needs design team approval. 2019-05-21 14:45:32 -03:00
Mateus Machado Luna 6875409e08 New sorting layout proposed on Ref. #240. Still needs icon update. 2019-05-21 14:15:23 -03:00
Mateus Machado Luna 39052a5594 New order UI proposal Ref. #240. 2019-05-21 13:08:43 -03:00
Mateus Machado Luna 39fc94977b last second fix on fonts 2019-05-20 17:00:37 -03:00
leogermani d9a848449e last minute fix in fonts 2019-05-20 16:57:28 -03:00
leogermani 2b3f15b909 version 0.9 2019-05-20 16:23:45 -03:00
leogermani f1bf9b1c23 add gutenberg blocks to README and screenshots 2019-05-20 16:22:10 -03:00
Mateus Machado Luna aef3100555 Adjusts padding for buttons on gutenberg block when outside of tainacan interface theme. 2019-05-20 16:02:15 -03:00
Mateus Machado Luna b1fe577e99 Padding adjustments to grid view mode. 2019-05-20 14:56:22 -03:00
Mateus Machado Luna b688889c8b Renders template on view modes from theme. 2019-05-20 14:43:09 -03:00
leogermani af2e0b2f9f refactor taxonomy metadata_type_options allow_new_terms to yes/no 2019-05-20 12:49:12 -03:00
leogermani 2141edeeab Fix notices on BG processes 2019-05-20 12:49:12 -03:00
leogermani a621d65f20 Fix importing tags #233 2019-05-20 12:49:12 -03:00
leogermani aba95ef923 avoid error in relationship metadata 2019-05-20 12:49:12 -03:00
Mateus Machado Luna e9276b65c5 Home page on admin ajdusted to fill lines with necessary sapce. isCancel function imported byt filters. 2019-05-20 11:31:36 -03:00
Mateus Machado Luna dfcf887554 Sorts all gutenberg modal queries alphabetically. Proper feedback when facet item search is canceled inside some filters. 2019-05-20 11:02:02 -03:00
Leo Germani 594125953c fix syntax error #236 2019-05-17 20:35:39 -03:00
Leo Germani 7706b3e8c2 Starting: convert meta_query into tax_query #236 2019-05-17 20:30:52 -03:00
Mateus Machado Luna de4aa735eb Removes uncessary query for metadata on relationship component. 2019-05-17 13:25:17 -03:00
Mateus Machado Luna 4ededb7875 Adds debounce fetching for items list on vue side. Hides Collection label by default and offers an option to show it. 2019-05-17 12:36:07 -03:00
Leo Germani be91de7d2e 0.9 RC1 2019-05-16 19:20:40 -03:00
vnmedeiros 848a0251cb Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-05-16 15:33:54 -03:00
vnmedeiros ced69bcc16 add suport on facets API to use `items_filter=false` with elasticsearch#90 2019-05-16 15:33:45 -03:00
leogermani 611b3caa7d Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-05-16 11:59:41 -03:00
leogermani 05453f22af fixing broken link to WP docs 2019-05-16 11:59:27 -03:00
leogermani b47188fbd8 lowering mysql requirement (no plans to use recursive query anymore) 2019-05-16 11:59:16 -03:00
vnmedeiros 89b2e599f8 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-05-16 11:09:40 -03:00
vnmedeiros 18160c3fcb add especial condition to order by fields `post_author`, `post_type` and `dates` for elasctipress 2019-05-16 11:09:31 -03:00
Mateus Machado Luna faecbf32d8 Fixes wrong loading flag being passed to taxonomy checkbox filter. 2019-05-16 10:41:22 -03:00
leogermani e2dc43e2bf renaming method #90 2019-05-16 10:37:17 -03:00
vnmedeiros 58af38493b add method `plugin_has_active` to verify if plugin `ElasticPress` has active 2019-05-16 10:09:13 -03:00
vnmedeiros eacfdbc29a fix sorting by metadatas on using elasticsearch 2019-05-15 18:05:00 -03:00
vnmedeiros da346eef88 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-05-15 17:52:54 -03:00
vnmedeiros bc638a1121 update class to use version 3.0 of elasticpress plugin 2019-05-15 17:52:42 -03:00
Mateus Machado Luna e8c492cfc2 Merge branch 'develop' of github.com:tainacan/tainacan into develop 2019-05-15 12:33:21 -03:00
Mateus Machado Luna 4bea12036c Adds debounce before searching in relationship metadata component. 2019-05-15 12:33:10 -03:00
vnmedeiros 565656080b Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-05-15 12:14:42 -03:00
vnmedeiros 5b330c88be fix sorting by metadatas on using elasticsearch 2019-05-15 12:14:18 -03:00
Mateus Machado Luna 09969c3303 Passes fetch_only on relationship metadata query. 2019-05-15 12:12:13 -03:00
leogermani e61ba66a0a Improve Youtube importer screen #232 2019-05-14 19:11:50 -03:00
leogermani 0e8f0b4ee7 Improve Flickr import screen and check for exit extension #233 2019-05-14 19:11:50 -03:00
Mateus Machado Luna 39140fd39d Fixes filter type mixin deregistering global hasFiltered boolean on items page. This prevented some tags to appear. 2019-05-14 17:46:21 -03:00
leogermani 27c4a66dfc Fix bug in facets search by parent and better document tests 2019-05-14 15:47:57 -03:00
Mateus Machado Luna d10a1e0bc2 Fixes full screen when item's list is inside a container relativelly positioned. 2019-05-14 10:17:31 -03:00
Eduardo Humberto c8fd29fc7e Adjusts in Flickr Importer ( #233 ) 2019-05-13 18:54:41 -03:00
Mateus Machado Luna 2e71d421a5 Makes masonry and recorsd masonry adjust their grids based on container size instead of screen. 2019-05-13 13:53:33 -03:00
Mateus Machado Luna ac69d6565d Fixes overflow on non-tainacan themes for dynamic items modal. 2019-05-13 11:20:42 -03:00
Eduardo Humberto 56e02cdcc1 Finish flickr importer ( #233 ) 2019-05-10 19:02:45 -03:00
Eduardo Humberto a3633c442f Revert "lasts tests and finish flickr importer ( #232 )"
This reverts commit 72df4b8024.
2019-05-10 18:58:23 -03:00
Eduardo Humberto 72df4b8024 lasts tests and finish flickr importer ( #232 ) 2019-05-10 18:57:49 -03:00
Mateus Machado Luna 8808857269 Adds warning message when terms are loaded but none is returned in terms modal using elastic search. 2019-05-10 10:37:40 -03:00
Eduardo Humberto 2d4d8a1450 fix api id insert in Flickr Importer ( #233 ) 2019-05-09 19:58:38 -03:00
Eduardo Humberto bf8f83ac0d Fix creation of metadata in Youtube Importer mapper ( #232 ) 2019-05-09 18:50:14 -03:00
Mateus Machado Luna 079def64ef Splits gutenberg blocks style files in one for each block. 2019-05-09 16:55:47 -03:00
Mateus Machado Luna 2b350ca267 Updates color after selecting a collection. 2019-05-09 15:40:02 -03:00
Mateus Machado Luna 8e1dabc7fe Adds loading state to vue component and organizes block control interface. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 6eef01eda9 Adds background and text color selection to collection header block. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 8780b61b39 Vue side implementation of collection header. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 807cf6aca7 Finishes responsiviness and placeholder dealing on collection header gutenberg side. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 3325b0cd03 Adds option to show collection header on block. Still needs color and placeholder ajustments. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 5b1bceb3db Fixes show name toggle not working on theme side. Ajusts spacing between items when name is shown. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 8ff1f1c53a Fixes pagination counting. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 0653cd165a Garantees more than one block can exist on same page. Updates pagination icons. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 047e25117a Adds pagination to vue component. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 2a87dc2ec5 Adds translation and debounce to vue component side. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna f0551d6173 Adds list component to client side of the block. Still needs to deal with translation, debouncing search and adjust pagination on both sides. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna e8982aff1b Creates structure for rendering differending vue components from editors save function. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 8d9c4028e8 Finishes implementation of search and sorting bar inside block editor. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 768993845a Refactor all blocks placeholder and block control. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna a7f349a620 Adds options to limit items number and search bar. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna f64887a5d9 Rceives URL from modal and loads items list. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 6315da7589 Prevents link navigation inside vie modes when in iframe. Creates style file for overriding classes when is on iframe. Separates concept of iframe mode and read mode, to allow future iframes where we can select items. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna dd8f83313c Adds iframe with admin page loaded. Creates classes read-mode to tainacan plugin. 2019-05-09 13:41:47 -03:00
Mateus Machado Luna 8387b90b54 Creates new dynamic block. 2019-05-09 13:41:47 -03:00
Eduardo Humberto 99d44a2af6 Flickr importer: fetching single phoyo for more properties 2019-05-08 19:45:16 -03:00
leogermani eee021120d First version of a WP CLi commando for garbage collection 2019-05-08 15:26:53 -03:00
Eduardo Humberto 97406636de Flickr Importer: starting first test with single photo request 2019-05-07 19:44:14 -03:00
Mateus Machado Luna 50acee12bb Fixes taxonomy sorting options appearing as name instead of title. 2019-05-07 14:46:53 -03:00
Eduardo Humberto fb79949179 Flickr Importer: get data from different requests 2019-05-06 20:01:07 -03:00
Mateus Machado Luna cb63335843 Fix issue on simple search. 2019-05-06 16:02:52 -03:00
Mateus Machado Luna 8e27427c59 Metadata separator style even inside tooltips. 2019-05-06 13:21:42 -03:00
Mateus Machado Luna 2cdb534c98 Adds different style for metadata separator when in textarea. 2019-05-06 11:44:41 -03:00
leogermani c2870a935b fix csv importer update bug when csv has less columns than before 2019-05-06 11:23:59 -03:00
Eduardo Humberto 0a2c20a4ff Flickr Importer - get total from source 2019-05-03 19:50:23 -03:00
Eduardo Humberto 5415ef525b Start Flickr Importer 2019-05-02 20:23:43 -03:00
vnmedeiros 2450539c4a Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-05-02 16:53:38 -03:00
vnmedeiros 24faea147d fix position ep_retrieve_aggregations for API items #90 2019-05-02 16:52:52 -03:00
leogermani 74b69a435b avoid html entities to show for terms 2019-05-02 16:46:35 -03:00
vnmedeiros 1534017483 Merge branch 'fix_hierarchy_facets' into develop 2019-05-02 15:30:19 -03:00
leogermani 46202e3a8f fix insert item metadata for terms relying on buggy term_exists #231 2019-05-02 15:09:49 -03:00
vnmedeiros 5c1349751a Merge branch 'develop' into fix_hierarchy_facets 2019-05-02 15:04:35 -03:00
vnmedeiros 3fa785e1cd Merge branch 'develop' into fix_hierarchy_facets 2019-05-02 14:52:42 -03:00
vnmedeiros 8b0af53de6 adds tests for facets with hierarchical taxonomies 2019-05-02 11:58:43 -03:00
vnmedeiros d7ced9480e show all terms in the hierarchical search. 2019-04-26 09:55:16 -03:00
leogermani 8c9938dd50 process terms tree preserving order 2019-04-25 14:15:48 -03:00
Eduardo Humberto abc704f92d Youtube Importer: fix errors and set importer visible 2019-04-24 19:27:42 -03:00
vnmedeiros 0dbd8f09fa add test of facets using a "n-aria" tree 2019-04-24 18:59:44 -03:00
Mateus Machado Luna 57f3f49478 Important fix: fetches items according to elastic search return on items modal inside gutenberg. 2019-04-24 12:47:45 -03:00
Eduardo Humberto f699173cb0 Youtube Importer: handle thumbnails and document from videos 2019-04-23 19:27:31 -03:00
leogermani 11b9ffcdf7 Support search, number and offset 2019-04-23 18:03:37 -03:00
leogermani 9a87e2bfab adding more options to display metadata html #227 2019-04-23 16:40:21 -03:00
Eduardo Humberto b843eb467e Youtube importer - Process item and create method get list items 2019-04-22 19:58:31 -03:00
leogermani b8d986880c changing default multi value separator #227 2019-04-22 15:39:38 -03:00
Eduardo Humberto 795ee7aa31 Youtube Importer: get total items from source 2019-04-18 20:28:44 -03:00
leogermani befb9044bb Solved SQL Query and tree algorithm! #230 2019-04-18 18:01:54 -03:00
Mateus Machado Luna 8ba2f8b591 Merge branch 'feature/gutenberg-modal-component' into develop 2019-04-18 09:56:36 -03:00
Mateus Machado Luna 6efd5e5b29 Finishes implementation of separate react components form modal terms and modal items. Ref. #186. 2019-04-18 09:55:54 -03:00
Mateus Machado Luna 39622f4e0c More adjustments o items modal component. 2019-04-17 22:22:56 -03:00
Eduardo Humberto 49bee40ced Youtube importer: remove unnecessary info 2019-04-17 19:28:18 -03:00
Eduardo Humberto 8523cadf5d Youtube Importer: start extract metadata from other types of request 2019-04-17 19:26:57 -03:00
Mateus Machado Luna 77a0bd0b64 Begins implementation of items modal react component. 2019-04-17 14:04:55 -03:00
Mateus Machado Luna f40a5cf3e7 Creates terms modal component, simplifles code of terms list gutenberg block. 2019-04-17 11:50:30 -03:00
Eduardo Humberto c1603aa9c1 extracting metadata from single video 2019-04-16 19:07:35 -03:00
leogermani 5724f75362 changing release routine 2019-04-16 17:56:03 -03:00
leogermani f21845c3d7 add version to css and js files to avoid cache 2019-04-16 17:56:03 -03:00
vnmedeiros 65c6cd9ad7 Merge branch 'feature/facets_ES' into develop 2019-04-16 16:40:03 -03:00
leogermani 764f570c86 fix test importer 2019-04-16 16:33:37 -03:00
Mateus Machado Luna 5f4ed5546f Little css adjustment to Gutenberg blocks. 2019-04-16 15:53:33 -03:00
Mateus Machado Luna 9fb038ccd1 Creates collection modal component to simplify logic on collections list block. 2019-04-16 15:46:14 -03:00
leogermani fd6e21adb5 improving multi textarea metadata display (#227) 2019-04-16 14:50:11 -03:00
leogermani a0ac1fc429 Merge tag '0.8.1' into develop
0.8.1
2019-04-16 14:14:59 -03:00
leogermani 63e75875ac updating readme stable tag trunk 2019-04-16 12:01:00 -03:00
vnmedeiros a02ac419a8 Merge branch 'develop' into feature/facets_ES 2019-04-16 11:50:36 -03:00
vnmedeiros 55e604bc40 Merge branch 'develop' into feature/facets_ES 2019-04-16 11:34:23 -03:00
leogermani 95f2f58056 fix error deleting taxonomy via api (#229) 2019-04-16 10:58:34 -03:00
leogermani 4d77dd6d7d Replace collections in taxonomy api response (#229) 2019-04-16 10:27:17 -03:00
Mateus Machado Luna 5a8f3895ef Little css adjustment to Gutenberg blocks. 2019-04-16 10:05:33 -03:00
Mateus Machado Luna fff39e795b Merge branch 'develop' of github.com:tainacan/tainacan into develop 2019-04-15 22:12:33 -03:00
Mateus Machado Luna b12ca0eb1c Adjusts multiple inputs disposition on item's form. Ref. #228. 2019-04-15 22:11:25 -03:00
Eduardo Humberto 510b259dc9 Start Youtube importer 2019-04-15 20:47:14 -03:00
Mateus Machado Luna 86db0ebc65 Fixes skeleton animation appearing on advanced search right after component is mounted. 2019-04-15 12:09:30 -03:00
leogermani dac109e60f releasing 0.8.1 2019-04-15 11:58:54 -03:00
Mateus Machado Luna fa3a4343f2 Missing tooltips. 2019-04-15 10:47:01 -03:00
Mateus Machado Luna 0284945a35 Merge branch 'develop' of github.com:tainacan/tainacan into develop 2019-04-12 20:47:22 -03:00
Mateus Machado Luna db6394de2e LOTS of tooltips added and tooltip style for repository level fixed. Ref. #. 2019-04-12 20:47:15 -03:00
Eduardo Humberto c2a6fb8765 update test and fix has value method 2019-04-12 18:46:54 -03:00
Eduardo Humberto f74a40f25e adjusts in percentage in repositories with no complete list size (#209) 2019-04-11 18:54:25 -03:00
Mateus Machado Luna 5143329a0c Adds several tooltips to icon only buttons. Begins Ref. #4. 2019-04-11 16:56:34 -03:00
vnmedeiros b0c6ae6712 add test to empty terms 2019-04-11 16:25:46 -03:00
leogermani 39f506d371 Writing tests for facets 2019-04-11 15:57:38 -03:00
Mateus Machado Luna 4ca0a07acd Limits items per page option to values smaller than max items per page from api. Ref. #217. 2019-04-11 11:58:29 -03:00
Mateus Machado Luna 0036afaeb0 Propper labels for pagination accessibility Ref. #3. Updates Buefy. Updates Tainacan Icons. 2019-04-11 10:54:53 -03:00
Mateus Machado Luna 40ac505c7e Keeps user on taxonomy edition form after saved and alerts last saved. Changes default taxonomy list orderby to name. 2019-04-11 10:15:27 -03:00
Mateus Machado Luna db527775bf Shows every collection filter on items list repository level. 2019-04-11 09:56:49 -03:00
Eduardo Humberto 25e23f2bdd finishing import oai with cursor attribute 2019-04-10 19:49:58 -03:00
leogermani 00af924d2d 0.8.1 RC1 2019-04-10 13:00:58 -03:00
leogermani e05879a8c8 Fix term_id term_taxonomy_id confusion 2019-04-10 12:52:06 -03:00
Eduardo Humberto cd74f1daf9 handle repositories without completeListSize (#209) 2019-04-09 22:20:06 -03:00
Eduardo Humberto 555534f4eb starts implement Oai Importer handle repositories without Sets (#209) 2019-04-08 22:25:05 -03:00
Eduardo Humberto a0a8b05fbe remove tmp file and write in correct file (#196) 2019-04-08 18:28:35 -03:00
leogermani dfa36b9198 avoid conflicts in css handler 2019-04-08 18:28:35 -03:00
leogermani bf3d0f157c Update database schema avoids error on installation 2019-04-08 18:28:35 -03:00
Eduardo Humberto 9f2ca49088 adjusts in media class 2019-04-08 18:28:35 -03:00
Eduardo Humberto 4d7082f5cc create method to fetch a file from a remote host and directly write it do the fs (#196) 2019-04-08 18:28:35 -03:00
Leo Germani afa5a99ef7 Fix creation of terms on csv importer 2019-04-08 16:55:58 -03:00
leogermani 15a3ad1933 check taxonomy visibility on get_value() #220 2019-04-08 12:50:19 -03:00
leogermani 512aed2017 Verify taxonomy visibility when saving metadatum #220 2019-04-08 12:50:19 -03:00
vnmedeiros bffda03bb1 Merge branch 'feature/facets_ES' of https://github.com/tainacan/tainacan into feature/facets_ES 2019-04-08 12:44:58 -03:00
vnmedeiros 94d1d91167 keep array on remove duplicates #90 2019-04-08 12:44:51 -03:00
Mateus Machado Luna 88b08db4ad Merge branch 'develop' into feature/facets_ES 2019-04-08 12:31:27 -03:00
Mateus Machado Luna ebe02457e8 Checks select value as object before iterating array. 2019-04-08 11:41:41 -03:00
Mateus Machado Luna 2b902e2b07 Checks select value as object before iterating array. 2019-04-08 11:41:15 -03:00
Mateus Machado Luna fda653cfc8 Adjustments to loading logic on filters mixin. 2019-04-08 10:30:16 -03:00
vnmedeiros 4b66dc5df0 fix typing problem for metadata #90 2019-04-08 10:16:08 -03:00
Leo Germani 60538fa934 Check taxonomy visibility in tax archive (#220) 2019-04-08 09:10:12 -03:00
vnmedeiros f97e51457b tests to visibility API #220 2019-04-07 22:27:31 -03:00
Eduardo Humberto 923ab57915 Block empty values in csv importer (#221) 2019-04-05 20:31:27 -03:00
Mateus Machado Luna 48cc148f2d Adjustments to tabs css. 2019-04-05 11:56:07 -03:00
Mateus Machado Luna 5735190ee9 More small adjustments to modal color on theme customizer. 2019-04-05 11:29:28 -03:00
Mateus Machado Luna a7e9cbb381 Several css adjustments to modal and dropdown responsiviness. 2019-04-05 11:20:11 -03:00
Eduardo Humberto 33c0f12808 verify if child terms is inserted in CSV Importer 2019-04-04 21:45:25 -03:00
Mateus Machado Luna 4d87c043b7 Fetches item name on relationship metadata filter checkbox modal on tags tab. Renames tabs name when not in taxonomy. 2019-04-04 13:19:19 -03:00
Leo Germani 3325d0ca5e Fix can_read verification 2019-04-04 13:03:15 -03:00
Mateus Machado Luna 930968e209 Updates pagination logic for checkbox modal using elastic search on text and relationship filters. 2019-04-04 12:40:35 -03:00
vnmedeiros e0360dd1e9 add check to private visibility for taxonomy #220 2019-04-03 16:35:32 -03:00
Mateus Machado Luna 0d3e571476 Adjusts loading for items list when comming from internal pages. Adjusts autocomplete and taginput width. 2019-04-03 12:48:37 -03:00
Mateus Machado Luna 34910a1f27 Fixes taginput taxonomy not deleting terms when reloading page and removing tag. 2019-04-03 10:19:41 -03:00
Mateus Machado Luna 01c76e5c0c Merge branch 'develop' of github.com:tainacan/tainacan into develop 2019-04-02 18:08:06 -03:00
Mateus Machado Luna e842b8313f Allows Tainacan Gutenberg blocks to appear in any post type. 2019-04-02 18:07:19 -03:00
Mateus Machado Luna 5ce22dafdd Fixes wrong assertion of variable for deciding whether to show or not loaidng more terms with elastic search disabled. 2019-04-02 15:35:20 -03:00
Mateus Machado Luna 1f19f90b4c Merges with develop and solves conflicts. 2019-04-02 15:19:00 -03:00
Mateus Machado Luna 02214425c7 Fixes to select filter. 2019-04-02 13:27:54 -03:00
vnmedeiros cf162001c4 Merge branch 'feature/facets_ES' of https://github.com/tainacan/tainacan into feature/facets_ES 2019-04-02 11:46:41 -03:00
vnmedeiros 539fcc0b6a fix return label on metada relationships #90 2019-04-02 11:46:19 -03:00
Mateus Machado Luna 23443c4f6a More adjustments to checkbox taxonomy filter. 2019-04-02 10:30:39 -03:00
Eduardo Humberto 589c522214 add a validation to avoid block selected values (#223) 2019-04-01 20:15:03 -03:00
Mateus Machado Luna 2e7625d106 Updates on tags logic when comming from modals. 2019-04-01 17:02:29 -03:00
Mateus Machado Luna a88ff51b84 More ajustments to loading filters. 2019-04-01 14:48:37 -03:00
vnmedeiros e6df06ab95 Merge branch 'feature/facets_ES' of https://github.com/tainacan/tainacan into feature/facets_ES 2019-04-01 14:46:52 -03:00
vnmedeiros 9c17d6590e add X-WP-Total and X-WP-TotalPages on API facetes #90 2019-04-01 14:46:36 -03:00
Mateus Machado Luna 47e671cc68 Fixes loading for filter options when elastic search is active. 2019-04-01 13:43:51 -03:00
Mateus Machado Luna db89c2752d Several updates on checkbox modal pagination for elastic search. Updates some filters to check with if they should load facets on created. 2019-04-01 11:46:16 -03:00
vnmedeiros e2f62f2c4a Merge branch 'feature/facets_ES' of https://github.com/tainacan/tainacan into feature/facets_ES 2019-03-29 14:34:38 -03:00
vnmedeiros 0f3bda04fe add wp_elasticpress in `$settings` 2019-03-29 14:34:00 -03:00
leogermani f5e985f30c Removing cursed line for the third time...
This line was added as tests in fab4bb7b22 and 1c7f428a84. But removed in 3978ebd500. We dont understand how it came back. Is in master and tag 0.8. But is not in the build release of 0.8 we did...
2019-03-29 10:59:25 -03:00
Mateus Machado Luna 68ed4eadd1 Begins to adapt to new pagination logic on checkbox modal. Lots of work in progress.. 2019-03-28 16:54:25 -03:00
leogermani 7c6bb73524 fix typo in strings 2019-03-28 16:24:59 -03:00
leogermani 9e3dcfff3e Merge branch 'release/0.8' 2019-03-28 15:23:06 -03:00
leogermani d65efc7fd1 better labels for oai-mph importer 2019-03-28 15:19:01 -03:00
leogermani 524a8ab05a Edit version numbers to 0.8 2019-03-28 14:21:28 -03:00
leogermani aa82f3a6a3 quick fix to get initial from accented strings 2019-03-28 14:13:53 -03:00
leogermani 51de22d3b7 better validation of relationship metadata type 2019-03-28 12:34:03 -03:00
leogermani 0256a55dee Fix term_exists method not properly handling search by term_id 2019-03-28 12:34:03 -03:00
fabs balvedi 24a9e9c538 Renaming it_IT translation files
to match other translation files in the languages folder
2019-03-28 12:34:03 -03:00
fabs balvedi 67b35db7b3 Translation Strings
Finishing spanish translation and adding some italian strings
2019-03-28 12:34:03 -03:00
fabs balvedi d186c3a84b + it_IT
Adding Italian translation and improving other translation strings in spanish and english
2019-03-28 12:34:03 -03:00
fabs balvedi c64177e3a2 Translating and correcting strings
Translating to spanish and correcting english strings in the code.
2019-03-28 12:34:03 -03:00
Eduardo Humberto 482648e7a4 fixes repeated items error and tests different repositories (#209) 2019-03-28 12:34:03 -03:00
Eduardo Humberto 4e2239aaff finishing and starts fix errors (#209) 2019-03-28 12:34:03 -03:00
Leo Germani 95b3fbdd75 Fixing and updating tainacan-es_AR po file 2019-03-28 12:34:03 -03:00
Eduardo Humberto f4ccd2eb24 slicing requests in create collections with multiple sets (#209) 2019-03-28 12:34:03 -03:00
Mateus Machado Luna 902db2b684 Adds nopaging to metadata request on relationship form. 2019-03-28 09:35:59 -03:00
vnmedeiros 045f007f12 add test to relationship return a valid item #90 2019-03-27 17:34:12 -03:00
vnmedeiros a395cc89ef fix fetch item on relationship metada 2019-03-27 17:16:07 -03:00
Mateus Machado Luna 3d6f6bcc5b Adjusts long-time issue of submit button inside wordpress modal with wrong line-height. 2019-03-26 12:48:57 -03:00
Mateus Machado Luna 18bc6955ac Fixes repository header not reloading after page transition, which caused wrong redirection of collection on theme and exporters link. 2019-03-26 11:08:31 -03:00
Mateus Machado Luna c170bd3395 Fixes repository header not reloading after page transition, which caused wrong redirection of collection on theme and exporters link. 2019-03-26 11:02:57 -03:00
Mateus Machado Luna 80214a5ccc Display option to hide warning modal only when user_caps has any content. 2019-03-25 11:31:39 -03:00
Mateus Machado Luna ef5e84efbc Display every metadata on sorting list even when using a view mode that does not support custom metadata. 2019-03-25 11:08:35 -03:00
Mateus Machado Luna 51e4335d5f Small responsiviness adjustment on filters menu css. 2019-03-22 12:47:04 -03:00
Mateus Machado Luna fbfc090f89 Prevents placeholder of no item found to appear on repository items list right before loading finishes. 2019-03-22 11:44:53 -03:00
Mateus Machado Luna 9b0d22e2a3 Fixes on alternative urls modal when in repository items lits. 2019-03-22 10:13:57 -03:00
Mateus Machado Luna 255b252862 Merge branch 'develop' into release/0.8 2019-03-21 16:02:08 -03:00
Mateus Machado Luna 708cffb3da Removes refences to hammerjs and element-chalk. Css adjustments to gutenberg blocks for remove button. 2019-03-21 16:00:24 -03:00
Leo Germani c6f684d567 Release 0.8 RC 1 2019-03-21 15:35:36 -03:00
fabs balvedi 4d849f9b1b Translating to spanish
Editing some english strings and translating to spanish
2019-03-21 13:52:29 -03:00
Mateus Machado Luna 4ab2077c83 Changes way that checkbox modal tests if there is pagination. 2019-03-21 12:57:27 -03:00
Mateus Machado Luna f8f53885c4 Show related collections on taxonomies list. Ref. #165. 2019-03-21 12:57:27 -03:00
Mateus Machado Luna c629d8a05b Updates collection total items for each status after list update. 2019-03-21 12:57:27 -03:00
Mateus Machado Luna 625916e742 Fixes on terms list and layout ajustment to new header image ratio. 2019-03-21 12:57:27 -03:00
Mateus Machado Luna bc54aeae83 Removes console log 2019-03-21 12:57:27 -03:00
Mateus Machado Luna aee06f3fc4 More fixes to translateable strings (Ref. #208), adjustments to gutenberg styles. 2019-03-21 12:57:27 -03:00
Eduardo Humberto a37148daf6 create method to generate terms in sets taxonomy (#209) 2019-03-21 12:57:27 -03:00
Mateus Machado Luna 854958b85b Updates orderByName when loading ordeby info from preferences. Ref #25. 2019-03-21 12:57:27 -03:00
Mateus Machado Luna a1b2e16529 Adds right click option to masonry title on admin items list. 2019-03-21 12:57:27 -03:00
leogermani c52b178cf0 improving order by metadata warning #25 2019-03-21 12:57:27 -03:00
leogermani 679d3f590b improve new tab label #212 2019-03-21 12:57:26 -03:00
Eduardo Humberto f4b4f6a9db add logs and new verification to get id for update (#210) 2019-03-21 12:57:26 -03:00
leogermani d80fe204ad add collections to taxonomy api response on edit context #165 2019-03-21 12:57:26 -03:00
Leo Germani 2208c2087f fix date metadata type validation 2019-03-21 12:57:26 -03:00
Leo Germani fa228703c8 Improve metadata type validation with error msgs #210 2019-03-21 12:57:26 -03:00
Leo Germani 65e434c8fd Revert changes. Rely on metadata type validation of date format #210 2019-03-21 12:57:26 -03:00
Eduardo Humberto d36aec0742 start allow import sets as taxonomy (#209) 2019-03-21 12:57:26 -03:00
Mateus Machado Luna a4acfe44ca Adds function to use variables with i18n Ref. #208. Adjusts cropping ratio for collection. 2019-03-21 12:57:26 -03:00
Eduardo Humberto 7ed44c1fca add verification for empty metadata values (#211) 2019-03-21 12:56:33 -03:00
Mateus Machado Luna e63f701345 Shows collection count on taxonomies list Ref. #165.New layout for taxonomy edition form. Changes header image label to simply image. 2019-03-21 12:56:33 -03:00
Mateus Machado Luna d737ca4952 Changes logic for display warning on pagination due to sorting by custom metadata. Fixes undefined functions on term items list. 2019-03-21 12:56:32 -03:00
Mateus Machado Luna 3aa39aac92 Fixes terms forms not being updated with list. 2019-03-21 12:56:32 -03:00
Mateus Machado Luna 77f14ba39f Fixes to select all items on page process and binds with constant that enables selecting all items existing on list. Ref. #199. 2019-03-21 12:56:32 -03:00
Mateus Machado Luna 1f69554548 Adds popup list to allow open item on new tab and other actions for items list on admin. Ref. #212 2019-03-21 12:56:32 -03:00
leogermani 5b79a6b1a2 Add constant to force enabling the selection of all items #199 2019-03-21 12:56:32 -03:00
Eduardo Humberto af0fa1cfb1 Adjustments in CSV Importer #210 2019-03-21 12:56:32 -03:00
leogermani c4da2e01c6 Test and fix capabilities attribution for tainacan roles #205 2019-03-21 12:56:32 -03:00
leogermani f24afb456f avoid conflict in items api endpoint fix tests 2019-03-21 12:56:32 -03:00
Mateus Machado Luna 3338ed534e Startist moving common styles between blocks to a single file. 2019-03-21 12:56:32 -03:00
Mateus Machado Luna 659c531e1b Shows pagination warning after changing metadata. Small fixes. 2019-03-21 12:56:32 -03:00
Mateus Machado Luna 6791500ade Fixes wron assignment to modalItems after collection reset. 2019-03-21 12:56:31 -03:00
Mateus Machado Luna 1d60da61ff Creates collection grid static block. 2019-03-21 12:56:31 -03:00
Mateus Machado Luna 52f38310ce Hides old items gutenberg block. 2019-03-21 12:56:31 -03:00
Mateus Machado Luna a9851521b0 Adds option for adjusting grid margin. 2019-03-21 12:56:31 -03:00
Mateus Machado Luna 23deab1d3e Begins implementation of dynamic margin size. 2019-03-21 12:56:31 -03:00
Mateus Machado Luna cda2089ee3 Marginless items grid when no title exists. Fetch only for loading items. 2019-03-21 12:56:31 -03:00
Mateus Machado Luna 1b8fca0515 Begins implementation or marginless items grid. 2019-03-21 12:56:31 -03:00
Mateus Machado Luna 409ad66481 First steps on implementing static items gutenberg block. 2019-03-21 12:56:31 -03:00
Mateus Machado Luna b4d67842a8 Adds alert dialog for cases where sorting metadatum removes items from list. Fixes totalCollectionItems counting and grid view mode label. 2019-03-21 12:56:30 -03:00
Mateus Machado Luna 8a1a1f4ceb Final adjustment to loading on terms modal. 2019-03-21 12:46:32 -03:00
Mateus Machado Luna f9898c7dba Adds taxonomy name to terms modal. Shows spinner while loading terms or taxonomies. 2019-03-21 12:46:32 -03:00
leogermani a6405187e5 Fix small errors in system check page #174 2019-03-21 12:46:32 -03:00
Mateus Machado Luna 5b0107e44d Adds hideempty param to terms request. 2019-03-21 12:46:32 -03:00
Mateus Machado Luna ca224d27a2 Adds option to hide terms name on list view. Hides image and name only via css. 2019-03-21 12:46:32 -03:00
Mateus Machado Luna 41210a4714 First version of terms selection via modal finished. 2019-03-21 12:46:32 -03:00
Mateus Machado Luna e2bb632f67 (Almost) finishes migration from autocomplet to modal. 2019-03-21 12:46:32 -03:00
Mateus Machado Luna aed15aea7f More specific classes to thumbnails on masonry and recods view mode to avoid overriding by external themes. 2019-03-21 12:46:31 -03:00
Mateus Machado Luna 46a73dafd4 Begins transference of taxonomy selection to modal. 2019-03-21 12:46:31 -03:00
Mateus Machado Luna 0cafd8e679 Adds images to modal items. Adds columns layout to terms list. Adds total terms. 2019-03-21 12:46:31 -03:00
Eduardo Humberto b25e516bd2 add logs for importer oaipmh 2019-03-21 12:46:30 -03:00
Mateus Machado Luna a28bb4d98a Continues implementation of terms list. 2019-03-21 12:46:30 -03:00
Mateus Machado Luna e156a9ed99 Adds search control and checkboxes to terms list on modal. 2019-03-21 12:46:30 -03:00
Mateus Machado Luna 0c616fa145 Begins experiments with modal. 2019-03-21 12:46:30 -03:00
leogermani 67d61ecfbd First version of system check page ready #174 2019-03-21 12:46:30 -03:00
leogermani 26929f8509 starting system check page #174 2019-03-21 12:46:30 -03:00
leogermani 682c649e16 Starting feature and getting sample class to work upon #174 2019-03-21 12:46:30 -03:00
Mateus Machado Luna dbe64d2c25 Checks if current user can edit for displaying metadata and filters button on collection subheader. Checks if user can delete for displaying trash icon on collections list. 2019-03-21 11:27:38 -03:00
Mateus Machado Luna ed6d87c52b Checks if current user can edit to display collection settings button on collection list. 2019-03-21 10:49:15 -03:00
Leo Germani d5fa3b7326 add can_delete flag to entities in the API 2019-03-21 10:47:01 -03:00
Leo Germani 9391f2da7e add experimental label to oaipmh importer 2019-03-21 10:47:01 -03:00
Eduardo Humberto 2f845a11ce get sets with resumption token (#209) 2019-03-20 22:46:19 -03:00
fabs balvedi 170ddb2ede Translating text strings do spanish 2019-03-20 21:12:48 -03:00
fabs balvedi 0db077c6f0 Translating and correcting strings
Correcting english strings and translating into spanish
2019-03-20 19:17:52 -03:00
fabs balvedi 7c76329b57 Correcting some text strings
Correcting some text strings and deleting a translation file that was not suposed be there
2019-03-20 18:44:01 -03:00
Mateus Machado Luna b0379e12c6 Alters label for restoring items from trash. Closes #214. 2019-03-20 17:26:23 -03:00
Leo Germani 3bf210c97e FIX: facet endpoint must return term id not term_taxonomy_id 2019-03-20 16:40:19 -03:00
fabs balvedi 380a0e0d91 Merge remote-tracking branch 'origin/develop' into develop 2019-03-20 15:42:56 -03:00
fabs balvedi 02614e89bd improving Core Title description texts 2019-03-20 15:42:39 -03:00
Mateus Machado Luna 6967b0e8b0 Hides edit button when user is not allowed to do it in item's page. Also redirects edition dition page to items list when user cant edit. Ref. #205. 2019-03-20 12:50:15 -03:00
Mateus Machado Luna b9f2e371d6 Allows right click to open collections and other list options. 2019-03-20 12:29:38 -03:00
fabs balvedi 534602fc9a + es_AR.po
First es_AR translation strings
2019-03-20 11:55:23 -03:00
Mateus Machado Luna dfaf7858d6 Updates loading boolean while performing bulk operations on items list. Ref. #216. Redirects urls of collections related to taxonomy to admin (Ref. #165). 2019-03-20 10:11:39 -03:00
Eduardo Humberto 8b14bb0e07 create collection structure to create sets as terms in taxonomy (#209) 2019-03-19 19:56:09 -03:00
vnmedeiros 2adbd07892 Search items by metadata of type relations #90 2019-03-19 14:55:17 -03:00
leogermani c6cae0c71c Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-03-19 14:17:11 -03:00
Mateus Machado Luna dc6d66164a Show related collections on taxonomies list. Ref. #165. 2019-03-19 12:58:35 -03:00
Mateus Machado Luna 506fce5a2b Updates collection total items for each status after list update. 2019-03-19 11:48:13 -03:00
vnmedeiros b3e0546cb0 Search items by metadata of type relations #90 2019-03-19 11:41:12 -03:00
Mateus Machado Luna e789e7273a Fixes on terms list and layout ajustment to new header image ratio. 2019-03-19 10:35:54 -03:00
Mateus Machado Luna 7bdd1fb9e3 Removes console log 2019-03-19 10:35:54 -03:00
Mateus Machado Luna 139e9ae76c More fixes to translateable strings (Ref. #208), adjustments to gutenberg styles. 2019-03-19 10:35:54 -03:00
vnmedeiros d11681357d in API facetes for taxonomy add taxonomy_id #90 2019-03-19 09:49:15 -03:00
vnmedeiros bd9678d6e2 in API items for taxonomy add the taxonomy_id #90 2019-03-19 09:48:15 -03:00
Eduardo Humberto 42b7e2dc87 create method to generate terms in sets taxonomy (#209) 2019-03-18 22:32:44 -03:00
Mateus Machado Luna 90573c1c4c Updates orderByName when loading ordeby info from preferences. Ref #25. 2019-03-18 19:04:49 -03:00
Mateus Machado Luna b7b399fa92 Adds right click option to masonry title on admin items list. 2019-03-18 18:43:53 -03:00
leogermani a63abd215d improving order by metadata warning #25 2019-03-18 18:10:41 -03:00
leogermani 7d46ea4b43 improve new tab label #212 2019-03-18 18:04:58 -03:00
vnmedeiros fa695630cd add the search by metadata relationship #90 2019-03-18 17:35:22 -03:00
Eduardo Humberto b176892b50 add logs and new verification to get id for update (#210) 2019-03-18 16:52:51 -03:00
leogermani 5ffd73f685 add collections to taxonomy api response on edit context #165 2019-03-18 16:47:54 -03:00
Leo Germani b487afff66 fix date metadata type validation 2019-03-17 15:28:36 -03:00
Leo Germani bcbd8fb5c9 Improve metadata type validation with error msgs #210 2019-03-17 14:41:05 -03:00
Leo Germani b40564263b Revert changes. Rely on metadata type validation of date format #210 2019-03-17 14:40:43 -03:00
Eduardo Humberto 8fff81ba5b start allow import sets as taxonomy (#209) 2019-03-15 19:32:47 -03:00
Mateus Machado Luna eb56d6e301 Adds function to use variables with i18n Ref. #208. Adjusts cropping ratio for collection. 2019-03-15 12:47:59 -03:00
Eduardo Humberto 706b89353d add verification for empty metadata values (#211) 2019-03-14 19:55:31 -03:00
Mateus Machado Luna c03626b4d7 Shows collection count on taxonomies list Ref. #165.New layout for taxonomy edition form. Changes header image label to simply image. 2019-03-14 15:47:41 -03:00
Mateus Machado Luna 5a730264d4 Changes logic for display warning on pagination due to sorting by custom metadata. Fixes undefined functions on term items list. 2019-03-14 15:05:02 -03:00
Mateus Machado Luna 3503f70df5 Fixes terms forms not being updated with list. 2019-03-14 14:29:41 -03:00
Mateus Machado Luna fd994eff47 Fixes to select all items on page process and binds with constant that enables selecting all items existing on list. Ref. #199. 2019-03-14 12:14:06 -03:00