Luke Towers
48626a44a1
Merge pull request #3860 from octobercms/wip/eventdocumentation
...
Added more inline documentation for events:
cms.theme.getEditTheme
cms.theme.setActiveTheme
cms.template.save
cms.template.delete
cms.template.processSettingsAfterLoad
cms.template.processSettingsBeforeLoad
cms.template.processTwigContent
cms.page.beforeDisplay
cms.page.display
cms.page.init
cms.page.beforeRenderPage
cms.page.start
cms.page.end
cms.page.postprocess
cms.page.initComponents
cms.page.render
cms.page.beforeRenderPartial
cms.page.renderPartial
cms.page.beforeRenderContent
cms.page.renderContent
cms.router.beforeRoute
2018-10-11 20:54:34 -06:00
Luke Towers
1dc6f944ac
Documented cms.router.beforeRoute
2018-10-11 20:31:36 -06:00
Luke Towers
900220b079
Documented more inline events:
...
cms.page.beforeDisplay
cms.page.display
cms.page.init
cms.page.beforeRenderPage
cms.page.start
cms.page.end
cms.page.postprocess
cms.page.initComponents
cms.page.render
cms.page.beforeRenderPartial
cms.page.renderPartial
cms.page.beforeRenderContent
cms.page.renderContent
2018-10-11 20:10:28 -06:00
Luke Towers
10aa5a6296
Documented cms.template.processTwigContent
2018-10-11 19:28:17 -06:00
Luke Towers
69d22518c6
Documented internal events
...
cms.template.save
cms.template.delete
cms.template.processSettingsAfterLoad
cms.template.processSettingsBeforeLoad
2018-10-11 19:19:12 -06:00
Luke Towers
11ad4f6329
Documented cms.theme.getEditTheme & cms.theme.setActiveTheme
2018-10-11 18:53:52 -06:00
Denis Denisov
daf3a5c7cd
Stop Ctrl+F marking code editor as "dirty" ( #3857 )
...
Credit to @w20k. Fixes #946 . Thanks to @petehalverson for Octodock for making testing these easy!
2018-10-11 10:19:41 -06:00
Denis Denisov
99bfae4ed0
Revert min-width that breaks layout ( #3854 )
...
Revert min-width change as it breaks the Rainlab.Builder plugin layout (and possibly other things). Credit to @w20k.
2018-10-10 14:24:05 -06:00
Luke Towers
96127f0d91
Check that getProperties method returns an array ( #3853 )
...
Fixes #3851 .
2018-10-10 08:48:37 -06:00
Szabó Gergő
ef32d45cd4
Change the delete buttons style to danger ( #3852 )
...
Credit to @gergo85
2018-10-10 08:40:03 -06:00
Tobias Kündig
7b4e293074
Added registerMailLayouts method to PluginBase ( #3850 )
...
Fixes #3820 . Credit to @tobias-kuendig
2018-10-08 08:18:43 -06:00
Tobias Kündig
0415e4133d
Allow plugins to register their own mail partials ( #3847 )
...
Credit to @tobias-kuendig
* Added registerMailPartials method to PluginBase
2018-10-06 22:00:43 -06:00
Tobias Kündig
6a84533bab
Fixed scoreboard label in mail partial update view ( #3848 )
...
Credit to @tobias-kuendig
2018-10-06 21:56:10 -06:00
Denis Denisov
ae20bb629f
Revert of 'loader.less', based on the issue #3792 ( #3840 )
...
Fixes #3792 . Credit to @w20k
2018-10-04 14:10:43 -06:00
Kanstantsin
69a26aa8f2
Commit deferred bindings on model created with RelationController ( #3843 )
...
Fixes #3829 . Credit to @iotch. Tested by the fantastic Octodock provided by @petehalverson
2018-10-04 08:35:30 -06:00
Kanstantsin
813721edf1
Change z-index of full-screen markdown editor ( #3838 )
...
Fixes #3837 . Credit to @iotch. Tested with Octodock provided by @petehalverson.
2018-10-03 10:56:08 -06:00
Luke Towers
29541394a3
Fix issues with CloudFlare in the backend ( #3841 )
...
Related to f068b13851
. Fixes #3839
2018-10-03 10:48:35 -06:00
Samuel Georges
a0ec7652f8
Remove stub method
...
This is a very old stub method included to point out an override is available, in the process it prevents the viewBag property from being populated by the underlying CmsCompoundObject base class, thereby preventing anyone from extending the Layout or Page with custom form fields.
Refs #3769
2018-10-01 10:29:03 +10:00
matthew188
c5d0a467d8
Improve table column width handling on Chrome ( #3834 )
...
Credit to @matthew188
2018-09-30 18:11:07 -06:00
GitLog
a20f2bfe69
Fix (Trait 'AssertGD\GDAssertTrait' not found) ( #3824 )
...
Credit to @gitlog
2018-09-26 09:19:42 -06:00
Nicolas Da Mutten
2372f0eb23
Adds missing Content-Type header to CSV-export ( #3787 )
...
Credit to @cleverer
2018-09-25 08:55:14 -06:00
Luke Towers
5b7d9041fd
Integrate flag-icon-css ( #3797 )
...
Replaced the existing PNG flag icons with the flag-icon-css library that uses SVGs, has more flags, and is more active (i.e well maintained). Credit to @mariavilaro & @w20k. Thanks to @petehalverson for Octodock for easy testing of this.
2018-09-25 08:23:18 -06:00
Levente Huszko
edcc4af68a
Properly utilize the plainOnly flag in mail.beforeAddContent ( #3479 )
...
Credit to @hlev
v1.0.443
2018-09-24 16:54:16 -06:00
Nicolas Da Mutten
aeb7616d06
Automatically use local asset path when attempting to combine injected assets ( #3802 )
...
Credit to @cleverer. Fixes #3264 .
2018-09-24 14:17:00 -06:00
TimFoerster
51d79ffaba
Make auto inline brand CSS for email layouts optional ( #3192 )
...
Fixes #3133 . Credit to @TimFoerster. Thanks to all the reviewers from #3192 .
2018-09-23 20:49:19 -06:00
Rike-cz
a03a76ee52
Finish implementing localPath in combineToFile ( #3727 )
...
Fixes #3721 . Credit to @Rike-cz
2018-09-23 14:38:59 -06:00
Rike-cz
cf8a73f0a2
Ensure that fields are defined before attempting to render a specific field ( #3812 )
...
Credit to @Rike-cz
2018-09-22 19:22:02 -06:00
Szabó Gergő
0d451e3b0f
Add favicon to back-end login page ( #3803 )
...
Credit to @gergo85
2018-09-19 16:03:13 -06:00
Nathan van der Werf
9030f27cc8
Modify language label for password reset ( #3799 )
...
Credit to @nathan-van-der-werf
2018-09-19 08:01:48 -06:00
Jim Cottrell
6f2ed028b3
Fix input trigger on source field types with multiple selected values ( #3798 )
...
Credit to @jimcottrell. Tested by https://github.com/octoberrain/test-plugin/pull/55
2018-09-18 22:54:57 -06:00
LucasZdv
9d126a0ab6
Filter group translatable options ( #3793 )
...
Fixes #3789 . Credit to @LucasZdv
2018-09-17 09:33:13 -06:00
Alexander Shapoval
9da0af4533
Add ability to specify one CSS class to apply to all tab panels ( #3761 )
...
Credit to @ebashu-on-holidays
2018-09-16 10:51:00 -06:00
chrisbethelepb
0ffdbc5efd
Relax restrictions on MediaLibrary filenames ( #3778 )
...
Fixes #3741 . Credit to @chrisbethelepb
2018-09-12 11:37:21 -06:00
Tobias Kündig
cf9d487b30
Removed unneccessary css rule ( #3777 )
...
The removed css rule makes filelist entries unreadable on touchscreen clients
that also have default pointer input support. The entries have a blue background
with white text when hovered. By setting the background to transparent the
text is no longer readable. Credit to @tobias-kuendig
2018-09-12 11:03:58 -06:00
Alexander Shapoval
709790a05d
Added method getLayout() to Controller ( #3765 )
...
Credit to @ebashu-on-holidays
2018-09-09 18:55:10 -06:00
Samuel Georges
4ec3b525e0
Fixes event implementation
...
The array_merge approach will only shallow merge the arrays preventing a second event from contributing form fields properly. Passing by reference is the logical thing to do here.
2018-09-06 17:08:05 +10:00
Szabó Gergő
8f82a89147
Apply custom secondary color to Balloon Selector ( #3748 )
...
Credit to @gergo85
2018-09-04 11:57:28 -06:00
Szabó Gergő
82b45268c7
Change the lang code in the html templates ( #3754 )
...
Credit to @gergo85
2018-09-04 11:54:26 -06:00
Szabó Gergő
69988837d5
Fixed readonly on switch and checkbox field types ( #3750 )
...
Credit to @gergo85
2018-09-03 14:36:22 -06:00
vosco88
55575e316b
Update reportcontainer.less ( #3737 )
...
Fix minor padding issue in Firefox. Fixes #3731 . Credit to @vosco88
2018-08-31 00:36:47 -06:00
Samuel Georges
7a8867f00b
Improve Event log formatting for emails
...
If an email is seen (Message-ID:) then convert newlines to <br> unless within <html> tags. Also place the contents inside an iframe so the CSS rules don't leech out.
Fixes #3032
2018-08-31 11:09:20 +10:00
Artem Korsunov
303dcab353
Update Russian translation ( #3735 )
...
Credit to @Konfuze
2018-08-30 13:11:11 -06:00
Samuel Georges
38cea8d037
Annotate class methods
2018-08-30 13:50:15 +10:00
Samuel Georges
e32de7b753
Annotate class methods
2018-08-30 13:37:39 +10:00
Samuel Georges
5cc327c45c
Merge pull request #3690 from nathan-van-der-werf/feature/cleanup
...
Code cleanups
2018-08-30 13:12:42 +10:00
Samuel Georges
6099096e5d
Increase visibility of close button
...
Fixes #3723
2018-08-30 12:40:45 +10:00
Samuel Georges
f068b13851
Instruct Rocket Loader to ignore core JS libs
...
These appear to break for users on CloudFlare possibly due to double minification
Fixes #3602
2018-08-30 12:30:27 +10:00
Nathan van der Werf
743252c3ff
Merge branch 'develop' into feature/cleanup
...
# Conflicts:
# modules/backend/widgets/Form.php
2018-08-29 19:18:01 +02:00
Samuel Georges
2d77565e6c
Peer review 52d1388e4e7d7165695af889f8dcc861086ad012
...
This uses a simpler approach and leverages improvements to the validation trait
See 574031d3ee
Refs #2489
v1.0.442
2018-08-29 12:19:33 +10:00
Luke Towers
52d1388e4e
Automatically use field labels as custom attribute names for a nicer validation message
...
Fixes #2489
2018-08-26 13:39:49 -06:00