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

Rebase #1

Merged
merged 408 commits into from
Feb 24, 2019
Merged

Rebase #1

merged 408 commits into from
Feb 24, 2019

Conversation

ghbolivar
Copy link
Owner

Description of changes

Related issues (if any)

Testing

  • Please confirm npm run test-all ran successfully.

export-mike and others added 30 commits August 16, 2017 14:16
packages.js generates a Uncaught SyntaxError: Unexpected string when minified, and fails to load the admin interface.
After some digging I found that uglifyjs compresses the typeof checks into the following format "undefined"==typeof x which triggers a syntax error after passing through another minification process when deployed.

A way to prevent this from happening is to allow semicolons in the uglifyjs command.
Also needed to add the 'aphrodite/no-important' to the required packages for the Admin UI.
Update maxAge of cookie to reflect time in milliseconds
Make file field a link when it has a href
Use safeRequire instead of manual try-catch requires
fix:typo in handleError in screens/Item/index.js
It was working before but the `./` was extraneous and redundant.
fix:module-name in import statement in EditForm.js
jimulle and others added 26 commits October 4, 2018 17:34
underscore instead of undercore
Link is broken without `http://`
Fixed incorrectly named API method label (fixes #4825)
By copying and pasting the site, I realized that the list was previously referenced with an uppercase.
Added toMoment method to allow Moment.js to use utc dates.
Updated getValue to use toMoment for proper output.
Probably forgot to update part of readme from the older release "4.0.0.rc.1"
The sentence "Once you retrieve a list from Keystone, the mongoose methods can be accessed from." seemed incomplete
* Return a 500 error when `item.remove` fails

Currently, errors from `item.remove` are not handled at all in the callback. This gives an empty 200 back to the frontend, which will do nothing with this response (no visual feedback on the error).
We should return an actual error. All suggestions on how to return this error Keystone style are welcome.

* directly send the `err` to `apiError`
* Restore/repair S3 image uploading in tinymce

* Use custom root for S3 paths

* Build S3 upload name when not present
The `auto update` field was highlighted incorrectly.
* add thumb option support to url type

* do not fix the height of form input since it the value can be out of bound
@ghbolivar ghbolivar merged commit 8313dfa into ghbolivar:master Feb 24, 2019
ghbolivar added a commit that referenced this pull request Feb 24, 2019
This reverts commit 8313dfa.
@ghbolivar ghbolivar mentioned this pull request Feb 24, 2019
ghbolivar added a commit that referenced this pull request Feb 24, 2019
This reverts commit 8313dfa.
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.