114 Commits

Author SHA1 Message Date
alekseybobkov
86ca09970d Updated select2, implementing new Inspector, work in progress. 2015-09-17 21:49:21 -07:00
alekseybobkov
c4e7427669 Updating select2 2015-09-16 20:06:30 -07:00
alekseybobkov
dba955da3a Rebuilding the Inspector 2015-09-13 18:11:12 -07:00
alekseybobkov
fea5d8389f Minor fixes and improvements. 2015-09-10 20:45:07 -07:00
Samuel Georges
906a4e65c2 Prompt can now be used to define the button text for file multi
Minor update to checkbox markup
2015-08-28 04:39:29 +10:00
Samuel Georges
a350e800fc Add simple example 2015-08-27 08:10:25 +10:00
Samuel Georges
793bf30c26 Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Samuel Georges
30593b0031 Update FontAwesome to latest, recompile assets 2015-08-25 19:29:55 +10:00
Samuel Georges
8e5a086067 Add more examples 2015-08-21 17:23:33 +10:00
Samuel Georges
fe4e9b005f Fix toolbar examples 2015-08-13 21:07:10 +10:00
Samuel Georges
c139a324d1 Tidy up code - refs #1318 2015-08-08 11:39:48 +10:00
Samuel Georges
56c8053288 Merge pull request #1318 from gabsource/Issue-#1310
Fix the switching tab bug when calling ocTab.updateTab()
2015-08-08 11:32:01 +10:00
Samuel Georges
556eff359c Clean up docs, add inset mode to tab panes 2015-08-07 19:10:31 +10:00
Samuel Georges
be155cc39f Add inverse goal meter
...because some goals can be bad, like an unsubscription rate
2015-08-05 17:56:35 +10:00
Samuel Georges
0a35bb13a2 Update foundation plugin pattern
The API should support returning values, like jQuery does with .val() it will return the first element's value
Using a dedicated API on the plugin is much better than going in with .data('oc...') to access the object which is hacky since the internals might change
2015-08-04 10:03:48 +10:00
Jérémy GAULIN
2a374e87e8 Merge branch 'develop' of https://github.com/octobercms/october into Issue-#1310 2015-08-03 18:19:14 +02:00
Samuel Georges
8cd97b27a6 Add prettify, update Ace, recompile assets 2015-08-03 19:00:45 +10:00
Samuel Georges
20411f6fb1 Finish formatting logic + Add Media Manager buttons 2015-08-03 18:58:22 +10:00
Samuel Georges
2b3f17adea Revise Script UI docs 2015-07-31 18:05:30 +10:00
Samuel Georges
c17d47bf3e Revise ui docs 2015-07-30 21:34:04 +10:00
Samuel Georges
387f14ce17 Revision to UI docs, minor pixel adjustment to fixed dd 2015-07-30 19:46:30 +10:00
Samuel Georges
252a34dc08 Adds alt syntax for tooltip
data-toggle will conflict with dropdown, eg: data-toggle="dropdown" data-control="tooltip"
2015-07-30 19:45:54 +10:00
Samuel Georges
fae4a4b65c Improve editor toolbar styles, tidy up md editor 2015-07-29 20:29:02 +10:00
Samuel Georges
934f77a1f3 Implement dropdown-fixed mode. 2015-07-29 20:03:48 +10:00
Samuel Georges
ebfa4596ea Attempt to make dropdowns in toolbars work, update head refs 2015-07-29 19:19:08 +10:00
Samuel Georges
525392ac2c global.less now provides all mixins and variables (KISS) 2015-07-29 19:14:26 +10:00
Samuel Georges
f47b99d183 Move storm to its own build 2015-07-29 19:13:42 +10:00
Samuel Georges
690d7f0a02 When installing a theme don't install existing plugins
Minor fix to callout in update popup
2015-07-28 19:56:24 +10:00
Jérémy GAULIN
98b56234c9 Updating a tab was changing the HTML data-* attributes but did not update the jQuery .data() cache - fixes #1310 2015-07-27 12:36:51 +02:00
Samuel Georges
d453f922dc Improve the hint API, add inset mode to loader 2015-07-25 09:23:34 +10:00
Samuel Georges
a22dd43cad Merge branch 'develop' into importexport 2015-07-22 08:07:13 +10:00
Samuel Georges
52ea4a73c8 Performance improvements, rename scopes to standard 2015-07-21 20:46:35 +10:00
Samuel Georges
d9b98bccca Minor 2015-07-21 07:57:04 +10:00
Samuel Georges
f99f838faf Merge branch 'develop' into importexport 2015-07-19 10:14:45 +10:00
Samuel Georges
d9307ef4fe Fixes bug in sortable script + broken image ref
Conflicts:
	modules/backend/assets/css/october.css
2015-07-19 10:07:34 +10:00
Samuel Georges
1636f79224 Add 'is-divided' style to simple lists
Minor fix to popup docs
2015-07-18 16:14:39 +10:00
Samuel Georges
37a5782178 Use a monkey patch instead of hacking code
Refs https://github.com/johnny/jquery-sortable/pull/122
2015-07-18 14:16:34 +10:00
Samuel Georges
15c23089c6 Patch sortable to fix reinitialization errors (and memory leaks)
Refs https://github.com/johnny/jquery-sortable/pull/122
2015-07-18 13:43:48 +10:00
alekseybobkov
88232c8345 Minor 2015-07-16 18:19:09 +10:00
alekseybobkov
33b8584ab9 Merge branch 'develop' into builder-ui
Conflicts:
	modules/backend/assets/css/october.css
2015-07-15 18:12:13 -07:00
alekseybobkov
e69be53317 Minor 2015-07-15 18:06:05 -07:00
Samuel Georges
095721bd40 Update and decouple drag.sort, add usePlaceholderClone option, recompile assets 2015-07-15 17:01:58 +10:00
Samuel Georges
af6eb9da2d Fixes various styling bugs in select
The extra right-side padding is only needed within inspector, outside usage shows too much padding
Constrain the select width for important updates
2015-07-15 16:54:15 +10:00
Samuel Georges
0fb5c11318 No need to hack select2, fixes popover logic instead 2015-07-15 16:50:30 +10:00
Samuel Georges
07ca64d932 This can be fixed by using "width: style" instead 2015-07-15 16:47:25 +10:00
alekseybobkov
c5ad9ca07b Fixed dropdowns in popover windows 2015-07-14 21:49:08 -07:00
alekseybobkov
02961c6c8f Fixes in the drop-down styling, minor client-side fixes in the back-end 2015-07-14 21:12:45 -07:00
Samuel Georges
978af199f7 * Build 279
Adds 'unchecked' state to input.trigger api, clean up + fixes various logic flaws
2015-07-14 17:46:05 +10:00
alekseybobkov
931a1f10cf Added namespace input preset 2015-07-11 16:04:01 -07:00
alekseybobkov
3851ae68cd Merge branch 'develop' into builder-ui
Conflicts:
	modules/backend/assets/css/october.css
2015-07-10 18:05:27 -07:00