536 Commits

Author SHA1 Message Date
Samuel Georges
56caa1db3d Fixes a bug in the plugin installation page 2015-06-29 17:35:29 +10:00
Samuel Georges
81eb02296d Fixes broken invalid state 2015-06-27 14:53:17 +10:00
Samuel Georges
e6f70eafdd Translate prompt for FileUpload + MediaFinder
Remove redundant language key
Recompile assets
2015-06-20 22:21:18 +10:00
Samuel Georges
d9dfa21372 Adds CSRF protection to the backend - Refs #105 2015-06-20 21:17:58 +10:00
Samuel Georges
9cce76c574 Tidy up some LESS and JS 2015-06-20 21:13:03 +10:00
Samuel Georges
b65019dac4 october.utils.js -> backend.js 2015-06-20 20:37:11 +10:00
Michał Płodowski
48c663d3c6 Fix #424 2015-06-12 20:39:19 +02:00
Samuel Georges
0a5e6adad1 Fixes tooltip background color
Other minor clean ups
2015-06-09 18:49:56 +10:00
Samuel Georges
99146294aa Minor touch ups
Add danger style to popover
2015-06-06 16:49:30 +10:00
Samuel Georges
f11586bb2f Update dropzone to latest 2015-06-05 21:07:53 +10:00
Samuel Georges
29623bb0f3 Load vendor CSS first, fixes issue with sweet alert 2015-06-05 17:22:22 +10:00
Samuel Georges
39291967d6 Fix minor issue with tabs events not firing 2015-06-04 17:37:08 +10:00
Samuel Georges
36673a9d18 Remove duplicate mixins, fix buttons 2015-06-03 19:44:29 +10:00
Samuel Georges
ae957de1cc Move callout to storm 2015-06-03 19:30:23 +10:00
Samuel Georges
bed7d0825f Fixes loading animation in various places 2015-06-03 19:22:18 +10:00
Samuel Georges
3bfd704127 Remove double up on fonts 2015-06-03 19:05:08 +10:00
Samuel Georges
d6f6f0dccd Register the system styles as a package, recompile them
Bring back missing styles
2015-06-03 17:23:53 +10:00
Samuel Georges
019e93bfa1 Recompile assets, fix some dependencies 2015-06-03 15:08:43 +10:00
Samuel Georges
757b5dd935 Move input based controls to "input" collection
changemonitor -> input.monitor
hotkey -> input.hotkey
inputpreset -> input.preset
triggerapi -> input.trigger
2015-05-30 16:50:21 +10:00
Samuel Georges
f4c97fd1ea Rename "drag" JS files, write basic readme, create an entry point for all controls 2015-05-30 13:59:33 +10:00
Samuel Georges
6a56f97a4f Recompile assets, remove the dedicated vendor script file
October's backend JS is one massive file now
2015-05-29 23:05:10 +10:00
Samuel Georges
4ec70747d4 Move chart + scoreboard to UI lib 2015-05-29 22:24:02 +10:00
Samuel Georges
713583c5a4 Move toolbar to UI lib 2015-05-29 21:47:32 +10:00
Samuel Georges
b566583f9a Fixes broken refs 2015-05-29 21:16:18 +10:00
Samuel Georges
7a4b76e021 Fixes to core so compile assets works again 2015-05-29 20:40:25 +10:00
Samuel Georges
7440529cee Move mustache and modernizr to UI lib 2015-05-29 19:53:16 +10:00
Samuel Georges
db39026df7 Move filter to UI lib 2015-05-29 19:24:49 +10:00
Samuel Georges
624c9f9e2d Move pagination to UI lib 2015-05-29 19:07:13 +10:00
Samuel Georges
f9bb2fa238 Break inspector out, clean up flags + icons 2015-05-29 18:55:21 +10:00
Samuel Georges
12c035502c Various clean up + documentation 2015-05-28 20:44:07 +10:00
Samuel Georges
714c19de4a Move tab and tooltip 2015-05-28 20:34:32 +10:00
Samuel Georges
8e59305ede Update refs to flash message script 2015-05-28 20:33:49 +10:00
Samuel Georges
c6724961ae Move popup and popover 2015-05-28 20:32:47 +10:00
Samuel Georges
9e8232bae3 Move load indicator out, renamed and merged all as loader.* 2015-05-28 17:44:56 +10:00
Samuel Georges
37e5918e43 Move rowlink + utility classes out 2015-05-26 19:54:35 +10:00
Samuel Georges
3c8f7bec4d Move dropdown out 2015-05-26 19:47:23 +10:00
Samuel Georges
011db03765 Move progress bar out 2015-05-26 19:32:44 +10:00
Samuel Georges
fbe1a4c2e9 Move breadcrumb out 2015-05-26 19:21:26 +10:00
Samuel Georges
b70ba41e17 Move flash messages out 2015-05-26 19:16:09 +10:00
Samuel Georges
5a66dd7fb6 Begin moving backend controls to dedicated UI area 2015-05-26 18:55:39 +10: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
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
Samuel Georges
4d057ba266 Fixes flaw in logic
Recompile JS from #1135
2015-05-16 09:57: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
alekseybobkov
20fb98d9a8 Refactoring and improvements in the back-end client-side memory management. 2015-04-28 20:13:04 -07:00
alekseybobkov
57777c0aad Ace editor updated to the latest version. Implemented the back-end controls utility class. Some back-end UI classes are updated and displsable now. Editor tabs on the CMS page now properly free memory and DOM elements when they're closed. 2015-04-25 22:48:49 -07:00
alekseybobkov
0e4db692af Refactored october.hotkey.js, codeeditor.js, richeditor.js. Minor fix in the rich editor styling. 2015-04-25 14:07:22 -07:00
alekseybobkov
87b34295eb Refactored hotkey plugin for the better memory handling. Added dispose-control event support. 2015-04-24 21:08:07 -07:00