Commit Graph

76 Commits

Author SHA1 Message Date
Andrea Sessa
cecef4d0aa Fix fileinput-filename 2016-01-03 19:53:17 -04:00
pbatey
0c4702571d fix csp warning about unsafe-inline style-src
Showing and hiding an off-canvas menu with content-security-policy enabled (via ember-cli) results in the following~

    [Report Only] Refused to apply inline style because it violates the following Content Security Policy directive~

Changing the way that OffCanvas.hide() restors the style addresses this warning. e.g., `$(this).attr('style', ...)`~

For more information about content-security-policy, see http://content-security-policy.com/.
2016-01-03 19:53:17 -04:00
Kevin Kirsche
d3085972e1 Remove moot version property from bower.json
Per bower/bower.json-spec@a325da3

Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property
2016-01-03 19:53:17 -04:00
David Craven
3a98f2629b Meteor integration. 2016-01-03 19:53:16 -04:00
Dehalion
0f007adb71 trigger clear.bs.fileinput event if user cancels
this.clear() expects the event object as parameter otherwise it won't trigger the 'clear.bs.fileinput' event
so we have to trigger it ourselves
2016-01-03 19:53:16 -04:00
Dehalion
9e3e85ee72 give e as parameter for this.clear()
this.clear() expects the event object as parameter if it is triggered by the user
otherwise it won't trigger the 'clear.bs.fileinput' event
2016-01-03 19:53:16 -04:00
Ivan Povalyukhin
e07a929749 [whitespace gardening] - rm trailing whitespaces 2016-01-03 19:53:16 -04:00
Brandon Conway
0836c97c91 Fix typo 2016-01-03 19:53:16 -04:00
Arnold Daniels
ec166caba6 Added Wizard component (not yet documented) 2016-01-03 19:53:16 -04:00
Arnold Daniels
0fc03a16cf Docs: Replaced AboutMe with carbonads
CSS fix docs home page
2016-01-03 19:53:16 -04:00
Etienne Neveu
04f0213c37 Fix small typo
"jasn-bootstrap.min.js" --> "jasny-bootstrap.min.js"
2016-01-03 19:53:16 -04:00
Jesper Rønn-Jensen
a3c1e797fa Fileinput: Close button should not have inline styles
This addition to the `.fileinput.close` element makes it
possible to remove inline style as seen in the documentation.

