Commit Graph

7276 Commits

Author SHA1 Message Date
Arnold Daniels
1d8c2dbd62 Bump version in package.js v3.2.0-beta.1 2016-01-14 01:04:55 -04:00
Arnold Daniels
ade9f4826b Merge pull request #405 from mikezielonka/master
fixes issues #309
2015-12-05 16:57:56 -04:00
Arnold Daniels
4e27c63ca4 Merge pull request #409 from mkoryak/patch-1
add a main file to package.json
2015-12-05 16:55:10 -04:00
Arnold Daniels
92f54b29d6 Merge branch 'master' of github.com:jasny/bootstrap 2015-12-05 16:53:53 -04:00
Misha Koryak
c3e9a12870 add a main file to package.json
without a main, this lib does not work without shimming if you get it from npm
2015-09-15 16:59:45 -04:00
Mike Zielonka
e9505f2909 fixes issues #309
Full credit to @Akkuzin for the fix.
2015-08-20 00:02:18 -05:00
Arnold Daniels
2dc9cb4917 Merge pull request #393 from pbatey/master
fix csp warning about unsafe-inline style-src
2015-08-10 08:14:54 +02:00
Arnold Daniels
1684271a76 Merge pull request #330 from jesperronn/master
Fileinput: Close button should not have inline styles
2015-08-10 08:12:12 +02:00
Arnold Daniels
a0c9b1591d Merge pull request #401 from ShinyChang/master
Support iOS device
2015-08-10 08:10:32 +02:00
Shiny
b5bd1b1714 Support iOS device
1. iOS device does not fire click event if A without href.
2. iOS device does not fire click event if Element cursor is not
pointer.
2015-08-10 13:28:58 +08:00
Arnold Daniels
bafef3dcd9 Merge pull request #368 from dvc94ch/meteor-integration
Meteor integration.
2015-08-07 17:17:14 +02:00
Arnold Daniels
1c2fde09a0 Merge pull request #342 from brandoncc/patch-1
Fix typo
2015-08-07 17:16:13 +02:00
Arnold Daniels
71f8cbce12 Merge branch 'master' of github.com:jasny/bootstrap 2015-08-07 17:07:54 +02:00
Arnold Daniels
20aabdde44 Simplify travis build
Remove s3 cache from travis build
2015-08-07 17:07:15 +02:00
Arnold Daniels
12c88aaa00 Merge pull request #354 from Dehalion/master
trigger clear.bs.fileinput event if user cancels
2015-08-07 16:48:30 +02:00
Arnold Daniels
5779e70db7 Merge remote-tracking branch 'origin/master'
Conflicts:
	js/wizard.js
2015-08-07 16:45:40 +02:00
Arnold Daniels
4408405009 Merge pull request #346 from ipoval/whitespace-gardening
[whitespace gardening] - rm trailing whitespaces
2015-08-07 16:43:47 +02:00
Arnold Daniels
51f8c89ac8 Using latest packages for grunt
Renamed jscs.json to jscsrc
Fixed styling errors in build js files
2015-08-07 16:41:05 +02:00
Arnold Daniels
61c769a626 Revert "Added Wizard component (not yet documented)"
This reverts commit f96d55965a.
2015-08-07 16:22:53 +02:00
Arnold Daniels
e8b4cca929 Removed bower dependencies.
Fixes #394

Added bootstrap as dev-dependency
Removed jQuery dependency

People might use the SASS instead of LESS and/or might use the CSS only and not the JavaScript
2015-08-07 16:21:30 +02:00
Arnold Daniels
0efdeef8d4 Merge pull request #397 from asessa/patch-1
Fix fileinput-filename
2015-08-07 16:09:12 +02:00
Arnold Daniels
8a3ffced0b Merge pull request #376 from kkirsche/patch-1
Remove moot `version` property from bower.json
2015-08-07 16:08:24 +02:00
Arnold Daniels
843c8241e7 Travis Run npm install 2015-08-07 15:34:51 +02:00
Arnold Daniels
49a7ece11e Ignore bower_components 2015-08-07 15:34:51 +02:00
Bas Bosman
b02b71c0e6 Update javascript.html 2015-08-07 15:34:51 +02:00
hinnerk
dd49087566 silent html5 validation problems
- deprecation notice of w3 service causes build to fail (upstream issue: https://github.com/praveenvijayan/grunt-html-validation/issues/76)
- should ampersand be escaped in url parameters? opinions differ; current practice in docs is not to escape URL parameter ampersands, and this need not cause the build to fail
2015-08-07 15:34:51 +02:00
hinnerk
95da80b103 remove duplicate box-shadow from docs #carbonads 2015-08-07 15:34:51 +02:00
Andrea Sessa
a79b8f14d3 Fix fileinput-filename 2015-07-16 16:22:00 +02:00
pbatey
c8523caf13 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/.
2015-07-10 14:07:57 -06:00
Kevin Kirsche
7e5ab5d7f5 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
2015-06-11 21:18:51 -04:00
David Craven
0628cee6d7 Meteor integration. 2015-05-16 15:22:56 +02:00
Dehalion
cb97fb59be 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
2015-03-23 15:23:42 +01:00
Dehalion
ff935c396c 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
2015-03-23 15:10:21 +01:00
Ivan Povalyukhin
283e237cee [whitespace gardening] - rm trailing whitespaces 2015-03-01 13:45:55 -08:00
Brandon Conway
3e0aefdf90 Fix typo 2015-02-16 01:46:54 -08:00
Arnold Daniels
f96d55965a Added Wizard component (not yet documented) 2015-02-11 18:10:21 +01:00
Arnold Daniels
7b28b14c80 Docs: Replaced AboutMe with carbonads
CSS fix docs home page
2015-01-23 11:24:07 +01:00
Arnold Daniels
75b0c88693 Merge pull request #332 from eneveu/master
Fix small typo in the website
2015-01-15 15:48:01 +01:00
Etienne Neveu
1a2bb62b5f Fix small typo
"jasn-bootstrap.min.js" --> "jasny-bootstrap.min.js"
2015-01-15 14:59:29 +01:00
Jesper Rønn-Jensen
d79f5c17bc 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.
2015-01-12 11:28:14 +01:00
Arnold Daniels
5925040bf2 Merge pull request #329 from samuelscheid/master
Fix jasny/bootstrap#279
2014-12-31 17:43:36 +01:00
samuelscheid
30b22685cd Fix jasny/bootstrap#279
Sass port turned declaration into mixin, without leaving the declaration. Added the declaration back in.
2014-12-31 11:34:58 -05:00
Arnold Daniels
828bdbf4d2 Merge pull request #322 from Kronuz/patch-1
Navmenu on the right with scrollbar
2014-12-27 11:59:40 +01:00
Germán M. Bravo
f37278b371 Navmenu on the right with scrollbar
Offcanvas navmenu fixed to the right had no overflow-y, so no scrollbars where shown
2014-12-01 08:44:14 -06:00
Arnold Daniels
02c281bbf0 Merge pull request #303 from jodytate/patch-1
typo: spelling fix for 'intended'
2014-10-09 00:38:30 +02:00
jody tate
9dc14167d1 typo: spelling fix for 'intended' 2014-10-07 10:30:55 -07:00
Arnold Daniels
72d948a8eb Merge pull request #286 from cvrebert/master
"Twitter Bootstrap" is now simply "Bootstrap"
2014-08-11 21:01:31 +02:00
Chris Rebert
6c47ebecf6 "Twitter Bootstrap" is now simply "Bootstrap"
See http://getbootstrap.com/about/#brand
Changed references to "Twitter Bootstrap" to "vanilla Bootstrap" or just "Bootstrap".
2014-08-11 10:04:50 -07:00
Chris Rebert
9e1d6be08e update requirement in composer.json
twitter/bootstrap => twbs/bootstrap
2014-08-11 09:57:34 -07:00
Arnold Daniels
1dc7d44daf Merge pull request #285 from daftspunk/patch-1
Allow touching in the offcanvas area
2014-08-07 23:21:52 +02:00