Commit Graph

1465 Commits

Author SHA1 Message Date
Ivo Valchev 64dfb13519 Image 'alt' attribute is there by default. 2020-02-24 13:38:42 +01:00
Bob den Otter e3fee99fc0 Slightly different approach 2020-02-22 14:47:37 +01:00
Bob den Otter f1dde48e50 Make sure templateselect is "stringable" 2020-02-22 14:20:19 +01:00
Bob den Otter 33342098bc Merge pull request #1112 from bolt/release/4.0.0-rc.5
Prepare release 4.0.0-rc.5
2020-02-22 13:55:35 +01:00
Bob den Otter f34975b965 Prepare release 4.0.0-rc.5 2020-02-22 13:33:17 +01:00
Bob den Otter 1658bbc8a2 Allow configuration of web root folder 2020-02-22 12:46:35 +01:00
Ivo Valchev 0780c9220f Fix typo in method name 2020-02-21 14:21:27 +01:00
Ivo Valchev 142602158e Call reset-secret command in setup command 2020-02-21 14:09:20 +01:00
Ivo Valchev b9fcaf3eca Consistency with ! not . :-) 2020-02-21 14:09:06 +01:00
Ivo Valchev a0265133c9 make sure to replace active .env not .env.dist 2020-02-21 14:08:52 +01:00
Ivo Valchev b161c589f6 Create bolt:replace-secret command to generate new APP_SECRET 2020-02-21 13:55:12 +01:00
Ivo Valchev a77c6d2d84 Partial word search works 2020-02-21 11:58:28 +01:00
Bob den Otter e423671b84 Merge pull request #1101 from bolt/enhancement/better-user-validation
Enhancement/better user validation
2020-02-21 11:42:37 +01:00
Ivo Valchev dc710c08dc csfix 2020-02-21 10:10:54 +01:00
Ivo Valchev 9137a8508f Display name validation to forbid string of whitespaces only 2020-02-21 10:03:58 +01:00
Ivo Valchev 4ab32127a5 UserEditController makes proper user of password 2020-02-21 09:44:06 +01:00
Ivo Valchev 1d6bb28e0e ProfileController uses validator 2020-02-21 09:43:49 +01:00
Ivo Valchev 70f2fb172a Only suggest password if the password validation failed 2020-02-21 09:27:08 +01:00
Ivo Valchev b6401d5010 Merge pull request #1098 from bolt/Make-Request-optional-to-allow-using-Storage-Query-in-a-non-web-context
Make Request optional to allow using Storage\Query in a non-web context
2020-02-21 09:18:41 +01:00
Ivo Valchev fdd74244bf Merge pull request #1096 from bolt/fix/query-in-extension
Fix/query in extension
2020-02-21 09:17:11 +01:00
Ivo Valchev 5b4182ef06 Merge pull request #1095 from bolt/ensure-contenttypes-have-a-slug
Slug and Status are required, but not always set.
2020-02-21 09:16:27 +01:00
Ivo Valchev ebc4715fdb Merge pull request #1097 from bolt/fix/Show-proper-exception-when-trying-to-set-non-existing-field
Show proper exception when trying to set non-existing Field
2020-02-21 09:11:29 +01:00
Bob den Otter 002a354f2f Fix paging in backend 2020-02-21 08:00:27 +01:00
Bob den Otter 0d04122e40 Only list published content 2020-02-21 07:42:47 +01:00
Bob den Otter 7c2029bcdc Make Request optional to allow using Storage\Query in a non-web context 2020-02-21 06:57:14 +01:00
Bob den Otter a7604435e0 Show proper exception when trying to set non-existing Field 2020-02-21 06:54:48 +01:00
Bob den Otter 3993dd0750 Allow for BaseExtension to get Storage\Query 2020-02-21 06:50:36 +01:00
Bob den Otter ad5abdea6e ensure contenttypes have a slug 2020-02-20 16:06:21 +01:00
Bob den Otter 5c5bbbecdb Prepare release 4.0.0-rc.4 2020-02-19 19:28:48 +01:00
Ivo Valchev 50280ccb0b UserEditController uses new validation handling 2020-02-19 17:24:38 +01:00
Ivo Valchev 290ed9d694 Add common user validator and handler 2020-02-19 17:23:47 +01:00
Ivo Valchev dc55390e5d Merge pull request #1089 from bolt/fix/stop-flooding-of-logs-from-canonical
Stop surplus logging from Canonical
2020-02-19 12:27:49 +01:00
Ivo Valchev d36e3de4ce Merge pull request #1090 from bolt/Replace-Swiftmailer-with-Mailer
🔥 Replace Swiftmailer with Mailer
2020-02-19 12:15:57 +01:00
Bob den Otter 65d59a05b3 CS fixes 2020-02-19 08:45:09 +01:00
Bob den Otter fe59313672 Add migrations and content_id column to logging table 2020-02-19 07:56:15 +01:00
Bob den Otter a2f20b6b74 Replace Swiftmailer with Mailer 2020-02-18 22:16:35 +01:00
Bob den Otter caf27738f5 Stop surplus logging from Canonical 2020-02-18 22:03:44 +01:00
Bob den Otter 1803f0b6af Use Loggertrait 2020-02-17 19:28:16 +01:00
Bob den Otter f7e7c5215d CS fixes 2020-02-17 17:38:34 +01:00
Bob den Otter 2ca56d8b18 Set db logged as synthetic: true in services_test.yaml 2020-02-17 17:29:46 +01:00
Bob den Otter 38660cd4f9 Remove dump() from codebase 2020-02-17 15:35:43 +01:00
Bob den Otter 77439c910f Merge pull request #1079 from bolt/enhancement/query-handler-without-request-globals
SelectQueryHandler injects Request
2020-02-17 15:10:13 +01:00
Bob den Otter 57d25c07ed Merge pull request #1078 from bolt/enhancement/em-flush-outside-loop
Flush EntityManager outside of loop
2020-02-17 15:06:17 +01:00
Ivo Valchev 129465a2c6 csfix 2020-02-17 10:02:09 +01:00
Ivo Valchev 28ad196618 Merge pull request #1076 from bolt/fix/frontendcontrollers-allow-both-POST-and-GET
Frontend Controllers should allow both POST and GET
2020-02-17 09:59:21 +01:00
Ivo Valchev e52699a85e Inject request in SelectQueryHandler instead of creating it from globals 2020-02-17 09:57:02 +01:00
Ivo Valchev 8d9141d08d Flush EntityManager outside of loop 2020-02-17 09:14:34 +01:00
Bob den Otter 990cb6ec67 Update ExtensionRegistry.php 2020-02-16 22:16:13 +01:00
Bob den Otter 98cf29c1ba Allow getting extensions by partial name. 2020-02-16 20:18:37 +01:00
Bob den Otter f734f408b7 Frontend Controllers should allow both POST and GET 2020-02-16 20:07:52 +01:00