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

Release candidate #1

Open
wants to merge 870 commits into
base: 1.0
Choose a base branch
from
Open

Release candidate #1

wants to merge 870 commits into from

Conversation

ziulsemog
Copy link
Owner

No description provided.

terax6669 and others added 30 commits December 23, 2019 16:54
* 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
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
dependabot bot and others added 30 commits April 29, 2022 12:53
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.