Commit Graph

153 Commits

Author SHA1 Message Date
Tony Tam
e05afd8a4b Merge pull request #1375 from ponelat/fix/translator
Fix/translator
2015-07-22 17:59:24 -07:00
Laurent Lepinay
d968fda207 Merge remote-tracking branch 'swagger/develop_2.0' into JSONEditorMerge
Conflicts:
	dist/index.html
	dist/swagger-ui.js
	dist/swagger-ui.min.js
	src/main/html/index.html
	src/main/template/param.handlebars
	src/main/template/param_required.handlebars
2015-07-07 15:31:21 +02:00
Taras Katkov
a04b562f55 Spelling and closing tag fixes 2015-07-01 17:55:19 -04:00
Vladimir L
791e2951ef removed superfluous quote 2015-06-19 23:55:10 +02:00
Josh Ponelat
c0c5847bd3 add lang to gulpfile 2015-06-16 12:07:23 +02:00
Josh Ponelat
372723b82d add data-sw-translate to templates 2015-06-16 12:06:49 +02:00
Vladimir L
695dcc16b1 fixed issue with OAuth hint 2015-06-11 21:21:37 +02:00
Tony Tam
5ee553ecce removed extra tag 2015-06-06 15:23:42 -07:00
Josh Ponelat
a126c17841 fixed support for default values in param_list 2015-06-04 08:53:12 +02:00
Tony Tam
58dadc64f8 rebuilt 2015-06-03 22:45:26 -07:00
Tony Tam
8ab141aa7f Merge branch 'develop_2.0' of ssh://github.com/bdkosher/swagger-ui into bdkosher-develop_2.0 2015-06-03 22:23:48 -07:00
Shawn Gong
1ef90c4240 rewrote into source files, generate using gulp 2015-06-02 10:11:00 -04:00
Joe Wolf
488611a4ff 508 Fixes
Addresses #1021 mostly by adding label tags, generating unique element
ids as needed.

In the process, moved the label text that gets set in the
___ContentTypeView.js files to the respective handlebar templates; the
text was static as far as I could tell.

There are additional minor 508 improvements that can be made with the
tables (scope tags, header attributes)
2015-05-15 11:16:50 -04:00
Nara Kasbergen
6ce834cfa9 fixes #693 2015-05-14 18:13:31 -04:00
Nara Kasbergen
c2dee786e4 Fixes #1233 2015-05-13 16:39:01 -04:00
Nara Kasbergen
41eb5237ef Fixes #1268 2015-05-13 16:26:11 -04:00
Tony Tam
4f3116930b merged 2015-05-08 12:50:45 -07:00
Tony Tam
b1efe883db merged logic from #1177 2015-05-08 12:45:00 -07:00
Tony Tam
9c58ed7018 Merge branch 'multi-value-params' of ssh://github.com/valdemon/swagger-ui into valdemon-multi-value-params 2015-05-08 12:10:01 -07:00
Tony Tam
ccfc4aa4ba manually added #1086, #1089 2015-05-08 12:01:06 -07:00
mgttlinger
29b9f48e5c Fix for #1113 2015-04-17 15:49:03 +02:00
laurent lepinay
801acf07e3 Merge remote-tracking branch 'SwaggerOfficial/develop_2.0' into JSONEditor
Conflicts:
	dist/swagger-ui.js
	dist/swagger-ui.min.js
	package.json
2015-04-07 05:20:02 -07:00
Waldek Kozba
af39ae0603 Multiple values for array type parameters as separated lines in the textarea.
Improved required parameter handling for the array type.
Improved default value handling for the array type.
2015-04-03 14:31:23 +00:00
laurent lepinay
e7b7465335 Merge branch 'develop_2.0' into JSONEditor
Conflicts:
	dist/index.html
	dist/swagger-ui.js
	dist/swagger-ui.min.js
	src/main/coffeescript/view/MainView.coffee
	src/main/coffeescript/view/OperationView.coffee
	src/main/coffeescript/view/ParameterView.coffee
	src/main/coffeescript/view/ResourceView.coffee
	src/main/coffeescript/view/SignatureView.coffee
	src/main/html/index.html
2015-03-24 07:06:07 -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
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
laurent lepinay
447b905132 JSONEditor enable/disable flag 2015-03-12 07:12:07 -07:00
laurent lepinay
eb390ffca2 JSON Editor feature 2015-03-09 07:06:24 -07:00
Mohsen Azimi
998cfc72b1 Bring back "Raw" link for 1.2 specs 2015-03-06 14:33:54 -08:00
Mohsen Azimi
3e9ef059ec Render externalDocs when it's available 2015-03-05 13:51:16 -08:00
Mohsen Azimi
eeb83a40bd Render response headers
Fixes #930
2015-03-05 10:50:38 -08:00
Mohsen Azimi
8abc30a191 Add 'required' class to list parameter if it's required
Fixes #700
2015-02-25 14:06:15 -08:00
Tony Tam
038443fc22 merged from develop_2.0 2015-02-01 02:27:43 -08:00
Shaun Becker
c8d4ded6aa Fixed terms of service link 2015-01-07 14:06:58 -05:00
Tony Tam
355a7e4a2c merged #779 2014-12-29 10:18:16 -08:00
Tony Tam
6961dd7f92 merged from develop, added fix for #627 2014-12-02 22:24:47 -08:00
Tony Tam
091eca50d9 fix for default values--standardized on which is handled by ParameterView.coffee 2014-11-22 07:54:20 -10:00
Tony Tam
aefd35237c updated for auth 2014-10-25 11:33:04 -07:00
Tony Tam
73f02aa182 minor formatting 2014-10-25 11:27:40 -07:00
Tony Tam
97efb054bf Merge pull request #645 from callenx/addDeprecated
Adding deprecated indicator to operations
2014-10-17 06:22:34 -07:00
Tony Tam
f882750e5c merged from https://github.com/wordnik/swagger-ui/pull/642 2014-10-17 06:21:00 -07:00
Chris Allen
20c555306f Adding deprecated indicator to operations 2014-10-03 16:52:44 -07:00
Tony Tam
5823358e73 fix for #626, added support for (default || defaultValue) 2014-09-29 22:35:30 -07:00
Tony Tam
b7a452eca3 fix for #605, create default tag group 2014-09-26 09:52:27 -07:00
Tony Tam
d3f373c188 fixed version 2014-09-25 21:28:34 -07:00
Tony Tam
8918fa1c24 added validator for v2 2014-09-25 21:23:05 -07:00
Tony Tam
3492c72024 added logic for link 2014-09-25 21:02:31 -07:00
Tony Tam
af6eed4eb4 fix for #606, renamed resource to in the template 2014-09-23 10:00:03 -07:00
Tony Tam
2eabeb667a updated client, converted newlines to br in description 2014-09-23 01:26:18 -07:00
Tony Tam
6675568d09 merged from develop 2014-09-18 21:26:04 -07:00