This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 39
Consider adding url to book and book chapter manual types #535
Comments
dsifford
added a commit
that referenced
this issue
Jan 28, 2019
* update dependencies and stale codebase before digging in to gutenberg * more refactoring * progress on gutenberg update * update dependencies + fix scss import issue * use external lodash provided by wordpress * adjust store structrue + add new sidebar store * make citeproc types non-ambient * use minified citeproc from jsdelivr CDN * upgrade dependencies * misc progress * move _legacy/utils/resolvers to utils/resolvers * misc small tweaks * change sidebarStore to uiStore + other small adjustments * update various type defs * update data store * add cache utility + async controls * add processor utility + actions * misc updates * initial basic working citation inserter/updater * update dependencies * misc type definition updates * improve select and dispatch types * small adjustmets for wp 5.0 release * improve classic editor detection * update dependencies * weekend sprint progress * fix various tslint rule violations * simplify stores * weekend sprint progress on gutenberg update * move a few things around * finish resolvers update + finish manual data form flow * finish edit reference dialog + begin wiring it up * finish edit reference dialog functionality * fix misnomer in state nomenclature * ignore json files in tslint * fix deprecation in tslint.json * dependency updates * add TextareaAutosize component * finish up initial edit, save, and transforms for bibliography block * bump required PHP version to 7.2 * move types into top-level types directory * switch to global notices for more simplicity * misc small tweaks to bibliography block + add misc helper methods * improve bibliography block * improve citation format reliability * refactor sidebar components * improve reliability of citation format * add static publication list block * add postcss-loader * add i18n strings where missing throughout js files * move get_style_json function * misc small adjustments * fix dialog titles * implement changing citation style on the fly * add bibliography metadata to bibliography block * update dependencies * shift around legacy styles * misc tweaks/adjustments * add global bibliography styles * add subscribe to save method to automatically clear save notices * re-implement handling of custom styles * move from globals to using API resolvers for initial state * improve highlighting of selected citations in the editor * fix autocite date parsing in legacy editor. closes #459 * move legacy workers into legacy directory * use babel-loader directly * fix edit dialog date parsing * misc small php adjustments * fix sorting of citation items in tooltips. Note: this fix affects only the new block editor. Legacy editor is still affected. closes #421 * two small php bugfixes * style frontend + add tooltip.js for rendering tooltips * prune out deprecated plugin options from options pages * misc php cleanup * unset pointer cursor inside tooltips * upgrade dependencies * move scripts to top-level directory * fix broken update-styles script and improve fuzzy matching of citation styles * fix tslint warnings * change up export formats * initial working footnotes implementation * add footnote list to sidebar * fix bibliography tooltip bug * a11y improvements * small css tweaks * bump to beta semver number in package.json * fix issue in prefetching saved state * autofocus dialog inputs * remove rollbar for now - maybe add sentry error logger later. closes #493 * clean up various global type declarations * update dependencies + remove old stale tests * add URL field to a few more manual types. closes #535 * swap out domReady for @wordpress/dom-ready in legacy files * split code into several entry chunks * remove unnecessary calls to apiFetch * switch to protected meta for editor state * improve checks for loading legacy code vs new code * give the php files some much-needed TLC * only get citations that have an id in getCitationsByIndex * clean up legacy csl parser and move it to utils since it's still being used * move files around + delete old components that are no longer needed * update and clean up options-page stuff * fix issue with fetching initial post-meta in wordpress core version of gutenberg * fix error message parsing in csl file parser * update dependencies * clean out old translations * remove php trailing commas * dependency updates and build script adjustments * ajax updates & shared code pattern abstractions * json script abstractions * do not focus footnotes or bibliography when inserting the block * fix determining cited items by excluding invalid block types * only disable insert citation button if selectedItems contains one or more citations * upgrade dependencies + adjust i18n string on options page * fix typo in zip script * fix bug introduced by printing the nonce too early * make csl citation properties param required * misc refactors for better code sharing * use page-embedded JSON for initial state, rather than unreliable resolvers * remove all legacy tests because most of them are failing now and it isnt worth fixing * clean up ambient definitions + move fileinput out of legacy * upgrade dependencies * fix ambient reference i missed in last commit * add script for resolving external dependencies automatically using webpack stats * misc final touches before update * fix lint errors * update citation styles
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Related conversation: WordPress/gutenberg#1890 (comment)
The text was updated successfully, but these errors were encountered: