Commit Graph

4020 Commits

Author SHA1 Message Date
Leo Germani 58dc05317f refactor filter metadatum_id getters and setters 2019-06-03 11:41:44 -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 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
vnmedeiros 9b85c8f389
Fix Error in exposer documentation 2019-05-23 15:59:05 -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 16e8d13e41 New filter type #242 2019-05-21 18:04:34 -03:00
leogermani b9ad43bf24 Merge tag '0.9' into develop
release 0.9
2019-05-21 18:01:40 -03:00
leogermani e11f6bd8a0 Merge branch 'release/0.9' 2019-05-21 17:59:55 -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 f4bea4b860 add block css to gitignore 2019-05-20 16:50:06 -03:00
leogermani e6e98e06e5
Update release.md 2019-05-20 16:33:00 -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