Ecosyste.ms: OpenCollective

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

github.com/octobercms/october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://github.com/octobercms/october

Merge pull request #4218 from octobercms/fix/4209

Fixes #4209, replaces #4215

bb872f331cbce0798665b5d1e99915da72efa739 authored almost 6 years ago
Adjust styling of clear search button

f6a3d10dff67f2d577f3b0373c6606dfd3b1b6c7 authored almost 6 years ago
Add file check for image upload form widgets - Fixes #3653

65936513313d5cbd2bdcd7893043c926aecd7108 authored almost 6 years ago
Change default widget column sizes

Refs #3965

2b1323b7b2f9bf429ade4af2da6598a6182fad2b authored almost 6 years ago
Merge pull request #3965 from ayumihamsaki2/master

Update Dashboard Columns from 10 to 12

334ad94ca4136598822e1fbc2e18316078ef07d5 authored almost 6 years ago
Add changelog link to updates screen - Fixes #4101

adc74ac02e00eaba0af921a63ec99d1fcc2ff0b0 authored almost 6 years ago
Always provide a string to TwigSource. Fixes #4209.

936525f99b813a531c4abae0cb1cd3786962bde6 authored almost 6 years ago
Another deprecated class reference updated

9113e6f418b471035dfd1d46958b4a6fd4c6db8b authored almost 6 years ago
Replace deprecated Twig class references, refs: #4209.

