Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wintercms/wn-cms-module

Read-only mirror of the CMS module for Winter CMS.
https://github.com/wintercms/wn-cms-module

Use old signature for `where` method in CmsObjectCollection.

Refs: https://github.com/octobercms/october/pull/4893#discussion_r368408407

f60aa89b4b70e64d73041ffb4a2c96287aebede0 authored almost 5 years ago by Ben Thomson <[email protected]>
Comment tweak for CmsObjectCollection::where()

c8ae14d3b0196ebb7e0490889034e0f6a831c76d authored almost 5 years ago by Ben Thomson <[email protected]>
Make slug route param optional for CMS module.

This allows the home page to load.

7c8f78b51833559cb21d7f3eb229ff5aa41ef0b5 authored almost 5 years ago by Ben Thomson <[email protected]>
Fix incompatible `where` method in CmsObjectCollection

Signature for the `where` method changes in L6, so a wrapper has been put in place.

338b83b9903c774f909603b1a4ae868b4491fcdf authored almost 5 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/laravel-5.9

97496eacff3acd63bd0890d6daa15c5f07402251 authored almost 5 years ago by Ben Thomson <[email protected]>
Set Dropzone.js uploaders to have no time limit (#4878)

The upgrade to the latest Dropzone.js brought in a new `timeout` configuration variable, which d...

5a1bdc8fa8ebde38e5dd926b52d280a5da489ff5 authored almost 5 years ago by Ben Thomson <[email protected]>
Rollback for Build 462

This change should be revisited since it doesn't account for database-based templates which have...

c7cbf4420fc372cc0c253382def9d5c99930e725 authored about 5 years ago by Samuel Georges <[email protected]>
Revert "Added additional robots meta fields to CMS pages (#4685)" (#4832)

This reverts commit 8303e0dbb2aea4d7f3d01a0520322335480a5bdc. Reverts #4685. Should be implement...

713d9b277bc79e89055e535613aef60048a8fa95 authored about 5 years ago by Luke Towers <[email protected]>
Added additional robots meta fields to CMS pages (#4685)

Credit to @FlusherDock1

596f974361c5ae3c6f4d1ea68abda887fb2e75a2 authored about 5 years ago by Nick Khaetsky <[email protected]>
Simplify security check

Logic in ComponentPartial was rolled back and moved to the Controller. Since there are issues wi...

33856aa72fe041e6681e0427a9e0e9b984395d3d authored about 5 years ago by Samuel Georges <[email protected]>
Allow partial overrides in subfolders (#4652)

* Allow partial overrides in subfolders + security checker

83608f1898f7a75f4c21cb44bc414048cdc9b73d authored about 5 years ago by Tobias Kündig <[email protected]>
Exception handling

$widget->secondaryTabs['fields'] may not always be present

4ab06072cb7cd9ed12c6bd1101aa45b80321357d authored about 5 years ago by Samuel Georges <[email protected]>
Slovenian language added (#4796)

* Add Slovenian language

996f24c3447ea2caeb10fd0f16261c4391026f97 authored about 5 years ago by Blaž Oražem <[email protected]>
Rollback d31006ae1a1f5a709e9a100d0096a5633ab820b5

242fc7c09c654caae1d808d88546d41b9d957332 authored about 5 years ago by Samuel Georges <[email protected]>
Make CMS object code editor read-only in safe mode (#4769)

Adds a dismissable message to the CMS object code editor indicating that the PHP code section of...

85537472a6a95f11cbf027314aac7bedcae60908 authored about 5 years ago by Marc Jauvin <[email protected]>
Add missing documentation comment blocks for fired events (#4788)

Credit to @mjauvin.

f371fd5aa472c6f4e432747bc47217452fd51694 authored about 5 years ago by Marc Jauvin <[email protected]>
Merge branch 'develop' into wip/laravel-5.9

243a48337948671920668fb0d4635cfa1233732d authored about 5 years ago by Ben Thomson <[email protected]>
Remove XSRF cookie

This was a contentious change is generally a bad idea to blanket all requests with a dependant c...

7d9cdb685b680c002efcd8e91ecb0565aacebd59 authored about 5 years ago by Samuel Georges <[email protected]>
Apply ResponseMaker to backend AJAX and cms.page.display event

06ebbfa73f28a844d5c29c36d14201e922bf7d73 authored about 5 years ago by Samuel Georges <[email protected]>
Remove unused import

46665555960298953b719f0002216445bbe3eda4 authored about 5 years ago by Samuel Georges <[email protected]>
Add XSRF to backend, simplify CMS controller run() method

runInternal has been removed because we do not want to blanket our response logic over every sin...

c34b1ae6614529974a782870feae574b73d44bd7 authored about 5 years ago by Samuel Georges <[email protected]>
Move response common functions to ResponseMaker trait

15055ca8d27e8d3135f6b703b8dd27cc0157cdb3 authored about 5 years ago by Samuel Georges <[email protected]>
Combine common CSRF logic to a trait

37295adb4d89292fb087184ba056984bc5c7aa05 authored about 5 years ago by Samuel Georges <[email protected]>
Cookies are no longer serialized

Based on update to library https://github.com/octobercms/library/commit/09e859a13ee5663ee6cb6f0c...

a6b0a404f5b51c7c173757cece4e584f6cad8e90 authored about 5 years ago by Samuel Georges <[email protected]>
Add cms.enableXsrfCookies config value (default true) to configure whether or not the XSRF cookie is automatically sent or if CSRF tokens are solely relied on.

Related: https://github.com/octobercms/october/pull/4701#issuecomment-547773385 & https://github...

c98944ba3bef7d924e81fdcf3223ce1c3e6a4245 authored about 5 years ago by Luke Towers <[email protected]>
Fix typehint

6b214883ffceb18dda8efca3a9b239effa5071f9 authored about 5 years ago by Luke Towers <[email protected]>
Ensure that the XSRF cookie can always be added to the response, no matter the source of the response

b00a2fcd312aa807efbe43de9d6ac43289dc5f1c authored about 5 years ago by Luke Towers <[email protected]>
Implement suggestions from @bennothommo

17f710d706eba49ee2954c76e02efb642742e770 authored about 5 years ago by Luke Towers <[email protected]>
Implement XSRF checking for AJAX handlers

Refs #4699
Refs #4701

fec85000b12a784d2b4a9f366c1871c5b72d67e6 authored about 5 years ago by Samuel Georges <[email protected]>
Update Dutch (NL_nl) translation (#4676)

Credit to @adrenth

c6f43b2cd22670f374c3080a1efa4e6b956861c5 authored about 5 years ago by Alwin Drenth <[email protected]>
Allow for URL parameter to be zero (#4657)

The `empty()` check previously disallowed string zeroes from being used.

Credit to @gaabora.

190ca88e2c3c98dd8ea55cf878bbe4ed650f9ab3 authored about 5 years ago by gaabora <[email protected]>
Return 403 response on CSRF fail instead of silently failing

Also moved backend::lang.page.invalid_token.label to system::lang.page.invalid_token.label. Fixes

4dd70c8c7cf608b02eaf1772ddd475c1881f02aa authored about 5 years ago by Luke Towers <[email protected]>
New templates must have a unique widget alias

b37c82a6900cebe707da09e8cfb9175acd3890a0 authored about 5 years ago by Samuel Georges <[email protected]>
Update zh-cn backend translations (#4635)

Credit to @everyx.

cad72d120a5a6687e361c7406e042d7fc6999ec6 authored about 5 years ago by 罗光盛 <[email protected]>
Optimize theme recognition (#3220)

Credit to @vojtasvoboda. Will avoid asking the database for the currently active theme if there ...

2c7924e44227c4f7acef6e12b3e6b8d5dde8ec91 authored about 5 years ago by Vojta Svoboda <[email protected]>
Replace caching of Theme config with generic YAML caching (#4526)

Credit to @Samuell1. Fixes issues related to complexity of the existing approach / cache invalid...

213f080d938ed6a518b1be4417ec218d098b5ff5 authored about 5 years ago by Samuell <[email protected]>
Replace use of parseJSON with JSON.parse (#4517)

Credit to @DanHarrin

0dab6210aa534a9f512251501b9ca746d084e66d authored over 5 years ago by Dan Harrin <[email protected]>
Merge pull request #4503 from ghost/role-form

Add role-form to all forms

0ac36d6ff8907b2e6e729ba89bebe53e33cd90fb authored over 5 years ago by Samuel Georges <[email protected]>
Fail CSRF token checks if the session expires. (#4598)

Fixes #4595. Credit to @bennothommo

cea1be7a2b628335069a8c879668a1cc62cb3146 authored over 5 years ago by Ben Thomson <[email protected]>
Match save method signature in Theme Export/Import

d9ce630d47cdcb1c216829ed42da26eb4c97d762 authored over 5 years ago by Ben Thomson <[email protected]>
Remove the IE5 - IE7 Holly Hack support (#4594)

Credit to @ayumihamsaki

fae1b92aa6fdb0658d0db4d2afcb37e439c1c8ee authored over 5 years ago by Ayumi Hamasaki <[email protected]>
Minor Formatting Corrections in Usage Comments (#4541)

Credit to @DanHarrin

c47aa84a439a4037dba086964c15c8b08d060ee6 authored over 5 years ago by Dan Harrin <[email protected]>
Hide active theme's Delete button (#4528)

Credit to @DanHarrin.

267169e9469fdd7e6a2ce7d6c27e1d0b5b954d30 authored over 5 years ago by Dan Harrin <[email protected]>
Remove theme data on theme deletion (#4529)

Credit to @DanHarrin. Fixes #1292.

f72f49714ab8de7986cdd7ef95913f4973f9534b authored over 5 years ago by Dan Harrin <[email protected]>
Fix minor spelling errors and inconsistencies (#4543)

Credit to @DanHarrin.

0dcd96556efc4e86f151644e2429268be3f08afe authored over 5 years ago by Dan Harrin <[email protected]>
Standardise use of [] vs array() (#4548)

Credit to @DanHarrin

e6629de189bfac43213949fae944876607ace44b authored over 5 years ago by Dan Harrin <[email protected]>
Update __isset function to comply with the same checks as __get (#4514)

Credit to @RickAcb.

7025a1818dfbaa468faba6fda8693371ce9fab91 authored over 5 years ago by RickAcb <[email protected]>
Add role-form to all forms

636b5d0f09198dcb869b32fcf55507bdf4f83892 authored over 5 years ago by Ayumi Hamasaki <[email protected]>
Fix issue with AJAX framework load order on the frontend.

Partially reverts https://github.com/octobercms/october/commit/f4e50ddd1ad8fe4fa54fcac2c513bd630...

c811932f6c82cb6d94f58961603eed56ca2142ca authored over 5 years ago by Luke Towers <[email protected]>
Added Thai translation (#4472)

Credit to @anurat.

66ca2315fad867d47d2c3f15743407aec21e4e84 authored over 5 years ago by Anurat Chapanond <[email protected]>
Remove alert to prevent showing same popup twice (#4470)

Credit to @Samuell1

2057653e1d964340334b25c1d93944da68fb9101 authored over 5 years ago by Samuell <[email protected]>
Warn developers to not be silly. Fixes #4466.

da20d088e061f938c2bf07d5daf17667e99a2a9e authored over 5 years ago by Luke Towers <[email protected]>
Add support for tab icons in theme customization (#4464)

Fixes #4131. Credit to @Samuell1

d5c2e52ebd1be2b1ae32255104e5ce0ddf83e4fd authored over 5 years ago by Samuell <[email protected]>
Code quality clean up (#4449)

Credit to @bennothommo

b0688d15c32f12ecef23d30216e96fc71b81f440 authored over 5 years ago by Ben Thomson <[email protected]>
Clean up output of Twig dump() function (#4460)

Credit to @ayumihamsaki. Fixes #4446.

84e5899e2376c6324a5ad7ef2b7104189d13647c authored over 5 years ago by Ayumi Hamasaki <[email protected]>
Improved Brazilian Portuguese translations (#4450)

Credit to @prhost

88aca2ba993483e88fa3ad7818ee0e303664b422 authored over 5 years ago by Kallef Alexandre <[email protected]>
Update zh-cn/lang.php file (#4447)

Credit to @wenlong-date.

1dcaac19fe8198fa88939f9fba44100c7cfd01c6 authored over 5 years ago by Long Wen <[email protected]>
Disable searching and sorting on any_template

Fixes #4441. Make the new template and old template columns visible and sort by them instead if ...

11e8a0578eab11105b3b735c2d2186848bacbf6a authored over 5 years ago by Luke Towers <[email protected]>
Disable theme config cache when debug mode enabled

c0f232a304878c8f89d39c59fe40a04dc6764c5a authored over 5 years ago by Luke Towers <[email protected]>
Fix selection issue for similar-named CMS objects (#4433)

CMS objects with the same name as another object (eg. "test.htm" for a page and "test.htm" for a...

74d39f291fd09148abcfcea20fe3744f4bf5e3e0 authored over 5 years ago by Long Wen <[email protected]>
Add new Performance API's to October CMS (#4285)

PR adds a new Priority Hints API, Preload API and async to the October CMS AJAX injected code an...

bd45adce69aa2c311aff64e2c169d407fb7e65e4 authored over 5 years ago by Ayumi Hamasaki <[email protected]>
Changed calls to the Cache to use DateTime instances instead of integers representing minutes as 5.8 changed integers into meaning seconds instead.

20f9880a20fe6ffb30dfc63a68a0ca8c1bf673b0 authored over 5 years ago by Luke Towers <[email protected]>
Improve API docs

Resolves #4214

531e112369a34800dab015173a297df19ef1897c authored over 5 years ago by Luke Towers <[email protected]>
Remove typehints for database template methods.

Instead check the CmsObject class inheritence in the methods. Fixes #4376

6c0f9b34f808f4084bc6014a1cef0a975124dde2 authored over 5 years ago by Ben Thomson <[email protected]>
Fix menus not being displayed with database templates (#4362)

Credit to @SebastiaanKloos.

250d3471308c23e912f69a9802c19a92e3a8e5c9 authored over 5 years ago by Sebastiaan Kloos <[email protected]>
Merge pull request #3908 from octobercms/wip/halcyon-db-datasource

Database layer for the CMS objects

8f5df11194524cfbb883c6815af2e00672e2e22c authored over 5 years ago by Samuel Georges <[email protected]>
cms_theme_contents -> cms_theme_templates

684dd64f9557e15896933f28ade2eb98fea5330a authored over 5 years ago by Samuel Georges <[email protected]>
enableDatabaseLayer -> databaseTemplates

28b8d25c31f760cdf472b5c264715fbbf8455aa7 authored over 5 years ago by Samuel Georges <[email protected]>
Finnish language update (#4177)

* Finnish language update
* Fixed missing ] and added 'scopes'
* Tabs to spaces, removed comma...

2a4d472879b83449efff7f175f52ec3b0ffaa49c authored over 5 years ago by HOOP Mediaclinic <[email protected]>
Properly isolate theme's config cache (#4284)

Fixes support for switching between themes. Credit to @Samuell1 and @w20k

73af70f6b4242dc443cf237f9a4914f7f72b2091 authored over 5 years ago by Samuell <[email protected]>
Return 404 when attempting to access /error directly in production

Replaces #2212

e5e7e5865032cd6188fd066e1febadbc4dd69105 authored over 5 years ago by Luke Towers <[email protected]>
Cache the theme config (#4270)

Fixes #4265. Credit to @Samuell1

87a3ab0c0c084a9d9a0f2e62c7eebf400df684de authored over 5 years ago by Samuell <[email protected]>
Finish theme:sync command (#4276)

Credit to @bennothommo

0b13e20ea072c8b3ec028b6bf11b90efc33b1d04 authored over 5 years ago by Ben Thomson <[email protected]>
Fix for models that don't yet exist

Credit to @bennothommo. Fixes https://github.com/octobercms/october/pull/3908#issuecomment-4472...

c6971121c1987ce1a528c09ebe2b687528eb5020 authored over 5 years ago by Ben Thomson <[email protected]>
Fixed typo

Credit to @bennothommo

Co-Authored-By: LukeTowers <[email protected]>

8b598496c91a0a7bbbfcc388bbc00800643ff0b5 authored over 5 years ago by Ben Thomson <[email protected]>
Merge branch 'develop' into wip/halcyon-db-datasource

85bdd28f5840a71dc5c318d9be53a07c458ad5d2 authored over 5 years ago by Luke Towers <[email protected]>
Ensure that widget aliases remain the same between requests. Refs: #4230

17ae382f0a14adf50175c549717cd46a323b3160 authored over 5 years ago by Luke Towers <[email protected]>
Avoid terminating the app using exit() or die()

Refs #3783
Refs #3746

cd71f06ee1393bb7c19e2d14d34e9c4eb9f45004 authored over 5 years ago by Samuel Georges <[email protected]>
Always provide a string to TwigSource. Fixes #4209.

245c15f775639783191bb1d465395c1caaa0359f authored over 5 years ago by Luke Towers <[email protected]>
Replace deprecated Twig class references, refs: #4209.

9b4e5e2d42b6b134a96513b11c33a86cc28f97c1 authored over 5 years ago by Luke Towers <[email protected]>
Improve the UX when user can customize a theme but not manage all themes

Fixes #3301. Sponsored by @gavinworks

65aa3779a01150d56f3d9091657ca5055704492b authored almost 6 years ago by Luke Towers <[email protected]>
Improved Turkish translation (#4121)

Credit to @mahony0

abc3579e85c0376b87ed38dabc67d42f9bea1cd7 authored almost 6 years ago by Mahmut Namli <[email protected]>
Tabs and tabels scrolling fix (#4069)

Fixes #4037. Credit to @w20k

daa00574c43fea1dc8492de645abd11cddd9d519 authored almost 6 years ago by Denis Denisov <[email protected]>
Escape output to prevent XSS injection (#4074)

Credit to @nathan-van-der-werf

4e5ba8704cad1b7d65ff2d7f85fcb817e53097fe authored almost 6 years ago by Nathan van der Werf <[email protected]>
Merge branch 'wip/halcyon-db-datasource' of https://github.com/octobercms/october into wip/halcyon-db-datasource

c018d1cd633a97668af865dfe75c6db7cd4535c8 authored about 6 years ago by Luke Towers <[email protected]>
Initial implementation attempt for theme:sync command

30ef753b95f4f69b6735f55dfbdfffc24ccc5e22 authored about 6 years ago by Luke Towers <[email protected]>
Merge pull request #3963 from ayumihamsaki2/master

Sets the Folders in Code Editor to Collapsed by default. Fixes #3962. Credit to @ayumihamsaki2

2eb6869362c8b186cf387d99f07e9961efe20123 authored about 6 years ago by Luke Towers <[email protected]>
Sets Folders in Code Editor to Collapse by Default

This fixes the github Issue found here: https://github.com/octobercms/october/issues/3962

6f7f71e5cd28e51e589ff326c5f8c32ad0a27329 authored about 6 years ago by Ayumi Hamasaki <[email protected]>
Make Inspector element available outside of dragscroll contexts

Credit to @Farrow. Update to the javascript cmsPage onInspectorShowing event handler to make it ...

ef668819109ddda967f9d6b24ee4b48e6f11d850 authored about 6 years ago by Farrow <[email protected]>
Split out last modified button into it's own partial

7733c023f506ff9c1e5f9d75368ad1f0513ebba9 authored about 6 years ago by Luke Towers <[email protected]>
Add ability to delete asset files (#3933)

Fixes: #3925. Credit to @Teranode

b1ed565fa3f73646113c978dd33e4dda63a7ddac authored about 6 years ago by Teranode <[email protected]>
Improve compatibility with RainLab.Pages

7c24bc2ed8ff39f8e3eb7b032fceafa9153a3482 authored about 6 years ago by Luke Towers <[email protected]>
Finished initial implementation of Commit / Reset buttons

4a29b94f8927c1ef0f8b9198e5966a4228651cfe authored about 6 years ago by Luke Towers <[email protected]>
Passed the buck to the AutoDatasource to implement pushToSource and removeFromSource, added type hinting to AutoDatasource parameters

91f8c9936df46cac3c300339a7dbcc589f5d94ee authored about 6 years ago by Luke Towers <[email protected]>
Implement canCommitTemplate and canResetTemplate checks, added UX for commit / reset buttons (load indicator & success flash messages)

c05529baa6b6ff4c99f187af110a631fea984146 authored about 6 years ago by Luke Towers <[email protected]>
Extend opcache check if it is enabled (#3664)

Credit to @vosco88.
When trying to deploy October on shared hosting (www.websupport.sk) it is ...

b6816ebe30edfabbda9d2e5a622d2e7a7bb97661 authored about 6 years ago by vosco88 <[email protected]>
Added missing use statement (#3041)

Credit to @tschallacka

5c2966a6941a5cba8468d5393b901db851afb193 authored about 6 years ago by Tschallacka <[email protected]>
Fix import statement

80e1ca948892a5dff5f4b83abffbf9cc4375a99c authored about 6 years ago by Luke Towers <[email protected]>
Added a Theme::databaseLayerEnabled method to make checking for the db layer easier

9040ec755866511ad1ddab6dc7529e8ee0e9013f authored about 6 years ago by Luke Towers <[email protected]>
Added base structure of the Commit & Reset buttons, NOTE: Have not actually implemented the logic for them yet, just added the initial shells / UI for them.

053a760f26695bf63fa6e70e0b2f22b8f4b0fb25 authored about 6 years ago by Luke Towers <[email protected]>