1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 21:33:01 +02:00

7374 Commits

Author SHA1 Message Date
Awilum
f9ac8aba46 Flextype Core: Plugins - code fixes according Scrutinizer Tests.
It seems like Flextype\Component\Files...read($_plugin_settings) can also be of type false; however, parameter $input of Flextype\YamlParser::decode() does only seem to accept string, maybe add an additional type check?

Fixed
2019-02-01 23:01:04 +03:00
Awilum
5bba56dcd8 Flextype Core: Plugins - code fixes according Scrutinizer Tests.
- The variable $plugin_config does not seem to be defined for all execution paths leading up to this point.
- The variable $plugin_settings does not seem to be defined for all execution paths leading up to this point.
2019-02-01 22:18:56 +03:00
Awilum
f99cbe9064 Flextype Core: Snippets - code fixes according Scrutinizer Tests.
- $vars was never initialized. Although not strictly required by PHP, it is generally a good practice to add
2019-02-01 22:15:14 +03:00
Awilum
41ce3f003a Flextype Core: Entries - code fixes according Scrutinizer Tests. 2019-02-01 20:56:21 +03:00
Awilum
4db6d392ee Flextype Core: Entries - code fixes according Scrutinizer Tests. 2019-02-01 20:51:02 +03:00
Awilum
9d631b27a2 Flextype Admin Panel: code fixes according Scrutinizer Tests.
- Using exit here is not recommended.
2019-02-01 20:26:09 +03:00
Sergey Romanenko
f899bbbf87 Update .travis.yml 2019-02-01 19:38:05 +03:00
Sergey Romanenko
6384b7b3aa Create .travis.yml 2019-02-01 19:36:18 +03:00
Awilum
4bd056af61 Merge remote-tracking branch 'origin/dev' into dev 2019-02-01 19:20:56 +03:00
Awilum
6276bfedbe Flextype Core: YamlParser - code fixes according Scrutinizer Tests.
- The parameter $flags is not used and could be removed.
2019-02-01 19:11:59 +03:00
Awilum
0fa03ed782 Flextype Core: Plugins - code fixes according Scrutinizer Tests.
- The assignment to $plugins_cache_id is dead and can be removed.
2019-02-01 19:11:18 +03:00
Awilum
18a09a2e46 Flextype Core: Themes - code fixes according Scrutinizer Tests.
- The assignment to $theme_cache_id is dead and - removed.
- The assignment to $theme_manifest is dead and - removed.
2019-02-01 19:10:36 +03:00
Sergey Romanenko
d2fad829ce Merge pull request #86 from flextype/scrutinizer-patch-3
Scrutinizer Auto-Fixes
2019-02-01 18:56:46 +03:00
Scrutinizer Auto-Fixer
e7e07a2978 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-02-01 15:51:11 +00:00
Awilum
a35fa15cb8 Flextype Core: Entries - code fixes according Scrutinizer Tests. 2019-02-01 18:34:24 +03:00
Awilum
fbf726b45e Flextype Core: Entries - code fixes according Scrutinizer Tests. 2019-02-01 18:25:05 +03:00
Awilum
f8077018ec Flextype Admin Panel: tail.php code fixes. 2019-02-01 17:48:48 +03:00
Awilum
805f42e920 Flextype Core: Using new Flextype Filesystem Component 2.0 2019-02-01 17:01:55 +03:00
Awilum
6b2a5e4300 Flextype Core: Using new Flextype Filesystem Component 2.0 2019-02-01 16:53:18 +03:00
Sergey Romanenko
277e6c4e7c Merge pull request #85 from flextype/scrutinizer-patch-2
Scrutinizer Auto-Fixes
2019-02-01 16:43:46 +03:00
Scrutinizer Auto-Fixer
34c9207ce9 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-02-01 13:40:21 +00:00
Sergey Romanenko
d671f925bc Merge pull request #84 from flextype/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2019-02-01 16:24:52 +03:00
Scrutinizer Auto-Fixer
18cec6cc67 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-02-01 13:11:11 +00:00
Awilum
75bf980a54 Flextype Admin Panel: Using new Flextype Filesystem Component 2.0 2019-02-01 15:10:37 +03:00
Awilum
8496e32741 Merge remote-tracking branch 'origin/dev' into dev 2019-02-01 14:36:06 +03:00
Awilum
ce2d0eb2e3 Flextype Core: Using new Flextype Filesystem Component 2.0 2019-02-01 14:35:37 +03:00
Sergey Romanenko
bd00777403 Update README.md 2019-02-01 14:31:18 +03:00
Sergey Romanenko
c27f7b8c4e Update README.md 2019-02-01 14:23:13 +03:00
Sergey Romanenko
0ce7cc661a Update README.md 2019-02-01 14:22:41 +03:00
Sergey Romanenko
ef17326e9c Update README.md 2019-02-01 14:18:20 +03:00
Sergey Romanenko
35b810e823 Update README.md 2019-02-01 14:16:33 +03:00
Sergey Romanenko
2675ab411f Update README.md 2019-02-01 14:13:18 +03:00
Sergey Romanenko
81855ce775 Merge pull request #82 from wertelko/patch-1
Update Themes.php
2019-01-30 20:53:28 +03:00
wertelko
102cb51ed7 Update Themes.php 2019-01-30 20:24:32 +04:00
Sergey Romanenko
226d71fb74 Merge pull request #81 from flextype/crowdin-admin
New Crowdin translations
2019-01-30 02:16:05 +03:00
Sergey Romanenko
fa75555bfb New translations en_US.yaml (German) 2019-01-30 01:23:58 +03:00
Awilum
aa8f2c9e45 Flextype Core: Shortcodes - general names updates
- [snippet name] to [snippets get]
2019-01-30 01:08:16 +03:00
Awilum
39b3a63000 Admin Panel: Plugins Manager - fix link for Get More Plugins 2019-01-30 01:06:26 +03:00
Sergey Romanenko
39a855888d Merge pull request #80 from flextype/crowdin-admin
New Crowdin translations
2019-01-30 00:52:05 +03:00
Awilum
7b99d4d750 Flextype Core: Shortcodes - general names updates
- [snippet name] to [snippets get]
- [image] to [images]
- [image_url] to [images_url]
2019-01-30 00:39:15 +03:00
Awilum
2b09e27478 Flextype Core: Snippets improvements and refactoring 2019-01-30 00:36:40 +03:00
Sergey Romanenko
e3deb4598d New translations en_US.yaml (Vietnamese) 2019-01-30 00:16:07 +03:00
Sergey Romanenko
dd59927990 New translations en_US.yaml (Catalan) 2019-01-30 00:16:05 +03:00
Sergey Romanenko
e4fc2ab819 New translations en_US.yaml (Chinese Simplified) 2019-01-30 00:16:04 +03:00
Sergey Romanenko
896c5fc84b New translations en_US.yaml (Chinese Traditional) 2019-01-30 00:16:02 +03:00
Sergey Romanenko
849909af93 New translations en_US.yaml (Croatian) 2019-01-30 00:16:00 +03:00
Sergey Romanenko
1d6d93c21d New translations en_US.yaml (Czech) 2019-01-30 00:15:59 +03:00
Sergey Romanenko
2ef559fb5f New translations en_US.yaml (Danish) 2019-01-30 00:15:57 +03:00
Sergey Romanenko
2873bf1b1c New translations en_US.yaml (Dutch) 2019-01-30 00:15:55 +03:00
Sergey Romanenko
fe60a71881 New translations en_US.yaml (Finnish) 2019-01-30 00:15:53 +03:00