c86bec7f08cb49bcaa041e6902794fb376ec6072 authored almost 6 years ago
Allow list configs to add class to head row cell (#4207)

Credit to @bennothommo. Documented by https://github.com/octobercms/docs/pull/367

8c1106f02716e8668da7ab70efc288bbfe91925f authored almost 6 years ago
Fix popup loading indicator sometimes not closing after load (#4169)

Fixes #4168. Credit to @drmzio

cb24d817ad901b0d828ab8f21c176fd93e5c9f26 authored almost 6 years ago
Add support for file names with multiple dots (#4211)

Fixes #4210. Credit to @GinoPane

8606db9e77bcd8157184a40191dbf98b6975ce78 authored almost 6 years ago
Delay backend controller middleware until after request is processed (#4190)

Credit to @bennothommo. Fixes #4183.

3363b219f6d0613abdfcf9defaa962919f61ee2f authored almost 6 years ago
Fix issue with list filters when more filters appear on page. (#4154)

Credit to @filipac.

a2315624df0406a78d12ff262faac4d8443c05d6 authored almost 6 years ago
Ignore disabled FormWidgets in getSaveData() (#4116)

Fixes #3983. Credit to @tmus.

40bc6e0d679ac3f93da5e30296b5c9bdbaa69233 authored almost 6 years ago
Support CMS module being present but disabled (#4202)

Credit to @LarBearrr

5c15687032cd2af2e12278baadcfa1ba95b0b770 authored almost 6 years ago
Stop automatically creating camel case versions of top level configuration keys

This would cause issues with repeaters in grouped mode that have an underscore in one of the gro...

639339d55e8e0b893ab6f8cf58757d9a37c8c7bb authored almost 6 years ago
Fix issue with multiple repeaters with the same fieldname embedded in the same controller

There was a conflict between two repeaters that had the same fieldName (data) bound to the same ...

3954704ddaf0e08acb8ec26d14d4b0e455f0d1f4 authored almost 6 years ago
Fix support for main menu items having a numeric value for `counter`

f168c1a601d9d7cb1ee0cee45dd17e7dafcd3bcf authored almost 6 years ago
Use Form getSaveData method when saving form widgets within repeaters (#4160)

Credit to @bennothommo

13a7cc915db221b3ca67847fcdaaa4b71972e895 authored almost 6 years ago
Reuse the model instance from Form widget (#4193)

Credit to @alxy & @jimcottrell . Refs:
https://github.com/rainlab/translate-plugin/issues/209
...

13d710b161bdf65a19f38f974c259bc4997a162c authored almost 6 years ago
Improve the UX when user can customize a theme but not manage all themes

Fixes #3301. Sponsored by @gavinworks

164e9877f7a8533532f2b5f946f5e0e99e15be23 authored almost 6 years ago
Support enableDefaults on repeaters using grouped mode

d5e74193128557bf4d8fb8f9e484f0dc0206ad6a authored almost 6 years ago
Update French Translation (#4179)

Credit to @Sicklou

12ebefccd481d409a688979b112004faef59379b authored almost 6 years ago
fix(build): Marked test as skipped for further investigation (#4191)

b66084287ea3e9f50341800fa75259d7b22b3354 authored almost 6 years ago
Service Workers Invalid security token and Clear Site Data HTTP Header (#4088)

If a website has a Service Worker installed it would load and register before a User tries to lo...

dd53206a82ed59cd483aca5b5968b3993413b7a5 authored almost 6 years ago
Use 1px for 'min-size' layout rows to fix Firefox spacing issue (#4171)

Fixes #4114. Credit to @bennothommo

57f358b6380d2bf7aba5b6c84046232817a8871b authored almost 6 years ago
Add Closure use declaration (#4170)

a89f1f1c3a05d8fd5301b9735710f0d81f6ddd56 authored almost 6 years ago
Return 500 on exception during asset combining (#4142)

Credit to @alekseyp

8ea36eac9c5e4a9dc2f5ec457e4d738673a733ab authored almost 6 years ago
Allow controller middleware in backend controllers (#4106)

Credit to @bennothommo Related: https://github.com/octobercms/october/pull/4088

57a074364e62bd2420c58a28d414d06f0c4d0573 authored almost 6 years ago
Support custom 500 page when debug mode disabled and CMS module not present

7f3fb06945b00eef64e03b3a94b90dfdee6637a2 authored almost 6 years ago
Support groups field being removed

8f5ff1be5a56b5e406aff7c145e72e79b52a59b0 authored almost 6 years ago
Added backend.layout.extendHead event

5dfb5ca988c40b70acf1c33464e06bc40c9a333e authored almost 6 years ago
Improve Arabic translation (#4163)

Credit to @mabehiry

d1c71af4daebeede3bc52f7897db440894e69d29 authored almost 6 years ago
Defer plugin installs from october:install until October is installed (#4156)

Fixes #4155. Credit to @filipac.

6e798079cac679f9bcab4c81a7f2156c0ead841e authored almost 6 years ago
Added plugin:list, plugin:disable, & plugin:enable artisan commands (#4127)

Credit to @LucasZdv. Documented by https://github.com/octobercms/docs/pull/356

44cc080769add75c15bdb7bd06d66fe5510c8283 authored almost 6 years ago
Improve French translations (#4157)

Credit to @BenjaminMINK

ecb2b3fe9e08694f57cd15f6e7d1b81cb40de814 authored almost 6 years ago
Defaulted the main menu counter to sum it's side menu counters

b39eb03336faf4c30ddb059e1973eb313dbd68f6 authored almost 6 years ago
Support abort(404) in the backend module

d6f8cc179df6ca7251dbb0afbc13af252fd10b78 authored almost 6 years ago
Fire backend.list.extendRecords event during export useList (#4148)

Provides an opportunity to modify and / or return the $results collection object before the cont...

8a60d3c19aefbb99ac6247a6cc698e02528dca0f authored almost 6 years ago
Allow multiline changelog messages, preserve correct order of updates (#4083)

Credit to @GinoPane

9581b23d1e85ccfdc283946894afa2df177b304f authored almost 6 years ago
Add popup-allow-focus for the second range input (#4140)

When list filters are in a modal, you cannot select the second field because it does not have p...

cb981eb82d5aaafff7835fbf3c8b5bd277d2391d authored almost 6 years ago
Reimplemented infinite loading bar with transforms instead of widths (#4124)

Fixes #4118. Credit to @Josniii

ca33b976927fdef77e83ac35daba7ccccff7dc22 authored almost 6 years ago
Fix issues with AJAX handlers on dashboard widgets. Replaces #4132

bbf398133ed30a3e616e874c59359c878875ea61 authored almost 6 years ago
Recompiled assets

a97a17c4c3cc7decc5ee7510c8508f006917f390 authored almost 6 years ago
Prevent password from being HTML encoded in the invite email

ac5bc866ff8f0e7dea3ed7f667b99848723eb268 authored almost 6 years ago
Added new Inline (no icons) navigation mode to the branding options

c55cc622fffbd3f177f0c4ee949de63b57668554 authored almost 6 years ago
Added support for counter and counterLabel to main menu.

Refs: #16, Refs: 7bcec1bd99a813a2fda8dfdc9f25ce51ed663bf8, Replaces: #4061

cb878020806ff4b64d23ea4d1d138350b695df3b authored almost 6 years ago
Added ability to require permissions use ReportWidgets

1fc8dc6fd4c9b9a522ea436508a9b17b8a1eed42 authored about 6 years ago
fixes enable Defaults on repeater (#4129)

Credit to @panakour

bb0a23f54c3077ca86cf88ed5f83e056cf60dc12 authored about 6 years ago
Use singular byte for '1 byte' filesize (#4130)

Credit to @bennothommo

10d97d515f6fdbdc1b399007ef8e2c9db01f5c57 authored about 6 years ago
Fixed link to Contributing Guidelines (#4123)

Credit to @tobias-kuendig

f52ba37d80bce5426858ee7791e63c3184702bf9 authored about 6 years ago
Improved Turkish translation (#4121)

Credit to @mahony0

7077a1cef3e723264b06ad950e4ddaa83c8933da authored about 6 years ago
Set the datetime value with time 00:00:00 when using the date mode (#4111)

Credit to @fansaien

680c729f903edde92257539b31e4364fd20ccf32 authored about 6 years ago
Improve the Hungarian translation (#4112)

Credit to @gergo75

6dbe9be6154cc328ce21e4bdeba015327a410ac7 authored about 6 years ago
Make the filesize display in file upload widget more consistent (#4110)

Credit to @bennothommo. Fixes #4085.

4f3997c6de99ff5677b8b3a6e719c20612b8c37d authored about 6 years ago
Allow datatables to work within a repeater (#4102)

Fixes #4063. Credit to @bennothommo.

970d5622c0deeaeef38c618b42d43b82499fd7f2 authored about 6 years ago
Support nested jsonable values in List columns, refs: #2990, #2995, #3088,

78e68ed6323e5ac6e741e9622b023d6fa68c19a7 authored about 6 years ago
Fix setting default values for repeater in update context (#4098)

Credit to @CptMeatball

16ca521cd08985d8cbb6fca8cbeff6a52a693055 authored about 6 years ago
Change filter.js to fire requests on the control element (#4094)

Changed filter.js to fire its internal AJAX requests on the control's element instead of the clo...

331c8f4383eb87aefa3def9c0eb3364393e1cfe1 authored about 6 years ago
Improve support for dropdowns with placeholders (#4060)

Fixes #4053. Credit to @GinoPane

3118660d834f161d513da08477be92281a2eb96a authored about 6 years ago
Fixed repeater add group popover in a popup context (#4058)

Credit to @VoroninWD.

174f37b60494c106aa64de7d1c19bf56d61adf45 authored about 6 years ago
Add support for `data-request-url` in the data attributes AJAX API (#4012)

Credit to @Rike-cz. Documented in https://github.com/octobercms/docs/pull/353

c0e01c0f0d43da20d845e4646d00370161b0fcbd authored about 6 years ago
Fixes bugs with 'collapsed' saved to cookies (#4080)

Credit to @w20k. Fixes #4047

880d614bc51cd8dfd0648a84ac82fdeacbaaf699 authored about 6 years ago
Remove application root relative to domain root from $mediaFinder->storagePath (#4055)

This gets added later through the use of Url::to(). Credit to @adsa95. Fixes #4065, fixes #4039

d5eca59dc615686f6d5e10efd325a4972fd24f7e authored about 6 years ago
Override the Paginators defaultSimpleView (#3652)

Credit to @dzava. Fixes #3355.

a539a36b3048ff4d4948bbf3c3e81b79d9a89429 authored about 6 years ago
Tabs and tabels scrolling fix (#4069)

Fixes #4037. Credit to @w20k

ec2a0d5fb04088abb9c488d9593a9394420971b0 authored about 6 years ago
Added favicon management to back-end customisation (#4045)

Credit to @Farrow. Also accessible with `brand.faviconPath` configuration item.

1caaac9704c91764fea601a40710792e049d9417 authored about 6 years ago
Added support for using the record finder without a model relationship

Added useRelation and modelClass config options

920eb15af52446ece607e04149dadb511f350a54 authored about 6 years ago
Added support for min, max, and step for the number field type

8c9be817cce9b21afb20303ebd5cb7f43ed2f85e authored about 6 years ago
Added manual deleted_at checks (#4051)

Fixes #4046

It is possible that the user model gets fetched using the SoftDelete
trait befo...

67ee2229a57fa5702e48f5bfdad06c84b350829f authored about 6 years ago
Escape output to prevent XSS injection (#4074)

Credit to @nathan-van-der-werf

7232e7a29da9b6ada90117fc149e02a3928d4a2a authored about 6 years ago
Fix reset search button issues (#4068)

Fixes #4067

a4f4a71fc35aff2642eec1942d50dcb46dcbd9e4 authored about 6 years ago
Improved disabled support for balloon-selector and fileupload fields

3ff77120c67a6c2774d8191c116675c9957797d8 authored about 6 years ago
Formatting improvement

f53caf9a753ca0c7e13f316c92eabeab4a98070c authored about 6 years ago
Revert back to output() and outputThumb() methods

Adds a default false flag to enable the new behaviour of returning responses instead.

cc84c7cf7a3f2efef7db59b49df466f20e39f5dc authored about 6 years ago
Switched to getHttpResonse() instead of output()

743c74643a22f82dc6260816435dacb4c79499fd authored about 6 years ago
Ensure thumb is generated for protected files before getting URL to the Files controller

44db59cba142d87e2dd25001911f66e2ab8c117d authored about 6 years ago
Return backend 404 from files controller

2fb44fdbeee8deabf0ff06011a2a9589a81d68d1 authored about 6 years ago
Get the URL of protected assets through the Backend Files controller if available.

4f7c5cc1e753817beda9b9c914d7d8b28b00dd2c authored about 6 years ago
Added Go to previous page link on the access denied page

2758c6711b0799f99f1a76c2702ada2920c798c0 authored about 6 years ago
Fix default value translation (#4062)

Credit to @acasar

74484b1ec2a5c133a4ab09e3ea0328f7a2a7f703 authored about 6 years ago
Recompile assets

2d6b9c76a9fafb6aa371fe4f57892aa74f3cb246 authored about 6 years ago
Reduce reliance on CMS module from Backend module

added backend 404 view, fixed return to backend URL in the access denied view on backend only in...

d6e680799f001ebb8542835f16ecc3101fe07201 authored about 6 years ago
recompiled stylesheets, retaining newlines for improved diff readability

a9a0544ab06934bb712fc16029573e0826938127 authored about 6 years ago
Improved UI Popup docs

119d2e5f2bda86e8c30c634c53178defaf574de1 authored about 6 years ago
Merge branch 'develop' of https://github.com/octobercms/october into develop

d258b73ba11168ef409f0b332683c9ad1c4a6bac authored about 6 years ago
Fix broken tests

6c0a77c064eaa2074a736138eaded43035f43a87 authored about 6 years ago
Merge branch 'gateway-api-update' into develop

3b41f825215dfbc4a6d51ff20d4486ddcd536e35 authored about 6 years ago
Move the code of conduct to appease GitHub

db26f8be962522decf1bdb6850a94d72ee128c8b authored about 6 years ago
Yet another change to perfect the getParentForm() method

1c0fd1b419891c89bd154780d479ac4d441d4e9b authored about 6 years ago
Peer review of 1b3263d4c7004c7b036ab8ae8b8fee3cfb6928b5

39987677f031f17f0fb598a9be50767d3f5b6aa0 authored about 6 years ago
Ensure that FormWidgets are correctly initialized with previewMode even on AJAX requests

5853cc54c4958989887cff5a5fe582b31045f150 authored about 6 years ago
Pass the containing Form widget to the FormFields that it generates.

This enables complex FormWidgets that need to know what Form widget they belong to to access tha...

1b3263d4c7004c7b036ab8ae8b8fee3cfb6928b5 authored about 6 years ago
Merge branch 'master' into develop

0ab5c2d6b714764f02a3f9fc44a61f9e38078468 authored about 6 years ago
Minor improvement in the update gateway API calls.

d701e6565240bdb209b2b74f07905ab34d35432c authored about 6 years ago
Added update gateway client name.

4fa237eadfa9421c0bff1c495219345da292aae2 authored about 6 years ago
Minor improvement in the update gateway API calls.

bff2f1d59e7c49880d3cf56a00dcda2cc47ae9ca authored about 6 years ago
More bug report issue template corrections

2dbc56aead2ef2355135349b83860457f48f6235 authored about 6 years ago
Correcting bug report issue template

5cb4ef10f00dc3c8b92b2a129927f3f44c937591 authored about 6 years ago