Samuel Georges
0b6dfc9f3f
Merge pull request #1135 from scottbedard/patch-2
...
Adds option to set chart value by data-value
2015-05-16 09:46:55 +10:00
Samuel Georges
8b3ab93786
Component variables set with $this->page
no longer leech in to other component partials.
...
Fixes #852
2015-05-16 09:29:27 +10:00
Samuel Georges
4f2c11e9db
Process SVG CSS by hand - Fixes #1137
2015-05-16 00:25:41 +10:00
Samuel Georges
ccf8073ad6
Make page listing more detailed, now includes [base file name]
2015-05-15 20:19:11 +10:00
Samuel Georges
e675866284
The |page filter now supports passing an empty string to generate a link to the current page.
2015-05-15 20:18:40 +10:00
Scott Bedard
fdbe7b3e35
Adds option to set chart value by data-value
...
This allows for more expressive charts by separating the value and the display value. For example, values like these could now be used without breaking the chart.
```
<div class="scoreboard-item control-chart" data-control="chart-pie">
<ul>
<li data-value="11024>Foo <span>~11k</span></li>
<li data-value="1234">Bar<span><?= number_format(1234) ?></span></li>
</ul>
</div>
```
2015-05-14 13:14:02 -04:00
Samuel Georges
e27bbbdcec
Consistency is key
2015-05-14 17:34:43 +10:00
Samuel Georges
7255615bef
Merge pull request #1120 from gergo85/master
...
Updated Hungarian language
2015-05-09 19:02:23 +10:00
gergo85
53babb83b6
Updated Hungarian language
2015-05-09 10:54:11 +02:00
Samuel Georges
3e13d22b45
The hotkey for full screen mode is now Cmd+Shift+F or Ctrl+Shift+F in Windows.
...
Fixes #393
2015-05-09 12:39:37 +10:00
Samuel Georges
189d56a6c5
Merge pull request #1106 from gergo85/master
...
Improve multilanguage support
2015-05-09 11:06:59 +10:00
Samuel Georges
e3bd53230f
Revert breaking from #1103
2015-05-09 11:06:04 +10:00
Samuel Georges
cf90b6ad93
Merge pull request #1103 from niclasleonbock/patch-1
...
Fix two minor media manager bugs
2015-05-09 11:05:07 +10:00
Samuel Georges
2a1719bd8e
Merge pull request #1099 from arall/lang/es_ES
...
es_ES missing translations & fixes
2015-05-09 11:01:49 +10:00
Samuel Georges
c1de4f1fc4
Merge pull request #1100 from scottbedard/patch-2
...
Solves #1077
2015-05-09 11:00:49 +10:00
Samuel Georges
73cf4b7050
If a version.yaml file contains no array, then treat it as empty - fixes #1104
2015-05-09 10:56:11 +10:00
Samuel Georges
d02d9ba674
Minor improvement to error handling
2015-05-07 18:00:57 +10:00
Samuel Georges
445c95ad46
Fixes an issue where using invalid CSS in brand settings completely breaks the backend
2015-05-06 18:44:48 +10:00
gergo85
cb670237f2
Improve multilanguage support
2015-05-04 13:29:48 +02:00
niclasleonbock
28f265c10a
Fix two minor media manager bugs
2015-05-03 16:10:30 +02:00
Scott Bedard
7fd1d9e328
Solves #1077
...
Calling updateWidth() prior to redrawing solves issue #1077
2015-05-02 17:53:14 -04:00
Gerard Arall
a1790b0dbf
Translations
2015-05-02 19:32:22 +02:00
Samuel Georges
58ace7ee6c
The Twig runtime error is not very useful
...
Use the previous exception to provide more information
2015-05-02 18:11:26 +10:00
Samuel Georges
f334be5116
Complete overhaul of module service providers
...
This is to improve readability of these ever growing classes, also we can prune specific registrations based on the execution context for performance reasons.
2015-05-02 14:43:14 +10:00
Samuel Georges
366cdd55a8
Add hooks to the cms/backend route definitions
2015-05-02 13:53:05 +10:00
Samuel Georges
e6e0facaa0
Fixes issue when routing to CmsController homepage (no params)
...
Fixes https://github.com/rainlab/translate-plugin/issues/67
Fixes https://github.com/rainlab/translate-plugin/pull/68
2015-05-02 12:56:40 +10:00
Samuel Georges
12d92dd715
ThemeDelete -> ThemeRemove
2015-05-02 12:31:35 +10:00
Samuel Georges
2a1754a4c5
Streamline code from #1083
2015-05-02 12:29:22 +10:00
Samuel Georges
f49775d547
Routes cache should be used for all driver types
...
Minor cleanup of MediaManager class
2015-05-02 11:58:09 +10:00
Samuel Georges
b361b013e2
Merge pull request #1083 from krisawzm/artisan_themes
...
Artisan commands related to themes
2015-05-02 11:54:00 +10:00
Samuel Georges
dd8bf186a6
Minor
2015-05-02 10:50:19 +10:00
Samuel Georges
846fe983af
Merge pull request #1097 from arall/develop
...
Remove list columns
2015-05-02 10:49:26 +10:00
Samuel Georges
cceae62812
Apply incremental default order values on side menu items
...
Refs #1079
2015-05-02 10:47:06 +10:00
Samuel Georges
7c205c7ceb
Merge pull request #1079 from dshoreman/sortable-sidenavs
...
Add support for sorting sideMenu items
2015-05-02 10:28:55 +10:00
Samuel Georges
8082cd9502
Tidy up work from #1073
2015-05-02 10:18:39 +10:00
Samuel Georges
72dd449af7
Merge pull request #1073 from gergo85/master
...
Improve multilanguage support
2015-05-02 10:08:44 +10:00
Samuel Georges
b41719c3c5
Add Chinese (China) - Fixes #1069
2015-05-02 10:08:04 +10:00
Samuel Georges
4e507823ea
Sending mail now passes the parent data set to the layout
...
Renamed conflicting variable message -> content
Fixes #1070
2015-05-02 09:49:24 +10:00
Samuel Georges
ed56c866bc
Remove cleanup redactor plugin because it breaks stuff
2015-05-02 09:46:35 +10:00
Gerard Arall
7877035dc4
Remove list columns
2015-05-01 09:09:56 +02:00
Samuel Georges
9470259727
Minor clean ups
2015-04-29 19:50:30 +10:00
alekseybobkov
bc4aa1495c
Merge branch 'develop' into refactoring-profiling
2015-04-28 20:14:01 -07:00
alekseybobkov
20fb98d9a8
Refactoring and improvements in the back-end client-side memory management.
2015-04-28 20:13:04 -07:00
Samuel Georges
b2e5d24e9d
Fixes pivot model add with showCheckboxes enabled
2015-04-29 08:01:28 +10:00
Samuel Georges
9c166b18be
Fixes #1091
2015-04-28 21:59:18 +10:00
Samuel Georges
34feb39cfa
Merge pull request #1086 from astucieuxzephyr/patch-1
...
Update lang.fr
2015-04-28 20:10:12 +10:00
Samuel Georges
10ec177c54
Pass parameters to route cache - Fixes #1088
2015-04-28 20:04:35 +10:00
Samuel Georges
cacec27d25
Fixes issue preventing CMS AJAX from returning arrays
2015-04-28 19:31:38 +10:00
Samuel Georges
0cacb4cbdd
Merge pull request #1087 from krisawzm/nb-no
...
Updates language nb-no
2015-04-28 18:31:01 +10:00
Samuel Georges
9e2e0df74c
Remove deprecated API on Psge::url
2015-04-28 07:48:00 +10:00