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

Joyce fix phpdocs #2

Open
wants to merge 276 commits into
base: fix-phpdocs
Choose a base branch
from

Conversation

antonioribeiro
Copy link

Hello @joyceverheije, while we wait for a new Twill version, we need you to merge these to your branch in order to fix the CMS for a client, if you can. Changes here are:

  • We updated it to the last Twill 3.x by just merging the twill's upstream to it
  • Merged this PR already approved by Quentin, it's a one liner fix

aksiome and others added 30 commits March 3, 2023 17:48
Changed key value to value label to avoid confusion
ignore mikes notes
design called for 3 cols at 1366, tweaking to run at 1280
florrie-90 and others added 29 commits August 6, 2023 00:30
copy the locale value when duplicate.
Use native fields cleaning to avoid a deep values removing
It maybe that you content entry is in a RTL
language, such as Arabic, but, you want to LTR
content such as a URL or an email address.

Or, it maybe your content entry is in a LTR
language and you need a single RTL entry field.

This commit adds `direction` for this purpose:

```
Input::make()
    ->name('url')
    ->label(twillTrans('Url'))
    ->direction('ltr')
```
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.12 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…false to comply with some versions of PostgreSQL
attempting to fix area17#1194

which seems to be an issue with cropper.js
(fengyuanchen/cropperjs#1057)

and ultimately is likely caused by rounding errors

It seems setting individual crop settings instead
of attempting to set them all in one go fixes it,
at least within Twill
When set to false (default value) keepAlive was not destroying standard input fields
* upstream/3.x: (234 commits)
  Linter fix
  Fix keepAlive on connected non localized fields
  Add connected fields support to the form builder
  update set crop data for image crops
  update cropperjs to latest version
  Generated lang reorder
  Slovenian `sl` translations generated
  Updated lang.csv with Slovenian `sl` translations
  ~ | Doc - Content - Modules - TableBuilder: typo
  Add HasReadOnly trait to Input field
  Update migration herlper for translations to default active field to false to comply with some versions of PostgreSQL
  Fixes to reduce excessive number of queries
  Bump @babel/traverse from 7.20.12 to 7.23.2
  [Docs] Fix typo in create page module
  Always include `locale` in the mediables pivot
  Fix artisan command
  configure permissions and roles table names
  Allow dashboard modules to wrap onto next line
  update `directions` release version
  adds `direction` notes to docs
  ...
…to fix-phpdocs

* origin/fix/list-error-deleting-role:
  Fix user list errors when deleting roles
@antonioribeiro antonioribeiro changed the base branch from 3.x to fix-phpdocs November 29, 2023 10:28
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.