Ecosyste.ms: OpenCollective

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

github.com/wintercms/wn-backend-module

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

Adds getFieldName helper to FormWidgetBase

Refs https://github.com/octobercms/docs/pull/207

3f09bff56d4b3fde18533f0c0817a896e64e1002 authored almost 8 years ago by Samuel Georges <[email protected]>
Simplify code

This makes xdebug happy
Refs #2502

cdf7c65823687616be1281a2744e15468b4e6e53 authored almost 8 years ago by Samuel Georges <[email protected]>
Merge pull request #2496 from LukeTowers/patch-7

Pass current model to RelationController view & manage scopes

efddebcc45244cb682ca62fade8d1ebe8b514067 authored almost 8 years ago by Samuel Georges <[email protected]>
Pass current model to RelationController view & manage scopes

This improves the extensibility of the relation controller by passing the parent relation model ...

d086e127a29f3785cb7a30dee0c6b66e3e8661c0 authored almost 8 years ago by Luke Towers <[email protected]>
Merge pull request #2477 from zerkms/USER_FILTER_SUPERUSER_BOOLEAN

[!!!] Fix for postgresql: you cannot compare a boolean column with integers

8493bdd42e454c26c12d045eed766f456790cd08 authored almost 8 years ago by Samuel Georges <[email protected]>
Fix for postgresql: you cannot compare a boolean column with integers

efc61887f394751fe63233d9fe42073d46213d61 authored almost 8 years ago by Ivan Kurnosov <[email protected]>
Expose isCodeViewActive API function

Recompile JS

