-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release candidate #1
Open
ziulsemog
wants to merge
870
commits into
1.0
Choose a base branch
from
release_candidate
base: 1.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ranslatable (#4647)
* Migrating test/code-coverage from TravisCI to github actions * Adding asset compilation task * commenting steps * Rmoving unnecessary events * Adding npm setup to compile workflow
* Fixed wrong order change fieldName after we use the original value * Added tests Co-authored-by: Eric Fletcher <fletch3555@users.noreply.github.com>
Change VoyagerBreadController (default) to VoyagerRoleController into DataTypesTableSeeder
* Remove duplicate route "voyager.roles.update" * Override, params roles in Role Route Co-authored-by: Eric Fletcher <fletch3555@users.noreply.github.com>
In case $dataRow didn't exists a string was passed to _field_trans instead of a json array. Just the default language is enough in json array. Co-authored-by: Eric Fletcher <fletch3555@users.noreply.github.com>
Co-authored-by: Eric Fletcher <fletch3555@users.noreply.github.com>
Routes needed to be defined on install for old Voyager versions because MenuItemsTableSeeder used to seed the full url into database. That's not the case anymore so this can be removed. This part of code was also causing routes on tests to be defined in a different order than normal use because on install Route was called before seeding DataTypes.
Because current example doesn't work and it doesn't really make any sense. Co-authored-by: Christoph Schweppe <info@cschweppe.de>
Merge old files with new ones Test for upload of second file Fixes #4196
* Updating initial changes to include a way to output more than 3 widgets on dashboard page. dimmers.blade.php now runs through an array filled with widgetGroups Voyager.php's 'dimmers()' function now returns an array filled wih WidgetGroups * Updating dimmers method in Voyager facade * Update dimmers.blade.php Removing old, commented code that is not needed anymore. * Updating voyager.php to fit with comment styling guidelines * Updating VoyagerTest.php Updating test and test documentation to fit with the current Dimmer paradigm Adding in a new test to go over a new constraint through this update. That a dimmer group can only have a max three dimmers. * update VoyagerTest.php * Update VoyagerTest.php Removing unnecessary test Co-authored-by: Eric Fletcher <fletch3555@users.noreply.github.com> Co-authored-by: Christoph Schweppe <info@cschweppe.de>
Co-authored-by: Eric Fletcher <fletch3555@users.noreply.github.com>
"CONSIDER ASKING IN SLACK FIRST" made it sound optional but since we are enforcing it I changed the sentence.
Intervention has updated the ImageServiceProvider from Laravel 5 to LaravelRecent for compatibility with Laravel6
Bumps [tinymce](https://github.com/tinymce/tinymce-dist) from 4.9.6 to 4.9.7. - [Release notes](https://github.com/tinymce/tinymce-dist/releases) - [Changelog](https://github.com/tinymce/tinymce-dist/blob/4.9.7/changelog.txt) - [Commits](tinymce/tinymce-dist@4.9.6...4.9.7) Signed-off-by: dependabot[bot] <support@github.com>
Direction set in BREAD settings, with server side enabled, was ignored. Changed logic for client side also because it was failing after the fix. Co-authored-by: Eric Fletcher <fletch3555@users.noreply.github.com>
With #4601 value was preserved but match for selected was still done with saved value not last submitted one. Co-authored-by: Eric Fletcher <fletch3555@users.noreply.github.com>
When there is a belongsTo relationship foreign key filed is removed with removeRelationshipField. When we try to get the $orderColumn we use collection index that is now skipping a value resulting on wrong or non existent column ordered in datatable VoyagerBaseController.php#L152
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](digitalbazaar/forge@v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use language text for download * Update file.blade.php
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Throw exception if dataType not found when checking permission * Update BasePolicy.php
bug fix on voyager base controller link to refer to current branch file
This was causing a visual glitch on packagist
Co-authored-by: emptynick <emptynick@users.noreply.github.com>
commit 4f3ba99 Author: ហ៊ែល ម៉ាប់ <HELMAB@users.noreply.github.com> Date: Thu Oct 20 20:55:56 2022 +0700 add khmer translation (#5646)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.