Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkp/pkp-lib#3594 Add entity schema, Context API, and Vue.js forms #2067

Merged
merged 6 commits into from
Jan 9, 2019

Conversation

NateWr
Copy link
Contributor

@NateWr NateWr commented Jul 17, 2018

  • Add journal-specific context schema
  • Update journal_settings db schema to remove setting_type
  • Convert journal contact/masthead forms to Vue.js

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@NateWr NateWr force-pushed the i3594_forms branch 2 times, most recently from f854133 to fe539e8 Compare October 4, 2018 13:53
@NateWr NateWr force-pushed the i3594_forms branch 2 times, most recently from cc14ae9 to 4dd3043 Compare October 23, 2018 15:54
@NateWr NateWr force-pushed the i3594_forms branch 6 times, most recently from e9a9c08 to 796d88e Compare October 30, 2018 15:04
@NateWr NateWr force-pushed the i3594_forms branch 10 times, most recently from 85d7454 to 1217330 Compare November 8, 2018 14:06
@asmecher
Copy link
Member

asmecher commented Nov 9, 2018

Same business here as I posted on the pkp-lib PR :)

@NateWr NateWr force-pushed the i3594_forms branch 2 times, most recently from b4f9870 to 0b1dfcd Compare November 13, 2018 16:32
@NateWr
Copy link
Contributor Author

NateWr commented Nov 16, 2018

Just a few outstanding comments and that DateStringNormalizerFilter thing, and 🤞 I think we might be close to merge! Thanks for all the help so far!

(Oh, except for OMP! 🛠️)

@NateWr NateWr force-pushed the i3594_forms branch 2 times, most recently from 7d8fc34 to 272f5db Compare November 27, 2018 15:57
@NateWr NateWr force-pushed the i3594_forms branch 16 times, most recently from fcf3b4a to dac45bd Compare December 21, 2018 11:15
'label' => __('manager.setup.journalAbbreviation'),
'isMultilingual' => true,
'value' => $context ? $context->getData('abbreviation') : null,
]), ['after', 'acronym']);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should e.g. 'after' be a defined constant?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

- Add journal and site schema
- Load journal and site defaults from schema
- Add source file for generating API docs using cli tool
- Document /context, /site, /temporaryFiles, /context/{id}/themeOptions,
  /_payments API endpoints
- Update journal_settings and site_settings db schema to remove setting_type
- Convert journal and site settings forms to Vue.js
- Deprecate Context::getSettings() in favor of Context::getData()
- Remove unused context settings: copyeditInstructions, refLinkInstructions,
  metaCitations, authorSelfArchivePolicy
- Change sequence to seq in API to match underlying data structure
- Add json linting to tests
- Add private endpoint for handling payment settings forms
- Migrate handling of journal stylesheet to pkp-lib
- Migrate active block plugins from plugin_settings to journal_settings
- Move article permission reset to tools
- Improve authorization failure responses in API
- Replace metadata grid with form fields
- Remove unused Reading Tools locale strings
- Replace journal settings wizard
- Rename ListHandlers to ListPanels and move to /components directory
- Add licenseTerms in place of copyrightNotice on article landing
- Update help panel to avoid using .md extensions, to fix issues with
  serves which try to serve the actual file instead of routing to our
handlers.
Namespacing and conventions:
- Use namespaces for form components
- Update autoload to use APP namespace instead of OJS so it can be used
  across apps
- Use a shorter syntax for getting service classes
- Use interfaces and traits to enforce common patterns in service classes
- Replace APIRouter::getApiUrl with APIRouter::url

Fixes:
- Fix whitespace and quote issues in dbscripts
- Fix /submissions/{id}/participants endpoint
- Fix error displaying publishingMode value in form
- Fix typo in bounce address description
- Use description in HTML fields so value is not submitted
- Convert enableOai option to new forms
- Add error message for API requests that require a context

Tests:
- Fix invalid closing tags in locale file
- Add missing npm dependencies
- Fix add and setup journal tests
- Update help file validation to expect filenames without .md
- Bump vue-tabs-component version to fix id/hash bug
- Move /_payments API handler to pkp-lib
- Replace journal with context in several locale keys
- Remove unused locale strings
- Move PaymentSettingsForm to pkp-lib
- Fix docblock path in form components
- Move several migration scripts to pkp-lib
- Fix wrong docblock path in IssueQueryBuilder
- Add @copydoc to ContextQueryBuilder
- Fix typos in API documentation
- Remove JournalGridHandler and move functions to ContextGridHandler
- Move AccessForm to OJS and PaymentSettingsForm to pkp-lib
- Move several context properties from pkp-lib to OJS and vice-versa
- Restore accountName to paypal settings form
- Move assignedToSection user query arg to OJS
- Add placeholder AppearanceAdvancedForm
@NateWr NateWr merged commit 1334c51 into pkp:master Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants