718cebc700
Extracting HTTP_HEADER_BUILDER from HTTP_HEADER
...
to provide useful interface on WSF_RESPONSE,
and make WSF_SESSION easier to use.
2014-03-17 18:10:55 +01:00
a2cbcbbbc6
Updated demo_basic example to be easier to read, and demonstrate various scenario.
2014-03-13 13:06:57 +01:00
9eca723dc5
Added a demo application server for basic http autorization
2014-03-03 12:45:41 +01:00
bbc2bab0eb
Removed usage of remote anchor types.
2014-02-28 14:25:13 +01:00
95971618ca
Fixed autotests cases compilation of http_authorization library.
2014-02-24 22:07:24 +01:00
YNH Webdev
8f148f2a5e
Add dynamic multicontrol
2014-01-26 15:02:06 +01:00
c68f6a30e6
Fixed and improved {WSF_REQUEST}.read_input_data_into_file.
...
Now use the content length to get exactly what is expected from the request.
Added check assertion
2013-12-03 10:46:22 +01:00
07ec0d001f
Fixed various issues with libfcgi on Linux, mainly related to stdout,stderr,stdin, feof and related.
...
Added `reset' to the libfcgi input stream so that it is possible to reset previous errors.
2013-12-03 10:45:52 +01:00
4f15745647
For Nino connector, ensured that environment variables are percent-encoded in meta variables.
2013-12-02 10:26:23 +01:00
20367851cc
fixed compilation of libfcgi tests.
2013-11-20 09:17:41 +01:00
2978ec33b7
Accept again detachable argument for HTTP_AUTHORIZATION.make (..) to avoid breaking existing code.
...
Note that HTTP_AUTHORIZATION.http_authorization is now detachable.
2013-11-20 09:17:28 +01:00
33fd3c8009
The "not implemented" response, now also precise the request method.
2013-11-19 22:08:06 +01:00
e6f1a06545
Fixed issue with unicode login:password
...
Added EIS info
Added testing cases.
2013-11-08 18:14:40 +01:00
026f8ae608
Fixed WSF_FILE_SYSTEM_HANDLER.process_index (..)
2013-10-25 16:09:43 +02:00
ddd19023b0
Merge branch 'content_nego_review'
...
Conflicts:
library/network/protocol/content_negotiation/src/conneg_server_side.e
library/network/protocol/content_negotiation/src/parsers/common_accept_header_parser.e
library/network/protocol/content_negotiation/test/conneg_server_side_test.e
2013-10-18 21:30:10 +02:00
9b329c8b8a
Merge branch 'master' of github.com:EiffelWebFramework/EWF
2013-10-18 21:05:26 +02:00
6f48cf80f2
Added content_negotiation in "wsf" library
2013-10-18 21:04:00 +02:00
464cbcae80
Minor changes in wsf test cases.
2013-10-18 21:02:55 +02:00
8c57856232
Reintroduced WSF_SERVICE.to_wgi_service: WGI_SERVICE
...
since it was used in the "WSF" test cases.
2013-10-18 21:02:05 +02:00
4f490aaacc
Fixed issue related to {WSF_WGI_DELAYED_HEADER_RESPONSE} and filter response like the logger response wrapper.
...
issue#82
2013-10-18 21:01:23 +02:00
3065637c80
Fixed an issue with one short chunk and empty trailer
...
issue#81
2013-10-18 20:59:29 +02:00
cf01756c1c
Using the new Content Negotiation library to implement WSF_REQUEST.is_content_type_accepted
2013-10-18 20:46:08 +02:00
88e6837222
Class renaming for content_negotiation
...
Splitted SERVER_CONTENT_NEGOTIATION in 4 differents classes for each kind of negotiation
Changed to use ITERABLE over LIST for supported variants arguments
Factorized some code for http parameter parsing such as q=1.0;note="blabla" and so on
Integrated within EWF
2013-10-18 16:18:22 +02:00
Colin Adams
8fe7f4db82
When custom error is created in check_resource_exists, use it
2013-10-01 08:40:16 +01:00
0f7dca0701
Removed unwanted call to RT_DEBUGGER in WSF_DEBUG_HANDLER.
...
This line was committed by error.
2013-09-24 17:19:29 +02:00
88192335b6
Added implicit conversion from agent to WSF_URI_TEMPLATE_AGENT_HANDLER
...
Mainly for convenience.
2013-09-24 15:26:16 +02:00
b04159fb35
Use WSF_RESPONSE.put_header_lines (header_object) when possible, instead of put_header_text (header_object.string)
2013-09-24 15:24:34 +02:00
1d0eb14918
Added WSF_SELF_DOCUMENTED_AGENT_HANDLER and variants for uri, uri_template, starts_with, ...
...
to provide a way to documentate easily wsf agent handler.
2013-09-24 15:23:15 +02:00
Severin Münger
83329ca4b7
Moved to draft
2013-09-24 15:18:14 +02:00
Severin Münger
f51201eae1
Removed WSF_STATELESS_MULTI_CONTROL
2013-09-24 15:02:33 +02:00
Severin Münger
c52a513378
Changed slider
2013-09-24 14:38:01 +02:00
Severin Münger
6908bfe7bf
Added slider demo
2013-09-24 02:38:36 +02:00
Severin Münger
a5fa428e98
Added simple image slider widget
2013-09-24 01:28:29 +02:00
YNH Webdev
ca633d3524
Introduce actions
...
First working modal
2013-09-23 00:15:43 +02:00
YNH Webdev
7dd726ca42
Set url within page class
2013-09-22 22:47:29 +02:00
YNH Webdev
5a18cb4246
Merge branch 'widget' of github.com:souvarin/EWF into widget_state_redesign
...
Conflicts:
examples/widgetapp/base_page.e
2013-09-22 19:11:46 +02:00
YNH Webdev
b33de9985f
Implement control isolation
2013-09-22 19:11:07 +02:00
YNH Webdev
3a9ede6e8c
Restructure callbacks
2013-09-22 18:30:48 +02:00
Severin Münger
87569ccee9
Merge branch 'widget' of github.com:ynh/EWF into widget
2013-09-22 18:20:53 +02:00
Severin Münger
16b79ef193
Improved Navbar, changed attribute handling
2013-09-22 18:20:17 +02:00
YNH Webdev
f360e8a867
Add comments to grid controls
2013-09-22 14:35:26 +02:00
Severin Münger
57dd4ce259
Added comments to autocompletion, input, navbar, progressbar, validator, webcontrol. Some more little changes.
2013-09-21 23:01:36 +02:00
YNH Webdev
252b5ff758
Use append
2013-09-20 20:53:51 +02:00
YNH Webdev
b19598d902
Fix tuple
2013-09-20 20:51:19 +02:00
YNH Webdev
b5ef1fbbb5
Make recommended changes
...
- Implicit casting
- Use same_string
2013-09-20 20:49:03 +02:00
YNH Webdev
0a2883e040
Rename clusters to singular names
2013-09-20 19:22:46 +02:00
YNH Webdev
24474e6b31
Move project to wsf_js_widget
2013-09-20 19:19:34 +02:00
dd31970b01
Renamed content_negotation' as content_negotiation' (fixed typo)
...
Updated .ecf and Eiffel code depending on previous CONNEG
2013-09-20 15:18:56 +02:00
48f5cb78d5
Minor changes
...
- using http_client library instead of libcurl directly
- using implicit conversion to JSON_STRING to improve code readability
- use ARRAYED_LIST instead of LINKED_LIST .. for performance.
- cosmetic .. but still a lot of feature clauses are missing, comments, assertions ...
2013-09-20 10:27:00 +02:00
Severin Münger
fccb6776b0
Fixed progressbar
2013-09-15 23:47:04 +02:00