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

Symfony 4.x compatibility for Propel1 #506

Open
wants to merge 28 commits into
base: 1.6
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
398e721
change propel.configuration and propel.logger services to be public t…
jwong-dayspring May 11, 2018
51c7ab7
detect and handle difference in yaml format from symfony/yaml 3.3 and…
jwong-dayspring May 11, 2018
b2986b9
add reset() function to PropelDataCollector
jwong-dayspring May 11, 2018
25d59bb
Merge branch 'add_datacollector_reset' into 1.6
jwong-dayspring May 11, 2018
476c0f1
detect and handle difference in yaml format from symfony/yaml 3.3 and…
jwong-dayspring May 11, 2018
751ec8f
Added classname to the create buildtime config file in cache/.../propel
Jul 11, 2018
4d8b7cf
fix issue with rendering propel profiler
jwong-dayspring Mar 6, 2019
283e38b
update travis to test on php 7.3/7.4
jwong-dayspring Apr 9, 2021
cd4449f
replace boolean flags with bit flags
Apr 9, 2021
fe6f0b6
update versioning to be compatible with symfony ^4.0
Apr 9, 2021
a4b6768
Merge pull request #2 from dayspring-tech/add_datacollector_reset
Apr 9, 2021
48d87de
Merge branch '1.6' into classname-fix
Apr 9, 2021
ef668f5
Merge pull request #1 from dayspring-tech/classname-fix
Apr 9, 2021
c7a3e67
Merge branch '1.6' into feature/1.7
Apr 9, 2021
43d0faa
configure propel commands for Symfony 4
Apr 13, 2021
0938fd7
make propel.build_properties.class public
Apr 13, 2021
a984f6c
create file_locator alias that's public to get around warning
Apr 13, 2021
bc9a0c9
replace deprecated Twig_Extension with AbstractExtension
Apr 14, 2021
878a83f
Feature/17 GitHub actions (#3)
Apr 20, 2021
45062c1
Update readme to include 1.7 branch
jwong-dayspring Apr 22, 2021
bf80e3e
replace deprecated DefinitionDecorator with ChildDefinition
May 3, 2021
4f031d9
fix error when trying to open Propel profiler
jwong-dayspring Jun 29, 2022
9db6c91
fix typo
jwong-dayspring Jun 29, 2022
ff35388
Merge pull request #4 from dayspring-tech/fix/profiler_for_in_if
jwong-dayspring Jun 29, 2022
b897e29
prep for package release
jwong-dayspring Dec 20, 2022
5e64ec3
use dayspring-tech/propel1
mdenson-dayspring Apr 14, 2023
635dda0
fix propel path
nibsirahsieu Jul 12, 2023
2fc92c8
Merge pull request #10 from nibsirahsieu/fix_propel_path
jwong-dayspring Jul 12, 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
Prev Previous commit
Next Next commit
replace boolean flags with bit flags
Stanley Situ committed Apr 9, 2021
commit cd4449f26c671a2a43cc68ccd284790a9905d2a2
3 changes: 1 addition & 2 deletions DataFixtures/Dumper/YamlDataDumper.php
Original file line number Diff line number Diff line change
@@ -27,8 +27,7 @@ protected function transformArrayToData($data)
$data,
$inline = 3,
$indent = 4,
$exceptionOnInvalidType = false,
$objectSupport = true
$flags = Yaml::DUMP_OBJECT
);
}
}