Ecosyste.ms: OpenCollective

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

github.com/wintercms/wn-system-module

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

Add afterUpdate event (#2574)

Add afterUpdate event

313d4b9a418ee680c20e5624323da7cb2bdd4d2b authored about 8 years ago
Code clean up from #2562

ec46416fcd6d54a5193f9b5b0df35dbac51700cd authored about 8 years ago
Merge pull request #2562 from sw-double/feature/tables-config

Respect database tables config.

bee17e4b057a2d5dbd55fdb5accfc0a316079e6c authored about 8 years ago
Use Config::get() instead of config() helper.

c63d701acf8e7b34e25ea2e2dc7b83f92dd138e3 authored about 8 years ago
Add Belarusian translated language files into backend, cms and system modules.

All lines translated.

e31085d00cbae67b4ac060b1c8293450b682c72a authored about 8 years ago
Merge remote-tracking branch 'upstream/develop' into develop

d5d9c3d4a9a788c0742bec201b5c7bfae21fee3f authored about 8 years ago
Further styling improvements

Refs #2575

22d2506c45a14af7e97d7f809563dc0837503ecf authored about 8 years ago
Merge pull request #2575 from triasrahman/develop

Enhance usability of list pagination.

d8dd5b9353e209aa4fa6e29cd586813a890630da authored about 8 years ago
Merge pull request #2586 from octoberfa/master

Update Persian Language

59309ec7cfb7a1cd7aca1310f1d04a66602340e6 authored about 8 years ago
Merge pull request #2577 from gpasztor87/develop

Style fixes on report container and plugin details page.

dda1d0da260621ca79ed3fd974814dd85d8c1f22 authored about 8 years ago
Minor fixes #2580

61955fd3316ac0330bd098008fe3eb69f10b6a28 authored about 8 years ago
Update Persian Language

e4416ff5efa9cc62fa189e7b9d5f493644606e36 authored about 8 years ago
Add Belarusian language into preferences, fix translations of languages for all locales.

Notes:
Translations for all languages in preferences' drop-down should be written in native lang...

fbfff860d6923e52abc15690f9df6776a2d4d736 authored about 8 years ago
Fix image sizes in plugin details page.

57a5d56d4223cb51197702fdbdd6faa26ea9ce3b authored about 8 years ago
Enhance usability of list pagination.

1bd2c7d62f82e40a12bfc58b5e56072ff8ca4dd0 authored about 8 years ago
Added config backendForceSecure used to force HTTPS

Refs https://security.googleblog.com/2016/09/moving-towards-more-secure-web.html

e0066f0bc6e18e5c0e943412d239c747f53183bc authored about 8 years ago
Respect database tables config.

e4f3cfd829da0fd979cb7c7f42b4404c4b006e24 authored about 8 years ago
Translate ‘plugin not found’ phrase (#2538)

36fbaaa028a9d857a89f0f7ddd3373347133b741 authored about 8 years ago
Improve list tree styling and minor fix

Fixes bug with non standard primary key on model when using tree mode
Fixes #2532
Recompile assets

7b083e922751c6be40d776b286857beec1a07cc6 authored about 8 years ago
Plugin dependency definitions no longer case sensitive

Dependency checking is disabled for the front end to increase performance

272b93a0260d29706aa784df1b43e600d3f810b0 authored about 8 years ago
Simplify system events

This pipes all event calls through a new EventEmitter trait, which substitutes the October Rain e...

dda3fbee9f6fdba28a002bacaa6dece4b51bff12 authored about 8 years ago
Merge pull request #2531 from jBOKA/patch-1

Updated validation message for string.min and string.max

9e934f02ad33b9f792ca17ae1e62c92bc8dec291 authored about 8 years ago
Fix exception message, remove some unneded imports.

b3c82e93eda0a471b1620205019814d02cff048f authored about 8 years ago
Minor revision to style fix

Refs #2542

2b6005c64ff90b17743a65c7495f5f1b5467c9f1 authored about 8 years ago
Style fix on secondary tabs.

1f434385a66ab81e8c15e27487cc4742414c9211 authored about 8 years ago
Merge pull request #2527 from gergo85/patch-2

Change the codeeditor language to html on the Mail template page

55501e7a68cb0e777762d0286d8984665b860f3f authored about 8 years ago
Merge pull request #2537 from gpasztor87/patch-2

Style fix in popover.

cc92a43689bf7ce24ce8b146cea9f3c4e3eebec2 authored about 8 years ago
Style fix in popover.

f46b855d53bb9439af9dceecc51ae3ef1dffc79e authored about 8 years ago
Updated validation message for string.min and string.max

The Validation message results in "Filename of :attribute must not be longer than :max character...

3f8a468bacd34c82119273efbbea80d3b9a1294b authored about 8 years ago
Change the codeeditor language to html

57d172ba7d9bd066f92a132811b89670ad2d83d8 authored about 8 years ago
Increase default flash message interval

The data-validate-error container does not necessarily need to reside inside a form, but give it ...

0ebe7fa89431d11beffc5417ea9b22450adc03fc authored about 8 years ago
Prevent code eval on cached assets

When the request tells the server that the asset is cached, there is no point firing up the comb...

2f01c9e6da4939513b58125bd67ff493fb4cc10a authored about 8 years ago
Last checkbox/radio in last form group

Makes it look good

9a813da9a3f4587a14d1473c983e8a8bfba026aa authored about 8 years ago
fix for array fields validation in client-side framework

9c35963c771b869a43c4f06856164671d6278b76 authored about 8 years ago
Adds nowrap class & recompile less

fdb3f81c2265d02e8689aeae250b99f84292751a authored about 8 years ago
Improvements to framework extras

- Form validation
- Button loader
- Flash messages

d264deba0291cc05e5084b298f274f886ab03f5a authored about 8 years ago
Framework supports passing a "flash" option

This will request the Flash contents, if they are available. It also clears the flash bag content...

134d02520f38e2f0255ccbe3c9d06638d9530f64 authored about 8 years ago
Allow combine scss files from command.

6b546669a87f642cf05e4be82b51af09c9dd6c7b authored about 8 years ago
Merge pull request #2483 from henrydinhh/master

Add Vietnamese Map

54186f2f21a4bc39d74bfeb5175b66b1e5c2e5bd authored about 8 years ago
A nested tab plugin's tabs are leaking in to the parent tab plugin.

Fixes #2481

01dbdcbeae5fa44c63998bea74757ce2a144fa61 authored about 8 years ago
Add Vietnamese Map

12ef4f86e49db7eecc8a6df75319304136868af0 authored about 8 years ago
Expose isCodeViewActive API function

Recompile JS

e4e05efaba16f3370a58b88728d431d73aa1507c authored about 8 years ago
Extend the licence file name list

Some plugin use the LICENSE.md file name instead of LICENCE.md.

4348cd2663cccefb8309043c52cf3c1e2ec0991a authored about 8 years ago
Remove dependency for NIH method

Refs #2454

1a44be66e40215fda29d1be0e19867727ce542b5 authored about 8 years ago
Merge pull request #2454 from zerkms/MIRROR_RELATIVE

Added `--relative` option to the `october:mirror` command

1706f1f131ea45aedca054075627636ed71d5753 authored about 8 years ago
Fixes fetching multi tiered pivot relation values

Refs https://github.com/daftspunk/oc-crm-plugin/issues/3
Minor code clean on select.js

f80dc52d025dc4ce33036a969fddcf75213b4cdc authored about 8 years ago
Remove "allowClear" and tidy up #2459

Allow clear is not necessary, equivalent of allowClear false is "placeholder" and allowClear true...

044e2c21a0e01460b3d00dcf7715b31d09ca4774 authored about 8 years ago
Dropdown can support either placeholder / emptyOption

The difference between a placeholder and an emptyOption is that the placeholder cannot be resele...

a807736c40787aa47afedd49f3c307f1d3a487be authored about 8 years ago
Merge pull request #2463 from gpasztor87/line-chart-doc

Added line chart documentation

84d20185fdece29cc6eed3ab6cd50d4aca2814ce authored about 8 years ago
Added line chart documentation

d38ebb880d99957d55c3a5bc3e5420e195ba01c8 authored about 8 years ago
JS fixes and typo

78baec4dbf18a13888f1787b686d70f23e92c4cd authored about 8 years ago
Added `--relative` option to the `october:mirror` command

5ee047f2d026bb22b9d710835d1807d152ddeeec authored about 8 years ago
Merge paths and vars when calling widget handler

When an AJAX handler is called for a widget, the view paths and specified variables should be me...

cb2d1cccb6f659611863e280c65bc975f7da0106 authored about 8 years ago
Support for overriding list views

For consistency, entry partial for controller behaviors should be called "container"
Added addVie...

88fca3ad42be5dd2f88a972ae43611799b9bb205 authored about 8 years ago
Plugins can now define custom list column types

badbc24fc0268539ef225f221fc537729b9598f1 authored over 8 years ago
Allow passing an explicit format to datepicker

Refs #1919
Recompile assets

c1114c6ef0f75b00ec45fa4ea71c5a2c9947f3d4 authored over 8 years ago
Fix instances where defineProperties returns nothing

addPurgeableAttribute -> addPurgeable

5ca4578e731da645ee76b560bc5a1a32e7868e1c authored over 8 years ago
Update select2 4.0.2 -> 4.0.3

This fixes the native focus event echoing to the select2 control, our workaround removed

0f06173d7909db3baf881aef1919bba399874e9b authored over 8 years ago
Use select2 on touch devices

This is a relic from when select2 v3 had no mobile support, we use select2 v4 now that has been t...

46a6f0cbe24fc835b53a27746620e99806170428 authored over 8 years ago
Merge pull request #2416 from GitJaap/develop

Add current url to ajax requests in requestOptions used in XHR full pageloads

48b1d804f258d7298bcfbc3a3320e8eaa5acce4f authored over 8 years ago
Improve changelog parsing

Recompile system LESS files
Refs #2414

d787d7bafc8a6d1a60a8affad7bc7f8df31c6e60 authored over 8 years ago
Merge pull request #2414 from gergo85/develop

Improve the Plugin details page

8e2343e7805efd2869d7e9f9e116ed5c8054c598 authored over 8 years ago
Align number columns right as per docs

Fixes #2396

cc227a3e7f32a1c0ec6f3a0250715935f2e8fff3 authored over 8 years ago
Updates Norwegian language file for backend (#2402)

* Updates Norwegian language file for backend

352cfec7ded4ea602730576bd026b2f1cfa3a6a9 authored over 8 years ago
This should really be long text

Refs #1422

ddd528eb08a5dc452feacf957876edd877db02a9 authored over 8 years ago
Fixes styling formatted content as raw

Refs #2390

1aefecca2411b830dc743e1b458926c8b83605da authored over 8 years ago
Merge pull request #2390 from dshoreman/patch-3

Format the formatted tab for mail logs

8d2183eb54b757e5b38cfbbe017d89e64da749c6 authored over 8 years ago
Update froala to latest, recompile assets

a01f3bccd5a25bda780e02d6c0d0ed1ea2227da5 authored over 8 years ago
Add current url to ajax requests in requestOptions

cf1daa708651175f48889c68934f41d8e686eb00 authored over 8 years ago
Improve the Plugin details page

89ab0292d49a4140e8e350993f587dc7d2f7cf02 authored over 8 years ago
Translate some strings (#2395)

* Translate some strings

a9cc52443b17ea46aad6713b2fcf0cea5d9ef46d authored over 8 years ago
Merge pull request #2410 from vojtasvoboda/feature/cs-locale

Update CS locale

3734ba678bcf7e9be00c1924a95a1fa0b4f9c30c authored over 8 years ago
Merge pull request #2405 from adrenth/feature/dutch-language

Update Dutch language

7c3d387dc5cc6c39a0971dc35fc43f3e6ba993f8 authored over 8 years ago
Fixes double margin on toolbar dropdowns

f13cb642a89b7b630b0ca79d1d87ab299f686eed authored over 8 years ago
Update CS locale

e5f7ed0542c011cdb1b6e997931f846657928672 authored over 8 years ago
Update Dutch language

95ec7ea15875d54827c4d325029aa60273dd29ee authored over 8 years ago
Add icon badges to lists

7c2e23d0a3d6e366f983c1b461b828a7c43c5626 authored over 8 years ago
Tweak list alignment in callouts

4701b3dfa8f669dc284afd4cd9c1c2b0f733fe0a authored over 8 years ago
Add more detail to callout docs

4d762466c1330a425cbb55b4c3aa05a1214753d4 authored over 8 years ago
Add docs for static mode flash messages

6a466b369e795c3293e8699d1cd3440ce2c8f369 authored over 8 years ago
Update FontAwesome to v4.6.3

Recompile assets

8388a8250d1cfad578f15a5e2becf973d444f98a authored over 8 years ago
Format the formatted tab for mail logs

The default markup is built by the jQuery plugin, meaning the formatted tab just shows raw data....

276e51698dcaa9fecd301a94633f2e3d424f27c6 authored over 8 years ago
Unescaped raw content is an oxymoron

886a31c3c7043217e850a99fe68bb3ee44251a3f authored over 8 years ago
Access settings using "dot" syntax (#2363)

37fca6e8b8a4007f4f52ce03f0933090b637bb35 authored over 8 years ago
Updated turkish language files for all modules (#2377)

* Backend lang file updated for turkish

* Cms lang file updated for turkish

* System-clien...

0d5e3a87bd34c21a1277753e379b929d3f21bde1 authored over 8 years ago
Merge pull request #2374 from octoberfa/master

Update Persian language

86549623a54236592a460f3a26f23b1037193faa authored over 8 years ago
Update Persian language

670e32019dc7ac75c9f9636f331425222213d4a2 authored over 8 years ago
Minor style fix

d3291a34bc97607dad4a03522fc4615811e5e967 authored over 8 years ago
Fixing a typo

acdd5dcdafdff43afa25c18facac7e79177d9a6d authored over 8 years ago
Merge pull request #2239 from json-wong/patch-1

Create client.php for chinese.

906afba9ac159c6d0a1fd1b6d34e1c97b9743737 authored over 8 years ago
Exception handling when disabled.json returns null

Fixes #2341

bd9cbfffd5258ace152ea4fda6a3f8068a726d3f authored over 8 years ago
Move list pagination out of table footer

Remove docs on list-unresponsive (removed a while ago)
Add topPartial and sidePartial options to ...

ff67c93f456bdae5abdf95be8833e8d294d3c487 authored over 8 years ago
Update the Hungarian translate (#2334)

* Update the Hungarian translate

8d12a18ad45f6e6b7df82b493f44bdf4a7802bc3 authored over 8 years ago
input: on paste

dbd6f8be1398d1f9c955aaa69f08446e8f060bef authored over 8 years ago
Don't show hover effects for rows with no links

Minor fix to head checkbox alignment
Recompile assets

cc259886eca634f6687b6f2cde4e11d043989193 authored over 8 years ago
Translate the remove widget dialog (#2323)

* Translate the remove widget dialog

03f4268454fc0938131547242996715fb1498c5c authored over 8 years ago
Popup will now shake when an error occurs

Improve memory management / garbage collection

6c47727a92671b586d9899dffcc370df61c438c8 authored over 8 years ago
Improvements to row link script

If data-control="popup" or data-request="onSomething" is attached to the anchor, utilize that fun...

4000fe214cc5e3aac8e20b1c36f8ba6be151fd01 authored over 8 years ago
Add rowlink docs

97ebe0ce34220efb2fb291b93ebec41f5bfe99c9 authored over 8 years ago
Introduce new Cms helper

This is modeled after the Backend helper. Primarily used to generate URLs for the frontend, these...

1951b0760441d7175fd6630da0da3072ef6faddb authored over 8 years ago