Commit Graph

1153 Commits

Author SHA1 Message Date
Samuel Georges 9ed73e0cba Updates for new symbolizePath API, requires latest rain lib code
Backend layouts can now be provided by plugins
2015-05-30 15:54:47 +10:00
Samuel Georges 069ec925b2 Merge branch 'master' into develop 2015-05-30 12:50:31 +10:00
Samuel Georges 29ae622803 Fixes #1154 without 4 commits 2015-05-30 12:46:30 +10:00
Samuel Georges 3ba1cee05a Merge pull request #1161 from DZB-Team/master
Tanslation files for Latvian language
2015-05-30 10:45:00 +10:00
Samuel Georges 936ca3469c Merge pull request #1142 from gergo85/master
Improve multilanguage support
2015-05-30 10:44:30 +10:00
Samuel Georges fc4164d809 Merge pull request #1177 from alvaro-canepa/patch-4
Fix translation title on popup
2015-05-30 10:03:29 +10:00
Samuel Georges 7e558ea706 Merge pull request #1171 from mrmlnc/develop
Update RU_lang
2015-05-30 09:58:28 +10:00
Samuel Georges 72ff6fdc80 Merge pull request #1162 from krisawzm/lang-nb-no
Updates and improvements to the Norwegian language
2015-05-30 09:58:05 +10:00
Samuel Georges 88728c1d73 Merge pull request #1152 from scottbedard/patch-4
Solves issue #1108
2015-05-30 09:52:15 +10:00
Samuel Georges c0fdee9923 Merge pull request #1146 from krisawzm/patch-1
Fixes #1129
2015-05-30 09:47:15 +10:00
Denis Malinochkin cb01069fd7 Update to current branch 2015-05-29 16:17:57 +03:00
Alvaro Cánepa 03be3c3d77 Fix translation title on popup 2015-05-29 08:31:50 -03:00
Alvaro Cánepa 67e194231d Fix translation title on popup 2015-05-29 08:29:58 -03:00
Alvaro Cánepa 061fe89d5a Fix translation title on popup 2015-05-29 08:19:38 -03:00
krisawzm 5492e463dd Updated and improved language nb-no in backend module 2015-05-25 23:13:12 +02:00
raw99 5a6aaf760c adding translations for latvian language 2015-05-23 23:59:46 +03:00
Samuel Georges b40554fd64 Dead reference 2015-05-21 23:03:07 +10:00
Samuel Georges a1291c3716 Restyle Administrator pages 2015-05-21 22:55:08 +10:00
Samuel Georges be05899a52 Outside fields don't use tabs 2015-05-21 22:55:08 +10:00
Scott Bedard 7c13ec9847 Solves issue #1108
Finally found what was causing this issue. The chart was calculating the base of the bars based in the chart's width rather than it's height. This wasn't a problem when the chart was wider than it's height, because the extra bars just extended beyond the bottom of the container.
2015-05-20 23:41:25 -04:00
alekseybobkov af2849c9a5 Fixes a problem with sorting new added menu items. Fixes https://github.com/rainlab/pages-plugin/issues/41 2015-05-18 14:03:28 -07:00
gergo85 7ab72b3743 Improve multilanguage support 2015-05-16 11:47:24 +02:00
Scott Bedard d795d912d2 Solves issue #1140 2015-05-16 03:44:25 -04:00
Samuel Georges 20958a1810 Merge pull request #1139 from justin-lau/fix-grid-scrolling
Fixed grid widget breaking backend menu scrolling.
2015-05-16 10:02:43 +10:00
Samuel Georges 4d057ba266 Fixes flaw in logic
Recompile JS from #1135
2015-05-16 09:57:40 +10:00
Justin Lau 8ab2a5999b Removes local mousewheel jquery plugin. Fixes rainlab/translate-plugin#5. 2015-05-16 07:53:20 +08:00
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 4f2c11e9db Process SVG CSS by hand - Fixes #1137 2015-05-16 00:25:41 +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
krisawzm da0a7cbd86 Fixes #1129 2015-05-12 19:12:29 +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 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 445c95ad46 Fixes an issue where using invalid CSS in brand settings completely breaks the backend 2015-05-06 18:44:48 +10: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 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 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 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