Commit Graph

  • d5d3bd564f Any field that has a localized field down the line is considered localized Ivo Valchev 2020-10-14 09:51:06 +02:00
  • c8612150bf Merge pull request #1984 from andysh-uk/cast-database-platform-doctrine Bob den Otter 2020-10-13 15:40:40 +02:00
  • 84e1728e58 Merge pull request #1983 from bolt/fix/backend-url Ivo Valchev 2020-10-13 09:15:02 +02:00
  • 0b6d28c614 Replace getDriver()->getName() call with getDatabasePlatform->getName() to avoid a deprecation in Doctrine Andy Heathershaw 2020-10-12 21:02:15 +01:00
  • 8c18220c67 Fix url for 'bulk' operations on Listing screen, for sites with modified Backend URL Bob den Otter 2020-10-12 20:54:15 +02:00
  • dc3eaea02a Merge pull request #1945 from simongroenewolt/feature/server-side-validation-support Bob den Otter 2020-10-12 19:31:52 +02:00
  • c5cba5aacc Merge pull request #1979 from luistar15/fix-imagefixtures-path-separator Bob den Otter 2020-10-12 16:58:53 +02:00
  • 57c5322ff3 Merge pull request #1980 from toofff/feature/add-gitattributes-file Bob den Otter 2020-10-12 15:30:15 +02:00
  • ebff688447 Merge pull request #1967 from TomasVotruba/tv-ci-stylelint-indent Bob den Otter 2020-10-12 15:12:09 +02:00
  • 1c25869c1e Merge pull request #1972 from simongroenewolt/fix/repository-annotation Bob den Otter 2020-10-12 14:28:51 +02:00
  • 4782feec0d Merge pull request #1968 from bolt/bugfix/no-listing-for-singletons Bob den Otter 2020-10-12 14:17:42 +02:00
  • 45f3c60ab5 Merge pull request #1966 from TomasVotruba/tv-ci-stylelint Bob den Otter 2020-10-12 14:00:20 +02:00
  • e0c7009575 Feat: add .gitattributes file for release Prou Yann 2020-10-09 22:48:02 +02:00
  • dbf55d1b38 Merge pull request #1970 from ziselive/master Bob den Otter 2020-10-10 19:20:39 +02:00
  • 3f8d2c6ccc Force path separator to / in ImageFixtures relative paths Luis Tar Quince 2020-10-10 11:18:59 -05:00
  • f29a86b798 Merge remote-tracking branch 'upstream/master' Kevin Pfeifer 2020-10-09 20:55:21 +02:00
  • b4862fbf14 Log.php had an incorrect repositoryClass specified in the Entity annotation. Simon Groenewolt 2020-10-09 10:45:26 +02:00
  • f07f59b12c Chinese translation Summer 2020-10-09 00:27:35 +08:00
  • 594e46f13f Redirect to record or new record on singleton listing pages in backend Ivo Valchev 2020-10-08 16:15:43 +02:00
  • 6ba13474d3 apply lint fix TomasVotruba 2020-10-08 15:10:09 +02:00
  • d8d7c85e78 apply editorconfig spacing TomasVotruba 2020-10-08 14:53:44 +02:00
  • e5da04d14a try npm ci TomasVotruba 2020-10-08 15:05:43 +02:00
  • fa6c1dc1e1 move jobs already in Github Actions TomasVotruba 2020-10-08 14:53:21 +02:00
  • 3a073feb47 [ci] add assets code analysis TomasVotruba 2020-10-08 14:49:06 +02:00
  • 333f949172 Ninja-edit .gitignore 4.1.0 Bob den Otter 2020-10-08 14:26:06 +02:00
  • 328d088b2e Merge pull request #1956 from bolt/release/4.0.2 Ivo Valchev 2020-10-08 14:15:57 +02:00
  • 733ae7b6c0 Let's go for 4.1.0 instead! 😇 Bob den Otter 2020-10-08 13:31:35 +02:00
  • c2b57fceea Merge pull request #1963 from bolt/chore/cleanup-doctrine-version Ivo Valchev 2020-10-08 13:20:39 +02:00
  • 1e3fe5c5b6 Update CHANGELOG.md Bob den Otter 2020-10-08 08:16:20 +02:00
  • 46c34c9033 Merge pull request #1964 from bolt/fix/select-in-field-blocks Bob den Otter 2020-10-08 08:06:50 +02:00
  • 9458b4845d Merge pull request #1962 from denis-gorin/feature/translations-russian Bob den Otter 2020-10-08 08:01:38 +02:00
  • fb81b35407 Use id in {% setcontent %} for Select in Blocks Bob den Otter 2020-10-08 07:39:07 +02:00
  • 2972eb966b 🧹 Cleanup for Doctrine\Version Bob den Otter 2020-10-08 07:29:25 +02:00
  • 3b6f145039 Merge pull request #1961 from TomasVotruba/tv-ci-only-skip-scripts Bob den Otter 2020-10-08 07:17:14 +02:00
  • d26b78b542 remove lnbr Denis Gorin 2020-10-08 12:16:59 +07:00
  • 098dbb5ab7 add russian translations Denis Gorin 2020-10-08 12:08:53 +07:00
  • ee6011e831 Merge pull request #1960 from simongroenewolt/fix/api-error Bob den Otter 2020-10-08 07:07:58 +02:00
  • 8ebc29cfc5 Merge pull request #1959 from TomasVotruba/tv-cleanup Bob den Otter 2020-10-08 07:07:06 +02:00
  • be81101462 Merge remote-tracking branch 'upstream/master' Denis Gorin 2020-10-08 11:57:40 +07:00
  • 8d7cfec682 trigger ci TomasVotruba 2020-10-08 01:19:45 +02:00
  • 0e651a130e [composer] decouple post-install/update-cmd and skip run on CI TomasVotruba 2020-10-08 00:48:10 +02:00
  • b70fce9f61 $this->viewlessContentTypes should be a normal array. toArray() would return an associative array, and this in turn messes up the parameter substitution in SQLParserUtils.expandListParameters(). Using values() instead of toArray() fixes this. fixes https://github.com/bolt/core/issues/1953 Simon Groenewolt 2020-10-07 22:30:58 +02:00
  • abde179062 composer: drop left-over of dev TomasVotruba 2020-10-07 21:25:24 +02:00
  • 80d53d2151 composer: drop symfony/symfony dev, probably left over from copy-paste TomasVotruba 2020-10-07 21:19:29 +02:00
  • 1c3ce027b0 Merge pull request #1958 from TomasVotruba/tv-phpstan-without-container Bob den Otter 2020-10-07 19:59:28 +02:00
  • f5f1b4e830 Merge pull request #1957 from TomasVotruba/tv-env Bob den Otter 2020-10-07 19:56:41 +02:00
  • 80dad91919 fixup! fixup! fixup! experiemtn TomasVotruba 2020-10-07 19:36:33 +02:00
  • bed8169ad4 fixup! fixup! experiemtn TomasVotruba 2020-10-07 19:35:03 +02:00
  • b0b165d534 fixup! experiemtn TomasVotruba 2020-10-07 19:33:13 +02:00
  • 767f4a45d5 experiemtn TomasVotruba 2020-10-07 18:59:10 +02:00
  • aaa43e7903 [phpstan] remove invalid tmp dir + dependency on symfony container TomasVotruba 2020-10-07 18:45:31 +02:00
  • 4ad6b88ed8 [ci] there are no flags TomasVotruba 2020-10-07 18:43:39 +02:00
  • b0611562ab fixup! [ci] removing some magic TomasVotruba 2020-10-07 18:43:14 +02:00
  • 868f5d8d1d [ci] removing some magic TomasVotruba 2020-10-07 18:43:07 +02:00
  • 188efa1b03 trigger ci TomasVotruba 2020-10-07 18:40:33 +02:00
  • d2da6b995b [ci] use common path for .env file TomasVotruba 2020-10-07 18:33:41 +02:00
  • 5b16b5a56e Preparing release 4.0.2 Bob den Otter 2020-10-07 17:54:44 +02:00
  • ffff76bfb0 Merge pull request #1954 from bolt/bugfix/access-extensions-by-name Bob den Otter 2020-10-07 17:45:47 +02:00
  • 76ab33a0f7 Merge pull request #1955 from bolt/bugfix/ignore-empty-like-parameters Bob den Otter 2020-10-07 17:45:31 +02:00
  • 3cc7dfb015 Ignore empty like %% parameters Ivo Valchev 2020-10-07 17:08:58 +02:00
  • e488b3cdbe Access extensions by name with full namespace Ivo Valchev 2020-10-07 16:26:04 +02:00
  • c7b9e42a01 Merge pull request #1952 from bolt/feature/allow-default-values-for-new-Content Ivo Valchev 2020-10-07 15:27:58 +02:00
  • b6ba7a1b48 Merge pull request #1933 from Wieter/development-postgres Bob den Otter 2020-10-07 14:51:07 +02:00
  • 0d0f50d3f1 Don't use Bolt\Doctrine\Version Bob den Otter 2020-10-07 14:05:59 +02:00
  • 0ec56d4d38 Don't overwrite $searchTerm Bob den Otter 2020-10-07 14:05:18 +02:00
  • e317ccfb6f Update contenttypes.yaml Bob den Otter 2020-10-07 11:14:13 +02:00
  • 36c4875ae7 Reverting stuff that shouldn't've been part of previous commit Bob den Otter 2020-10-07 11:13:45 +02:00
  • 4b4e6b0c98 Add |default Bob den Otter 2020-10-07 11:07:41 +02:00
  • 2572c4ef51 Merge pull request #1946 from bolt/bobdenotter-patch-2 Ivo Valchev 2020-10-07 10:21:53 +02:00
  • a0b6b4eff7 Merge pull request #1948 from bolt/fix/html-in-collection-titles Ivo Valchev 2020-10-07 10:21:31 +02:00
  • 89fa4b7979 Fix for returned bug: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "a voluptas possimus aut libero doloremque."") in "helpers/_field_blocks.twig". Wytse Talsma 2020-10-06 22:26:42 +02:00
  • 39490e46d0 cleanup Wytse Talsma 2020-10-06 22:19:17 +02:00
  • 3bbb957101 Merge branch 'master' into development-postgres Bob den Otter 2020-10-06 20:31:02 +02:00
  • 4a10c68e4a Allow default values for Fields in new Content Bob den Otter 2020-10-06 20:28:52 +02:00
  • b21bf8e99c Merge pull request #1941 from bolt/fix/add-missing-json-decode Ivo Valchev 2020-10-06 09:34:35 +02:00
  • a2cbaffe91 Merge pull request #1942 from bolt/fix/ensure-array-of-records Ivo Valchev 2020-10-06 09:32:54 +02:00
  • 718ebfb2f3 Merge pull request #1943 from bolt/fix/allow-x Ivo Valchev 2020-10-06 09:29:19 +02:00
  • 3328e68c56 Updating test Bob den Otter 2020-10-05 19:53:40 +02:00
  • 5c33bfc031 Update edit_record_1.feature Bob den Otter 2020-10-05 19:09:50 +02:00
  • 492c45649f Ensure the "Titles" in collection blocks are plain text only Bob den Otter 2020-10-05 17:16:34 +02:00
  • e827a7990e improved sqlite json checking Wytse Talsma 2020-10-05 14:26:38 +02:00
  • 9a401e9ab6 Delete Version20200219064805.php Bob den Otter 2020-10-05 13:02:49 +02:00
  • d7ab4a01d2 Trying to get test to pass for SQLite in Docker Wytse Talsma 2020-10-05 12:21:35 +02:00
  • f873aef63e Fix search bug SQLite that appeared since inclusion in JSONwrapper - PHP supports SQLite since version 5.3.0 Wytse Talsma 2020-10-05 11:35:03 +02:00
  • cc659b228b style fixes Wytse Talsma 2020-10-05 10:14:17 +02:00
  • fea65d4910 Further cleanup & fix of showcase editability in postgres Wytse Talsma 2020-10-05 09:59:06 +02:00
  • 9339495bce coding standards fixes - now we are not specific on return type, as it's not possible to express what we allow in the current version of php (I think) Simon Groenewolt 2020-10-04 23:41:40 +02:00
  • a40cd7dc67 coding standards fixes - now we are not specific on return type, as it's not possible to express what we allow in the current version of php (I think) Simon Groenewolt 2020-10-04 23:40:19 +02:00
  • 03d01c2001 coding standards fixes Simon Groenewolt 2020-10-04 23:15:43 +02:00
  • 8ecc170b04 updated validation example to include fields, taxonomy, and relations Simon Groenewolt 2020-10-04 23:03:21 +02:00
  • d3b2e2bdfe Some cleanup Wytse Talsma 2020-10-04 22:29:13 +02:00
  • 7897e8e0c2 Merge pull request #1 from bolt/master Kevin Pfeifer 2020-10-04 21:08:55 +02:00
  • 3c731c6fe6 Better way to allow x in thumbnail URLs alongside × Bob den Otter 2020-10-04 16:26:55 +02:00
  • bc330cbbc4 Merge pull request #1940 from bolt/feature/translations-bulgarian Bob den Otter 2020-10-04 16:15:41 +02:00
  • daf3799f1c Ensure we have an array of records in "select" block Bob den Otter 2020-10-04 14:38:39 +02:00
  • e8637a179f Add missing json_decode Twig Filter Bob den Otter 2020-10-04 14:05:13 +02:00
  • caca522b20 Backend in Bulgarian / Панел на български 🇧🇬 Ivo Valchev 2020-10-04 13:26:55 +02:00
  • 02695b16a5 Merge branch 'master' of github.com:bolt/core into feature/server-side-validation-support Simon Groenewolt 2020-10-04 11:58:27 +02:00
  • 15cccc90f9 Merge pull request #1938 from luistar15/bugfix-thumbnail-url Bob den Otter 2020-10-04 11:46:49 +02:00
  • db7ecf119b Merge pull request #1937 from simongroenewolt/feature/reset-password-command Bob den Otter 2020-10-04 11:46:24 +02:00