3855 Commits

Author SHA1 Message Date
Luke Towers
fbd44fe821 Merge pull request #2816 from panakour/develop
Unnecessary static call directly to phpunit
2017-04-21 17:19:46 -06:00
Luke Towers
248af140bb Merge pull request #2835 from interworks-morr/fix_backend_sidenav_layout
Fixing case-sensitive issue with Backend Sidenav Layout - Issue #2834
2017-04-21 13:42:00 -06:00
interworks-morr
46d8ac8972 Fixing case-sensitive issue with Html 2017-04-20 11:47:11 -05:00
Luke Towers
85630edfb0 Merge pull request #2827 from gergo85/develop
Translate the "by" word
2017-04-19 09:31:30 -06:00
Szabó Gergő
130d502f41 Update the Hungarian translation 2017-04-19 10:35:58 +02:00
Szabó Gergő
83b8f48b6f Translate the "by" word 2017-04-19 10:35:22 +02:00
Samuel Georges
96d0ce1c20 Add mergeConfig helper, useful for extension
Refs 8575ece07d
v1.0.415
2017-04-17 09:55:50 +10:00
Samuel Georges
27062ddfa0 Fixes folder creation and rename in asset list 2017-04-14 08:07:11 +10:00
Samuel Georges
9df40c07b8 Move extension validation to files only v1.0.414 2017-04-13 09:37:49 +10:00
Panagiotis Koursaris
902f61d13c Unnecessary static call directly to phpunit 2017-04-12 17:17:06 +03:00
Luke Towers
29ae9c21a0 Merge pull request #2813 from jlongo/develop
add missed js language file in /modules/system/assets/js/lang for pt-pt
2017-04-11 09:55:07 -06:00
José Longo
e13fba6068 add missed js language file in /modules/system/assets/js/lang 2017-04-11 14:37:22 +01:00
Luke Towers
a64260c2ff Merge pull request #2808 from jlongo/master
Added support/files for pt_pt language
2017-04-11 01:58:52 -06:00
Samuel Georges
015b34fe88 Block media manager entirely if user lacks access v1.0.413 2017-04-11 08:40:39 +10:00
José Longo
0de1306427 add locale pt-pt in $localeOptions 2017-04-10 15:08:50 +01:00
José Longo
9511698fcf add in system dir/files for pt-pt language 2017-04-10 15:07:27 +01:00
José Longo
228bdb3f35 add cms dir/file for pt-pt language 2017-04-10 15:06:00 +01:00
José Longo
4f3287822b Add dir/file for pt_pt language 2017-04-10 15:04:58 +01:00
Samuel Georges
433cf1d504 Additional security fixes 2017-04-10 16:02:05 +10:00
Samuel Georges
24c8b4368a Various security and UI fixes
The Media Manager now uses a white list approach to blocking files, we have been advised that the blacklist approach is too fragile and we agree.
Asset List and Media Manager now use $.oc.alert when displaying errors
2017-04-09 08:00:56 +10:00
Christophe Vuagniaux
9e74fe6a53 Repeaters Firefox compatibility fixes (#2738)
* Repeaters fix Firefox collapse/expand buttons not working

* Repeaters fix Firefox open new tab when CTRL + click on Expand/Collapse buttons
2017-04-08 20:21:34 +10:00
Samuel Georges
982bc43348 Fixes recordfinder (again)
Lots of complicated stuff going on here, all elements are getting wiped out when a record is updated and the control is getting disposed at the same time. We've created a dedicated variable to store the datalocker name as a string, this represents a small memory leak but a necessary one it seems.
Fixes #2798
v1.0.412
2017-04-07 07:48:04 +10:00
Samuel Georges
5daf4365ae Move the change event to the input element
This should bubble to the parent control element and persist any logic that depends on the old event
Fixes #2684
v1.0.411
2017-04-06 08:08:50 +10:00
Samuel Georges
328a74c1ff Fixes JS error in recordfinder
It looks like the inheritance of the foundation library has caused a logic error
Refs #2756
Recompile assets
2017-04-06 07:51:04 +10:00
asbig
91c9d0cd17 Fixes icon styling in FireFox and Windows environment
line-height from .status-icon to .status-icon > i. (#2776) In /modules/system/assets/ui/less/chart.less.
2017-04-05 23:19:31 +10:00
Samuel Georges
b858ff680e Fixes required: false being treated as true
Fixes #2712
2017-04-05 22:24:00 +10:00
Samuel Georges
9f809becca Fixes a bug when saving a modified template
When template has been modified outside of the CMS (mtime mismatch).
Fixes #2690
2017-04-05 22:07:15 +10:00
Samuel Georges
08e7fa4296 Adds a helper for fetching the plugin object
This is useful when you need to "boot" or "register" certain areas of the plugin itself, eg:

    $plugin = $this->getPluginObject();
    $plugin->registerSubscriptionEvents();

Calling boot() or register() may work too but not always, sometimes there can be things you don't want registered. Hence why it doesn't occur automatically.
2017-04-05 08:23:39 +10:00
Samuel Georges
68f515ba0e Exception handling when no core updates exist
Fixes #2793
v1.0.410
2017-04-03 08:18:12 +10:00
Luke Towers
9475505369 Merge pull request #2791 from adrenth/release/dutch-409
Update Dutch language for build v409
2017-04-01 16:33:10 -06:00
Alwin Drenth
dbd9af3ba0 Update Dutch language for build v409 2017-04-01 15:43:14 +02:00
Samuel Georges
d472a0b0a8 Core updates now support !!! (important)
There have been some small internal API changes that have been causing grief for some users. While all updates are technically "safe", user workarounds and custom implementations can never be predicted with certainty. This change will allow us to say with confidence, either

- Yep, no worries this is a safe update. Relax. Versus;
- Might want to watch this one, just in case.
v1.0.409
2017-04-01 12:07:24 +11:00
Samuel Georges
8aa9d25a91 Broadcast combined assets as static
Follow on from 329a275f102e3a06d504bcd2dd0ac82af5fdf9e8
Fixes #2474 (again)
2017-03-31 13:02:16 +11:00
Samuel Georges
fe13d8a1d1 Convert purgeable attributes to class properties
This fixes #2779 where developers might enter custom values in the pluginDetails() method
2017-03-31 10:03:02 +11:00
Luke Towers
ab4ce4d8c8 Merge pull request #2784 from acasar/patch-2
Fix translatable URL caching
v1.0.408
2017-03-29 10:50:02 -06:00
Anže Časar
e0ce714285 Fix translatable URL caching
The same fix as https://github.com/rainlab/pages-plugin/pull/244 but for CMS pages.
2017-03-28 17:52:42 +02:00
Luke Towers
d1c9b1a6f1 Support updating existing sidemenus
Fixes #2757, #2777
2017-03-24 09:05:35 -06:00
Samuel Georges
330a41f39c Improve form controller docs 2017-03-23 08:48:26 +11:00
Samuel Georges
f8e7fa03e0 Refactor remove option implementation
Refs #2756

Add disabled support
Fixes #1199
2017-03-22 09:26:05 +11:00
Samuel Georges
e8f6cb4dc5 Merge pull request #2756 from ChVuagniaux/RecordFinder-Remove-button
RecordFinder - add a remove button
2017-03-22 09:06:27 +11:00
Samuel Georges
26b4a64854 Fixes unit test
Throwing a guarded / mass assign exception
2017-03-22 07:47:11 +11:00
Samuel Georges
ef1f8a76d8 Minor naming convention change 2017-03-22 07:33:35 +11:00
Samuel Georges
b32176682f Add validation model test
Refs #2676
2017-03-22 07:31:38 +11:00
Daniel-Bruni Ziermann
2b3a0caaee German Translation (#2767)
* German Translation

The correct value for 'de' is 'Deutsch'
2017-03-21 11:15:26 -06:00
Samuel Georges
a40357cec9 Added a check for missing dependencies in two places
- System dashboard now lists missing dependencies
- Installing a plugin with missing dependencies will also attempt to install those dependencies at the same time
Fixes #36
v1.0.407
2017-03-21 17:42:56 +11:00
Samuel Georges
c7eb965af8 Introduce ignorePatterns to Media Library, ignoring dot files by default
Roll back some changes from #2692
2017-03-20 17:42:17 +11:00
Samuel Georges
31ba5e29bd Introduce Resources component for testing
This should be considered experimental at this stage, however this component is used in every October website we've built thus far, it makes sense for it to be included in the core. Once tested we will look at documenting it with an accompanying screencast video.
2017-03-20 17:32:20 +11:00
Luke Towers
1ad5a58ae8 Merge pull request #2764 from angelside/develop
Update _recordfinder_form hard coded button "Cancel" text
2017-03-19 13:25:05 -06:00
Samuel Georges
b447b8e056 Merge pull request #2692 from ctf0/regex-hide
use regex to hide files under media manger
2017-03-19 19:28:40 +11:00
Samuel Georges
b6fedfb688 Specify explicit form element
This allows request elements external to the form to serialize a target form for use. An example might be a search form at the top of a page, list of results in the middle, then the pagination at the bottom. The pagination would need to target the search form with data-request-form to persist the search query value.

This should work with the JS API too, passed as an object, because $($()) is acceptable in jQuery
v1.0.406
2017-03-19 13:54:21 +11:00