3462 Commits

Author SHA1 Message Date
Samuel Georges
1e0741e407 Fixes CodeParser concurrent access errors
Big thanks to @shina, @BearishSun and @MarcoROG for their help with finding a solution
Fixes #1250
2016-08-27 12:45:56 +10:00
Szabó Gergő
749e4c031c Translate the remove widget dialog (#2323)
* Translate the remove widget dialog
2016-08-27 09:14:31 +10:00
Samuel Georges
89e390edcc Popup will now shake when an error occurs
Improve memory management / garbage collection
2016-08-26 20:01:04 +10:00
Samuel Georges
58ed3e12d2 Improvements to row link script
If data-control="popup" or data-request="onSomething" is attached to the anchor, utilize that functionality when clicking the row
2016-08-26 19:11:38 +10:00
Samuel Georges
4a88e32bbb Add rowlink docs 2016-08-26 18:49:37 +10:00
Samuel Georges
c8d8d4e931 Introduce new Cms helper
This is modeled after the Backend helper. Primarily used to generate URLs for the frontend, these are piped through the CmsController action. It would also be a good place to add a hook, if necessary later.
2016-08-20 14:43:49 +10:00
Samuel Georges
3698f13acb URL -> Url 2016-08-20 14:26:21 +10:00
Samuel Georges
7373cf2bfb Merge pull request #2324 from alxy/patch-13
ImportModel didnt respect encoding
2016-08-19 07:30:16 +10:00
Samuel Georges
778ddc13b4 Merge pull request #2322 from verlok/develop
Removed double HTML escaping
2016-08-19 07:29:29 +10:00
Alexander Guth
61823329c8 ImportModel didnt respect encoding
In contrast to the preview CSV reader, the actual ``ImportModel`` did not respect any encoding values provided. This leads to bugs with any non utf8-compliant characters. This PR fixes the problem by adding the appropriate encoding filter (copied from the preview reader).
2016-08-18 21:11:21 +02:00
Andrea Verlicchi
082a3342b8 Removed double HTML escaping 2016-08-17 12:28:40 +02:00
Samuel Georges
f670526015 Merge pull request #2320 from gabsource/fix-reorder-key-name
Reorder partial should use the model key name attribute to display the ID
2016-08-17 19:57:50 +10:00
Jérémy Gaulin
198230e281 Reorder must use the model getKey() method (configurable key name) instead of harcoded id property. 2016-08-16 19:36:55 +04:00
Samuel Georges
de4e0e7b14 Merge pull request #2317 from gergo85/patch-1
Translated Froala missing keys for Hungarian
2016-08-16 20:13:37 +10:00
Szabó Gergő
813fdef1d1 Translated Froala missing keys for Hungarian 2016-08-16 08:49:20 +02:00
Samuel Georges
5253073f67 Merge pull request #2314 from digital-ronin/develop
Fixed Typo
2016-08-16 07:47:17 +10:00
Samuel Georges
2d3d9f1bc7 Merge pull request #2315 from gabsource/froala-fr-translation
Translated froala missing keys for french
2016-08-16 07:43:16 +10:00
Jérémy Gaulin
66965e7a43 Translated missing keys 2016-08-15 22:25:55 +04:00
Daniel-Bruni Ziermann
64e1095dc2 Fixed Typo 2016-08-15 15:06:55 +02:00
Aleksey Bobkov
f1bd0d33b8 Minor fix in the file type validation v1.0.361 2016-08-13 14:54:59 -07:00
Samuel Georges
b29cb9340a Merge pull request #2277 from jimcottrell/treeview-scrolling
Add scrolling to JS TreeView when dragging sortable elements
v1.0.360 v1.0.359 v1.0.358
2016-08-13 15:32:57 +10:00
Samuel Georges
5c53b10c20 Merge pull request #2295 from gabsource/fix-relation-manage-readonly
Propagate the RelationController readOnly option to the viewClickList AJAX action
2016-08-13 15:30:58 +10:00
Samuel Georges
3d69b1d7a5 Add IE edge headers for policies stuck in compat mode
Fixes #1859
2016-08-13 15:29:58 +10:00
Samuel Georges
618a035616 Apply defined constraints to view mode
In the same way it is currently applied to manage mode
Fixes #2292
2016-08-13 15:21:17 +10:00
Samuel Georges
c2d2250a1c RelationController "Remove" now works with deferred bindings
This brings the logic in line with the "Add" logic, using session keys where applicable
Fixes #1150
2016-08-13 12:41:03 +10:00
Samuel Georges
1c3631bede 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 to prefix time values anymore, since DateTimeHelper::makeCarbon should handle it
Fixes #2299
2016-08-13 11:29:01 +10:00
Samuel Georges
d7b9b4f65e 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
2016-08-13 10:48:52 +10:00
Samuel Georges
6070d2f6bd Fixes unstyled tab area (Pages plugin > Edit page) 2016-08-13 10:17:49 +10:00
Samuel Georges
e64b08c697 Prevent rename media file to blocked type
Fixes #2304
2016-08-13 09:49:13 +10:00
Samuel Georges
6353ded91f Brand settings can now be seeded from config 2016-08-13 07:56:11 +10:00
Samuel Georges
42a702f70a Fix the background for flex-layout panel like in RainLab.Builder
Working fix for #2260
2016-08-13 07:54:47 +10:00
Samuel Georges
ee9554d846 Minor styling fix to exception page.
Clicking / selecting the exception lines no longer activates a weird textarea appearance
2016-08-11 06:50:09 +10:00
Jérémy Gaulin
7f22ba62dc Propagate the readOnly option to the viewClickList AJAX action v1.0.357 2016-08-08 08:35:57 +02:00
Samuel Georges
c4007dd570 Recompile assets 2016-08-08 08:28:14 +10:00
Samuel Georges
b124f68585 Merge pull request #2293 from octobercms/revert-2260-fix-flex-layout-background
Revert "Fix the background for flex-layout panel like in RainLab.Builder"
2016-08-08 08:27:02 +10:00
Samuel Georges
becc4ca5d1 Revert "Fix the background for flex-layout panel like in RainLab.Builder" 2016-08-08 08:26:17 +10:00
Samuel Georges
61ac68fd5e Allows relationRender to specify readOnly mode
Fixes #2245
v1.0.356 v1.0.355
2016-08-06 13:15:08 +10:00
coderwen
35e8b8f9fb Add missing Chinese translation (#2291)
Various chinese translations
2016-08-06 11:53:23 +10:00
Szabó Gergő
7f3527759c Update the Hungarian translate (#2271)
* Update the Hungarian translate
2016-08-06 11:46:29 +10:00
Samuel Georges
c69b8077f4 Merge pull request #2284 from MarvinDurot/develop
Fix list refresh with multiple definitions after the index_onDelete method is ca…
2016-08-06 11:39:47 +10:00
Samuel Georges
556b951e63 Calling dynamic methods for extended components
In the spirit of #2288
2016-08-06 09:55:42 +10:00
Samuel Georges
c5bc6612d0 Merge pull request #2288 from soulshockers/patch-1
Fixed calling dynamic methods for dynamically extended widgets.
2016-08-06 09:52:48 +10:00
Samuel Georges
0b0e158009 Recompile assets
Refs #2267
2016-08-06 09:47:26 +10:00
Samuel Georges
72095c3982 Merge pull request #2219 from Herlevsen/input_preset_normal
Add 'normal' field preset type
2016-08-06 08:52:56 +10:00
soulshockers
e10c162667 Fixed calling dynamic methods for dynamically extended widgets. 2016-08-05 18:51:27 +03:00
Samuel Georges
b02e4d7ecf Resolve paths correctly when deep hashing
Fixes #2270
v1.0.354
2016-08-05 07:51:15 +10:00
MarvinDurot
ce1e7949d7 Fix multiple definition list refresh when index_onDelete method is called 2016-08-04 12:46:11 +02:00
Jim Cottrell
1d91c221b0 Add scrolling to JS TreeView when dragging sortable elements 2016-08-02 16:08:17 -06:00
Samuel Georges
4c1026ca14 Merge pull request #2273 from octobercms/revert-2261-fix-hardcoded-sort-order-name
Revert "fix hardcoded sort order name"
2016-08-02 19:53:46 +10:00
Samuel Georges
59c1d57b3f Revert "fix hardcoded sort order name" 2016-08-02 19:53:20 +10:00