Commit Graph

846 Commits

Author SHA1 Message Date
Tony Tam
0a6f913b1a Merge pull request #1050 from liviosoares/develop_2.0
OperationView.js: fix rendering of Markdown (GFM) in description fields.
2015-03-20 14:22:39 -07:00
Livio Soares
aef4574958 operation.handlebars: Using a <div> around {{{description}}} is more robust to
potential HTML tags cannot be nested within the <p> context.
2015-03-20 16:37:54 -04:00
Livio Soares
b181fa95a0 OperatioView.js: fix rendering of Markdown (GFM) in description fields.
This removes substitution of \r\n, \r, \n to <br>, since the subsequent set of
renderGFM() gets confused by them. Furthermore, the marked module already does a
decent job of substituting \n with proper HTML (<p>, if I'm not mistaken).
2015-03-18 23:38:28 -04:00
Tony Tam
38ac8428d1 rebuilt 2015-03-17 16:29:02 -07:00
Tony Tam
b66a8613ab fixed build error 2015-03-17 16:28:31 -07:00
Tony Tam
972188c97d Merge branch 'mohsen1-git-attrs' into develop_2.0 2015-03-17 16:16:37 -07:00
Tony Tam
5a890c9788 merged 2015-03-17 16:16:27 -07:00
Mohsen Azimi
afe232747b Normalize all the line endings 2015-03-17 14:34:22 -07:00
Mohsen Azimi
afa3a7bfe9 Add .gitattributes file 2015-03-17 14:33:43 -07:00
Tony Tam
5b177c9a58 Merge pull request #1042 from mohsen1/fix-994
Encode/decode tags before using it in the URL
2015-03-17 14:28:48 -07:00
Mohsen Azimi
9b409f75b8 Encode/decode tags before using it in the URL
Fixes #994

Conflicts:
	dist/swagger-ui.min.js
2015-03-17 14:14:28 -07:00
Tony Tam
f073f192a2 Merge pull request #1036 from mohsen1/remove-swaggerui-global-instance
Remove swaggerui global instance
2015-03-17 13:57:18 -07:00
Mohsen Azimi
f49c1689d2 Move backward compatibility to swaggerUi.js and warn users about API changes 2015-03-17 12:10:28 -07:00
Tony Tam
58982430c4 fix for #968, removed block 2015-03-16 21:21:35 -07:00
Mohsen Azimi
d61cf24ae0 Append swagger-auth global functions to window and don't break backward 2015-03-16 15:07:14 -07:00
Mohsen Azimi
8c6e3a6d95 Append Docs to window for now
also remove expection for global swaggerUi from JSHint
2015-03-16 13:58:05 -07:00
Mohsen Azimi
51bbbf03db Remove all references to swaggerUi global instance 2015-03-16 13:52:38 -07:00
Mohsen Azimi
79d9d1cf0d Update docs 2015-03-16 13:45:08 -07:00
Mohsen Azimi
66adb0d508 Remove global auth object references and fix header api key adding mechanism
Fixes #1033
2015-03-16 13:45:08 -07:00
Mohsen Azimi
9ed1ad88ec Pass router to all views 2015-03-16 11:08:28 -07:00
Tony Tam
194f2d5fb5 Merge pull request #1028 from mohsen1/wrap-in-iif
Wrap all SwaggerUI code in a iife
2015-03-12 18:35:46 -07:00
Tony Tam
7943876183 Merge pull request #1029 from mohsen1/remove-cs-folder
Remove CoffeeScript folder
2015-03-12 18:35:30 -07:00
Mohsen Azimi
52d9ce277c Remove CoffeeScript folder 2015-03-12 17:54:30 -07:00
Mohsen Azimi
4e22ff8b96 Wrap all SwaggerUI code in a iife
to avoid leaking globals other than SwaggerUi and swaggerUi

TODO: we should remove swaggerUi global dependency too
2015-03-12 17:51:44 -07:00
Tony Tam
465436a162 Merge pull request #1027 from mohsen1/cs-to-js
Goodbye CoffeeScript!
2015-03-12 17:33:02 -07:00
Mohsen Azimi
c710ad5be1 Fix V2 test 2015-03-12 17:16:15 -07:00
Mohsen Azimi
79917b0843 Run JSHint in TravisCi 2015-03-12 17:03:50 -07:00
Mohsen Azimi
5c32313880 JSHintify test 2015-03-12 17:01:01 -07:00
Mohsen Azimi
07ac7fcf95 Fix all JSHint errors 2015-03-12 16:50:57 -07:00
Mohsen Azimi
096cd120a4 Some cleanup in Docs.js
Doc.js is ignored in JSHint so we are not cleaning it up entirely!
2015-03-12 16:46:51 -07:00
Mohsen Azimi
dac83b71c8 Remove global views
Append all views to SwaggerUi.Views object
2015-03-12 16:42:23 -07:00
Mohsen Azimi
8440833f6c Remove [].forEach calls 2015-03-12 16:22:19 -07:00
Mohsen Azimi
f35bbc7ec1 Fix binding error in swagger-js file 2015-03-12 16:22:19 -07:00
Mohsen Azimi
9ad29d72b0 remove coffeescript from build process 2015-03-12 16:22:19 -07:00
Mohsen Azimi
07d8a89c8f Fix JS errors in source 2015-03-12 16:21:31 -07:00
Mohsen Azimi
215a8fa63e Move all files to javascript folder and remove coffeescript folder 2015-03-12 16:21:31 -07:00
Mohsen Azimi
f21ade9ba7 Convert view/OperationView.coffee
This file is not fully converted. Some methods (mostly long ones) are brought from compiled CS code
2015-03-12 16:21:30 -07:00
Mohsen Azimi
c85835775b Convert view/ParameterView.coffee 2015-03-12 16:21:25 -07:00
Mohsen Azimi
140dc776c9 Convert view/ParameterContentTypeView.coffee 2015-03-12 16:21:25 -07:00
Mohsen Azimi
e3a502c3df Convert view/ResourceView.coffee 2015-03-12 16:21:25 -07:00
Mohsen Azimi
7755235213 Convert view/SignatureView.coffee 2015-03-12 16:21:20 -07:00
Mohsen Azimi
a11fd8b4c6 Convert view/StatusCodeView.coffee 2015-03-12 16:21:20 -07:00
Mohsen Azimi
dc4e595eed Convert view/ResponseContentTypeView.coffee 2015-03-12 16:21:12 -07:00
Mohsen Azimi
dc9ce7d798 Convert view/MainView.coffee 2015-03-12 16:21:12 -07:00
Mohsen Azimi
72dad9685d Convert view/HeaderView.coffee 2015-03-12 16:20:51 -07:00
Mohsen Azimi
3944828c60 Convert view/ContentTypeView.coffee 2015-03-12 16:20:51 -07:00
Mohsen Azimi
734ad71250 Convert view/BasicAuthButton.coffee 2015-03-12 16:20:51 -07:00
Mohsen Azimi
f211be40d2 Convert view/ApiKeyButton.coffee 2015-03-12 16:20:51 -07:00
Mohsen Azimi
15d1e22dbf Convert helpers/handlebars.coffee 2015-03-12 16:20:51 -07:00
Mohsen Azimi
846d589a7e Convert SwaggerUI.js and introduce JSHint 2015-03-12 16:20:51 -07:00