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

Lang fix #752

Open
wants to merge 358 commits into
base: 2.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
358 commits
Select commit Hold shift + click to select a range
41e046d
replace character
fryiee Jul 7, 2020
4645ed8
Merge pull request #698 from anomalylabs/feature/production_parse
RyanThompson Jul 9, 2020
bd9558a
Update laravel
Jul 28, 2020
cf86e89
restart
Jul 30, 2020
8eb7cdc
Use the repopulating value when repopulating.
Jul 31, 2020
e3fbe2c
Docs
Jul 31, 2020
fe51c2f
Fix issue with repopulating upload FT
Jul 31, 2020
ec717ec
repopulate variable for comparison
fryiee Aug 10, 2020
806139c
Fixed php7.4 notice on parsedown-extra
Eighke Aug 10, 2020
6cc8ebc
Update 02.change-log.md
RyanThompson Aug 10, 2020
0fc3661
Merge pull request #699 from anomalylabs/feature/fix_handler_on_tables
RyanThompson Aug 10, 2020
88cb6cd
Merge pull request #700 from Eighke/1.7
RyanThompson Aug 10, 2020
c1c3f98
Patches
Aug 10, 2020
49cf5e5
Update composer.json
RyanThompson Aug 10, 2020
dda595d
Dependencies
Aug 10, 2020
2d20115
1.7
Aug 10, 2020
29138f7
Dependencies
Aug 10, 2020
3c66103
TNT
Aug 10, 2020
a18b13f
getTranslationsTableName() removed to prevent data repeatation.
Aug 12, 2020
7620d45
remove httpcache
Aug 12, 2020
75ff868
Remove dirty ole dependencies
Aug 12, 2020
9ed8efa
Doc
Aug 12, 2020
7d782fd
Doc
Aug 12, 2020
d98e8bd
Rempove that too - it can be brought in otherwise
Aug 12, 2020
abedd3f
Fixes typo in how to get a form for manual rendering
finnito Aug 20, 2020
28f0f5a
func names changed in laravel 6+
itinnovative Aug 21, 2020
74c75b3
Merge pull request #701 from spektra2147/1.7
RyanThompson Aug 27, 2020
084c06a
Merge pull request #703 from ramcda/patch-1
RyanThompson Aug 27, 2020
b7a18c5
Merge pull request #702 from finnito/patch-1
RyanThompson Aug 27, 2020
f4b0910
Merge pull request #697 from EvolutedNewMedia/bug/translated-relation…
RyanThompson Aug 27, 2020
74af82d
Let's shoot for 6 here.
Aug 27, 2020
36ae28a
Merge branch '1.8' of https://github.com/anomalylabs/streams-platform…
Aug 27, 2020
b067499
Helpers
Aug 27, 2020
5c7e949
HttpCache
Aug 27, 2020
c6c69f1
Str::contains
Aug 27, 2020
ff8161b
Merge branch '1.8' of https://github.com/anomalylabs/streams-platform…
Aug 27, 2020
8be786d
Fix string issue with new method
Aug 27, 2020
98d696f
Dump
Aug 27, 2020
ba05c48
Update Laravel again.
Aug 28, 2020
6c22706
Update
Aug 28, 2020
f94936f
Update
Aug 28, 2020
b271cd7
What precompilers..
Aug 28, 2020
1ed4ca6
Update tests
Aug 28, 2020
1acaef5
Fixed bug that prevent installing. Changed the string argument to array
RobinRadic Sep 1, 2020
a6f5aba
Merge pull request #705 from RobinRadic/1.8
RyanThompson Sep 1, 2020
c6c4c36
Docs
RyanThompson Sep 2, 2020
da9ce41
Allow 8 too
RyanThompson Sep 3, 2020
e1d9f37
replace linkify by url highlight
vstelmakh Sep 6, 2020
677f4a0
Swap
Sep 9, 2020
f91b659
Just update
Sep 9, 2020
10df96e
Keep er here.
Sep 9, 2020
f3314d9
Add support for manually setting filter values to leverage during query
Sep 9, 2020
dd793ec
Merge filter patch from 1.6
Sep 9, 2020
2ad197a
Merge
Sep 9, 2020
84e132a
Helpers..
Sep 9, 2020
e2d7fce
Replace with correct method
Sep 10, 2020
1fc70a2
add support for un-setting values for filtering
RyanThompson Sep 11, 2020
3489843
Merge branch '1.6' into 1.7
RyanThompson Sep 11, 2020
8f45443
Merge branch '1.7' into 1.8
RyanThompson Sep 11, 2020
94a4ba5
Adjust Constraint
Sep 11, 2020
3e3a095
Merge branch '1.8' of https://github.com/anomalylabs/streams-platform…
Sep 11, 2020
d50d0c9
Revert
Sep 11, 2020
618a306
Syntax
Sep 11, 2020
eb3a30b
Valid composer
Sep 11, 2020
1aa1a99
Fixed null versionable_id + double versions on create
Eighke Sep 14, 2020
2fd7a33
Merge pull request #707 from Eighke/1.7
RyanThompson Sep 14, 2020
cfc63ba
Merge pull request #706 from vstelmakh/replace-linkify-by-url-highlig…
RyanThompson Sep 14, 2020
fdafb15
Fix issue with version table builder and current versions.
Sep 14, 2020
c5d0355
Doc
Sep 14, 2020
246414e
Merge
Sep 14, 2020
1f8f5c6
Doc
Sep 14, 2020
8f8c05f
This may not be set.
RyanThompson Sep 17, 2020
964e907
Attr may not be set.
Sep 17, 2020
e428f3a
Fix issue with linkifying
Sep 17, 2020
5a364e2
Update Str.php
schmidex Sep 17, 2020
2e4939e
Merge pull request #709 from schmidex/patch-2
RyanThompson Sep 17, 2020
5b244ca
Update Str.php
RyanThompson Sep 17, 2020
9e3e35c
added required secondary paramter for the MigrateCommand base class c…
RobinRadic Sep 18, 2020
78083fb
Merge pull request #711 from RobinRadic/1.8
RyanThompson Sep 18, 2020
2e04336
Fixing issues in Migrator & Repository
Sep 18, 2020
df49ad7
Migrating
Sep 18, 2020
eb455de
Doc
Sep 18, 2020
5bb8c61
Fix empty
Sep 23, 2020
02cabf7
Update 06.observers.md
alxriemann Sep 26, 2020
b44762e
Merge pull request #712 from alxriemann/patch-1
RyanThompson Sep 29, 2020
365b92a
Merge pull request #713 from anomalylabs/1.6
RyanThompson Sep 29, 2020
f64ee1f
Merge pull request #714 from anomalylabs/1.7
RyanThompson Sep 29, 2020
40fb4bf
Update 02.change-log.md
RyanThompson Sep 29, 2020
835a123
MigrateCommand needs dispacher
Eighke Oct 2, 2020
1949554
It's already in register now, so it register events twice~
Eighke Oct 2, 2020
bfdae98
Merge pull request #716 from Eighke/1.8
RyanThompson Oct 2, 2020
5ad0dc4
Build the control panel if it's not already built
RyanThompson Oct 3, 2020
4332bd5
Merge 1.6
RyanThompson Oct 3, 2020
413f301
Update 02.change-log.md
RyanThompson Oct 4, 2020
e5053ea
Added ability to control table form URLs.
RyanThompson Oct 12, 2020
ba39448
Update the standard table as well.
RyanThompson Oct 12, 2020
28291ce
Correction
RyanThompson Oct 12, 2020
a8bb145
Oops
Oct 13, 2020
8b2bc76
Skip these tests because we should not touch the file.
Oct 14, 2020
f503a3a
Docs
Oct 14, 2020
9e837ff
Docs
Oct 14, 2020
d73d0a0
Merge
Oct 14, 2020
84b9e1b
Fix issue with route parameters required.
Oct 14, 2020
f4a3c22
Fix issue with route parameters required.
Oct 14, 2020
f19d2dc
fixed count params for turkish translations
spektra2147 Oct 21, 2020
ebeb524
2.0 assistance
RyanThompson Oct 26, 2020
ea5292c
Use testing env for application reference instead of hardcode
fryiee Oct 26, 2020
437ea42
reinit view composer on each test run
fryiee Oct 29, 2020
57ace20
Update changelog
fryiee Oct 29, 2020
f97dc64
Merge branch 'hotfix/assetpaths' into 1.8
fryiee Oct 29, 2020
050d017
Check for an existing addon parameter before setting it
fryiee Oct 30, 2020
d5347b3
Admin flag
Nov 11, 2020
1947399
Admin
Nov 16, 2020
627ac18
Omit if admin only
RyanThompson Nov 16, 2020
761c593
Merge
RyanThompson Nov 16, 2020
808f6e0
Fixed isInstalled on non .env environment (docker, etc)
Eighke Nov 18, 2020
39dc8ba
Application setup should be done even on non-installed app (e.g artis…
Eighke Nov 18, 2020
b0b7fda
Merge pull request #719 from Eighke/1.8
RyanThompson Nov 18, 2020
37084bd
Update 02.change-log.md
RyanThompson Nov 18, 2020
a41db5a
Correct issue in installer
RyanThompson Nov 19, 2020
a5b038e
Fix issue with theme config targeting non-existent default theme
fryiee Nov 24, 2020
471046d
fix: Required parameter/optional parameter
schmidex Nov 29, 2020
ab6cfab
Fix twig lexer
fryiee Dec 1, 2020
a88d819
Turkish trans fixes
Dec 10, 2020
2965420
Update message.php
Dec 10, 2020
a9e10be
Fixed issue with Error
Eighke Dec 24, 2020
be4eca7
Merge pull request #723 from Eighke/1.8
RyanThompson Dec 28, 2020
7d4b6ed
Update 02.change-log.md
RyanThompson Dec 28, 2020
72c50f6
Update 02.change-log.md
RyanThompson Dec 28, 2020
98de864
Merge pull request #721 from fatihalp/patch-1
RyanThompson Jan 2, 2021
bbd7786
Merge pull request #722 from fatihalp/patch-2
RyanThompson Jan 2, 2021
d0ca787
Merge pull request #720 from schmidex/php8.0
RyanThompson Jan 2, 2021
ce76a79
Update 02.change-log.md
RyanThompson Jan 2, 2021
32a22be
Fixed stupid float behaviour
Eighke Jan 12, 2021
d71c56c
Merge pull request #727 from Eighke/1.8
RyanThompson Jan 13, 2021
3e9665c
Glue comes before array
edster Jan 16, 2021
91bed2d
added cron cache kernel
Jan 18, 2021
68b9492
added cron cache kernel
diashalabi Jan 18, 2021
9f74fbf
Update 02.change-log.md
RyanThompson Jan 18, 2021
f97a497
Merge pull request #728 from edster/patch-16
RyanThompson Jan 26, 2021
92d6bfb
Update 02.change-log.md
RyanThompson Jan 26, 2021
a3fd885
Update setting.php
diashalabi Jan 29, 2021
874ac7c
Merge pull request #7 from openclassify/dia
spektra2147 Jan 29, 2021
6925aea
default input field edit is current lang
diashalabi Feb 2, 2021
82f6141
make default input field the current lang
diashalabi Feb 2, 2021
676a3b5
Update FormRules.php
diashalabi Feb 2, 2021
4f89a65
Merge pull request #10 from openclassify/dia-3
spektra2147 Feb 4, 2021
3fdf8c3
Merge pull request #9 from openclassify/dia-2
spektra2147 Feb 4, 2021
14c1280
Merge pull request #8 from openclassify/dia-1
spektra2147 Feb 4, 2021
f4f5b14
Fixing
Feb 15, 2021
f5aa294
#3316 Only the default language is required
diashalabi Feb 25, 2021
7801486
multiple_field_type filter search fixed
Mar 1, 2021
0c271df
Native addon support
Mar 4, 2021
a2b8f4a
Change log
Mar 4, 2021
7e7cf90
Path
Mar 4, 2021
652b931
Update for L8
edster Mar 4, 2021
fc3c7f2
Add L8 Factory support
edster Mar 4, 2021
5f6492f
Add L8 factory support
edster Mar 4, 2021
1b361c9
Add L8 Factory support
edster Mar 4, 2021
eaab531
Autoload addons:
Mar 4, 2021
6d5adfe
Docs
Mar 4, 2021
492435d
Merge pull request #733 from edster/patch-17
RyanThompson Mar 4, 2021
1b78306
Merge pull request #13 from openclassify/muammertop
spektra2147 Mar 10, 2021
f09ce79
Merge pull request #12 from openclassify/dia
spektra2147 Mar 10, 2021
c9c5baf
Docs
Mar 18, 2021
9728430
Doc
Mar 18, 2021
2630775
Doc
Mar 18, 2021
589ce02
1.9
Apr 5, 2021
3133737
Merge pull request #18 from laravel-streams/1.9
spektra2147 Apr 5, 2021
c16c8f1
1.9 update
Apr 5, 2021
8ae25cd
fixed 1.9 scss
Apr 5, 2021
9b9104d
Fix L8 migrations
RyanThompson Apr 20, 2021
3a30ff9
Merge pull request #19 from laravel-streams/1.9
fatihalp Apr 20, 2021
e95fa66
Revert "Fix L8 migrations"
Apr 20, 2021
f9dff64
Merge pull request #20 from openclassify/1.9_vedat
fatihalp Apr 20, 2021
883e6c5
Resolve migration issues
Apr 22, 2021
649264e
Merge branch '1.9' of git://github.com/laravel-streams/streams-core i…
Apr 27, 2021
0e54924
Merge pull request #22 from openclassify/vedat1-9
diashalabi Apr 27, 2021
3053423
fix js error
diashalabi May 20, 2021
c2159b3
Merge pull request #23 from openclassify/dia-1
May 21, 2021
accb253
Update distribution.php
spektra2147 May 29, 2021
7c72fba
fixed edit problem for id
spektra2147 Aug 10, 2021
84cf904
Merge pull request #24 from openclassify/fixed_1.9
diashalabi Aug 10, 2021
06d52d8
#4433 Modül deneme süresi
Sep 9, 2021
f7894d7
Merge pull request #26 from openclassify/dia
spektra2147 Sep 30, 2021
707337e
added Türkisch in trans file for germany
Oct 13, 2021
c0a8f8c
Merge pull request #27 from openclassify/muammer
profstyle1 Oct 13, 2021
49bbece
#4704 error page shows when put into maintenance mode
diashalabi Oct 21, 2021
0478587
Merge pull request #28 from openclassify/dia-2
profstyle1 Oct 21, 2021
fdbfd33
No such thing.
RyanThompson Jan 17, 2022
232ac7c
Update 02.change-log.md
RyanThompson Jan 17, 2022
37faec8
Add 'F j, Y' option to date format settings.
RyanThompson Jan 24, 2022
180a69f
Prevent the translatable ID from overlapping the main ID in queries.
RyanThompson Jan 25, 2022
abfe58e
Update 02.change-log.md
RyanThompson Jan 25, 2022
111827a
Update 02.change-log.md
RyanThompson Jan 25, 2022
47a1d0e
Update 02.change-log.md
RyanThompson Jan 25, 2022
8bae093
Update 02.change-log.md
RyanThompson Jan 25, 2022
3e37904
Replace spaces with + symbols in cache paths."
RyanThompson Jan 25, 2022
5f1e011
Update 02.change-log.md
RyanThompson Jan 25, 2022
a34ea8e
Remove the fill symbol a little differently as PHP 8 behaves a little…
RyanThompson Jan 27, 2022
a75f7b6
Field filler
RyanThompson Jan 28, 2022
fa66a39
for multiple site installer
Feb 15, 2022
714c32c
Merge pull request #30 from openclassify/1.9_fix_sites
spektra2147 Feb 16, 2022
d3b4624
Fix issue with filling fields
RyanThompson Feb 21, 2022
29a80f9
trans table order bug
Feb 28, 2022
41e62d0
Merge pull request #31 from openclassify/5934
spektra2147 Feb 28, 2022
3d25f1e
trans table hotfix
Feb 28, 2022
8aa93c8
Merge pull request #32 from openclassify/hotfix
spektra2147 Feb 28, 2022
326a344
Revert "trans table order bug"
Feb 28, 2022
b6ca9b3
Merge pull request #33 from openclassify/revertOrder
spektra2147 Feb 28, 2022
e91b4b0
fix installation for app
spektra2147 Mar 4, 2022
d088f93
Merge pull request #34 from openclassify/1.9vedatakdogan
Mar 8, 2022
7609776
add domain for app
spektra2147 Mar 15, 2022
61142c0
Merge pull request #35 from openclassify/spektra2147-19
Mar 15, 2022
f89325b
streams constants edited
MostafaMoradii Apr 28, 2022
a77bd90
Update composer.json
fatihalp Apr 30, 2022
5b22057
Merge pull request #37 from laravel-streams/1.9
fatihalp May 6, 2022
7b91eab
Merge pull request #36 from openclassify/mostafa
fatihalp May 6, 2022
b469ed1
translatable salutation added
metehancelik May 18, 2022
3584b56
Update email.twig
metehancelik May 18, 2022
3397d3c
install sort problem
May 26, 2022
6ab5b68
Merge pull request #38 from openclassify/sort-problem
spektra2147 May 26, 2022
670a5b6
Added mail encryption setting.
erhanask Sep 6, 2022
c4896a9
Merge pull request #39 from openclassify/erhan
Sep 8, 2022
b618973
added default value to mail_encryption setting on email tab.
erhanask Sep 30, 2022
473108e
Merge pull request #40 from openclassify/erhanask
Sep 30, 2022
c2341cd
fixed upgrade problem for PHP8.x
spektra2147 Oct 5, 2022
7d74ece
Merge pull request #41 from openclassify/spektra2147-fix-1
Oct 5, 2022
bb14312
update scss package namespace
spektra2147 Oct 5, 2022
3ddc610
Merge pull request #42 from openclassify/1.9_vedatakdogan
Oct 5, 2022
12d1611
fix with problem
spektra2147 Nov 7, 2022
51334d3
fix installer error
spektra2147 Dec 27, 2022
c674f8f
Merge pull request #43 from openclassify/spektra2147-fix-2
Dec 27, 2022
cc22b16
fix database prefix
spektra2147 Dec 27, 2022
c20b93b
Merge pull request #44 from openclassify/spektra2147-fix-3
Dec 27, 2022
b527213
fix
spektra2147 Mar 24, 2023
77fca67
Update UrlGenerator.php
emrullahardc Jul 4, 2023
d611955
Update UrlGenerator.php
emrullahardc Jul 4, 2023
a797512
Update UrlGenerator.php
emrullahardc Jul 5, 2023
27c89d9
Merge pull request #46 from emrullahardc/1.9
spektra2147 Jul 5, 2023
d63eecc
Translatable Field Improvements
emrullahardc Nov 3, 2023
33c0c23
Merge pull request #48 from openclassify/emrullahardc-patch-1
erhanask Nov 3, 2023
5f9be5a
Hot fix
emrullahardc Nov 3, 2023
7605056
Hot Fix
emrullahardc Nov 3, 2023
b5ed9b3
Update Translatable.php
emrullahardc Nov 3, 2023
6dc5010
hotfix
emrullahardc Nov 3, 2023
0294a30
Merge pull request #49 from openclassify/emrullahardc-patch-2
MostafaMoradii Nov 3, 2023
6b9d872
lang check fix
emrullahardc Nov 6, 2023
d8d1d09
Merge pull request #50 from openclassify/translate-hot-fix
Nov 6, 2023
faa111b
lang-fix
emrullahardc Dec 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
composer.lock
/bin
/vendor
/coverage
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Streams Platform

[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://packagist.org/packages/anomaly/streams-platform)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://packagist.org/packages/visiosoft/streams-platform)
[![Build Status](https://scrutinizer-ci.com/g/anomalylabs/streams-platform/badges/build.png?b=master)](https://scrutinizer-ci.com/g/anomalylabs/streams-platform/build-status/master)
[![Code Quality](http://img.shields.io/scrutinizer/g/anomalylabs/streams-platform.svg)](https://scrutinizer-ci.com/g/anomalylabs/streams-platform/)
[![Total Downloads](http://img.shields.io/packagist/dt/anomaly/streams.svg)](https://packagist.org/packages/anomaly/streams-platform)
[![Total Downloads](http://img.shields.io/packagist/dt/anomaly/streams.svg)](https://packagist.org/packages/visiosoft/streams-platform)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a0a603f4bb094044b9cc681b5a55506a)](https://www.codacy.com/app/RyanThompson/streams-platform?utm_source=github.com&utm_medium=referral&utm_content=anomalylabs/streams-platform&utm_campaign=Badge_Grade)

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/c07a737b-fd8f-43b1-a076-facbfb9ed2b0/small.png)](https://insight.sensiolabs.com/projects/c07a737b-fd8f-43b1-a076-facbfb9ed2b0)
Expand Down
38 changes: 20 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "anomaly/streams-platform",
"name": "visiosoft/streams-platform",
"description": "A powerful, inclusive, modular PHP application engine built lovingly for Laravel.",
"authors": [
{
Expand All @@ -8,25 +8,27 @@
}
],
"require": {
"laravel/framework": "5.8.*",
"laravel/scout": "7.1.*",
"laravel/framework": "^8.0",
"laravel/helpers": "^1.0",
"laravel/scout": "^8.2",
"doctrine/dbal": "^2.6",
"intervention/image": "2.5.*",
"laravelcollective/html": "5.8.*",
"twig/twig": "~2.6.0",
"barryvdh/laravel-debugbar": "3.2.*",
"erusev/parsedown-extra": "0.7.1",
"linkorb/jsmin-php": "1.0.0",
"tubalmartin/cssmin": "4.0.*",
"robclancy/presenter": "1.3.*",
"nicmart/string-template": "0.1.*",
"symfony/yaml": "3.4.*",
"jenssegers/agent": "2.6.*",
"asm89/twig-cache-extension": "1.3.*",
"misd/linkify": "1.1.*",
"intervention/image": "^2.5.0",
"laravelcollective/html": "^6.1",
"twig/twig": "^2.10",
"barryvdh/laravel-debugbar": "^3.3",
"erusev/parsedown-extra": "^0.7.1",
"linkorb/jsmin-php": "^1.0.0",
"robclancy/presenter": "^1.3.0",
"nicmart/string-template": "^0.1.0",
"symfony/yaml": "^4",
"jenssegers/agent": "^2.6.0",
"barryvdh/laravel-httpcache": "^0.3",
"asm89/twig-cache-extension": "^1.3.0",
"vstelmakh/url-highlight": "^2.2",
"ezyang/htmlpurifier": "~4.0",
"barryvdh/laravel-httpcache": "^0.3.0",
"fzaninotto/faker": "~1.4"
"tubalmartin/cssmin": "~4.0",
"fzaninotto/faker": "~1.4",
"scssphp/scssphp": "^1.11"
},
"autoload": {
"psr-4": {
Expand Down
60 changes: 39 additions & 21 deletions docs/en/01.prologue/02.change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,42 @@ Features that are deprecated will generally be removed in the next `minor` updat

## Releases

### Unreleased
#### Removed
- Removed `leafo/scssphp` dependency.
- Removed `natxet/CssMin` dependency.
- Removed `mrclay/jsmin-php` dependency.
- Removed `cartalyst/assetic` dependency.
- Removed `oyejorge/less.php` dependency.
- Removed `ptachoire/cssembed` dependency.
- Removed `coffeescript/coffeescript` dependency.
- Removed `teamtnt/laravel-scout-tntsearch-driver` dependency.

#### Added
- Added the [console](/documentation/streams-platform/1.8/reference/helpers#console) helper function.
- Added the [decorate](/documentation/streams-platform/1.8/reference/helpers#decorate) helper function.
- Added the [undecorate](/documentation/streams-platform/1.8/reference/helpers#undecorate) helper function.

#### Fixed
- Fixed issue with validation extender not passing along unique field types per extending validation rule.
- Fixed issue where responses without cookie support (media stream) would result in fatal errors.
- Fixed issue with installer where .env was not reloading properly since moving to Laravel 5.8.
- Fixed issue where responses without cookie support (media stream) would result in fatal errors.
### [1.9.8] - 2022-02-21
### Fixed
- Fix PHP 8 issue when filling `*` fields.
-
### [1.9.7] - 2022-01-27
### Fixed
- Fix PHP 8 issue where filling `*` fields was removing a field upon symbol removal.

### [1.9.6] - 2022-01-25
### Changed
- Replace spaces with `+` in image cache paths.

### [1.9.5] - 2022-01-25
### Fixed
- Fix issue where translation IDs were overriding main IDs.

### [1.9.4] - 2022-01-23
### Added
- Added `F j, Y` date format option.

### [1.9.3] - 2022-01-17
### Fixed
- Fix issue where `EloquentCriteria` was returning null.

### [1.9.2] - 2021-03-22
### Fixed
- Fixed migration class issues.

### [1.9.1] - 2021-03-18
### Fixed
- Fixed migration support for L8.

### [1.9.0] - 2021-03-18
### Added
- Added support for addons in vendor directory.
- Config `streams::addons.autoload` which defaults to `true`.

### Changed
- Changed integrator to not throw such a fit if a suspected addon class does not exist.
34 changes: 4 additions & 30 deletions docs/en/01.prologue/03.upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,12 @@ title: Upgrade Guide

<div class="documentation__toc"></div>

## Upgrading from 1.6 to 1.7
## Upgrading from 1.8 to 1.9

**Estimated Upgrade Time: 1 - 2 Minutes**
**Estimated Upgrade Time: 0 - 5 Minutes**

> We attempt to document every possible breaking change. Since some of these breaking changes are in obscure parts of the framework only a portion of these changes may actually affect your application.{.notice}

### Update Search Configuration
### Configuration Warning

Update your configuration according to the following source files:

- [https://github.com/pyrocms/pyrocms/blob/3.7/config/logging.php](https://github.com/pyrocms/pyrocms/blob/3.7/config/logging.php)
- [https://github.com/pyrocms/pyrocms/blob/3.7/config/debugbar.php](https://github.com/pyrocms/pyrocms/blob/3.7/config/debugbar.php)
- [https://github.com/pyrocms/pyrocms/blob/3.7/config/httpcache.php](https://github.com/pyrocms/pyrocms/blob/3.7/config/httpcache.php)

### Disable Package Discovery for Laravel

Disable package discovery by appending your `composer.json` file: https://github.com/pyrocms/pyrocms/blob/3.7/composer.json#L127-L131

### Run Migrations

Migrate the core as well as all installed addons:

```bash
php artisan migrate --path=vendor/anomaly/streams-platform/migrations/application
php artisan migrate --all-addons
```

### Clean Up

It's a good idea to rebuild the system and freshen up caching and performance utilities:

```bash
php artisan build
php artisan refresh
```
Eager and deferred loading addons are typically overridden and may contain references to `core/` addons which have been deprecated. Please review the `/resources/streams/config/addons.php` file for said references and update the addon location, which is now within the vendor directory.
2 changes: 1 addition & 1 deletion docs/en/02.getting-started/02.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Introduction

## What is the Streams Platform?

The Streams Platform is a [Composer package](https://packagist.org/packages/anomaly/streams-platform) that serves as the foundation for PyroCMS.
The Streams Platform is a [Composer package](https://packagist.org/packages/visiosoft/streams-platform) that serves as the foundation for PyroCMS.

Nearly every functionality in every addon for PyroCMS relies on the Streams Platform to do it's work. The Streams Platform is responsible for everything from [Table Builders](../ui/tables) to [Image](../core-principles/image) and [Asset](../core-principles/asset) pipelines to providing the actual addon layer itself.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/02.getting-started/03.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before proceeding consider starting your project with a vanilla PyroCMS installa

### Download with Composer

First download the [package](https://packagist.org/packages/anomaly/streams-platform) by running `composer require anomaly/streams-platform`.
First download the [package](https://packagist.org/packages/visiosoft/streams-platform) by running `composer require visiosoft/streams-platform`.

### Register the service provider

Expand Down
6 changes: 3 additions & 3 deletions docs/en/02.getting-started/04.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Configuration

## Introduction

Streams configuration can be found in `vendor/anomaly/streams-platform/resources/config`. It is a good idea to look through the configuration files to get acquainted with what's available.
Streams configuration can be found in `vendor/visiosoft/streams-platform/resources/config`. It is a good idea to look through the configuration files to get acquainted with what's available.

[Configuration Reference](../reference/configuration){.link}

Expand Down Expand Up @@ -45,6 +45,6 @@ The [Settings](https://pyrocms.com/documentation/settings-module) and [Preferenc
You can see what settings are bound to what configuration by reviewing the settings and preferences configuration found within the following files:

```bash
vendor/anomaly/streams-platform/resources/config/settings/settings.php
vendor/anomaly/streams-platform/resources/config/preferences/preferences.php
vendor/visiosoft/streams-platform/resources/config/settings/settings.php
vendor/visiosoft/streams-platform/resources/config/preferences/preferences.php
```
10 changes: 5 additions & 5 deletions docs/en/03.reference/02.hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The `storage::` path hint represents your application's storage directory `stora

### streams

The `streams::` path hint represents the `resources` directory for the Streams Platform `vendor/anomaly/streams-platform/resources/`.
The `streams::` path hint represents the `resources` directory for the Streams Platform `vendor/visiosoft/streams-platform/resources/`.

### module

Expand Down Expand Up @@ -126,7 +126,7 @@ The `storage::` path hint represents your application's storage directory `stora

### streams

The `streams::` path hint represents the `resources` directory for the Streams Platform `vendor/anomaly/streams-platform/resources/`.
The `streams::` path hint represents the `resources` directory for the Streams Platform `vendor/visiosoft/streams-platform/resources/`.


## Config Hints
Expand All @@ -147,7 +147,7 @@ Every addon has a config path hint for the addon's `config` directory `{addon_pa

### streams

The `streams::` path hint represents the `config` directory for the Streams Platform `vendor/anomaly/streams-platform/resources/config/`.
The `streams::` path hint represents the `config` directory for the Streams Platform `vendor/visiosoft/streams-platform/resources/config/`.


## Translator Hints
Expand Down Expand Up @@ -176,7 +176,7 @@ The `theme::` path hint represents the `lang` directory for the `active` theme `

### streams

The `streams::` path hint represents the `lang` directory for the Streams Platform `vendor/anomaly/streams-platform/resources/lang/`.
The `streams::` path hint represents the `lang` directory for the Streams Platform `vendor/visiosoft/streams-platform/resources/lang/`.


## View Hints
Expand Down Expand Up @@ -205,7 +205,7 @@ The `theme::` path hint represents the `views` directory for the `active` theme

### streams

The `streams::` path hint represents the `views` directory for the Streams Platform `vendor/anomaly/streams-platform/resources/views/`.
The `streams::` path hint represents the `views` directory for the Streams Platform `vendor/visiosoft/streams-platform/resources/views/`.

### app

Expand Down
16 changes: 8 additions & 8 deletions docs/en/03.reference/11.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Specify addons by path to load first. The path should be relative to your projec

```php
'eager' => [
//'core/anomaly/redirects-module'
//'vendor/anomaly/redirects-module'
],
```

Expand All @@ -109,7 +109,7 @@ Specify addons by path to load last. The path should be relative to your project

```php
'deferred' => [
//'core/anomaly/pages-module'
//'vendor/anomaly/pages-module'
],
```

Expand Down Expand Up @@ -819,29 +819,29 @@ LOCKING_ENABLED=true
Specify the default `admin` theme.

```php
'admin' => env('ADMIN_THEME', 'anomaly.theme.anomaly'),
'admin' => env('ADMIN_THEME', 'pyrocms.theme.accelerant'),
```

```php
config(['streams::themes.admin' => 'anomaly.theme.anomaly');
config(['streams::themes.admin' => 'pyrocms.theme.accelerant');
```

```bash
ADMIN_THEME=anomaly.theme.anomaly
ADMIN_THEME=pyrocms.theme.accelerant
```

### Standard

Specify the default `standard` (public facing) theme.

```php
'standard' => env('STANDARD_THEME', 'anomaly.theme.starter'),
'standard' => env('STANDARD_THEME', 'pyrocms.theme.starter'),
```

```php
config(['streams::themes.standard' => 'anomaly.theme.starter');
config(['streams::themes.standard' => 'pyrocms.theme.starter');
```

```bash
STANDARD_THEME=anomaly.theme.starter
STANDARD_THEME=pyrocms.theme.starter
```
2 changes: 1 addition & 1 deletion docs/en/03.the-basics/08.contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Much of the Streams Platform and it's addons utilize the `interface` pattern. Th
Contracts and implementations and resolving from the service container is used heavily within the Streams Platform in order to allow a very wide and low-level approach to extending core functionality.

```bash
/vendor/anomaly/streams-module/src/Entry/Contract/EntryInterface
/vendor/visiosoft/streams-module/src/Entry/Contract/EntryInterface
```

### Loose Coupling
Expand Down
2 changes: 1 addition & 1 deletion docs/en/05.core-concepts/04.image.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ All paths are relative to your application's base path.
* `asset`: public/app/{app_reference}/
* `storage`: storage/streams/{app_reference}/
* `download`: public/app/{app_reference}/assets/downloads/
* `streams`: vendor/anomaly/streams-platform/resources/
* `streams`: vendor/visiosoft/streams-platform/resources/
* `bower`: bin/bower_components/
* `theme`: {active_theme_path}/resources/
* `module`: {active_module_path}/resources/
Expand Down
20 changes: 10 additions & 10 deletions docs/en/06.entries/06.observers.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ public function creating(EntryInterface $entry)
This event is fired just after the `entry` is created.

```php
public function creating(EntryInterface $entry)
public function created(EntryInterface $entry)
{
// Do stuff.

parent::creating($entry);
parent::created($entry);
}
```

Expand All @@ -109,11 +109,11 @@ public function updating(EntryInterface $entry)
This event is fired just after the `entry` is updated.

```php
public function updating(EntryInterface $entry)
public function updated(EntryInterface $entry)
{
// Do stuff.

parent::updating($entry);
parent::updated($entry);
}
```

Expand Down Expand Up @@ -148,11 +148,11 @@ public function saving(EntryInterface $entry)
This event is fired just after the `entry` is saved.

```php
public function saving(EntryInterface $entry)
public function saved(EntryInterface $entry)
{
// Do stuff.

parent::saving($entry);
parent::saved($entry);
}
```

Expand All @@ -174,11 +174,11 @@ public function deleting(EntryInterface $entry)
This event is fired just after the `entry` is deleted.

```php
public function deleting(EntryInterface $entry)
public function deleted(EntryInterface $entry)
{
// Do stuff.

parent::deleting($entry);
parent::deleted($entry);
}
```

Expand Down Expand Up @@ -213,10 +213,10 @@ public function restoring(EntryInterface $entry)
This event is fired just after the `entry` is restored.

```php
public function restoring(EntryInterface $entry)
public function restored(EntryInterface $entry)
{
// Do stuff.

parent::restoring($entry);
parent::restored($entry);
}
```
Loading