Luke Towers
454c625718
Recompiled assets
2018-10-30 18:20:30 -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
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
0x90
d5829c75cf
Allow tabs to be closed with middle click ( #3633 )
...
Enables closing backend tabs with the middle mouse click. Credit to @AxDSan. Fixes #1970 .
2018-07-25 13:54:49 -04:00
Michał Płodowski
68ee471d39
Add showWeekNumbers option to datepicker ( #3637 )
...
Fixes #3634 . Credit to @mplodowski
2018-07-12 18:10:24 -04:00
Viamage
667b82e6ce
Replace keyup listener with input listener ( #3567 )
...
Fixes #1270 . Credit to @viamage
2018-05-30 20:26:38 -06:00
Wellyson Freitas
2ffae8ccbc
Add alignment and size options to loader indicator ( #3522 )
...
Add option to horizontally align the loader indicator in the center and option to change the size (only small size available for now) through the JavaScript API. These abilities were already available through CSS, this commit makes them available through JS as well.
2018-04-21 09:28:18 -06:00
Luke Towers
5acbdb12fe
Compiled assets and whitespace cleanup
2018-04-17 13:43:51 -06:00
Luke Towers
9565565865
Add ignoreTimezone option to datepicker field and column types.
...
Adds the ability to specify an `ignoreTimezone: true` option on the config for a datepicker form widget or date column type. This will ignore both October's and the backend user's timezone settings to display the date exactly as it is stored.
2017-09-10 22:39:15 -06:00
Luke Towers
7c3d4705fc
Support firstDay in date & date range filters
...
Ref: 962aa32a60 (commitcomment-23597564)
2017-08-11 08:59:06 -06:00
Luke Towers
9745b3ba75
Compiled assets
2017-08-05 18:11:40 -06:00
Samuel Georges
1db67af8e8
Merge remote-tracking branch 'remotes/origin/develop' into l55upgrade
...
Conflicts:
modules/system/lang/en/lang.php
2017-07-11 10:48:54 +10:00
Tobias Kündig
4f97d07962
Added firstDay option to datepicker form widget ( #2940 )
...
Documented here: https://github.com/octobercms/docs/pull/243
2017-06-28 07:23:59 -06:00
Samuel Georges
eadd889813
Improve mobile and settings page
...
Use native scroll on mobile devices (much better UX)
Stack settings menu items 2 column medium, 3 column large
The settings search is now forcibly focused
2017-06-02 17:39:26 +10:00
Samuel Georges
eaf2c9e4d0
Make the content selector more explicit (contentFrom)
2017-04-22 15:31:27 +10:00
Samuel Georges
49f5ec7557
Document and improve popover
2017-04-22 15:25:23 +10:00
Samuel Georges
4644218312
Move autocomplete to Storm UI
...
Rename select AJAX from "source" to "handler" (Refs #2836 )
Document select handler usage
Recompile assets
2017-04-22 11:44:27 +10:00
Samuel Georges
5daf4365ae
Move the change event to the input element
...
This should bubble to the parent control element and persist any logic that depends on the old event
Fixes #2684
2017-04-06 08:08:50 +10:00
Samuel Georges
b858ff680e
Fixes required: false being treated as true
...
Fixes #2712
2017-04-05 22:24:00 +10:00
Samuel Georges
ebed3cde5e
Add afterUpdate event to match keyup
...
Recompile assets
Refs #2336
2017-02-03 06:50:38 +11:00
Aleksey Bobkov
0d30931045
Minor styling fixes in the table widget. Fixed a bug where empty values in the table widget could be rendered as 'undefined' in Safari.
2017-01-25 20:15:12 -08:00
Samuel Georges
b85c4f9b7b
Improve list tree styling and minor fix
...
Fixes bug with non standard primary key on model when using tree mode
Fixes #2532
Recompile assets
2016-12-10 13:19:32 +11:00
Samuel Georges
0a8f169cc3
Improvements to framework extras
...
- Form validation
- Button loader
- Flash messages
2016-11-18 07:41:02 +11:00
Samuel Georges
f4f7355bf2
A nested tab plugin's tabs are leaking in to the parent tab plugin.
...
Fixes #2481
2016-11-14 08:46:32 +11:00
Samuel Georges
a2a0b207c6
Expose isCodeViewActive API function
...
Recompile JS
2016-11-12 14:12:48 +11:00
Samuel Georges
4aca2d40ff
Remove "allowClear" and tidy up #2459
...
Allow clear is not necessary, equivalent of allowClear false is "placeholder" and allowClear true is "emptyOption".
2016-11-07 08:43:52 +11:00
Pásztor Gábor
98315b0f72
JS fixes and typo
2016-11-06 17:14:12 +01:00
Samuel Georges
88196fb660
Allow passing an explicit format to datepicker
...
Refs #1919
Recompile assets
2016-10-20 08:44:14 +11:00
Samuel Georges
2f8d8ffea6
Update select2 4.0.2 -> 4.0.3
...
This fixes the native focus event echoing to the select2 control, our workaround removed
2016-10-17 09:15:30 +11:00
Samuel Georges
d788b7e03f
Use select2 on touch devices
...
This is a relic from when select2 v3 had no mobile support, we use select2 v4 now that has been tested with mobile/touch devices.
Refs #108
Clean up some white spaces
2016-10-17 08:38:01 +11:00
Samuel Georges
89e390edcc
Popup will now shake when an error occurs
...
Improve memory management / garbage collection
2016-08-26 20:01:04 +10:00
Samuel Georges
58ed3e12d2
Improvements to row link script
...
If data-control="popup" or data-request="onSomething" is attached to the anchor, utilize that functionality when clicking the row
2016-08-26 19:11:38 +10:00
Samuel Georges
0b0e158009
Recompile assets
...
Refs #2267
2016-08-06 09:47:26 +10:00
Jens Herlevsen
fe24864d87
Add 'exact' field preset type to input.preset.js
2016-07-24 13:10:38 +02:00
Samuel Georges
422098c9c7
Fixes inconsistency in popup.js API
...
Fixes #1685
2016-07-23 13:54:56 +10:00
Samuel Georges
584f2871b0
Update pikaday to allow disabling specific dates
...
Fixes #2237
2016-07-23 11:30:11 +10:00
Samuel Georges
04c4fe9633
Fixes logic error in filter search
...
The search was using !$.inArray when the expression should be $.inArray === -1 since it returns the index of the value in the array.
Also tidied up the code so it is easier to read.
Fixes #1918
2016-06-11 15:09:08 +10:00
Samuel Georges
d1b765fa5e
Definition of a drag is now 3 pixels
...
Fixes #1554
2016-06-11 14:28:15 +10:00
Samuel Georges
927250e9c9
Allow customization of default rich editor buttons
...
Fixes #2078
Recompile assets
2016-06-11 13:51:34 +10:00
Samuel Georges
cd5a579c04
Disable clock picker AM/PM time for now
...
Restyle clock picker
Fixes #1989
Remove debug code
Recompile assets
2016-06-02 06:52:27 +10:00
Samuel Georges
b171407382
Adds "dropup" variant to dropdown
...
Popup trigger event allows event propagation
2016-05-28 14:10:19 +10:00
Samuel Georges
7177013bc9
Merge pull request #1933 from rsobon/master
...
UI fix for multiple dropdowns inside the same context
2016-05-26 06:24:44 +10:00
Samuel Georges
30f7c03718
Fixes colorpicker when used inside a popup
...
Fixes #1145
Refs #1021
2016-05-25 06:37:03 +10:00
Samuel Georges
c72670e450
Recompile assets
2016-05-24 05:50:33 +10:00
Samuel Georges
6bae91b411
Fix poor sorting UX on tree view
...
This should fix the RainLab.Pages plugin sorting UX once and for all 👌
2016-05-18 08:38:15 +10:00
Samuel Georges
36caa651f3
Datepicker was moved to storm, so no need to load it from the widget
...
Recompile assets
Refs #2008
2016-05-14 16:37:55 +10:00
Samuel Georges
f3f8676479
The date format should be sourced from moment
...
Streamline JS formatting
Refs #1651
2016-05-12 07:02:29 +10:00
Samuel Georges
d50c7591cf
Move the datepicker to storm
...
Write docs on usage
2016-05-12 06:48:10 +10:00
Samuel Georges
37403f3ad4
Reorganise some code from #1651
...
Add getLang helper - Storm cannot depend on Backend
Recompile assets
2016-05-12 05:48:04 +10:00
Samuel Georges
f900ed8f62
Reshuffle the base color scheme again
...
Restyle the component area in the CMS
2016-05-12 04:33:01 +10:00
Samuel Georges
5400ec7d2d
Complete taglist form widget
2016-05-10 06:02:35 +10:00
Samuel Georges
5d27682f25
Create new TagList form widget (Experimental)
...
Update Select2 to latest
2016-05-08 17:43:21 +10:00
Samuel Georges
0d8a30730e
Introduce scope "switch" type, allow options to be passed
2016-04-27 19:09:19 +10:00
Samuel Georges
589f6d1551
Restyle flash message animation
2016-04-27 04:44:02 +10:00
Samuel Georges
51bef96db9
More styling changes and other minor improvements
2016-04-21 04:52:21 +10:00
Samuel Georges
b15cdadd99
Restrict scrolling to thead
...
Fixes fluidity issue on Apple trackpad
We can now use combo scroll for Windows users / more obvious UX
2016-04-14 05:24:19 +10:00
Rafał Soboń
7ed50690a2
UI fix for multiple dropdowns inside the same context
2016-04-13 15:21:30 +02:00
Samuel Georges
6c30e542a7
Replace the mobile list control with drag scroll implementation
...
Disable dragging if there is nothing to drag to
Fixes accidental list.rowlink clicks when dragging
List headers no longer wrap
2016-04-13 18:18:29 +10:00
Samuel Georges
d652c854b1
Lots of small UI fixes
2016-04-12 18:03:55 +10:00
Samuel Georges
4043921834
Adds extra flavor to buttons
...
Reduce font sizes a bit
Fixes rogue hand from appearing when clicking drag scroll enabled elements
2016-04-07 20:17:48 +10:00
Samuel Georges
838f836051
Revert the nav to the classic style
...
Various sizing fixes
Set the standard padding to 20px
Mute system links unless hover or active
Fixes an issue where the scroll indicator appears always on fancy layout, these containers cannot use padding!
Refs #1895
2016-04-04 18:37:55 +10:00
Samuel Georges
8e14b9b649
Recompile assets
2016-03-26 12:40:55 +11:00
Samuel Georges
27d32d35ea
Allow vertical scroll to act as horizontal
...
Not everyone has a trackpad and can scroll horizontally, so vertical scroll can substitute here
2016-03-02 18:06:46 +11:00
alekseybobkov
00ced6c79f
UI update
2016-02-28 19:52:21 -08:00
alekseybobkov
a943708b99
UI updates
2016-02-19 22:12:41 -08:00
Samuel Georges
acfb35cbed
Merge branch 'develop' into stable
2016-02-10 20:03:51 +11:00
alekseybobkov
c762ed2836
Merge branch 'builder-ui' into develop
2016-02-07 14:41:45 -08:00
alekseybobkov
1454a4ed6b
Fixed a bug in the Inspector string list autocomplete editor where clicking an item in the autocompletion list doesn't select the item.
2016-02-07 14:40:31 -08:00
alekseybobkov
f5e47ebc88
Merge branch 'builder-ui' into develop
2016-02-04 18:00:49 -08:00
alekseybobkov
8cb5ec1c0e
Fixed several minor bugs in Inspector.
2016-01-29 22:16:33 -08:00
alekseybobkov
264090fb3b
Added new Inspector editor - String List Autocomplete
2016-01-26 19:53:35 -08:00
alekseybobkov
6aef72bb87
Added "depend" parameter to the Inspector autocomplete editor. Minor fix in the Inspector.
2016-01-23 20:27:57 -08:00
Samuel Georges
205d122dce
Logic error. Fixes #1692
2016-01-19 21:03:03 +11:00
Pásztor Gábor
fd264a5fb4
Remove deprecated hotkeyMac attribute
2016-01-09 17:07:23 +01:00
alekseybobkov
7d9d2176ef
Merge branch 'builder-ui' into develop
...
Conflicts:
modules/system/assets/ui/js/input.monitor.js
modules/system/assets/ui/js/inspector.editor.object.js
modules/system/assets/ui/storm-min.js
2015-12-24 14:36:31 -08:00
alekseybobkov
747ca4357f
Set default focus in popup windows, minor style fix in the flash message, minor fix in YAML-based back-end navigation initialization.
2015-12-24 14:15:02 -08:00
alekseybobkov
fd33be0932
Minor update in the form change monitor API. Minor updates in the version manager to support features required for the Builder.
2015-12-06 15:01:06 -08:00
Samuel Georges
d3c30475b9
Add support for including small buttons in list columns
...
Recompile assets
2015-12-05 10:06:26 +11:00
alekseybobkov
e358bb4b57
Added new list.sortable plugin. Minor fix in the scrollpad implementation.
2015-11-27 22:12:27 -08:00
alekseybobkov
4f5ef8aa68
Inspector - added support for icons and images in the dropdown editor.
2015-11-22 20:48:08 -08:00
alekseybobkov
67590fefad
Added flex layout CSS classes. Inspector container wrapper now uses flex layout. Minor CSS fixes.
2015-11-14 20:28:34 -08:00
alekseybobkov
2df22fda83
Minor improvements in the Inspector API
2015-11-13 14:41:49 -08:00
alekseybobkov
f8cd8e72a1
Minor improvement in the Inspector
2015-11-12 21:56:56 -08:00
alekseybobkov
5cb873862a
Minor changes in the Inspector API
2015-11-11 13:03:18 -08:00
alekseybobkov
d34bb2bd86
Minor changes in the Inspector API.
2015-11-09 21:59:19 -08:00
alekseybobkov
2d849b2640
Implemented Inspector ignoreIfEmpty and ignoreIfDefault properties. Minor refactoring of Inspector.
2015-11-03 22:02:10 -08:00
Samuel Georges
0fa33422a4
Input monitor docs, prevent duplicate tab-close buttons
...
Recompile assets
2015-11-03 08:48:36 +11:00
alekseybobkov
bb4192a5de
Minor style fix in the fancy layout tabs. Improved live update mode in Inspector.
2015-10-30 23:01:35 -07:00
alekseybobkov
48feffd60a
Added live update mode for Inspector.
2015-10-29 22:01:29 -07:00
alekseybobkov
dca9effec0
Minor fixes in Inspector
2015-10-27 17:00:14 -07:00
alekseybobkov
6c0932e1e4
Minor fix in the Inspector popover positioning
2015-10-25 18:30:20 -07:00
alekseybobkov
db5fde4749
Minor fixes in Inspector
2015-10-17 18:00:20 -07:00
alekseybobkov
109f833617
Merge branch 'master' of github.com:octobercms/october into develop
2015-10-17 10:59:15 -07:00
alekseybobkov
6ea20031ae
Implemented $().inspector() API alias
2015-10-17 10:58:57 -07:00
Samuel Georges
0f6a47a135
Tidy up Storm UI so all includes are in a single file
2015-10-17 10:51:40 +11:00
alekseybobkov
61acdf9f46
Fixed Redactor toolbar styling in Fancy layout, minor fix in Inspector.
2015-10-15 20:17:50 -07:00
alekseybobkov
a5b217ff0b
Merge branch 'develop' into builder-ui
...
Conflicts:
modules/backend/widgets/table/assets/js/build-min.js
modules/backend/widgets/table/assets/js/table.js
2015-10-15 17:32:19 -07:00
alekseybobkov
082c536372
Merged Inspector files to the Storm library. Minor fixes in the dynamic option editors. Implemented support for all events of the old Inspector.
2015-10-14 20:21:02 -07:00
alekseybobkov
6ddc366808
Added popup and container wrappers for Inspector, minor fixes in Inspector editors, minor extensions in the popup API.
2015-10-13 20:28:41 -07:00
Samuel Georges
d4cf2f7178
Spaces in URLs break Markdown syntax
...
Fixes https://github.com/rainlab/blog-plugin/issues/136
Recompile all assets
2015-10-10 09:09:40 +11:00