Specifically, I could remove `style="float:none"` based on this change.
2016-01-03 19:53:16 -04:00
samuelscheid
33bb979277 Fix jasny/bootstrap#279
Sass port turned declaration into mixin, without leaving the declaration. Added the declaration back in.
2016-01-03 19:53:16 -04:00
Germán M. Bravo
5430c95f73 Navmenu on the right with scrollbar
Offcanvas navmenu fixed to the right had no overflow-y, so no scrollbars where shown
2016-01-03 19:53:16 -04:00
jody tate
82189607e2 typo: spelling fix for 'intended' 2016-01-03 19:53:16 -04:00
Chris Rebert
7a9e77684e "Twitter Bootstrap" is now simply "Bootstrap"
See http://getbootstrap.com/about/#brand
Changed references to "Twitter Bootstrap" to "vanilla Bootstrap" or just "Bootstrap".
2016-01-03 19:53:16 -04:00
Chris Rebert
73087c2c1d update requirement in composer.json
twitter/bootstrap => twbs/bootstrap
2016-01-03 19:53:16 -04:00
Samuel Georges
58565ab2b1 Allow touching in the offcanvas area 2016-01-03 19:53:16 -04:00
Arnold Daniels
0600b476ba Improved README
Added CDNJS
Replace JS Bin with JSFiddle
2016-01-03 19:53:16 -04:00
Arnold Daniels
95a46f3b3b Fixed download link and bower instructions in README 2016-01-03 19:53:16 -04:00
arekkas
bd450f23be Sass: Solves an issue with groups and rounded borders 2016-01-03 19:53:16 -04:00
arekkas
78e84a3367 Less: Solves an issue with groups and rounded borders 2016-01-03 19:53:16 -04:00
arekkas
4f211a8600 See #231 2016-01-03 19:53:16 -04:00
Alex Vasilenko
31641ef078 hide menu on backdrop click 2016-01-03 19:53:16 -04:00
Alex Vasilenko
f74de5c7ff prevent scrolling on mobiles
modal backdrop option for offcanvas
2016-01-03 19:53:16 -04:00
Tomek
c7fff67f61 Update inputmask.js
input event to support bootstrapvalidator
2016-01-03 19:53:16 -04:00
Alexander Zheltov
5af2c65761 Fixed event namespace naming issue in inputmask 2016-01-03 19:53:16 -04:00
Alexander Zheltov
d15e3f9ed7 Fixed Inputmask.unmask
`inputmask` was replaced by `bs.inputmask`
2016-01-03 19:53:16 -04:00
Arnold Daniels
f78bbfd34b Added flattr buttons.
Show your love, give some flattr!
2016-01-03 19:53:16 -04:00
Arnold Daniels
4349ed86cd Typo fix in docs 2016-01-03 19:53:16 -04:00
Arnold Daniels
b89e662302 Always add padding to the right for body offcanvas.disableScrolling 2016-01-03 19:53:16 -04:00
Arnold Daniels
6563f47dcc Rebuild customize.min.js 2016-01-03 19:53:16 -04:00
Arnold Daniels
5dc5b5994a Fixed unit test for inputmask 2016-01-03 19:53:16 -04:00
Arnold Daniels
cb699cfbf3 Fixed jshint 2016-01-03 19:53:16 -04:00
Arnold Daniels
9250ef9304 Build new release 2016-01-03 19:53:16 -04:00
Arnold Daniels
9700e42f67 Fixed customizer. Fixes #233
Bump version to 3.1.3
2016-01-03 19:53:15 -04:00
Arnold Daniels
02c323ca56 Change input mask character for alphanumeric to w.
Change docs for inputmask.
Fixes #237
2016-01-03 19:53:15 -04:00
Arnold Daniels
8ff8a6bbbb Handle undefined body style in OffCanvas.disableScrolling(). Fixes #214 2016-01-03 19:53:15 -04:00
Arnold Daniels
2fd9788e6e Removed mixins.less from jasny-bootstrap.less 2016-01-03 19:53:15 -04:00
Arnold Daniels
45a6182f79 Minor changes 2016-01-03 19:53:15 -04:00
Evan Bovie
1c434d9067 .navmenu height fix
The `.navmenu` height needs to be set to `auto` in order to allow the `top` and `bottom` values to properly work. The `top` value works fine, but the `bottom` value is rendered inert because the `height: 100%` causes the `.navmenu` to overflow down through the viewport.
2016-01-03 19:53:15 -04:00
Evan Bovie
decfa2b28d Scrolling for both navmenu-fixed-left and navmenu-fixed-right 2016-01-03 19:53:15 -04:00
Arnold Daniels
d665def772 Removed import mixins.less. Fixed #231 2016-01-03 19:53:15 -04:00
Arnold Daniels
13b90461e9 Fixed incorrect version number specified for required Twitter Bootstrap 2016-01-03 19:53:15 -04:00
Arnold Daniels
b892997fe6 Build v3.1.2 2016-01-03 19:53:15 -04:00
Arnold Daniels
26e920d054 Use window.jQuery in transition.js 2016-01-03 19:53:15 -04:00
Arnold Daniels
a96c41a7ff Fixed broken rowlink caused by check on .rowlink-skip. Fixed #221
Thanks @cervengoc
2016-01-03 19:53:15 -04:00
Arnold Daniels
5eec3e6b0f Updated npm packages 2016-01-03 19:53:15 -04:00
Arnold Daniels
5e62112251 Replace grunt-sed with grunt-text-replace
Set version to 3.1.2
2016-01-03 19:53:15 -04:00
Arnold Daniels
44aea10948 Added transitions support check. Fixes #213
This is required to run Jasny Bootrstap standalone.
2016-01-03 19:53:15 -04:00