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
alekseybobkov
fa48fbd8f0
Merge branch 'develop' into refactoring-profiling
2015-04-23 19:02:30 -07:00
Samuel Georges
7ad12350c6
Merge pull request #1074 from gpasztor87/master
...
Minor style fixes
2015-04-24 09:26:59 +10:00
alekseybobkov
35f742c8f5
Further CMS page JS normalization, minor fix in Inspector.
2015-04-21 22:20:55 -07:00
alekseybobkov
5928aded9f
CMS page JS code is tested and fixed after refactoring.
2015-04-21 21:30:02 -07:00
Pásztor Gábor
dd0c82544a
Fixes in richeditor: z-index
2015-04-18 22:22:26 +02:00
Pásztor Gábor
997a032849
Minor style fixes
2015-04-18 22:12:56 +02:00
alekseybobkov
7fb36588cc
Implemented keyboard navigation. Minor fix in the scrollpad class.
2015-04-15 21:48:16 -07:00
alekseybobkov
06e5dce96a
Fixed a conflict in framework.js. Closures in the script are named now, for the memory profiling needs.
...
Conflicts:
modules/system/assets/js/framework.js
2015-04-11 18:58:24 -07:00
alekseybobkov
c1740c479c
Media Manager: implemented insert link, insert image, and crop and insert features. Minor fixes in October core and third-party JS plugins.
2015-04-11 18:55:02 -07:00
Samuel Georges
914ce695be
Fixes #1056 - account menu width is too short for multilingual
2015-04-11 10:38:15 +10:00
Samuel Georges
0b6587f771
Fixes #1019 - prevents lock out of full screen mode
...
Reorder system setting items
2015-04-09 20:20:08 +10:00
alekseybobkov
790b464679
Merge branch 'develop' into media-manager
2015-04-04 19:01:08 -07:00
alekseybobkov
332d92f538
Implemented image inserting to Redactor.
2015-04-04 18:59:36 -07:00
Samuel Georges
9e9aa97101
Minor clean up, tabs can now define a url (data-tab-url) set using replaceState
2015-04-04 17:26:47 +11:00
Samuel Georges
37dea95caa
Adds a new body class 'breadcrumb-flush'
...
^ that directs the breadcrumb to sit flush to the element below
2015-04-04 14:54:18 +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
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
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
Samuel Georges
dffe3915a1
Add proposed z-index frequencies
2015-03-28 10:07:40 +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
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
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
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
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
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
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
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