Jocelyn Fiat
a90780fde2
Have the github pages source in the same branch.
2017-02-15 17:06:34 +01:00
f66dbc3ad4
Declared code as eiffel code.
2017-02-14 19:52:18 +01:00
ff8da87fe3
Removed extra indentations in code.
2017-02-14 19:51:23 +01:00
f216e98430
Updated markdown syntax.
2017-02-14 19:43:54 +01:00
5dc9d82df7
Added wsf_html documentation in the doc/workbook.
...
Also improved the structure of `wsf_html` library.
Added a few widgets.
2017-02-14 19:37:03 +01:00
b93cb17f7c
Added readme files to the examples.
...
Minor changes in various ecf file and code.
Moved filter example under _update_needed since it has obsolete code.
2017-02-14 11:21:32 +01:00
fbdf034b9b
Conflict response can also have a payload to help the client understand the source of the conflict.
2017-02-13 17:36:10 +01:00
d6f3e500b8
Fixed implementation.
2017-02-13 17:35:14 +01:00
b56aec67a9
Updated, improved and cleaned RESTbucks example.
...
Moved it under "rest" subfolder.
2017-02-13 16:23:38 +01:00
a44c4d9a16
Minor changes.
2017-02-12 12:42:25 +01:00
7be394c689
Fixed more markdown syntax usage issue.
2017-02-12 12:29:58 +01:00
4d4bc89129
Fixed markdown syntax [..]() by .. .
2017-02-12 12:24:14 +01:00
Jocelyn Fiat
847b890b48
Merge pull request #176 from jvelilla/ewf_doc
...
Updated EWF documentation
2017-02-12 12:00:07 +01:00
Javier Velilla
14e260bea4
Cosmetic
2017-02-10 20:37:01 -03:00
Javier Velilla
5f1bb64d26
Update generating_response.md
2017-02-10 20:32:49 -03:00
Javier Velilla
c6de55b903
Cosmetic
2017-02-10 20:31:08 -03:00
Javier Velilla
65e1b1bfed
Cosmetic
2017-02-10 19:55:18 -03:00
Javier Velilla
91a5fb2886
Cosmetic
2017-02-10 19:37:35 -03:00
Javier Velilla
b456f02a14
Updated documentation
...
Cosmetic, style, typos.
2017-02-10 18:55:38 -03:00
Javier Velilla
6596959724
Cosmetic
2017-02-10 18:32:48 -03:00
Javier Velilla
828c75f0c2
Cosmetic
2017-02-10 18:04:39 -03:00
Javier Velilla
7662afc17b
Fixed typos
...
Updated document, fixed typos.
2017-02-10 18:02:17 -03:00
0786f1700f
Added an example demonstrating the WSF_FORM component from wsf_html library.
2017-02-09 16:19:22 +01:00
08440b5c0c
Use WSF_REQUEST.absolute_script_url (...) to compute expected url.
2017-01-26 22:26:45 +01:00
7f50409d08
Follow redirection only for redirection http status 3** .
2017-01-26 22:18:14 +01:00
681151e9b9
Fixed http_client EiffelNet implementation when port is not the default one.
...
- previously the client was not sending the complete `host:port` but only `host` as `host` http header.
2017-01-26 21:56:21 +01:00
1b24fb63f7
Fixed temporary restbucks example.
...
- use concurrency none to workaround a concurrency issue of DB_ACCESS
- use console_application for convenience
- use default http client, to use net implementation if curl is not available.
2017-01-26 09:52:44 +01:00
a6245351ef
Updated http_client README.
2017-01-16 21:36:03 +01:00
d09d452ad5
Added test cases for PATH_INFO and percent_encoded_path_info for root url cases.
...
Removed obsolete calls from TEST_EXECUTION_I .
2017-01-10 12:37:37 +01:00
56fa773b30
If PATH_INFO is "/", the percent encoded path info is also "/". No need for complex computation.
...
Note this fixes an issue with libfcgi app not hosted as root url such as "/sub/app.fcgi" on (old) IIS server.
2017-01-10 11:59:48 +01:00
ee9746449c
If PATH_INFO is empty, the percent encoded path info is also empty. No need for complex computation.
...
Note this fixes an issue with libfcgi app not hosted as root url such as "/sub/app.fcgi".
2017-01-10 00:16:50 +01:00
9f04c52265
Updated wsf_js_widget example ecf files.
2016-12-06 12:51:37 +01:00
54ebafba0d
Updated doc workbook ecf files.
2016-12-06 12:37:41 +01:00
c70d3124df
Updated tutorial ecf files to compile with 16.05 and upcoming release.
2016-12-06 12:29:17 +01:00
cad33e124d
Fixed a few compilation issue with 16.11 .
2016-12-06 12:15:36 +01:00
ece6607bcf
Disable debug clause for the wsf tests suite.
...
Removed useless dep on EiffelThread
2016-12-05 21:50:02 +01:00
f56aa22c29
Fixed compilation of proxy and simple examples.
...
Made the websocket client library scoop capable.
es_rev99627
2016-12-05 15:56:46 +01:00
186e5514eb
If the count for put_file_content is not positive (i.e <= 0), do not send anything.
...
Output/log more information for request handling when standalone httpd server has verbose enabled.
2016-12-01 21:20:14 +01:00
9fd53b9b1f
Fixed debug.ecf file from debug example.
2016-12-01 21:08:13 +01:00
27c77721fd
Fixed a few void-safety issue, attribute not initialized before computing agent objects.
2016-12-01 20:41:03 +01:00
c2202e82f6
Fixed compilation of desktop app example.
2016-12-01 18:43:22 +01:00
72a40a2673
Fixed potential void-safety issue in descendants related to initialization of router and filter.
2016-12-01 18:14:07 +01:00
2fbffd0c1e
Fixed compilation.
2016-12-01 16:09:41 +01:00
9e5fec9c34
Removed unwanted files.
es_rev99577
2016-12-01 15:02:40 +01:00
ca8f95a594
Made library ecf compilable in scoop concurrency mode by default.
...
So ecf files are compilable with 16.05 and 16.11 .
2016-12-01 14:56:56 +01:00
5a9ccce558
Made library ecf compilable in scoop concurrency mode by default.
...
Except nino related projects that depends on EiffelThread.
es_rev99366
2016-11-01 14:30:19 +01:00
d05c919668
Made the notification_email library compilable with 16.05 and upcoming 16.11 .
2016-11-01 14:22:48 +01:00
087b5d49bb
Fixed wsf_js_widget compilation.
2016-11-01 14:01:50 +01:00
c7b1d4bb4c
Use the theoretical version number of EiffelStudio when we inserted new features to EiffelNet.
2016-10-31 17:12:55 +01:00
193f22ebc8
Fixed wsf tests project.
...
Added ini config support to simple_file example.
es_rev99333
2016-10-25 15:22:18 +02:00