author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
398,795 | 06.02.2022 02:16:54 | 0 | 4fd4a7d5463b9413360fe1cc85364a3077390448 | Add parser round trip test to CI | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -63,6 +63,22 @@ jobs:\nbundler-cache: true\nruby-version: ${{ matrix.ruby }}\n- run: bundle exec bin/corpus\n+ ruby-parser-round-trip-tests:\n+ name: Parser Round Trip Tests\n+ runs... | Ruby | MIT License | mbj/unparser | Add parser round trip test to CI |
398,795 | 12.02.2022 16:26:06 | 0 | e6d23011392d8029936227d3c8f3530eba1eca91 | Add find_pattern and matcH_rest support
* These where not found as the parser round trip tests where false
positive. | [
{
"change_type": "MODIFY",
"old_path": "Changelog.md",
"new_path": "Changelog.md",
"diff": "+# v0.6.3 2022-02-12\n+\n+[#300](https://github.com/mbj/unparser/pull/300)\n+\n+* Add 3.0+ node support for `find_pattern` and `match_rest`\n+\n+[#298](https://github.com/mbj/unparser/pull/298)\n+\n+* Add `pa... | Ruby | MIT License | mbj/unparser | Add find_pattern and matcH_rest support
* These where not found as the parser round trip tests where false
positive. |
398,795 | 05.02.2022 20:45:58 | 0 | eb8a8399579ede116bcee4cb49dc6e1d78110b8e | Add 3.1 syntax support | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -20,7 +20,7 @@ jobs:\nstrategy:\nfail-fast: false\nmatrix:\n- ruby: [ruby-2.6, ruby-2.7, ruby-3.0]\n+ ruby: [ruby-2.6, ruby-2.7, ruby-3.0, ruby-3.1]\nos: [ubuntu-latest]\nsteps:\n- ... | Ruby | MIT License | mbj/unparser | Add 3.1 syntax support |
398,795 | 14.02.2022 00:55:19 | 0 | 8678ae7bb8ef754a919def6ee81e42ec1f8f2a9e | Change to depend on mutant-0.11.4 | [
{
"change_type": "MODIFY",
"old_path": "Gemfile",
"new_path": "Gemfile",
"diff": "@@ -4,8 +4,6 @@ source 'https://rubygems.org'\ngemspec\n-gem 'mutant', git: 'https://github.com/mbj/mutant', ref: '2fbc9dc7f8a8d363bc9fad6a32b0a6c9d1032743'\n-\nsource 'https://oss:Px2ENN7S91OmWaD5G7MIQJi1dmtmYrEh@gem.... | Ruby | MIT License | mbj/unparser | Change to depend on mutant-0.11.4 |
398,795 | 18.04.2022 03:01:09 | 0 | ba8a67372c1c498503092006f9c189bf5c687a2f | Fix heredoc block with arguments
[Fix | [
{
"change_type": "MODIFY",
"old_path": "Changelog.md",
"new_path": "Changelog.md",
"diff": "+# v0.6.5 2022-04-17\n+\n+[#312](https://github.com/mbj/unparser/pull/122)\n+\n+* Fix #311, emitting of heredocs within block that has arguments.\n+\n+[#313](https://github.com/mbj/unparser/pull/123)\n+\n+* R... | Ruby | MIT License | mbj/unparser | Fix heredoc block with arguments
[Fix #311] |
398,795 | 18.04.2022 03:06:43 | 0 | ae3d5d411233e2453ce22443db8119d6915776d3 | Remove Ruby-2.6 support | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -20,7 +20,7 @@ jobs:\nstrategy:\nfail-fast: false\nmatrix:\n- ruby: [ruby-2.6, ruby-2.7, ruby-3.0, ruby-3.1]\n+ ruby: [ruby-2.7, ruby-3.0, ruby-3.1]\nos: [ubuntu-latest]\nsteps:\n- ... | Ruby | MIT License | mbj/unparser | Remove Ruby-2.6 support |
398,794 | 21.07.2022 10:37:16 | -3,600 | 6081edf874be22ef2687a2e15eeef7c774eb1aec | Add Known Users section to Readme.md | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -191,6 +191,11 @@ Contributing\n(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)\n* Send me a pull request. Bonus points for topic branches.\n+... | Ruby | MIT License | mbj/unparser | Add Known Users section to Readme.md |
398,795 | 07.01.2023 00:17:20 | 0 | 45675cd1e3efe8e992d8d17c6b4c145a80d92786 | Remove obsolete Rakefile | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -187,7 +187,7 @@ Contributing\n* Make your feature addition or bug fix.\n* Add tests for it. This is important so I don't break it in a\nfuture version unintentionally.\n-* Commit, do not mess with Rakefile or v... | Ruby | MIT License | mbj/unparser | Remove obsolete Rakefile |
398,795 | 08.01.2023 15:37:46 | 0 | dcf067707e09752c8cc086025d5808cfc55e1102 | Upgrade to mutant-0.11.18 | [
{
"change_type": "MODIFY",
"old_path": "Gemfile",
"new_path": "Gemfile",
"diff": "@@ -4,8 +4,6 @@ source 'https://rubygems.org'\ngemspec\n-gem 'mutant', git: 'https://github.com/mbj/mutant', branch: 'add/ruby-3.2'\n-\nsource 'https://oss:Px2ENN7S91OmWaD5G7MIQJi1dmtmYrEh@gem.mutant.dev' do\ngem 'muta... | Ruby | MIT License | mbj/unparser | Upgrade to mutant-0.11.18 |
398,795 | 08.01.2023 15:37:48 | 0 | a9bcf565aec8248d35a08041427d0fde5226f0c2 | Change to v3 checkout action | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -7,7 +7,7 @@ jobs:\nname: Base steps\nruns-on: ubuntu-latest\nsteps:\n- - uses: actions/checkout@v2\n+ - uses: actions/checkout@v3\n- name: Check Whitespace\nrun: git diff --check -... | Ruby | MIT License | mbj/unparser | Change to v3 checkout action |
398,795 | 08.01.2023 15:37:49 | 0 | b48e9f67e7d4a49db40d67be17c0f0ad5568ca9e | Add required rubygems MFA | [
{
"change_type": "MODIFY",
"old_path": "Changelog.md",
"new_path": "Changelog.md",
"diff": "# v0.6.6 2022-04-17\n+[#338](https://github.com/mbj/unparser/pull/338)\n+\n+* Add required MFA for rubygems pushes.\n+\n+# v0.6.6 2022-04-17\n+\n[#336](https://github.com/mbj/unparser/pull/336)\n* Add support... | Ruby | MIT License | mbj/unparser | Add required rubygems MFA |
95,144 | 09.09.2018 11:19:07 | -7,200 | ef808a8f239cb85d81a6e2aaa27c9547eb0939fb | Rename `App\` to `Bolt\` | [
{
"change_type": "MODIFY",
"old_path": "bin/console",
"new_path": "bin/console",
"diff": "#!/usr/bin/env php\n<?php\n-use App\\Kernel;\n+use Bolt\\Kernel;\nuse Symfony\\Bundle\\FrameworkBundle\\Console\\Application;\nuse Symfony\\Component\\Console\\Input\\ArgvInput;\nuse Symfony\\Component\\Debug\\... | PHP | MIT License | bolt/core | Rename `App\` to `Bolt\` |
95,168 | 11.09.2018 12:29:24 | -7,200 | 565627aabf9aa968d0805012fbd5ef93759c928d | Install symfony/intl and symfony/apache-pack
Bob and I are not sure if this packages really need to be required. They were install to create and .htacces file and fix an error for missing IntlTimeZone | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"guzzlehttp/guzzle\": \"^6.3\",\n\"sensio/framework-extra-bundle\": \"^5.1\",\n\"sensiolabs/security-checker\": \"^4.1\",\n+ \"symfony/apache-pack\": \"^1.0\",\n\"symfony/asset\": \"^4.1\",\n\"symfony/cons... | PHP | MIT License | bolt/core | Install symfony/intl and symfony/apache-pack
Bob and I are not sure if this packages really need to be required. They were install to create and .htacces file and fix an error for missing IntlTimeZone |
95,168 | 11.09.2018 14:25:35 | -7,200 | 8ed3605ad1b85539e1c7abd6cf3125912be3dce2 | Update yarn.lock (Install axios package) | [
{
"change_type": "MODIFY",
"old_path": "yarn.lock",
"new_path": "yarn.lock",
"diff": "@@ -336,6 +336,13 @@ aws4@^1.2.1:\nversion \"1.6.0\"\nresolved \"https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e\"\n+axios@^0.18.0:\n+ version \"0.18.0\"\n+ resolved \"ht... | PHP | MIT License | bolt/core | Update yarn.lock (Install axios package) |
95,168 | 11.09.2018 17:34:10 | -7,200 | e56ec0ced011a4e5a2095072386c84f1349aef0c | [WIP] Implement Workbox | [
{
"change_type": "MODIFY",
"old_path": "webpack.config.js",
"new_path": "webpack.config.js",
"diff": "var Encore = require('@symfony/webpack-encore');\n+const WorkboxPlugin = require('workbox-webpack-plugin');\n+\nEncore\n// the project directory where all compiled assets will be stored\n.setOutputP... | PHP | MIT License | bolt/core | [WIP] Implement Workbox |
95,168 | 13.09.2018 17:24:38 | -7,200 | e69cadfec965f5ac4d8d40e8d3f1760a34efa4ff | Config for workbox | [
{
"change_type": "MODIFY",
"old_path": "assets/js/bolt.js",
"new_path": "assets/js/bolt.js",
"diff": "import Vue from 'vue'\nimport ElementUI from 'element-ui';\nimport 'element-ui/lib/theme-chalk/index.css';\n+import './registerServiceWorker'\n// Bolt Components\nimport Hello from './Hello'\n"
},... | PHP | MIT License | bolt/core | Config for workbox |
95,168 | 13.09.2018 17:25:37 | -7,200 | 9513fd0d2a9a12e035dc0ef4c46333460c3b5095 | Install register-service-worker package | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"devDependencies\": {\n\"@symfony/webpack-encore\": \"^0.20.1\",\n\"jquery\": \"^3.3.1\",\n+ \"register-service-worker\": \"^1.5.2\",\n\"vue-loader\": \"^14\",\n\"vue-template-compiler\": \"^2.5.17\",\n\"wor... | PHP | MIT License | bolt/core | Install register-service-worker package |
95,144 | 16.09.2018 16:56:36 | -7,200 | 3c42aa96789d7e638bb15b47b5cb179fd09aafe9 | Working on contenttypes | [
{
"change_type": "MODIFY",
"old_path": "config/services.yaml",
"new_path": "config/services.yaml",
"diff": "@@ -35,3 +35,9 @@ services:\n# 'arguments' key and define the arguments just below the service class\nBolt\\EventSubscriber\\CommentNotificationSubscriber:\n$sender: '%app.notifications.email_... | PHP | MIT License | bolt/core | Working on contenttypes |
95,168 | 17.09.2018 11:58:11 | -7,200 | b5116bdd814ac605988e5671b3d2ea5ccfa3aa49 | Install vue-router | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"jquery\": \"^3.3.1\",\n\"register-service-worker\": \"^1.5.2\",\n\"vue-loader\": \"^14\",\n+ \"vue-router\": \"^3.0.1\",\n\"vue-template-compiler\": \"^2.5.17\",\n\"workbox-webpack-plugin\": \"^3.5.0\"\n},\... | PHP | MIT License | bolt/core | Install vue-router |
95,168 | 17.09.2018 14:16:56 | -7,200 | 84017bc3138c288ccc7b96d0f689e88661921e2a | Install API Platform | [
{
"change_type": "MODIFY",
"old_path": ".env.dist",
"new_path": ".env.dist",
"diff": "@@ -21,3 +21,7 @@ DATABASE_URL=sqlite:///%kernel.project_dir%/var/data/blog.sqlite\n# Delivery is disabled by default via \"null://localhost\"\nMAILER_URL=null://localhost\n###< symfony/swiftmailer-bundle ###\n+\n+... | PHP | MIT License | bolt/core | Install API Platform |
95,168 | 17.09.2018 14:30:04 | -7,200 | 66660af3cdda404dee33411f791317ea1fb65ada | Fix request call for Dashboard News | [
{
"change_type": "MODIFY",
"old_path": "assets/js/service/api/DashboardNews.js",
"new_path": "assets/js/service/api/DashboardNews.js",
"diff": "@@ -8,7 +8,7 @@ export default {\n},\nfetchNews() {\n- return axios.get('/en/async/news')\n+ return axios.get('/async/news')\n.then(response => {\n// save t... | PHP | MIT License | bolt/core | Fix request call for Dashboard News |
95,168 | 17.09.2018 14:48:08 | -7,200 | 1c8bd4ab6a5673711a712ee49664cad6bd4398fc | Install Vuex | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"vue-loader\": \"^14\",\n\"vue-router\": \"^3.0.1\",\n\"vue-template-compiler\": \"^2.5.17\",\n+ \"vuex\": \"^3.0.1\",\n\"workbox-webpack-plugin\": \"^3.5.0\"\n},\n\"dependencies\": {\n"
},
{
"change... | PHP | MIT License | bolt/core | Install Vuex |
95,144 | 17.09.2018 17:15:36 | -7,200 | 7f54ca325432e0403cf29ef42a41012e9c144f8d | Simple values, simple arrays | [
{
"change_type": "MODIFY",
"old_path": "src/DataFixtures/ContentFixtures.php",
"new_path": "src/DataFixtures/ContentFixtures.php",
"diff": "@@ -113,16 +113,19 @@ class ContentFixtures extends Fixture\ncase 'html':\ncase 'textarea':\ncase 'markdown':\n- $data = ['value' => $this->faker->paragraphs(3,... | PHP | MIT License | bolt/core | Simple values, simple arrays |
95,144 | 17.09.2018 21:14:41 | -7,200 | 7cb1af59e19f28f24ebed397593760799cdddfcc | Creating own frontendcontroller | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/BlogController.php",
"new_path": "src/Controller/BlogController.php",
"diff": "@@ -54,18 +54,7 @@ final class BlogController extends AbstractController\nreturn $this->render('blog/index.' . $_format . '.twig', ['posts' => $latestPosts]);\n}\n- /... | PHP | MIT License | bolt/core | Creating own frontendcontroller |
95,144 | 18.09.2018 07:55:18 | -7,200 | 2be5c1b0b41ec89cbc6271d636423c959a5084d0 | Working on frontend controller | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/FrontendController.php",
"new_path": "src/Controller/FrontendController.php",
"diff": "@@ -10,6 +10,7 @@ namespace Bolt\\Controller;\nuse Bolt\\Configuration\\Config;\nuse Bolt\\Entity\\Content;\nuse Bolt\\Repository\\ContentRepository;\n+use Bo... | PHP | MIT License | bolt/core | Working on frontend controller |
95,168 | 18.09.2018 23:12:46 | -7,200 | b43debb758a51b0e727156af76be9fb7b4172981 | Print Records rows using Context component | [
{
"change_type": "MODIFY",
"old_path": "assets/js/Content.vue",
"new_path": "assets/js/Content.vue",
"diff": "<template>\n- <div class=\"card w-100 mt-2\">\n- <div class=\"card-body\">\n- {{ message }}\n- Print\n- </div>\n- </div>\n+ <tr>\n+ <td>{{ id }}</td>\n+ <td>{{ title.value.value }}</td>\n+ <... | PHP | MIT License | bolt/core | Print Records rows using Context component |
95,168 | 18.09.2018 23:17:14 | -7,200 | f9e751bf29add2318a3e897c82247250de37c439 | WIP Display latest Records per Contenttype | [
{
"change_type": "MODIFY",
"old_path": "assets/js/DashboardContentList.vue",
"new_path": "assets/js/DashboardContentList.vue",
"diff": "No content!\n</div>\n- <div v-else v-for=\"item in content\" :key=\"item.id\" class=\"row col\">\n- {{ item }}\n- <Content :message=\"item.id\"></Content>\n+ <div v... | PHP | MIT License | bolt/core | WIP Display latest Records per Contenttype |
95,144 | 19.09.2018 15:58:10 | -7,200 | ec4a74060c25ee65b0e089035f34a6214d56f770 | Tweaking template | [
{
"change_type": "MODIFY",
"old_path": "public/theme/skeleton/record.twig",
"new_path": "public/theme/skeleton/record.twig",
"diff": "{{ block('sub_fields', 'partials/_sub_fields.twig') }}\n{% endwith %}\n+ <p>Record:</p>\n+ <code>{% verbatim %}{{ dump(record.definition) }}{% endverbatim %}</code>\n... | PHP | MIT License | bolt/core | Tweaking template |
95,144 | 19.09.2018 16:48:11 | -7,200 | 6a8fbba7d0c83b558c024927d98144eea06f4e7e | Adding a rudimentary thumbnailer | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"ezyang/htmlpurifier\": \"^4.10\",\n\"fzaninotto/faker\": \"^1.8\",\n\"guzzlehttp/guzzle\": \"^6.3\",\n+ \"league/glide-symfony\": \"^1.0\",\n\"sensio/framework-extra-bundle\": \"^5.1\",\n\"sensiolabs/secu... | PHP | MIT License | bolt/core | Adding a rudimentary thumbnailer |
95,144 | 19.09.2018 16:56:19 | -7,200 | 41ceb1e6c1eb2d3455755c384282efd3bcc3833b | Use proper response instead | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/ImageController.php",
"new_path": "src/Controller/ImageController.php",
"diff": "@@ -29,6 +29,9 @@ class ImageController\n'cache' => $this->config->path('cache', true, 'thumbnails'),\n]);\n- $server->outputImage($filename, $_GET);\n+ /** @var St... | PHP | MIT License | bolt/core | Use proper response instead |
95,144 | 20.09.2018 17:32:48 | -7,200 | 5d38a4fa379089cb971d8186ae5990616052e12f | Working on images/thumbnails | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -13,6 +13,9 @@ database:\nsitename: A sample site in CONFIG\npayoff: The amazing payoff goes here\n+# note: ENV vars do not get parsed, yet!\n+secret: '%env(APP_SECRET)%'\n+\n# The th... | PHP | MIT License | bolt/core | Working on images/thumbnails |
95,144 | 20.09.2018 20:04:29 | -7,200 | b2e519158868250041b82fca85e568478642a582 | Replace missing setType | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/Field.php",
"new_path": "src/Entity/Field.php",
"diff": "@@ -143,6 +143,13 @@ class Field\nreturn $this->getDefinition()->type;\n}\n+ public function setType(string $type): self\n+ {\n+ $this->type = $type;\n+\n+ return $this;\n+ }\n+\npublic functi... | PHP | MIT License | bolt/core | Replace missing setType |
95,144 | 21.09.2018 14:55:28 | -7,200 | ef7e82d989b5cdf3ecd5157514b3fa021cf4847b | Fix fixtures to create correct fields. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Content/FieldFactory.php",
"diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Content;\n+\n+use Bolt\\Entity\\Field;\n+\n+final class FieldFactory\n+{\n+ public function __construct()\n+ {\n+ }\n+\n+ /**\n+ * @param string $n... | PHP | MIT License | bolt/core | Fix fixtures to create correct fields. |
95,144 | 21.09.2018 16:27:06 | -7,200 | 593c16f30d3762fa2464a0ab21562dab9efad68d | Making excerpts work. | [
{
"change_type": "MODIFY",
"old_path": "public/theme/skeleton/listing.twig",
"new_path": "public/theme/skeleton/listing.twig",
"diff": "</a>\n{% endif %}\n- {# display something introduction-like.. #}\n- {% if record.introduction %}\n- {{ record.introduction }}\n- {% elseif record.teaser %}\n- {{ re... | PHP | MIT License | bolt/core | Making excerpts work. |
95,144 | 22.09.2018 13:45:27 | -7,200 | ff1f85c9e0eed9cf0ad219b7db26da143c9aaec3 | Make slug slug when set to a slug | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"league/glide-symfony\": \"^1.0\",\n\"sensio/framework-extra-bundle\": \"^5.1\",\n\"sensiolabs/security-checker\": \"^4.1\",\n+ \"stof/doctrine-extensions-bundle\": \"^1.3\",\n\"symfony/asset\": \"^4.1\",\... | PHP | MIT License | bolt/core | Make slug slug when set to a slug |
95,144 | 25.09.2018 14:25:51 | -7,200 | 88bc06989e4818f307e84e11224f7c0fdb5b8b5b | Adding Menubuilder | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Content/MenuBuilder.php",
"diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Content;\n+\n+use Bolt\\Configuration\\Config;\n+\n+class MenuBuilder\n+{\n+ private $config;\n+\n+ /**\n+ * MenuBuilder constructor.\n+ *\n+ * @par... | PHP | MIT License | bolt/core | Adding Menubuilder |
95,168 | 25.09.2018 13:35:08 | -7,200 | c238ffb3df25b9973f58b512a8681161c7d89e6d | Remove Vuex store and things in the way | [
{
"change_type": "DELETE",
"old_path": "assets/js/Content.vue",
"new_path": null,
"diff": "-<template>\n- <tr>\n- <td>{{ id }}</td>\n- <td>{{ title.value.value }}</td>\n- </tr>\n-</template>\n-\n-<script>\n- export default {\n- name: 'context',\n- props: [\n- 'id',\n- 'title'\n- ],\n- }\n-</script>\... | PHP | MIT License | bolt/core | Remove Vuex store and things in the way |
95,168 | 25.09.2018 13:40:19 | -7,200 | 973a34eb7fbd0bef57c531f1ae7ab8c38741a513 | Don't pass the store to Vue instances anymore | [
{
"change_type": "MODIFY",
"old_path": "assets/js/bolt.js",
"new_path": "assets/js/bolt.js",
"diff": "@@ -25,9 +25,9 @@ Vue.component('dashboardcontentlist', DashboardContentList)\nconst $ = require('jquery');\nglobal.$ = global.jQuery = $;\n-new Vue({ el: 'header', router, store });\n-new Vue({ el:... | PHP | MIT License | bolt/core | Don't pass the store to Vue instances anymore |
95,168 | 25.09.2018 13:41:42 | -7,200 | a38978282c9e794dbcb89e247fc281ba25f4af9f | Now we fetch Records from different Contenttypes | [
{
"change_type": "MODIFY",
"old_path": "assets/js/DashboardContentList.vue",
"new_path": "assets/js/DashboardContentList.vue",
"diff": "<template>\n<div>\n- <div v-if=\"isLoading\" class=\"row col\">\n+ <div v-if=\"loading\" class=\"row col\">\n<p>Loading...</p>\n</div>\n- <div v-else-if=\"hasError\... | PHP | MIT License | bolt/core | Now we fetch Records from different Contenttypes |
95,168 | 25.09.2018 15:00:33 | -7,200 | 7e55b601224f5affc11bd6510a0ed453a40fd2e2 | Add edit link for Records in Dashboard listing | [
{
"change_type": "MODIFY",
"old_path": "assets/js/DashboardContentList.vue",
"new_path": "assets/js/DashboardContentList.vue",
"diff": "<template v-for=\"record in records\" class=\"row col\">\n<tr :key=\"record.id\">\n<td>{{ record.id }}</td>\n- <td>{{ record.fields[0].value.value }}</td>\n+ <td><a... | PHP | MIT License | bolt/core | Add edit link for Records in Dashboard listing |
95,168 | 25.09.2018 16:24:07 | -7,200 | 5f902cf2b148737e502b14f47087b48959ed81f0 | Build Sidebar menu with real data | [
{
"change_type": "MODIFY",
"old_path": "assets/js/Sidebar.vue",
"new_path": "assets/js/Sidebar.vue",
"diff": "<div class=\"header item logo\">\n<h2>Bolt</h2>\n</div>\n- <a href=\"/bolt/\" class=\"active item\">\n+ <!-- TODO: Maybe we need to parse the data somewhere else -->\n+ <template v-for=\"men... | PHP | MIT License | bolt/core | Build Sidebar menu with real data |
95,144 | 26.09.2018 17:54:37 | -7,200 | 4fd6c4e22d93557a7c51dca561b9c1721836ce83 | Working on listings | [
{
"change_type": "MODIFY",
"old_path": "src/Content/ContentTypeFactory.php",
"new_path": "src/Content/ContentTypeFactory.php",
"diff": "@@ -18,10 +18,18 @@ final class ContentTypeFactory\n*\n* @return ContentType\n*/\n- public static function get(string $name, Bag $contenttypesconfig)\n+ public stat... | PHP | MIT License | bolt/core | Working on listings |
95,168 | 27.09.2018 09:32:55 | -7,200 | 898a6522fadd06dd57072300e45769d40c8b49e4 | Use string type hinting for $view parameter | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/FrontendController.php",
"new_path": "src/Controller/FrontendController.php",
"diff": "@@ -112,7 +112,7 @@ class FrontendController extends AbstractController\n*\n* @return Response\n*/\n- protected function render($view, array $parameters = [],... | PHP | MIT License | bolt/core | Use string type hinting for $view parameter |
95,168 | 27.09.2018 15:51:24 | -7,200 | 37a54733c1cd3ef5f41743e5ccdb37aca33cda04 | Add magic properties to Content Entity | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/Content.php",
"new_path": "src/Entity/Content.php",
"diff": "@@ -96,6 +96,16 @@ class Content\n/** @var Config */\nprivate $config;\n+ /**\n+ * Set the \"Magic properties for automagic population in the API\n+ */\n+ public $magictitle;\n+ public $ma... | PHP | MIT License | bolt/core | Add magic properties to Content Entity |
95,144 | 30.09.2018 18:36:29 | -7,200 | a846dedd1818ce336db076db1896866a349bcbb3 | Adding CSRF for editcontent | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Bolt/EditRecordController.php",
"new_path": "src/Controller/Bolt/EditRecordController.php",
"diff": "@@ -17,6 +17,10 @@ use Symfony\\Component\\HttpFoundation\\Request;\nuse Symfony\\Component\\HttpFoundation\\Response;\nuse Symfony\\Component\\... | PHP | MIT License | bolt/core | Adding CSRF for editcontent |
95,144 | 30.09.2018 18:56:11 | -7,200 | e7b9769b517ce8775d9ce70ec23835dd3691e7bb | Structuring templates. | [
{
"change_type": "RENAME",
"old_path": "templates/base.html.twig",
"new_path": "templates/_base/layout.twig",
"diff": "<div id=\"{% block container %}content{% endblock %}\">\n- {{ include('default/_flash_messages.html.twig') }}\n+ {{ include('_partials/_flash_messages.html.twig') }}\n{% block main ... | PHP | MIT License | bolt/core | Structuring templates. |
95,144 | 30.09.2018 22:03:19 | -7,200 | ca2bb5221efc0c1c73d43acd1680c51b3a17aa92 | Adding Media Entity | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"fzaninotto/faker\": \"^1.8\",\n\"guzzlehttp/guzzle\": \"^6.3\",\n\"league/glide-symfony\": \"^1.0\",\n+ \"miljar/php-exif\": \"^0.6.4\",\n\"nesbot/carbon\": \"^1.34\",\n\"sensio/framework-extra-bundle\": ... | PHP | MIT License | bolt/core | Adding Media Entity |
95,144 | 02.10.2018 12:06:44 | -7,200 | ac15feba7c9bdcbba94250bffe315a9bd5aa051d | Make Frontend Controller work on PHP 7 again. | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/FrontendController.php",
"new_path": "src/Controller/FrontendController.php",
"diff": "@@ -37,7 +37,7 @@ class FrontendController extends AbstractController\n$template = $this->templateChooser->homepage('');\n- return $this->render($template, []... | PHP | MIT License | bolt/core | Make Frontend Controller work on PHP 7 again. |
95,144 | 02.10.2018 12:45:08 | -7,200 | 97bd8656f8f93231a29f1ca9d7cc58637339ab46 | Adding a Slug field twig. | [
{
"change_type": "MODIFY",
"old_path": "assets/js/bolt.js",
"new_path": "assets/js/bolt.js",
"diff": "@@ -41,6 +41,9 @@ $(document).ready(function() {\ntransition: 'slide right',\n});\n+ $('.field .ui.dropdown').dropdown({\n+ });\n+\n$('.ui.dropdown.fileselector').dropdown({\ntransition: 'slide down... | PHP | MIT License | bolt/core | Adding a Slug field twig. |
95,144 | 02.10.2018 22:07:18 | -7,200 | 0080487931f8a6de9c8eeea05978f13322510c34 | Working on Media stuff | [
{
"change_type": "MODIFY",
"old_path": "src/Content/MenuBuilder.php",
"new_path": "src/Content/MenuBuilder.php",
"diff": "@@ -33,7 +33,7 @@ class MenuBuilder\n$menu[] = [\n'name' => 'Content',\n'type' => 'separator',\n- 'icon' => 'fa-file'\n+ 'icon' => 'fa-file',\n];\nforeach ($this->config->get('co... | PHP | MIT License | bolt/core | Working on Media stuff |
95,132 | 02.10.2018 10:09:09 | -7,200 | 5786a26df9ceec61ef03000b4f40f4595ce627cc | Sort bundles alphabetically | [
{
"change_type": "MODIFY",
"old_path": "config/bundles.php",
"new_path": "config/bundles.php",
"diff": "<?php\nreturn [\n- Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle::class => ['all' => true],\n- Symfony\\Bundle\\SecurityBundle\\SecurityBundle::class => ['all' => true],\n- Doctrine\\Bundle\\D... | PHP | MIT License | bolt/core | Sort bundles alphabetically |
95,132 | 02.10.2018 10:19:06 | -7,200 | d40d6d96e9b7c4629da484107cbe6e99fbca6c92 | Add `theme` alias to themepath in Twig loader | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/FrontendController.php",
"new_path": "src/Controller/FrontendController.php",
"diff": "@@ -37,7 +37,7 @@ class FrontendController extends AbstractController\n$template = $this->templateChooser->homepage('');\n- return $this->render(current($temp... | PHP | MIT License | bolt/core | Add `theme` alias to themepath in Twig loader |
95,132 | 02.10.2018 11:57:22 | -7,200 | 8e13aaddbc8d293758420abacee4fa4c62b5d628 | Add alternative solution for `addPaths` | [
{
"change_type": "MODIFY",
"old_path": "config/packages/twig.yaml",
"new_path": "config/packages/twig.yaml",
"diff": "@@ -4,3 +4,6 @@ twig:\nform_themes:\n- 'form/layout.html.twig'\n- 'form/fields.html.twig'\n+ paths:\n+ '%kernel.project_dir%/public/theme/skeleton': ''\n+ # '%kernel.project_dir%/pub... | PHP | MIT License | bolt/core | Add alternative solution for `addPaths` |
95,132 | 03.10.2018 11:54:24 | -7,200 | 00a4d93161e8a0a6a77f29d69b16852ecd936694 | Expose Bolt's config variables | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Config.php",
"new_path": "src/Configuration/Config.php",
"diff": "@@ -81,6 +81,37 @@ class Config\nreturn $config;\n}\n+ /**\n+ * @return array\n+ */\n+ public function getParameters() : array\n+ {\n+ $array = $this->data->get('general')->toA... | PHP | MIT License | bolt/core | Expose Bolt's config variables |
95,132 | 03.10.2018 13:13:34 | -7,200 | dcb36bd6071fa36dd3c59586aa344b897fa466a9 | Set Twig to use Bolt parameters | [
{
"change_type": "MODIFY",
"old_path": "config/packages/twig.yaml",
"new_path": "config/packages/twig.yaml",
"diff": "@@ -5,5 +5,4 @@ twig:\n- 'form/layout.html.twig'\n- 'form/fields.html.twig'\npaths:\n- '%kernel.project_dir%/public/theme/skeleton': ''\n- # '%kernel.project_dir%/public/theme/%gener... | PHP | MIT License | bolt/core | Set Twig to use Bolt parameters |
95,132 | 03.10.2018 14:25:22 | -7,200 | 62a2b4633ba76e2feb7019882ad20876532daa36 | Set correct template for homepage route | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/FrontendController.php",
"new_path": "src/Controller/FrontendController.php",
"diff": "@@ -37,7 +37,7 @@ class FrontendController extends AbstractController\n$template = $this->templateChooser->homepage('');\n- return $this->render('index.twig',... | PHP | MIT License | bolt/core | Set correct template for homepage route |
95,144 | 03.10.2018 21:20:46 | -7,200 | 5e264500657077b2f3ce9ac8af0151fc19e90d1f | Working on FrontendController.php | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Config.php",
"new_path": "src/Configuration/Config.php",
"diff": "@@ -87,28 +87,29 @@ class Config\npublic function getParameters(): array\n{\n$array = $this->data->get('general')->toArray();\n+\nreturn $this->flatten($array);\n}\n/**\n* @par... | PHP | MIT License | bolt/core | Working on FrontendController.php |
95,144 | 06.10.2018 14:03:32 | -7,200 | f1082be8b54b6dccd1a17ba2df915eb992adb43a | Working on fields | [
{
"change_type": "MODIFY",
"old_path": "src/Content/FieldType.php",
"new_path": "src/Content/FieldType.php",
"diff": "@@ -8,4 +8,26 @@ use Tightenco\\Collect\\Support\\Collection;\nfinal class FieldType extends Collection\n{\n+ public function __construct($items = [])\n+ {\n+ parent::__construct(arr... | PHP | MIT License | bolt/core | Working on fields |
95,144 | 06.10.2018 17:47:21 | -7,200 | 037f5b07abe22766067461a0c592aff85be77c51 | Making "new" work properly again. | [
{
"change_type": "MODIFY",
"old_path": "src/Content/FieldFactory.php",
"new_path": "src/Content/FieldFactory.php",
"diff": "@@ -19,7 +19,7 @@ final class FieldFactory\n*/\npublic static function get(string $name = 'generic'): Field\n{\n- $classname = '\\\\Bolt\\\\Entity\\\\Field\\\\' . $name . 'Fiel... | PHP | MIT License | bolt/core | Making "new" work properly again. |
95,144 | 06.10.2018 19:11:56 | -7,200 | b480425678617be2a9340eb7cd03b6c20ba2de70 | Update templates/editcontent/media_edit.twig | [
{
"change_type": "MODIFY",
"old_path": "templates/editcontent/media_edit.twig",
"new_path": "templates/editcontent/media_edit.twig",
"diff": "<img id=\"main_image\" src=\"{{ thumbnail }}\">\n</div>\n- <div class=\"field\" style=\"margin: 0.5rem 0;\">\n- <button class=\"ui button tiny color-Vibrant\"... | PHP | MIT License | bolt/core | Update templates/editcontent/media_edit.twig |
95,144 | 07.10.2018 10:06:02 | -7,200 | 78ed2c092c0f7663e79f4bac2c1e91f2d1ed6a17 | Working on select fields | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "assets/js/helpers/ready.js",
"diff": "+(function(funcName, baseObj) {\n+ \"use strict\";\n+ // The public function name defaults to window.docReady\n+ // but you can modify the last line of this function to pass in a different object or method n... | PHP | MIT License | bolt/core | Working on select fields |
95,132 | 08.10.2018 15:22:37 | -7,200 | 7d67152a171be4a09750609fe3eee17603ee00c2 | Read Bolt's `config.yaml` in Kernel | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "#\n# If you're trying out Bolt, just keep it set to SQLite for now.\ndatabase:\n- driver: sqlite\n- databasename: bolt\n+ url: '%env(DATABASE_URL)%'\n# The name of the website\nsitename:... | PHP | MIT License | bolt/core | Read Bolt's `config.yaml` in Kernel |
95,144 | 09.10.2018 12:27:35 | -7,200 | ca2cbb5796ce3f76727a91de8000b4af5674bc0e | Tweaking symfony deps. | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"symfony/serializer\": \"4.2.x-dev\",\n\"symfony/swiftmailer-bundle\": \"^3.1\",\n\"symfony/translation\": \"4.2.x-dev\",\n+ \"symfony/twig-bridge\": \"4.2.x-dev\",\n\"symfony/yaml\": \"4.2.x-dev\",\n\"tig... | PHP | MIT License | bolt/core | Tweaking symfony deps. |
95,168 | 10.10.2018 11:27:40 | -7,200 | ce0f7848b8170bdf92dbad6e86ca30d64b75e7ee | Don't generate service workers scripts | [
{
"change_type": "MODIFY",
"old_path": "webpack.config.js",
"new_path": "webpack.config.js",
"diff": "@@ -20,14 +20,14 @@ Encore\n// .enableVersioning()\n// Workbox should always be the last plugin to add @see: https://developers.google.com/web/tools/workbox/guides/codelabs/webpack#optional-config\n... | PHP | MIT License | bolt/core | Don't generate service workers scripts |
95,168 | 10.10.2018 13:52:00 | -7,200 | c6fa5e0361863c2f9d9a07845000f29664cd35a6 | Install KnpMenuBundle | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"ezyang/htmlpurifier\": \"^4.10\",\n\"fzaninotto/faker\": \"^1.8\",\n\"guzzlehttp/guzzle\": \"^6.3\",\n+ \"knplabs/knp-menu-bundle\": \"^2.0\",\n\"league/glide-symfony\": \"^1.0\",\n\"miljar/php-exif\": \"... | PHP | MIT License | bolt/core | Install KnpMenuBundle |
95,168 | 11.10.2018 15:30:24 | -7,200 | e9420fa68a850ff7d999561ef0c435f0f3404af4 | Build Sidebar menu with KnpMenuBundle | [
{
"change_type": "MODIFY",
"old_path": "config/services.yaml",
"new_path": "config/services.yaml",
"diff": "@@ -36,3 +36,8 @@ services:\narguments: []\ntags:\n- { name: doctrine.event_listener, event: postLoad }\n+ app.menu_builder:\n+ class: Bolt\\Content\\MenuBuilder\n+ arguments: [\"@knp_menu.fac... | PHP | MIT License | bolt/core | Build Sidebar menu with KnpMenuBundle |
95,144 | 11.10.2018 16:50:30 | -7,200 | 87af80e037d05fe54c6072422c84dbbbd45bfd61 | Splitting up fields: No more inline JS and CSS | [
{
"change_type": "MODIFY",
"old_path": "templates/_base/layout.twig",
"new_path": "templates/_base/layout.twig",
"diff": "<link href=\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.... | PHP | MIT License | bolt/core | Splitting up fields: No more inline JS and CSS |
95,168 | 12.10.2018 13:30:00 | -7,200 | ecaf3731a67ef3b20cdffd249bd194602c71d809 | Only allow GET operations in the API | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/Content.php",
"new_path": "src/Entity/Content.php",
"diff": "@@ -16,7 +16,10 @@ use Doctrine\\ORM\\Mapping as ORM;\nuse Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface;\n/**\n- * @ApiResource\n+ * @ApiResource(\n+ * collectionOperation... | PHP | MIT License | bolt/core | Only allow GET operations in the API |
95,144 | 13.10.2018 11:55:21 | -7,200 | 8904356ac6d6074b936888487af3fb073bf43365 | Working on replacing Semantic | [
{
"change_type": "MODIFY",
"old_path": "assets/js/Components/DashboardNews.vue",
"new_path": "assets/js/Components/DashboardNews.vue",
"diff": "<template>\n<div>\n- <div class=\"ui card\" v-for=\"newsItem in news\" v-if=\"newsItem\" :key=\"newsItem.id\">\n- <div class=\"content\">\n- <div class=\"he... | PHP | MIT License | bolt/core | Working on replacing Semantic |
95,144 | 13.10.2018 12:15:41 | -7,200 | cb2fe4f1ad2cbced5a0f211406a8f4a19803a707 | Update assets/js/Components/Topbar.vue | [
{
"change_type": "MODIFY",
"old_path": "assets/js/Components/Topbar.vue",
"new_path": "assets/js/Components/Topbar.vue",
"diff": "@@ -41,6 +41,10 @@ module.exports = {\nmargin: 0 1rem 0 3rem;\n}\n+.nav-fill .nav-item {\n+ flex-grow: 0;\n+}\n+\n.nav-fill .nav-item.topbar-title {\nfont-family: \"Sourc... | PHP | MIT License | bolt/core | Update assets/js/Components/Topbar.vue |
95,168 | 15.10.2018 15:55:25 | -7,200 | 5aec9be92e2fe5fde173e9700128b9f8da057e5e | Fix some Twig Extension's namespace | [
{
"change_type": "MODIFY",
"old_path": "src/EventSubscriber/ControllerSubscriber.php",
"new_path": "src/EventSubscriber/ControllerSubscriber.php",
"diff": "@@ -4,7 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\EventSubscriber;\n-use Bolt\\Twig\\SourceCodeExtension;\n+use Bolt\\Twig\\Extension\\S... | PHP | MIT License | bolt/core | Fix some Twig Extension's namespace |
95,168 | 15.10.2018 16:42:48 | -7,200 | 3d4a24e56d7a4f2e6510f7f8e61f37d8a0fa8c0d | Move excerpt function/filter to RecordRuntime.php | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/Extension/AppExtension.php",
"new_path": "src/Twig/Extension/AppExtension.php",
"diff": "@@ -4,7 +4,6 @@ declare(strict_types=1);\nnamespace Bolt\\Twig\\Extension;\n-use Bolt\\Helpers\\Excerpt;\nuse Bolt\\Utils\\Markdown;\nuse Symfony\\Component\\Intl... | PHP | MIT License | bolt/core | Move excerpt function/filter to RecordRuntime.php |
95,168 | 15.10.2018 16:43:24 | -7,200 | 27184e7d05d08ee9f9bfbf57e60bc8ee46e7abad | Tag Runtime services in services.yml | [
{
"change_type": "MODIFY",
"old_path": "config/services.yaml",
"new_path": "config/services.yaml",
"diff": "@@ -31,6 +31,11 @@ services:\nresource: '../src/Controller'\ntags: ['controller.service_arguments']\n+ Bolt\\Twig\\Runtime\\:\n+ resource: '../src/Twig/Runtime/*'\n+ public: false\n+ tags: ['t... | PHP | MIT License | bolt/core | Tag Runtime services in services.yml |
95,144 | 15.10.2018 19:45:02 | -7,200 | 0e48a026b5e2a75989569adf8cb61bb5558756e4 | Working on replacing Semantic for Bootstrap | [
{
"change_type": "MODIFY",
"old_path": "templates/_macro/_macro.twig",
"new_path": "templates/_macro/_macro.twig",
"diff": "{% if action == 'held' %}\n{% set action = 'depublish' %}\n{% endif %}\n- <div href=\"#\" data-listing-cmd=\"record:{{ action }}\"><i class=\"fa {{ icon }}\"></i> {{ __(text) }... | PHP | MIT License | bolt/core | Working on replacing Semantic for Bootstrap |
95,144 | 15.10.2018 21:30:29 | -7,200 | 00caceb9b572c09ffb2e048e5b5d4c75508bb30c | More Semantic -> Bootstrap changes | [
{
"change_type": "DELETE",
"old_path": "assets/js/Components/Hello.vue",
"new_path": null,
"diff": "-<template>\n- <p>{{ greeting }} World!</p>\n-</template>\n-\n-<script>\n-module.exports = {\n- data: function() {\n- return {\n- greeting: \"Hello\"\n- };\n- }\n-};\n-</script>\n-\n-<style scoped>\n-... | PHP | MIT License | bolt/core | More Semantic -> Bootstrap changes |
95,144 | 16.10.2018 07:57:46 | -7,200 | 826b334fd7627a2f14741de2f9c720b3836b490c | Working on adding taxonomies | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Config.php",
"new_path": "src/Configuration/Config.php",
"diff": "@@ -71,7 +71,7 @@ class Config\n$this->data = $config;\n$config['contenttypes'] = $this->parseContentTypes();\n- // 'taxonomy' => $this->parseTaxonomy(),\n+ $config['taxonomies... | PHP | MIT License | bolt/core | Working on adding taxonomies |
95,168 | 16.10.2018 09:34:32 | -7,200 | a5c260815da6da5ec6a52d5610de7d16356fcea6 | Move selectoptionsfromarray function logic to ContentHelperRuntime | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/Extension/ContentHelperExtension.php",
"new_path": "src/Twig/Extension/ContentHelperExtension.php",
"diff": "@@ -6,7 +6,7 @@ namespace Bolt\\Twig\\Extension;\nuse Bolt\\Content\\FieldFactory;\nuse Bolt\\Content\\MenuBuilder;\n-use Bolt\\Entity\\Field;... | PHP | MIT License | bolt/core | Move selectoptionsfromarray function logic to ContentHelperRuntime |
95,168 | 16.10.2018 11:06:39 | -7,200 | fbb835dfc1ad9d69be3c9eb4fc7b28d0075f008c | Use Bolt\Twig\Runtime and dummy function | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/Extension/AdminExtension.php",
"new_path": "src/Twig/Extension/AdminExtension.php",
"diff": "namespace Bolt\\Twig\\Extension;\n+use Bolt\\Twig\\Runtime;\nuse Twig\\Extension\\AbstractExtension;\nuse Twig\\TwigFilter;\nuse Twig\\TwigFunction;\n"
},
... | PHP | MIT License | bolt/core | Use Bolt\Twig\Runtime and dummy function |
95,168 | 16.10.2018 11:47:34 | -7,200 | 2a4d00e5c937b7d5415155e3f06e4f87f1520d11 | Add ImageRuntime.php | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/Extension/ImageExtension.php",
"new_path": "src/Twig/Extension/ImageExtension.php",
"diff": "@@ -6,6 +6,7 @@ namespace Bolt\\Twig\\Extension;\nuse Bolt\\Configuration\\Config;\nuse Bolt\\Entity\\Field;\n+use Bolt\\Twig\\Runtime;\nuse League\\Glide\\Ur... | PHP | MIT License | bolt/core | Add ImageRuntime.php |
95,168 | 16.10.2018 12:00:36 | -7,200 | 0db869e8590fb0f90e98d277a97709d3ed2f2e0b | Port ymllink Twig filter | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/Extension/AdminExtension.php",
"new_path": "src/Twig/Extension/AdminExtension.php",
"diff": "@@ -33,7 +33,7 @@ class AdminExtension extends AbstractExtension\nreturn [\n// @codingStandardsIgnoreStart\nnew TwigFilter('__', [Runtime\\AdminRuntime::class... | PHP | MIT License | bolt/core | Port ymllink Twig filter |
95,168 | 16.10.2018 12:32:49 | -7,200 | 5e4ab831cab74e89ab7d141d3530de4ae4e1ec74 | Port ArrayExtension Twig filters | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/Extension/ArrayExtension.php",
"new_path": "src/Twig/Extension/ArrayExtension.php",
"diff": "@@ -23,7 +23,7 @@ class ArrayExtension extends AbstractExtension\nreturn [\n// @codingStandardsIgnoreStart\n- new TwigFunction('unique', [Runtime\\ArrayRuntim... | PHP | MIT License | bolt/core | Port ArrayExtension Twig filters |
95,168 | 16.10.2018 13:48:26 | -7,200 | f2029f8f63b790a62be577aab7864f20a5ed80e9 | Port twig Twig filter | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/Extension/HtmlExtension.php",
"new_path": "src/Twig/Extension/HtmlExtension.php",
"diff": "@@ -38,7 +38,7 @@ class HtmlExtension extends AbstractExtension\nreturn [\n// @codingStandardsIgnoreStart\nnew TwigFilter('markdown', [Runtime\\HtmlRuntime::cla... | PHP | MIT License | bolt/core | Port twig Twig filter |
95,144 | 16.10.2018 16:06:24 | -7,200 | 20b8752fbddf0fc5e8e9119f01d851ecbe4f3292 | Adding a Basecontroller | [
{
"change_type": "MODIFY",
"old_path": "public/theme/skeleton/index.twig",
"new_path": "public/theme/skeleton/index.twig",
"diff": "{% block main %}\n+ <hr>\n+ {{ dump() }}\n+ <hr>\n+\n{% if record is defined %}\n<h1>{{ record.title }}</h1>\n"
},
{
"change_type": "MODIFY",
"old_path": "s... | PHP | MIT License | bolt/core | Adding a Basecontroller |
95,144 | 17.10.2018 13:19:03 | -7,200 | fd00a4ca9f877fa1b922de82b72617fd7ef6a469 | Working on file uploader | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Config.php",
"new_path": "src/Configuration/Config.php",
"diff": "@@ -94,10 +94,11 @@ class Config\n/**\n* @param string $path\n* @param bool $absolute\n+ * @param mixed $additional\n*\n* @return string\n*/\n- public function getPath(string $... | PHP | MIT License | bolt/core | Working on file uploader |
95,144 | 17.10.2018 16:48:43 | -7,200 | 761467dcbba56d72063dd4b68ff1f15f14de2ad4 | Bit of a sidetrack: Made JS for slug field work. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "templates/editcontent/javascripts/slug.twig",
"diff": "+{% extends '@bolt/editcontent/javascripts/_base.twig' %}\n+\n+{% block javascripts %}\n+<script>\n+ var input = document.querySelector(\"input[name=\\\"{{ name }}\\\"]\");\n+ var slugTick;\... | PHP | MIT License | bolt/core | Bit of a sidetrack: Made JS for slug field work. |
95,144 | 17.10.2018 22:15:57 | -7,200 | 0ba0c16b890144e79ec344f9b23d3a144088276f | Working on uploaders. | [
{
"change_type": "MODIFY",
"old_path": "assets/js/bolt.js",
"new_path": "assets/js/bolt.js",
"diff": "@@ -43,4 +43,6 @@ $(document).ready(function() {\n// $(\".ui.calendar\").calendar({\n// ampm: false\n// });\n+\n+ var lightbox = $('a.lightbox').simpleLightbox();\n});\n"
},
{
"change_type":... | PHP | MIT License | bolt/core | Working on uploaders. |
95,144 | 17.10.2018 22:21:18 | -7,200 | a4ca721bdc2e2ed09f6b94595402bba89785d417 | Tweaking lightbox | [
{
"change_type": "MODIFY",
"old_path": "templates/editcontent/fields/image.twig",
"new_path": "templates/editcontent/fields/image.twig",
"diff": "<div class=\"row mb-2\">\n<div class=\"col-12\" style=\"text-align: right;\">\n- <a href=\"{{ field.get('filename')|thumbnail(width=500, height=500, area=... | PHP | MIT License | bolt/core | Tweaking lightbox |
95,180 | 18.10.2018 20:40:13 | -7,200 | 7c14ec8e65ab546d4f36e97699a325b0a065761e | added vscode to gitignore | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -39,3 +39,10 @@ yarn-error.log\n/.php_cs\n/.php_cs.cache\n###< friendsofphp/php-cs-fixer ###\n+\n+### VisualStudioCode ###\n+.vscode/*\n+!.vscode/settings.json\n+!.vscode/tasks.json\n+!.vscode/launch.json\n+!.... | PHP | MIT License | bolt/core | added vscode to gitignore |
95,180 | 19.10.2018 10:46:59 | -7,200 | e8ca75d7ec99143a45badf711941238e30009d77 | removed tinymce from webpack | [
{
"change_type": "MODIFY",
"old_path": "webpack.config.js",
"new_path": "webpack.config.js",
"diff": "@@ -31,27 +31,6 @@ Encore\n;\n-const config = {\n- module: {\n- loaders: [\n- {\n- test: require.resolve('tinymce/tinymce'),\n- loaders: [\n- 'imports?this=>window',\n- 'exports?window.tinymce'\n- ]... | PHP | MIT License | bolt/core | removed tinymce from webpack |
95,144 | 22.10.2018 13:30:25 | -7,200 | 3550237d73b0e3299e4c40a8dacdc755cec66ca3 | Adding placeholders for more fields | [
{
"change_type": "MODIFY",
"old_path": "assets/js/Views/editor.js",
"new_path": "assets/js/Views/editor.js",
"diff": "@@ -3,7 +3,7 @@ import Vue from \"vue\";\n* Editor Components\n*/\nimport Slug from \"../Components/Editor/Slug.vue\";\n-import TextArea from \"../Components/Editor/Slug.vue\";\n+imp... | PHP | MIT License | bolt/core | Adding placeholders for more fields |
95,144 | 22.10.2018 21:46:02 | -7,200 | d4ebcc60373d1d029075127e9a66cbda3bfb2e30 | Handling Fileuploads with Sirius/Upload | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"nesbot/carbon\": \"^1.34\",\n\"sensio/framework-extra-bundle\": \"^5.1\",\n\"sensiolabs/security-checker\": \"^4.1\",\n+ \"siriusphp/upload\": \"^2.1\",\n\"stof/doctrine-extensions-bundle\": \"^1.3\",\n\"... | PHP | MIT License | bolt/core | Handling Fileuploads with Sirius/Upload |
95,144 | 23.10.2018 21:30:21 | -7,200 | fd948a1a90901c480d32d3127404f40d57211cd6 | Update .github/github_labels.json | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/github_labels.json",
"diff": "+[\n+ {\n+ \"name\": \"priority: critical\",\n+ \"color\": \"#e11d21\"\n+ },\n+ {\n+ \"name\": \"priority: high\",\n+ \"color\": \"#eb6420\"\n+ },\n+ {\n+ \"name\": \"priority: low\",\n+ \"color\": \"#68cbf2... | PHP | MIT License | bolt/core | Update .github/github_labels.json |
95,144 | 24.10.2018 18:52:18 | -7,200 | 47eec649674eba34b65eb570b23a18581eb00601 | updating PHP-CS config | [
{
"change_type": "RENAME",
"old_path": ".php_cs.dist",
"new_path": ".php_cs",
"diff": "<?php\n-$fileHeaderComment = <<<COMMENT\n-This file is part of the Symfony package.\n-\n-(c) Fabien Potencier <fabien@symfony.com>\n-\n-For the full copyright and license information, please view the LICENSE\n-fil... | PHP | MIT License | bolt/core | updating PHP-CS config |
95,144 | 25.10.2018 07:20:53 | -7,200 | e6a1d24f6e89f754194f2dd117f126f8a8ccc1f4 | Adding more data to the sidebar JSON output | [
{
"change_type": "MODIFY",
"old_path": "src/Content/MenuBuilder.php",
"new_path": "src/Content/MenuBuilder.php",
"diff": "@@ -5,27 +5,51 @@ declare(strict_types=1);\nnamespace Bolt\\Content;\nuse Bolt\\Configuration\\Config;\n+use Bolt\\Entity\\Content;\n+use Bolt\\Repository\\ContentRepository;\nus... | PHP | MIT License | bolt/core | Adding more data to the sidebar JSON output |
95,144 | 25.10.2018 20:28:13 | -7,200 | 328760c906377185d1c6661a1d35273f1d880c35 | Add icon and contenttype to Title {% block %} | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/Extension/ContentHelperExtension.php",
"new_path": "src/Twig/Extension/ContentHelperExtension.php",
"diff": "@@ -6,6 +6,7 @@ namespace Bolt\\Twig\\Extension;\nuse Bolt\\Content\\FieldFactory;\nuse Bolt\\Content\\MenuBuilder;\n+use Bolt\\Entity\\Conten... | PHP | MIT License | bolt/core | Add icon and contenttype to Title {% block %} |
95,144 | 25.10.2018 20:38:04 | -7,200 | 5159b4a7f8096b5ef9a8c38835f70abd253bda53 | Tweak setPath :-) | [
{
"change_type": "MODIFY",
"old_path": "templates/editcontent/fields/image.twig",
"new_path": "templates/editcontent/fields/image.twig",
"diff": "{% extends '@bolt/editcontent/fields/_base.twig' %}\n{% block field %}\n- {% if field.definition['upload'] is defined %}\n- {% set setPath = field.definit... | PHP | MIT License | bolt/core | Tweak setPath :-) |
95,168 | 26.10.2018 13:29:21 | -7,200 | c41070f91d7aea2edc7de2a61a2e238810f5fe45 | WIP to hide sensible and unwanted data in API | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/Content.php",
"new_path": "src/Entity/Content.php",
"diff": "@@ -14,11 +14,14 @@ use Doctrine\\Common\\Collections\\ArrayCollection;\nuse Doctrine\\Common\\Collections\\Collection;\nuse Doctrine\\ORM\\Mapping as ORM;\nuse Symfony\\Component\\Routing... | PHP | MIT License | bolt/core | WIP to hide sensible and unwanted data in API |
95,144 | 26.10.2018 16:07:01 | -7,200 | a6dc0216494adf143c799f320fa5d63ce4cbf841 | Herp derp derp | [
{
"change_type": "MODIFY",
"old_path": "templates/editcontent/fields/image.twig",
"new_path": "templates/editcontent/fields/image.twig",
"diff": "{% extends '@bolt/editcontent/fields/_base.twig' %}\n{% block field %}\n- {% set setPath = field.definition.get('upload')|default('')) %}\n+ {% set setPat... | PHP | MIT License | bolt/core | Herp derp derp |
95,168 | 26.10.2018 16:25:03 | -7,200 | 8a1343b128fe0207866ac7268bfa97da8342e1ce | Add Configuration and File management submenus | [
{
"change_type": "MODIFY",
"old_path": "src/Content/MenuBuilder.php",
"new_path": "src/Content/MenuBuilder.php",
"diff": "@@ -79,7 +79,7 @@ class MenuBuilder\n'contenttype' => $contenttype['slug'],\n'singleton' => $contenttype['singleton'],\n'active' => $contenttype['slug'] === 'pages' ? true : fals... | PHP | MIT License | bolt/core | Add Configuration and File management submenus |
95,144 | 26.10.2018 20:15:26 | -7,200 | b92d75fd18cbed60ae0f3503395f910ce8ffd660 | Hotfix: Make sqlite work again. | [
{
"change_type": "MODIFY",
"old_path": "config/packages/doctrine.yaml",
"new_path": "config/packages/doctrine.yaml",
"diff": "@@ -9,7 +9,10 @@ doctrine:\ndriver: 'pdo_sqlite'\nserver_version: '3.15'\ncharset: utf8mb4\n- url: '%bolt.database.url%'\n+ url: '%env(resolve:DATABASE_URL)%'\n+ # url: '%bol... | PHP | MIT License | bolt/core | Hotfix: Make sqlite work again. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.