1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 19:01:40 +02:00

Commit Graph

  • 43d2efb93d feat(core): update site entries #212 #186 Awilum 2019-08-21 11:39:13 +03:00
  • 7f9776e517 feat(admin-plugin): update Admin plugin #212 #186 Awilum 2019-08-21 10:45:55 +03:00
  • 120542f62d feat(core): update Entries, Plugins, Themes #212 #186 Awilum 2019-08-21 10:45:09 +03:00
  • ffa1abb435 build(core): update Flextype Filesystem to 2.0.5 #186 Awilum 2019-08-21 10:03:57 +03:00
  • adedb0b81b feat(site-plugin): update Site plugin #212 #186 Awilum 2019-08-20 23:14:46 +03:00
  • 4c06490aac feat(core): update Default theme #212 #186 Awilum 2019-08-20 23:12:43 +03:00
  • 2d3e885156 feat(core): update Fieldsets #212 #186 Awilum 2019-08-20 19:27:08 +03:00
  • 87d45c7c90 feat(core): update Locales #212 #186 Awilum 2019-08-20 15:52:34 +03:00
  • 5eb4fc5875 feat(core): update Settings #212 #186 Awilum 2019-08-20 15:47:14 +03:00
  • 50cb8c4c1c Merge branch 'dev' into #212 Awilum 2019-08-20 15:29:15 +03:00
  • 34be0933fd feat(core): add AuthMiddleware to global #201 #186 Awilum 2019-08-20 15:13:14 +03:00
  • 7e83fea1ed feat(core): update Entries fetch method #212 #186 Awilum 2019-08-20 13:02:21 +03:00
  • f3568ecfa4 chore(core): add comments for Entries read method #212 #186 Awilum 2019-08-20 12:52:28 +03:00
  • ff974e109b feat(admin-plugin): update EntriesController add method #212 #186 Awilum 2019-08-20 12:44:34 +03:00
  • 17038d04af feat(core): update Entries methods #212 #186 Awilum 2019-08-20 12:24:35 +03:00
  • 11d5b0e893 feat(admin-plugin): update EntriesController edit method #212 #186 Awilum 2019-08-20 12:15:18 +03:00
  • c87ee5888d feat(core): update FrontmatterParser encode method #212 #186 Awilum 2019-08-20 12:13:42 +03:00
  • ed64b71687 feat(core): update Entries methods #212 #186 Awilum 2019-08-20 10:50:38 +03:00
  • 8aa44c822c docs: add code of conduct Awilum 2019-08-20 10:05:03 +03:00
  • 6260a5a20f docs: update git commit message convention length of chars to 72 Awilum 2019-08-20 10:02:27 +03:00
  • fbae0adbf2 feat(core): update Entries update method #212 #186 Awilum 2019-08-20 10:00:03 +03:00
  • 912ee77738 chore(core): add comments for Entries read method #212 #186 Awilum 2019-08-20 00:31:35 +03:00
  • 9f65f54d8d docs: add git commit message convention Awilum 2019-08-20 00:23:46 +03:00
  • db3bb2daa0 next round of implementation 🤖 #212 #186 Awilum 2019-08-19 23:41:18 +03:00
  • 56dac82fa4 Flextype Core: Add ability to work with different types of content #212 #186 - Parser.php refactoring Awilum 2019-08-19 17:11:47 +03:00
  • ee3465c7ce Flextype Core: Entries API cleanup and refactoring Awilum 2019-08-19 15:29:15 +03:00
  • 976b80580b Flextype Core: Entries API cleanup and refactoring Awilum 2019-08-19 15:27:55 +03:00
  • 78d28c81f3 Flextype Core: Entries API cleanup and refactoring Awilum 2019-08-19 15:09:39 +03:00
  • d6a38cb714 Flextype Core: Entries API cleanup and refactoring Awilum 2019-08-19 15:00:22 +03:00
  • 91b6a7b43f Flextype Core: Entries API refactorng Awilum 2019-08-19 14:43:09 +03:00
  • 6440b3d0b3 Flextype Core: JsonParserTwigExtension renamed to JsonTwigExtension Awilum 2019-08-19 13:08:44 +03:00
  • 2dc9bf14bc Flextype Core: YamlTwigExtension added. #186 Awilum 2019-08-19 12:26:52 +03:00
  • 23d70a7878 Flextype Core: JsonParserTwigExtension renamed to JsonTwigExtension Awilum 2019-08-18 11:33:33 +03:00
  • b4f0ca85ee Flextype Core: JsonParserTwigExtension renamed to JsonTwigExtension - json_parser_decode renamed to json_decode - json_parser_encode renamed to json_encode Awilum 2019-08-18 11:32:17 +03:00
  • 7d30090ea2 README.md updates Awilum 2019-08-18 10:48:33 +03:00
  • 1c6adf0c12 revert to commit: 8ff8a6320d Awilum 2019-08-18 10:44:43 +03:00
  • 01ef6fdd90 LICENSE.txt updates Awilum 2019-08-18 01:07:43 +03:00
  • 333fbd4ef4 README.md updates Awilum 2019-08-18 01:07:26 +03:00
  • d38235f85f README.md updates Awilum 2019-08-18 01:05:04 +03:00
  • ddb627c295 README.md updates Awilum 2019-08-18 00:57:45 +03:00
  • 8248ce7226 README.md updates Awilum 2019-08-18 00:52:55 +03:00
  • ffb8244dfd README.md updates Awilum 2019-08-18 00:50:44 +03:00
  • d6f37a6e41 Flextype Core: Add ability to work with different types of content #212 #186 - Parser.php refactoring Awilum 2019-08-17 23:44:37 +03:00
  • 2736a317de Flextype Core: base controller and base middleware - upd Awilum 2019-08-17 23:44:06 +03:00
  • b816ffece1 Flextype Core: Snippets API - refactoring. #186 Awilum 2019-08-17 23:38:17 +03:00
  • 1274f38fd8 Flextype Core: Add ability to work with different types of content #212 #186 - next round of implementation, logic issues. need to review and fix Awilum 2019-08-17 23:19:50 +03:00
  • 927415b155 Flextype Admin Panel: UUID implementation #197 #186 Awilum 2019-08-17 23:12:41 +03:00
  • 3dcb9b6fc0 Flextype Core: Add ability to work with different types of content #212 #186 - next round of implementation Awilum 2019-08-17 20:41:11 +03:00
  • b2b2ab5b5d Flextype Core: Add ability to work with different types of content #212 #186 - default driver added Awilum 2019-08-17 12:39:06 +03:00
  • a17a88df8f Flextype Core: Add ability to work with different types of content #212 #186 - change parser order Awilum 2019-08-17 12:22:15 +03:00
  • ae5f8148ee CHANGELOG.md updates Awilum 2019-08-17 11:34:42 +03:00
  • 06cc7e1503 Supply a custom callable resolver, which resolves PSR-15 middlewares. #213 #186 Awilum 2019-08-17 10:06:00 +03:00
  • f145f994d3 Supply a custom callable resolver, which resolves PSR-15 middlewares. #213 #186 Awilum 2019-08-17 10:05:18 +03:00
  • a395ff00fd Flextype Admin Panel: field editor changed to html #186 Awilum 2019-08-17 00:06:04 +03:00
  • 79148ac5bc Flextype Admin Panel: field editor changed to html #186 Awilum 2019-08-17 00:04:43 +03:00
  • a8ed777dca README.md updates Awilum 2019-08-16 22:39:18 +03:00
  • 0d6e6ef825 README.md updates Awilum 2019-08-16 22:35:33 +03:00
  • 5e493c6ce5 README.md updates Awilum 2019-08-16 22:32:46 +03:00
  • 45f8f7ffa3 README.md updates Awilum 2019-08-16 22:29:38 +03:00
  • 303820ef3f CONTRIBUTING.md updates Awilum 2019-08-16 22:23:48 +03:00
  • de6e488ffb BACKERS.md udpates Awilum 2019-08-16 22:22:30 +03:00
  • 3bc40a00f3 remove apiary Awilum 2019-08-16 19:51:13 +03:00
  • 09dd4e7920 victorjonsson/markdowndocs - added. Awilum 2019-08-16 13:29:08 +03:00
  • de27ab2d24 Transferring API Description file from Apiary.io Sergey Romanenko 2019-08-16 13:21:50 +03:00
  • eaee15c383 Flextype Core: Add ability to work with different types of content #212 #186 - Entires updates Awilum 2019-08-12 00:20:35 +03:00
  • cccd306d30 Flextype Core: composer.json updates - revert back to 1.2.5 Arr Component for now Awilum 2019-08-11 19:32:35 +03:00
  • cadcbf094e Flextype Core: Markdown parser #212 #186 - Add Markdown service Awilum 2019-08-11 19:32:02 +03:00
  • 92c777ed4b Flextype Core: Markdown parser #212 #186 - Add Markdown service Awilum 2019-08-11 19:31:50 +03:00
  • ce471d9b9a Flextype Core: Markdown parser #212 #186 - Add Markdown service to Flextype container Awilum 2019-08-11 16:50:48 +03:00
  • 19770a375f Flextype Core: ShortcodesTwigExtension #186 - issue with null variables - fixed Awilum 2019-08-11 15:57:39 +03:00
  • 7fa2b7ce59 Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements Awilum 2019-08-11 15:56:40 +03:00
  • 1cee575e4d Flextype Core: composer.json updates Awilum 2019-08-11 15:47:08 +03:00
  • f9cf1d81e1 Flextype Core: Markdown parser #212 #186 - "erusev/parsedown": "1.7.3", - "erusev/parsedown-extra": "0.7.1" Awilum 2019-08-11 15:43:47 +03:00
  • 8b770d413f Flextype Core: Flextype Components - updates - "flextype-components/arr" : "1.2.6", - "flextype-components/filesystem" : "2.0.4", Awilum 2019-08-11 15:34:35 +03:00
  • f399a2e3c3 copyrights updates Awilum 2019-08-11 11:55:51 +03:00
  • 25e7bf52cd Flextype Core: I18nTwigExtension - new filter tr added. Awilum 2019-08-11 11:45:53 +03:00
  • 3423d460df Flextype Core: Add ability to work with different types of content #212 #186 - FrontmatterParser implementation Awilum 2019-08-11 11:10:35 +03:00
  • 7c18cbeaf0 Flextype Core: Add ability to work with different types of content #212 #186 - FrontmatterParser implementation Awilum 2019-08-11 01:26:18 +03:00
  • 76e6579618 Flextype Core: Add ability to work with different types of content #212 #186 - FrontmatterParser implementation Awilum 2019-08-11 01:06:57 +03:00
  • 17bb84402d Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements Awilum 2019-08-11 00:39:50 +03:00
  • 7947a7c44b Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements Awilum 2019-08-11 00:31:24 +03:00
  • 8e2e75d0b4 Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements Awilum 2019-08-11 00:31:02 +03:00
  • 3a7848a90d Flextype Core: Add ability to work with different types of content #212 #186 - FrontmatterParser implementation Awilum 2019-08-11 00:29:46 +03:00
  • c986506a98 Flextype Core: Add ability to work with different types of content #212 #186 - FrontmatterParser implementation Awilum 2019-08-10 23:57:40 +03:00
  • 70eadd487e Flextype Core: Add ability to work with different types of content #212 #186 Awilum 2019-08-10 22:05:00 +03:00
  • f5d202c02a Flextype Core: Add ability to work with different types of content #212 #186 Awilum 2019-08-10 21:57:33 +03:00
  • 525ec0345c Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements Awilum 2019-08-10 18:36:46 +03:00
  • 6da11ddb37 Flextype Core: Add ability to work with different types of content #212 #186 Awilum 2019-08-10 18:34:47 +03:00
  • 3a4cc1b1ae Flextype Core: Glide - display message if image not found #189 #186 Awilum 2019-08-10 01:03:28 +03:00
  • d1c0e7ebd4 copyrights updates Awilum 2019-08-09 17:13:26 +03:00
  • 8ff8a6320d copyrights updates Awilum 2019-08-09 16:56:05 +03:00
  • 9d5bdd9211 update .gitignore Awilum 2019-08-09 13:06:40 +03:00
  • b205366a45 Merge remote-tracking branch 'origin/dev' into dev Awilum 2019-08-08 20:17:02 +03:00
  • aa7441d2fa Flextype Core: Default theme - update assets building process and GULP to 4.X.X #206 #186 - updating base html Awilum 2019-08-08 20:16:05 +03:00
  • 6cb492fd99 Flextype Core: Default theme - update assets building process and GULP to 4.X.X #206 #186 - updating package json Awilum 2019-08-08 20:15:38 +03:00
  • e970a98fd9 Merge pull request #210 from flextype/crowding-admin-plugin Sergey Romanenko 2019-08-07 11:38:42 +03:00
  • fdac81743f Flextype Core: Default theme - update assets building process and GULP to 4.X.X #206 #186 - updating gulpfile js Awilum 2019-08-06 17:54:33 +03:00
  • afa588b1fd New translations en_US.json (French) Sergey Romanenko 2019-08-06 16:06:28 +03:00
  • 18e024b8d1 New translations en_US.json (French) Sergey Romanenko 2019-08-06 15:43:30 +03:00
  • c3621e7355 Flextype Core: Default theme - update assets building process and GULP to 4.X.X #206 #186 - updating gulpfile js Awilum 2019-08-06 13:54:09 +03:00