Matīss Jānis Āboltiņš
26d92d282f
Fixed custom error pages outputting headers
...
If we don't have this method called, then the controller returns an object. From then on, [Symfony converts this object in to a string](https://github.com/symfony/HttpFoundation/blob/master/Response.php#L406 ). This string is **not just the content of the view**, but the headers as well.
After attaching this method, `handleCustomError()` returns a string and everything works as expected.
2015-04-02 09:59:07 +03:00
Dave Shoreman
d18a0a6453
Add missing ApplicationException dependency
...
The relation backend formwidget throws an `ApplicationException` when a relation isn't defined, but the exception is missing its `use` statement. This PR adds it in. See error below:

2015-04-01 19:13:42 +01:00
Samuel Georges
31f598237a
Merge pull request #1039 from freestream/swedish-lang-improvements
...
Improved and added missing Swedish translation
2015-04-01 19:04:40 +11:00
Samuel Georges
95b58b5b60
Merge pull request #1037 from mrmlnc/develop
...
[lang/ru] Update Russian language
2015-04-01 19:03:54 +11:00
Samuel Georges
7e9e5adfb5
Merge pull request #1032 from keiosweb/fix_hhvm_relation_formfield_issue
...
fixes HHVM relation formfield
2015-04-01 19:02:08 +11:00
alekseybobkov
cb0c483857
Fixed a problem with duplicate proxy IDs in the base foundation class. Added a new event to the popup plugin.
2015-03-30 22:34:42 -07:00
Samuel Georges
264cb0119d
recordUrl should be taking priority over the default onClick behavior
2015-03-31 09:57:44 +11:00
Samuel Georges
a8bcc6aab8
Allow pivot data to be entered when creating
2015-03-30 18:41:25 +11:00
alekseybobkov
9ed3d03484
jQuery in the back-end updated to v.2.1.3. Fixed several memory management issues in select2 (an event attached to the mask element is never unbound), framework.js (onunload event attached to window is never unbound and holds references to the Request instances). Added popup adaptive size option. Started media manager popup API.
2015-03-29 18:56:06 -07:00
Anton Samuelsson
7d8237fe30
Added swedish language for module 'cms'
2015-03-29 16:00:01 +00:00
Anton Samuelsson
ed107a6541
Added swedish language for module 'system'
2015-03-29 15:30:23 +00:00
Anton Samuelsson
4f9dd5cd75
Spelling corrections
2015-03-29 14:12:11 +00:00
Denis Malinochkin
8852c2e29e
Fix typo
2015-03-29 16:43:15 +03:00
Anton Samuelsson
caf31fd1b8
Added swedish language for module 'backend'
2015-03-29 11:13:46 +00:00
Denis Malinochkin
926dd277b7
Translate -> Module -> System
2015-03-29 13:12:38 +03:00
Denis Malinochkin
5d5fc93d32
Translate -> Module -> CMS
2015-03-29 13:01:35 +03:00
Denis Malinochkin
d5b1fb3218
Translate -> Module -> Backend
2015-03-29 12:14:51 +03:00
Scott Bedard
035ebbbb68
Fixes issue #1035
...
Triggers a change event when the "all" or "none" checkboxlist helpers is clicked, enabling dependent fields be adjusted accordingly.
https://github.com/octobercms/october/issues/1035
2015-03-29 00:20:48 -04:00
alekseybobkov
16cb546f30
Tested and fixing the Media Manager dispose() method. Minor fixes in the DragScroll and Toolbar controls (memory management).
2015-03-28 17:18:07 -07:00
alekseybobkov
c299e3a7e7
Performance improvements in Media Manager drag-select implementation.
2015-03-28 13:36:01 -07:00
alekseybobkov
9be05a0488
Added comment to the scrollpad script, re-compiled controls LESS.
2015-03-28 12:15:33 -07:00
alekseybobkov
f6cf7e9840
Added new back-end control Scrollpad. Added Element and Event utility functions to the Foundation library. Implemented file list scrolling in the Media Manager. Some minor fixes.
2015-03-28 11:42:40 -07:00
ebuster
c15a61cfc8
Add missed Lang class using
...
Instead of message about my error I get message about system error in error message about my error.
2015-03-28 15:01:23 +03:00
Samuel Georges
c4027b8bc6
Added a defaultFrom option to form fields
...
Default context of manage and pivot forms is now create and update respectively, instead of the old value relation
2015-03-28 16:14:22 +11:00
Samuel Georges
46f3a36383
Confirm clearing > deleting
2015-03-28 11:36:41 +11:00
Samuel Georges
dffe3915a1
Add proposed z-index frequencies
2015-03-28 10:07:40 +11:00
Łukasz Biały
e19759c9f9
fixes HHVM relation formfield (belongsToMany in particular) issue in which no data is pulled from relation
2015-03-27 23:03:38 +01:00
Samuel Georges
3eede4a7b7
Reorganise and improve RelationController
...
Fix bug in DataTable limited to 10 records
2015-03-27 22:20:52 +11:00
Samuel Georges
aa7f831a4e
Fixes a conflict with triggerapi and popup scripts
...
The hide event wasn't namespaced and caused the backdrop to hide
2015-03-27 17:36:28 +11:00
alekseybobkov
5731ad0db7
Merge branch 'develop' into media-manager
2015-03-26 18:37:24 -07:00
krisawzm
5d79be79eb
Added Norwegian language support
2015-03-26 23:16:29 +01:00
krisawzm
4c723ac48f
Another typo
2015-03-26 22:31:21 +01:00
krisawzm
7aaa4d81be
Fixed typo
2015-03-26 21:37:22 +01:00
Samuel Georges
5f9acc2e8d
Fixes #358 - Main menu / Tabs no longer use inverted scrolling when horizontal
2015-03-26 22:06:01 +11:00
Samuel Georges
5503705576
Define more backend permissions
...
Addresses some of the concerns raised in #218 (fixes #218 )
2015-03-26 21:56:04 +11:00
Samuel Georges
f64497c5f3
Minor bug fix blocking new config approach
2015-03-26 19:05:07 +11:00
krisawzm
f335faa572
Added nb-no
2015-03-26 01:49:55 +01:00
Amanda Tresbach
897d291b78
Improve and update Brazilian files
2015-03-25 17:03:57 -03:00
Samuel Georges
a743d78658
List Column of type switch now has text-center CSS
...
List Column now have getName and getId accessors
2015-03-25 19:35:00 +11:00
Samuel Georges
15a016a338
Disable route persistence for static menus
2015-03-25 19:34:09 +11:00
Samuel Georges
44b037c21c
Prevents doubling up of dataset
2015-03-25 19:33:19 +11:00
Samuel Georges
8d93c9ffab
List query is now AND where instead of OR where
...
Refs #775 to support soft deletes
2015-03-25 19:33:00 +11:00
刘星
5baac47519
修改翻译
2015-03-25 14:30:05 +08:00
alekseybobkov
ed2ca5308b
Implemented (draft) support for touch devices. Minor fixes. Reworked the proxy implementation in the base class. The Media Manager JS class now uses the base class.
2015-03-24 20:47:49 -07:00
Samuel Georges
3c2494aa83
Improve DataTable form widget, fixes vague error in RecordFinder
2015-03-24 20:10:45 +11:00
刘星
4044911057
Update Chinese language
2015-03-24 12:42:35 +08:00
Samuel Georges
ad6447f5f2
Fixes #995 - Adds sorting to repeater
2015-03-23 20:03:37 +11:00
Samuel Georges
6bb1ee3b9a
Update Relation Form widget to new approach, now supports nested field names
2015-03-23 20:02:59 +11:00
alekseybobkov
1e5c34b702
Added the empty Library message.
2015-03-22 22:37:51 -07:00
alekseybobkov
695c5d243b
Implemented the hide/show sidebar feature
2015-03-22 14:56:08 -07:00
alekseybobkov
86b9f58465
Implemented folder and file moving.
2015-03-22 13:07:37 -07:00
alekseybobkov
f7d08f1197
Implemented folder creation, fixed a minor issue with selecting items, added a new event to the Popup control.
2015-03-21 23:09:33 -07:00
alekseybobkov
cd0b107a2b
Implemented file and folder renaming
2015-03-21 16:14:26 -07:00
Samuel Georges
da95d7dcea
Merge pull request #1012 from Flo-Schield-Bobby/fr
...
Update french back-end translation file
2015-03-21 11:12:16 +11:00
Samuel Georges
0ba346956b
Merge pull request #1006 from prhost/develop
...
Abbreviated extensive word
2015-03-21 11:11:54 +11:00
fschildknecht
ea722314ae
Update editor french translation
2015-03-20 15:33:56 +01:00
fschildknecht
561254dcd2
Update french back-end translation file
2015-03-20 15:20:40 +01:00
Samuel Georges
398177b006
Full pivot support added to RelationController
2015-03-19 20:01:08 +11:00
alekseybobkov
331276c244
Implemented file and folder deletion
2015-03-18 22:20:53 -07:00
alekseybobkov
814c0ddc17
Merge branch 'develop' into media-manager
2015-03-18 19:27:27 -07:00
alekseybobkov
4feb64fef3
Minor design update in the user menu.
2015-03-18 19:19:43 -07:00
Samuel Georges
a1ac5edbf7
Various minor fixes and improvements
2015-03-18 19:28:14 +11:00
alekseybobkov
e2a9c25b65
Implemented search.
2015-03-17 22:20:04 -07:00
alekseybobkov
03c46012dc
Merge branch 'develop' into media-manager
2015-03-17 19:30:57 -07:00
Samuel Georges
0916c7a650
Fixes #1008 - typo in code
2015-03-18 05:41:39 +11:00
Samuel Georges
5648507e0c
Adds soft copy directory support, minor fix to loadindicator
2015-03-18 05:38:25 +11:00
alekseybobkov
4e1217e2de
Implemented item sorting. Minor fix in the drop-down list styling.
2015-03-16 21:49:39 -07:00
alekseybobkov
a040fa4c68
Implemented file type filters
2015-03-16 20:32:51 -07:00
Kallef
37c7bd7f36
abbreviated extensive word
2015-03-16 22:32:19 -03:00
Samuel Georges
66f0c683a8
Merge pull request #1004 from gergo85/patch-1
...
Updated Hungarian language
2015-03-16 21:10:01 +11:00
Samuel Georges
851d421092
Update various language references
2015-03-16 19:33:58 +11:00
Samuel Georges
77d3ab8b67
Finish basic theme utilities: properties, import/export, duplicate, delete
2015-03-16 19:00:39 +11:00
Szabó Gergő
502e2abed2
Updated Hungarian language
2015-03-16 08:51:15 +01:00
alekseybobkov
e86a463e49
Disabled thumbnail generating in the uploader
2015-03-15 22:24:47 -07:00
alekseybobkov
dc4cb12402
LESS compiled
2015-03-15 22:08:41 -07:00
alekseybobkov
64e3b77eae
Minor fix
2015-03-15 22:06:52 -07:00
alekseybobkov
44c08b76f9
Implemented file uploading
2015-03-15 21:54:39 -07:00
alekseybobkov
78ad303236
Merge branch 'develop' into media-manager
...
Conflicts:
composer.json
modules/backend/assets/css/october.css
modules/backend/assets/less/controls/lists.less
modules/backend/assets/less/october.less
modules/backend/widgets/Form.php
modules/backend/widgets/form/partials/_field.htm
2015-03-15 13:06:50 -07:00
alekseybobkov
18e058ad59
Added the Media tab, minor update in .htaccess to allow temporary public directory to be accessible; implemented the basic UI components and navigation; implemented grid, list and tiles view modes; implemented drag-select interface; implemented Media Library cache refreshing; implemented thumbnail generating for local and remote media files; fixed memory leak in third-party Flot Resize library; minor update in the AJAX framework - AJAX request cancelling is not considered as an error anymore; added back-end UI components for creating panels.
2015-03-15 12:52:03 -07:00
Samuel Georges
9b8e1ce3c1
Improve theme list to allow editing properties
2015-03-14 18:09:54 +11:00
Samuel Georges
e479ccbda6
Tab options can now specify 'defaultTab'
2015-03-14 17:06:03 +11:00
Samuel Georges
d5c93e12e9
Don't try to log 404s without a DB
2015-03-14 15:07:57 +11:00
Samuel Georges
c9a18af508
Trim project id and plugin codes
2015-03-14 11:31:49 +11:00
Samuel Georges
61022d3961
Merge branch 'master' of github.com:octobercms/october
2015-03-14 11:22:16 +11:00
Samuel Georges
68819ef476
Merge pull request #1000 from masnug/lang-id
...
Bahasa Indonesia
2015-03-14 11:19:00 +11:00
Samuel Georges
3de46282c2
Merge pull request #999 from prhost/develop
...
Translated what was missing from the Portuguese language (pt-br) yet.
2015-03-14 11:18:26 +11:00
Samuel Georges
3cdd390e38
Merge pull request #991 from ebuster/patch-1
...
Respect radio-button value in form triggers
2015-03-14 11:14:35 +11:00
Samuel Georges
203e4edc0b
Minor touch ups
2015-03-13 22:15:43 +11:00
Samuel Georges
a8389fb1aa
Tooltip now auto initializes
...
initForm can now pass context
Various improvements and bug fixes
2015-03-12 20:50:16 +11:00
Wuri Nugrahadi
fb180a748c
Add Bahasa Indonesia (OC *222)
2015-03-12 13:37:12 +07:00
Kallef
0529ffe5b0
translated what was missing from the Portuguese language (en) yet.
2015-03-12 00:23:33 -03:00
Pásztor Gábor
b3dcce6d2a
Updates on Brand Settings
2015-03-11 20:30:41 +01:00
Samuel Georges
0433720a11
* Build 222
2015-03-11 19:18:40 +11:00
Samuel Georges
fbe755c119
Use fallback when routes are not registered for pageUrl()
...
pageUrl() also no longer supports $absolute (arg 3)
2015-03-11 19:15:54 +11:00
Samuel Georges
682dbe4b95
Refactor CMS Controller, can now have ::render() called from the outside
2015-03-11 08:34:25 +11:00
Ariel Ponce
ff4e221c6a
Fix relation controller JS issue on Chrome
...
When loading a relation, an "Uncaught token :" javascript error is thrown when using Chrome, which makes the select all checkbox not to work and most of the JS on the page to fail.
2015-03-10 09:50:12 +01:00
Samuel Georges
c6bfd5d01c
Move this logic to no longer depend on AR model
2015-03-10 09:34:59 +11:00
ebuster
539705dbdf
Respect radio-button value in form triggers
...
When I tried to use form triggers for radio button I found that this is impossible:
field1:
type: radio
options:
val1: ...
val2: ...
field1:
type: ...
trigger:
action: hide
field: type
condition: value[val2]
Propsed fix allows conditions like that.
* and of couse - we need rebuild october-min.js
2015-03-07 23:36:25 +03:00
Samuel Georges
a324f01678
CmsCompoundObject::hasComponent() now resolves registered codes for comparison
2015-03-07 20:28:17 +11:00
Samuel Georges
02db7cd00a
Minor tweak to #980
2015-03-07 13:22:48 +11:00
Samuel Georges
fa627ff996
Merge pull request #980 from gergo85/master
...
Update translation
2015-03-07 13:21:29 +11:00
Samuel Georges
40f08ad3db
Merge pull request #975 from gergo85/master
...
Updated Hungarian language
2015-03-07 13:20:51 +11:00
Samuel Georges
3ecdf2c74b
Fixes #977 - Look to related models for getting dropdown-type options
2015-03-07 13:14:13 +11:00
Samuel Georges
668457b4e6
Updated deprecated references
...
Str::evalHtmlId -> October\Rain\Html\Helper::nameToId
Str::evalHtmlArray -> October\Rain\Html\Helper::nameToArray
Str::stripHtml -> October\Rain\Html\Helper::strip
Str::limitHtml -> October\Rain\Html\Helper::limit
Str::cleanHtml -> October\Rain\Html\Helper::clean
2015-03-07 12:48:39 +11:00
Samuel Georges
8c41bc181e
Model can now resolve this for us
2015-03-07 12:28:50 +11:00
Samuel Georges
9ff62d02b7
Minor clean of #986
2015-03-07 11:34:19 +11:00
Samuel Georges
ff0ca0ef6f
Merge pull request #988 from keiosweb/develop
...
Polish translation fixes
2015-03-07 11:31:16 +11:00
Samuel Georges
051ced5ba9
Merge pull request #986 from ariponce/patch-2
...
Allow to pass 0 as column value in List widgets
2015-03-07 11:23:56 +11:00
Samuel Georges
ec14cd6bee
Updates for new input preset /form field API
2015-03-07 11:20:54 +11:00
Samuel Georges
8ca1f8b7a3
Discovered an undoc feature "data-input-preset-prefix-input"... added to API as "prefixInput"
2015-03-07 11:14:03 +11:00
Samuel Georges
69542c311c
Form field "preset" options can be a string that just specifies the other field, defaults to url type
2015-03-07 11:02:16 +11:00
Samuel Georges
477ce7bbc7
Lil tidy up
2015-03-07 10:47:38 +11:00
Samuel Georges
f8c3eac9c6
Streamline data-input-preset in to FormField API
2015-03-07 10:45:22 +11:00
Samuel Georges
7e3cf98a75
Adds data-trigger-closest-parent to Trigger API
...
Test code:
<form id="form1">
<input
type="text" name="aa" value="aaa"
data-trigger-action="show"
data-trigger="input[name=bb]"
data-trigger-condition="checked"
data-trigger-closest-parent="form"
/>
<input type="checkbox" name="bb" />
</form>
<form id="form2">
<input
type="text" name="aa" value="aaa"
data-trigger-action="show"
data-trigger="input[name=bb]"
data-trigger-condition="checked"
data-trigger-closest-parent="form"
/>
<input type="checkbox" name="bb" />
</form>
2015-03-07 09:47:44 +11:00
Kuba
f3f21fdf83
Polish translation fixes
2015-03-06 23:07:52 +01:00
Samuel Georges
858eb96a81
Update league/csv package to v7
2015-03-07 08:42:53 +11:00
Samuel Georges
78d689d54e
Add a conditional breadcrumb to the myaccount page
2015-03-06 22:01:14 +11:00
Ariel Ponce
2cffe106b8
Allow to pass 0 as column value in List widgets
...
**Problem**: When overriden the columns value, if we pass 0 or '0', the condition is not met and therefore the column has a null value.
**Solution**: Check for not null in the condtion
2015-03-06 11:51:05 +01:00
Samuel Georges
c7fadd3a17
Minor style tweaks
2015-03-06 20:54:50 +11:00
Samuel Georges
a0f071e5a7
Remove 'mysettings' items from the main settings menu
2015-03-06 20:50:10 +11:00
Samuel Georges
00e1f15d08
This fixes the mis-aligned backend menu in Firefox browsers!
...
Recompiled assets
2015-03-06 20:42:23 +11:00
Samuel Georges
690ec1e5db
Improvements made to the user menu in the back-end
...
Clicking your avatar will display a popover with settings links from the mysettings context.
2015-03-06 20:41:14 +11:00
Samuel Georges
507bfab768
!!! *BREAKING*: Form widget base class no longer takes a model as the 2nd argument, it should be passed as `model` in the configuration instead.
2015-03-06 20:37:05 +11:00
Samuel Georges
2561131f38
Allow balloon control markup to be used independently
2015-03-06 20:35:54 +11:00
Samuel Georges
fccf1e92b0
Fixes stretch layout on form-with-sidebar
2015-03-06 18:56:00 +11:00
Samuel Georges
2cf8ad8c27
Minor fixes, improvements to full screen rich editor
2015-03-06 18:54:45 +11:00
Samuel Georges
62796e08b6
Finish the dragvalue plugin
2015-03-06 18:53:04 +11:00
Samuel Georges
1890df6471
Fixes #742 - escape SVG opening with PHP instead of LESS
2015-03-06 18:12:57 +11:00
Samuel Georges
bc317ffbb8
Fixes a weird issue where a fixed sidebar cannot be accessed on small screens
2015-03-06 17:31:54 +11:00
Samuel Georges
cfbc004815
Merge pull request #983 from ChrisKanger/develop
...
Added trigger on empty value
2015-03-05 22:33:57 +11:00
Samuel Georges
42d6c6289c
Fixes missing logo from login screen
2015-03-05 22:13:41 +11:00
Chris
b627bbbefb
Added trigger on empty value
2015-03-05 11:03:20 +01:00
Samuel Georges
fe5deb68e7
Repeater should populate with existing dataset
2015-03-05 19:02:23 +11:00
gergo85
6f9dfe198f
Update translation
2015-03-04 12:50:15 +01:00
Samuel Georges
be2e40e69f
Add hypothetical loading of data
2015-03-04 19:13:15 +11:00
Samuel Georges
25d4c11f3f
Typo
2015-03-04 19:09:59 +11:00
Samuel Georges
022eb4d673
Create initial version of repeater form widget
2015-03-04 19:05:32 +11:00
Samuel Georges
24cbeee959
Recompile using internals
2015-03-04 18:24:15 +11:00
Samuel Georges
561e969d2d
Extract controls to their own stylesheet
...
(So they can be used elsewhere; namely documentation)
Add indicator-center and clean up load indicator
Fancy layout should live with the other layouts, it isn't really a control
2015-03-04 18:23:02 +11:00
Samuel Georges
f869b8cc94
Gives FormWidgets the ability to say: "No labels, please"
...
ping @keiosweb
2015-03-03 20:24:14 +11:00
Samuel Georges
89434928f1
* Build 214
2015-03-03 18:45:37 +11:00
Samuel Georges
a3f3084924
Implement AjaxException
2015-03-03 18:41:09 +11:00
Samuel Georges
6fdc23143a
Include the combiner as as a privileged action
2015-03-03 18:40:20 +11:00
Samuel Georges
0a57f3a111
Fixes console error: The "title" has not been specified!
2015-03-03 18:39:07 +11:00
Samuel Georges
1ab8858271
Minor touch ups
2015-03-03 18:38:36 +11:00
Samuel Georges
2e949216ab
Autoloader before ->register()
2015-03-03 14:34:38 +11:00
Samuel Georges
92b533d962
Tidy up
2015-03-03 08:49:31 +11:00
Samuel Georges
d89c8111fc
Merge pull request #974 from retep007/develop
...
Slovak language
2015-03-03 08:46:04 +11:00
gergo85
157dc0c76f
Updated Hungarian language
2015-03-01 10:29:47 +01:00
Samuel Georges
a8aa85a9f0
Fixes issue preventing backend from signing in
2015-03-01 15:10:04 +11:00
Samuel Georges
625030f03e
Minor
2015-02-28 23:43:06 +11:00
Samuel Georges
ce77c0f89e
Return a query that includes pivot data for belongsToMany relations
2015-02-28 22:08:25 +11:00
Samuel Georges
81d0225928
Allow query to be completely swapped out using extendQuery
...
Add HTML array support to valueFrom (without relations)
2015-02-28 22:07:06 +11:00
retep007
09ac22918f
Added initial Slovak language mutation
2015-02-28 10:14:20 +01:00
Samuel Georges
f2277b61dc
More efficient approach to locating a pivot record
2015-02-28 19:53:41 +11:00
Samuel Georges
e48963b1e9
Improve mode detection for relations by using an event target
2015-02-28 19:33:11 +11:00
Samuel Georges
165d2f86e0
Combine datepicker JS assets, sync z-index for timepicker
2015-02-28 19:32:17 +11:00
Samuel Georges
032d8aafce
Manage onCreate now looks to the deferredBinding property
2015-02-28 15:27:03 +11:00
Samuel Georges
3cff8caa15
Plugins now support elevated privileges
2015-02-28 14:45:54 +11:00
Samuel Georges
f8ae611ec9
Refactor form widgets to use new fillFromConfig() helper
2015-02-28 14:43:34 +11:00
Samuel Georges
49f6e64db0
Refactor the toolbar widget
2015-02-28 13:54:00 +11:00
Samuel Georges
4e1f704ae3
Minor clean up
2015-02-28 13:48:35 +11:00
Samuel Georges
a57505b227
Refactor Search widget
2015-02-28 13:45:14 +11:00
Samuel Georges
bb8292d883
Add warning about impending doom
2015-02-28 13:39:21 +11:00
Samuel Georges
f9e287e173
Refactor form widget to use an approach much like ReportContainer
2015-02-28 13:37:06 +11:00
Samuel Georges
6e54fea23f
Refactor filter widget to use an approach much like ReportContainer
2015-02-28 12:50:02 +11:00
Samuel Georges
85c47c4e01
public -> protected $defaultAlias
2015-02-28 12:43:53 +11:00
Samuel Georges
c035f81b0f
Refactor list widget to use an approach much like ReportContainer
...
This means widget properties are "filled" from the supplied config
2015-02-28 12:41:45 +11:00
Samuel Georges
932a40a025
Streamline the process of filling a widget with its config options
2015-02-28 12:12:22 +11:00
Samuel Georges
543686c8e0
Fixes #953 - ReportWidgets now initialize early and therefore support AJAX handling
2015-02-28 11:51:58 +11:00
Samuel Georges
5784417862
Document widget accepted config
...
These definitions don't serve a function other than helping developers
2015-02-28 11:50:27 +11:00
Samuel Georges
3524b17484
Fixes #973 - Double encode HTML entities in CodeEditor value
2015-02-28 10:38:04 +11:00
Samuel Georges
0cd57f231e
Merge pull request #958 from Fabs87/patch-1
...
Making little corrections
2015-02-28 10:02:19 +11:00
Alexander Guth
cd5e5ab8de
Fixes listExportCsv()
...
If the header values is a localization string, it should be translated...
2015-02-27 14:55:14 +01:00
Samuel Georges
5c78140268
Adds compact column, explicit option for deferred binding in relation controller, fix to list head width
2015-02-27 21:54:58 +11:00
Samuel Georges
7032e43b92
Fixes weird issue when a folder named '/files' in the base path kills the CMS
2015-02-26 23:14:08 +11:00
Samuel Georges
e487f075c4
Fixes issue in CodeParser where it tries to use a class that doesn't exist
...
Adds context to filterFields() model override
2015-02-26 23:08:38 +11:00
Samuel Georges
05dc7dfa00
Adds registerSchedule() to PluginBase class
2015-02-25 22:58:10 +11:00
Samuel Georges
e6acb54d03
* Build 209
2015-02-25 19:10:42 +11:00
Samuel Georges
a748eb1b23
Merge pull request #961 from tresbach/develop
...
Allow setting 'options' for a scope in filter config
2015-02-25 19:07:49 +11:00
alekseybobkov
1c273f28ba
Implementing the MediaLibrary class, in progress
2015-02-24 22:02:03 -08:00
Samuel Georges
2bdc5aea78
Add section form field type, minor style fixes
2015-02-24 18:46:20 +11:00
Samuel Georges
54fe8452e5
uploadsPath -> cms.storage.uploads.path
2015-02-23 19:55:41 +11:00
Samuel Georges
f7ba386156
Missing NS ref
2015-02-23 19:55:06 +11:00
Samuel Georges
680eef8f81
Fixes #944
2015-02-23 17:52:43 +11:00
Amanda Tresbach
d50e9e743f
Allow setting 'options' for a scope in filter config
2015-02-22 20:28:05 -03:00
flynsarmy
74cd856f8a
Accept any valid number, positive or negative
2015-02-22 13:45:40 +10:00
Samuel Georges
027af0dd9f
Switch to our own internals for local storage
...
The local storage driver is not suitable because it does not apply the appropriate permissions to local files. This is a big issue especially for shared hosting where the webserver will create a file and the owner is locked from touching it. We detect the local driver and use the FileHelper class whenever a file or directory is created. Eg: if configured to apply chmod 777 then it will be fulfilled as expected.
2015-02-22 14:04:38 +11:00
Fabs87
afd572f843
Making little corrections
2015-02-21 22:59:21 +01:00
Pásztor Gábor
f8cb3900f0
Add validation rules for mail settings.
2015-02-21 19:55:37 +01:00
Samuel Georges
c559db0de6
Extract the updater JS to its own file, add helper to find missing dependencies
2015-02-21 22:59:09 +11:00
Samuel Georges
320f7bfb1a
List text values should be escaped, since they come directly from the model values
...
Fxies https://github.com/rainlab/user-plugin/pull/37
2015-02-21 19:16:44 +11:00
Samuel Georges
a4418aeab8
Various minor touch ups
2015-02-21 19:16:14 +11:00
Samuel Georges
c746ba5c2b
Disabled property on form fields should work
2015-02-21 17:09:21 +11:00
Samuel Georges
b88d28566e
Tidy up from #927
2015-02-21 15:09:39 +11:00
Samuel Georges
5b758e0d4c
Merge pull request #950 from gpasztor87/master
...
Emmet support for Codeeditor
2015-02-21 15:05:44 +11:00
Samuel Georges
1277364d4c
Fixes #916
2015-02-21 14:58:51 +11:00
Samuel Georges
49021145c5
Use nicer minified css
2015-02-21 14:58:51 +11:00
Samuel Georges
dc50c9fb67
Merge pull request #927 from Flynsarmy/betterPluginCounts
...
Display active plugin count on updates page
2015-02-21 14:58:29 +11:00
Samuel Georges
035718eb1b
Add column-slim css selector
2015-02-21 14:21:14 +11:00