07fa0d02ec945217c242288d9db6b11272b49ebd authored almost 8 years ago by Samuel Georges <[email protected]>
Translate the Page link popup (#2467)

* Translate the Page link popup

* Remove the unnecessary dot

* Update the import/export Hu...

1399863c6d7189638c249f27f8cc4e08ce633012 authored almost 8 years ago by Szabó Gergő <[email protected]>
Merge pull request #2470 from acrontum/develop

Update DE Lang File

6048eee3e7e04719e2e797ab7bb591f88c8eb6e1 authored almost 8 years ago by Samuel Georges <[email protected]>
Minor fixes

1bc8aa7544e080d8f42a3e3253b018ddd5d91162 authored almost 8 years ago by Samuel Georges <[email protected]>
Update DE Lang File

f8379db83072f77a98e3aff840fa777e1edfe979 authored almost 8 years ago by Michael Brode <[email protected]>
Update Filter.php

There is an addScopes function for extensibility but no way to remove scopes which are already t...

429a0cec7146523d598cc0a3d5feded67e20afbc authored almost 8 years ago by joseph-d <[email protected]>
Fixes fetching multi tiered pivot relation values

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

cd724a29f119ead1988f07ff46f7484844fa0a31 authored almost 8 years ago by Samuel Georges <[email protected]>
Remove "allowClear" and tidy up #2459

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

336697eb34acf69ea04900a7f9feb11864f82a33 authored almost 8 years ago by Samuel Georges <[email protected]>
Dropdown can support either placeholder / emptyOption

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

12e9b259d8de07e1f34c32714ee52888c5a8b380 authored almost 8 years ago by Joseba Juániz <[email protected]>
Fixes taglist working inside a repeater

Fixes #2254

179b98c4abe904a4f4d5541091c56a054470262e authored almost 8 years ago by Samuell1 <[email protected]>
Halycon models do not declare forceFill

Only bind purgeable fallback event once (only needed once)
Refs https://github.com/rainlab/transl...

97e29807c32d0e3bc35a8a8166a9fab93f76b6e4 authored almost 8 years ago by Samuel Georges <[email protected]>
Adds an isNested flag to Form widget

This is useful when a form renders another form inside, specifically the repeater. In these cases...

e0babc16ed86dbf6f3faff670305b6e25f045693 authored almost 8 years ago by Samuel Georges <[email protected]>
Merge pull request #2446 from justin-lau/fix-import-file-path-order

Fixing default import template doesn't extract columns from the latest uploaded file.

f570d5b0faaa96f82e4e9c23ed7d2143d824b832 authored almost 8 years ago by Samuel Georges <[email protected]>
Typo in variable name

241554ef267c5ff635b06cb58c9d7e080397c455 authored almost 8 years ago by Samuel Georges <[email protected]>
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...

e21239af323ec85edcefd0bd5ed9d8044c6a7bc5 authored almost 8 years ago by Samuel Georges <[email protected]>
Exception handling

Addresses issue specified in https://github.com/daftspunk/oc-test-plugin/issues/21

ea6e24b3765b4cada70991a2a4972a369627f097 authored almost 8 years ago by Samuel Georges <[email protected]>
Removes redundant code

The form widget label and widgetDetails() method was intended for use by the Builder plugin, sin...

6a8e90dac0c4037554eaa3d3353d0d6c33fc38f8 authored almost 8 years ago by Samuel Georges <[email protected]>
Support for overriding list views

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

80382e2dc99e134f4a977345b6125bf14bfab769 authored almost 8 years ago by Samuel Georges <[email protected]>
Use transactions when saving form models

This is a good idea in general to protect the data integrity. There may be some edge cases where ...

e2138ac15ab07461568c8fd71b1a0b3616a78e5c authored almost 8 years ago by Samuel Georges <[email protected]>
Use `id` instead of `updated_at` for more consistent behavior

21f466cde1a51996c0943dbd4540235781d5da9d authored almost 8 years ago by Justin Lau <[email protected]>
Styling fix to the welcome widget

Add unit test for constraining by pivot data

fc91b47d0b436f47c0e1966a1df68caf9cc03815 authored almost 8 years ago by Samuel Georges <[email protected]>
Return the latest uploaded (updated) file path.

8dae98ad27b6a826c19a11b7e59baaccf275c172 authored almost 8 years ago by Justin Lau <[email protected]>
Exception handling for type: relation

It would appear many plugins incorrectly use type: relation as a list column, when this does noth...

8f03f6a2e93b96b713b755e2c7012068990c1ddb authored almost 8 years ago by Samuel Georges <[email protected]>
List column number type was falling back to text

Since custom list column types an exception is thrown for unknowns. This makes number known.
Fixe...

6ff15c622ae81dced37529b6a3715e4a2153d3f8 authored almost 8 years ago by Samuel Georges <[email protected]>
Plugins can now define custom list column types

7290bc7fb089fc8cd8acb8523a64b5706b94cc11 authored almost 8 years ago by Samuel Georges <[email protected]>
Allow passing an explicit format to datepicker

Refs #1919
Recompile assets

52fd89987540b0d875009a8bc900234be06905a8 authored about 8 years ago by Samuel Georges <[email protected]>
Pass model as 3rd arg in relation extend overrides

Refs #2308

7222681312ffee6e0eac41b91a55fd142cadc1ec authored about 8 years ago by Samuel Georges <[email protected]>
Fix instances where defineProperties returns nothing

addPurgeableAttribute -> addPurgeable

917fb75e2c9df1e7f0892ad506c31916e5f07936 authored about 8 years ago by Samuel Georges <[email protected]>
FormModelSaver now purges fields beginning with underscore

This is to align with the native model's fill() behavior, of which this classes' behavior is deri...

9589bfcafe87ae3c3b02797dd0a1abd2f7d92866 authored about 8 years ago by Samuel Georges <[email protected]>
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...

9cb1f65222e5bbdababe284d20355a170775dd2f authored about 8 years ago by Samuel Georges <[email protected]>
Merge pull request #2419 from LukeTowers/patch-6

Pass current model to record finder scope method

6d0880c7f90d3b2231d9344eb08a1b65efa54d41 authored about 8 years ago by Samuel Georges <[email protected]>
Add support for recordOnClick in relationRender

0b6ba972d82b450782ce466dc91d9d3506ae3bc5 authored about 8 years ago by Samuel Georges <[email protected]>
Encode extra config to isolate the logic

Fixes #2417

e797a96363a3ad3ed1f8aa8c6589bfd42e20969e authored about 8 years ago by Samuel Georges <[email protected]>
Verify fallback lang actually exists before using it

This fixes an error 500 when trying to reference a non-existent language
Fixes #2358

fb0c16308d3d268c55114bd39ff36890c05a17ca authored about 8 years ago by Samuel Georges <[email protected]>
Updates Norwegian language file for backend (#2402)

* Updates Norwegian language file for backend

7938743f561373bfe8330652e43f370c0f16b048 authored about 8 years ago by egerheed <[email protected]>
Fixes indentation

Refs #2400

b6933a275b2a7444d415d48c5d90b2f6d24ee750 authored about 8 years ago by Samuel Georges <[email protected]>
Handle when editor is not initialized yet

https://github.com/rainlab/pages-plugin/issues/197

61c3b44e38763626fce83f9d2ccf95c7505cec0e authored about 8 years ago by Samuel Georges <[email protected]>
Pass current model to record finder scope method

This improves the extensibility of the record finder form widget by passing the current model to...

ed99085837fcbe13f28a14cd301a4255ba07e1e2 authored about 8 years ago by Luke Towers <[email protected]>
Rich editor content saves when in code view mode

Refs https://github.com/rainlab/pages-plugin/issues/193

adcba9ac83799b062e0c0ab33e0f03a22a400993 authored about 8 years ago by Samuel Georges <[email protected]>
Update froala to latest, recompile assets

4345755d009fb8afcb5dc6ac597ec7a44aa6ff0b authored about 8 years ago by Samuel Georges <[email protected]>
Fixes missing ace vendor path

Refs https://github.com/rainlab/pages-plugin/issues/193

2f7a631014b2774067317175676ff15f66129037 authored about 8 years ago by Samuel Georges <[email protected]>
Translate some strings (#2395)

* Translate some strings

258865aa5c05be863eae3597aae37eedea949426 authored about 8 years ago by Szabó Gergő <[email protected]>
Merge pull request #2405 from adrenth/feature/dutch-language

Update Dutch language

d5ee467d252a9db72cc17a8e40f2d316c580e330 authored about 8 years ago by Samuel Georges <[email protected]>
Added extended useList options, including raw output

7edf834328dd0b95723856fde8f6ae631bda7f40 authored about 8 years ago by Samuel Georges <[email protected]>
Update Dutch language

c9db28c249657e632e0d5ed58d06771d7a903a69 authored about 8 years ago by Alwin Drenth <[email protected]>
Comma concat all single dimension arrays, for text columns

This is useful when the attribute is a basic jsonable store and needs to be in a suitable format ...

49b9d779d7ed797d4116c8b2ebe2169c307c9477 authored about 8 years ago by Samuel Georges <[email protected]>
Prevent extra config from bleeding to other definitions

5c6b63888d5cf7b5fbc0945727dc86ba7f2d978f authored about 8 years ago by Samuel Georges <[email protected]>
Allow passing arbitrary recordUrl to relationRender

729c545796975086cba483f858a167f7d9d787a3 authored about 8 years ago by Samuel Georges <[email protected]>
Improvements to data persistence, rework readOnly

Fixes #2308

4ffcf2c7766bb1641612589a5dfb0d75c988e385 authored about 8 years ago by Samuel Georges <[email protected]>
Provides an opportunity to manipulate the field configuration.

Refs #2245

705c3174643d743c34ab54f81b10e6b502539ae5 authored about 8 years ago by Samuel Georges <[email protected]>
Make manage[form] config optional

There are times when manage form mode just isn't needed. This will make the view[list] unclickabl...

bfe3a6947e46bf52d6eea9fff232acfde216cb8f authored about 8 years ago by Samuel Georges <[email protected]>
Add 'readOnly' spec to form field

Same as disabled except data is still posted back

c5a9bb6fd1bb1da3b0cebc58a348cbdbe9afc433 authored about 8 years ago by Samuel Georges <[email protected]>
Updated turkish language files for all modules (#2377)

* Backend lang file updated for turkish

* Cms lang file updated for turkish

* System-clien...

d824697cfe8bbb80c36eec6cf58cd1d5dd2b2e26 authored about 8 years ago by Mahmut Namli <[email protected]>
Merge pull request #2374 from octoberfa/master

Update Persian language

81f474dad3c999d4796c4edca6254d0d1c7f8827 authored about 8 years ago by Samuel Georges <[email protected]>
Improves exception handling for invalid model resolver

A more specific error message is now shown when trying to resolve a model from an invalid source ...

f8a328978bbc30f949e442841f02b9901eb5aba0 authored about 8 years ago by Samuel Georges <[email protected]>
Merge pull request #2275 from Arekusei/develop

Added support for Many To Many polymorphic relations.(morphToMany and…

292125738087ec19d20dba7d222d6fd75ec7e4a6 authored about 8 years ago by Samuel Georges <[email protected]>
Update Persian language

7ea311048e3b5075d77bb404851add2bad35e0e3 authored about 8 years ago by Sajjad <[email protected]>
add zh-cn lang

f2feab80abfd834bb20f2d756906d6c4b81a4e6e authored about 8 years ago by shellus <[email protected]>
Add doc blocks

0af24595773fbaf002e699267ad6ed41eeb12c9c authored about 8 years ago by Samuel Georges <[email protected]>
language zh-cn of changes

09fa42f997fb452510ff41368214c5d31162292c authored about 8 years ago by linver <[email protected]>
New translation attachment_url

In Russian it will be so more correct

b6a6723ad49b6417534548f95adc862739505087 authored about 8 years ago by reg2005 <[email protected]>
Move list pagination out of table footer

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

c43928f2b5578f2cc8f347acde4897d05d20b0ed authored about 8 years ago by Samuel Georges <[email protected]>
Fixes anchor button color in report widgets

Fixes simple list padding issue
Fixes #2342

4f1308f9d57c0730d603bcf9d87b731077508b5f authored about 8 years ago by Samuel Georges <[email protected]>
Update the Hungarian translate (#2334)

* Update the Hungarian translate

a1f8b064cb03ae182c28f21dfe17f813eb0c4ed3 authored about 8 years ago by Szabó Gergő <[email protected]>
Translate the remove widget dialog (#2323)

* Translate the remove widget dialog

5d99faad7739aa6b8019901b77d007ccb42296b8 authored about 8 years ago by Szabó Gergő <[email protected]>
Introduce new Cms helper

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

1a62003aa2e8636d720bcc3656dab50ff0153914 authored about 8 years ago by Samuel Georges <[email protected]>
Merge pull request #2324 from alxy/patch-13

ImportModel didnt respect encoding

d814e6fa2b02f02e67f4d54f1bdec61388af6ec6 authored about 8 years ago by Samuel Georges <[email protected]>
ImportModel didnt respect encoding

In contrast to the preview CSV reader, the actual ``ImportModel`` did not respect any encoding v...

2f1db967b7d473664424f071c4d759c2a18b1e9f authored about 8 years ago by Alexander Guth <[email protected]>
Merge remote-tracking branch 'remotes/upstream/develop' into develop

# Conflicts:
# modules/backend/behaviors/RelationController.php

c53af311008f8d4cc4ee9d336dbfb9cc852da688 authored about 8 years ago by Jack Dark <[email protected]>
Merge pull request #2320 from gabsource/fix-reorder-key-name

Reorder partial should use the model key name attribute to display the ID

fb99dddbe769b39d855627e5aa7269fd9a716bcf authored about 8 years ago by Samuel Georges <[email protected]>
Reorder must use the model `getKey()` method (configurable key name) instead of harcoded `id` property.

2adb3d8475e2d3f88bc6220ae3be36d6e231b652 authored about 8 years ago by Jérémy Gaulin <[email protected]>
Merge pull request #2317 from gergo85/patch-1

Translated Froala missing keys for Hungarian

1b3744c07436a7d9f3f2c1a8bba46828156b9396 authored about 8 years ago by Samuel Georges <[email protected]>
Translated Froala missing keys for Hungarian

d58d7249bd30a191d3afa037abfe28c682c23f55 authored about 8 years ago by Szabó Gergő <[email protected]>
Merge pull request #2314 from digital-ronin/develop

Fixed Typo

00a13bdfc1e23caea035fa58b281e5e648df20e0 authored about 8 years ago by Samuel Georges <[email protected]>
Translated missing keys

601711e585a62fa0e303f823b750b0085923c573 authored about 8 years ago by Jérémy Gaulin <[email protected]>
Fixed Typo

7a843d947651bbceb2f9ff6d4bd15958c56e3fae authored about 8 years ago by Daniel-Bruni Ziermann <[email protected]>
Merge pull request #2277 from jimcottrell/treeview-scrolling

Add scrolling to JS TreeView when dragging sortable elements

9c66371708555aa84e5ed3db6d1001c3316a37eb authored about 8 years ago by Samuel Georges <[email protected]>
Merge pull request #2295 from gabsource/fix-relation-manage-readonly

Propagate the RelationController readOnly option to the viewClickList AJAX action

28b3e453edde84027952b19b7b053a403eeabda3 authored about 8 years ago by Samuel Georges <[email protected]>
Add IE edge headers for policies stuck in compat mode

Fixes #1859

15f829f9edd2969f5aafae544680f600952a07d6 authored about 8 years ago by Samuel Georges <[email protected]>
Apply defined constraints to view mode

In the same way it is currently applied to manage mode
Fixes #2292

1b4a92f5f3adbb5148dfd0fe76ea468aa6c7b507 authored about 8 years ago by Samuel Georges <[email protected]>
RelationController "Remove" now works with deferred bindings

This brings the logic in line with the "Add" logic, using session keys where applicable
Fixes #1150

171eb399cbd4d9c7edf043d49cb8211973db8b5f authored about 8 years ago by Samuel Georges <[email protected]>
Datepicker can use an expressed date for default value

@Carbon::parse was still failing, wrapped in do nothing try/catch instead
We don't seem to need t...

86b1ce103674da4ce2484664cf3de1133ac3aabc authored about 8 years ago by Samuel Georges <[email protected]>
Fixes vague error when attribute is not fillable

Previously an error was being thrown with just the attribute name, not helpful at all.
Fixes #2302

b365be086663c8cf2501233d0921340b8d1c23fd authored about 8 years ago by Samuel Georges <[email protected]>
Fixes unstyled tab area (Pages plugin > Edit page)

7d458f12490fe5027fec5d4a9a1d5b0f8cfa1816 authored about 8 years ago by Samuel Georges <[email protected]>
Brand settings can now be seeded from config

a485ee3ca3e66c83ad22336292a754a54b91d744 authored about 8 years ago by Samuel Georges <[email protected]>
Fix the background for flex-layout panel like in RainLab.Builder

Working fix for #2260

30100a15f3351ff61e0514495b49b5a03756f504 authored about 8 years ago by Samuel Georges <[email protected]>
Propagate the readOnly option to the viewClickList AJAX action

f45aa7b356793d2ba6b9716450ed7601f3c80f67 authored about 8 years ago by Jérémy Gaulin <[email protected]>
Recompile assets

e4eb1ce4c8b11b800326fc12b083653e57cd1b05 authored about 8 years ago by Samuel Georges <[email protected]>
Revert "Fix the background for flex-layout panel like in RainLab.Builder"

9a0f99670c4a62d8c7bbaa270337e4a42262ad61 authored about 8 years ago by Samuel Georges <[email protected]>
Allows relationRender to specify readOnly mode

Fixes #2245

9d21a5bfec8d479006be7604ddd72462a99de69d authored about 8 years ago by Samuel Georges <[email protected]>
Add missing Chinese translation (#2291)

Various chinese translations

60f8d58eceb1c3a0782ba3e14fdbd478215d5356 authored about 8 years ago by coderwen <[email protected]>
Update the Hungarian translate (#2271)

* Update the Hungarian translate

fbb492684322ea787c61d03694da20bc35bd183d authored about 8 years ago by Szabó Gergő <[email protected]>
Merge pull request #2284 from MarvinDurot/develop

Fix list refresh with multiple definitions after the index_onDelete method is ca…

8bbdf84590e679cfc2814512c56f7c7ba48e19b4 authored about 8 years ago by Samuel Georges <[email protected]>
Merge pull request #2288 from soulshockers/patch-1

Fixed calling dynamic methods for dynamically extended widgets.

e8d20fb5817980349f7a8e5dec6e60cf4a4cd05f authored about 8 years ago by Samuel Georges <[email protected]>