026f8ae608
Fixed WSF_FILE_SYSTEM_HANDLER.process_index (..)
2013-10-25 16:09:43 +02:00
ab07c2e0ce
Added content_negotiation to official EWF release.
2013-10-25 16:08:16 +02:00
637303930a
Removed trimmed_string function and callers, and for now, use (left_|right_)adjust
2013-10-24 17:33:27 +02:00
Jocelyn Fiat
78ee9872bd
Merge pull request #83 from jvelilla/master
...
Contracts, comments and cosmetic
2013-10-23 03:48:26 -07:00
4dd1731e60
Removed trimmed_string function and callers, and for now, use (left_|right_)adjust
2013-10-23 12:46:36 +02:00
jvelilla
2c2770b4f1
Reuse trimmed_string from HTTP_HEADER_UTILITIES.
...
Added description to FITNESS_AND_QUALITY.
2013-10-22 08:35:03 -03:00
jvelilla
8c04a9183f
Merge branch 'master' of https://github.com/EiffelWebFramework/EWF
2013-10-21 08:50:17 -03:00
Jocelyn Fiat
373e13208f
Updated Tasks Roadmap (markdown)
2013-10-21 02:52:38 -07:00
Jocelyn Fiat
250d41c2d7
Updated roadmap (markdown)
2013-10-21 02:51:50 -07:00
Jocelyn Fiat
9329ea946e
Created roadmap (markdown)
2013-10-21 02:51:37 -07: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
58dc2ec792
Updated README.md for conneg
2013-10-18 20:44:36 +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
d376f99832
Updated content_negotiation with better class names and feature names.
...
Minor semantic changes in VARIANTS classes
Factorized some code in HTTP_ACCEPT_LANGUAGE
2013-10-15 23:19:12 +02:00
3072ce7dec
Enabled assertion on content_negotiation during autotests
...
The tests project is now void-safe
Using force instead of put_left seems to work fine
and is better for performance,
and no need to check for precondition "not before"
2013-10-14 18:54:36 +02:00
jvelilla
82fdd53adb
revert previous change
2013-10-04 12:53:31 -03:00
jvelilla
b97073b14a
Assertions turn on.
2013-10-04 12:32:37 -03:00
jvelilla
9a10e6f2a3
Merge pull request #80 from jvelilla/master
...
Fixed issue# 79 Bug in CONNEG_SERVER_SIDE
2013-10-04 06:29:25 -07:00
jvelilla
60d77892e5
Fixed issue# 79 Bug in CONNEG_SERVER_SIDE
2013-10-04 10:24:19 -03:00
Jocelyn Fiat
9e11931b44
Merge pull request #78 from colin-adams/errors
...
When custom error is created in check_resource_exists, use it
2013-10-02 13:21:44 -07:00
Colin Adams
8fe7f4db82
When custom error is created in check_resource_exists, use it
2013-10-01 08:40:16 +01:00
Severin
26e6a62e6b
Test
2013-09-29 02:24:33 +02:00
Olivier Ligot
d26c68cd1e
Start to write documentation about connectors
2013-09-28 16:40:02 +02:00
YNH Webdev
01327a4b06
Add codeview
2013-09-28 16:24:51 +02:00
YNH Webdev
d3299f8e06
Fix news datasource
2013-09-28 09:49:53 +02:00
YNH Webdev
1100328fee
Fix load state error
2013-09-28 09:44:39 +02:00
YNH Webdev
cb1a4825d2
Implement lazy js load wraper
2013-09-28 00:45:27 +02:00
YNH Webdev
aa9f4c4ed8
Load needed libraries dynamically
2013-09-28 00:30:29 +02:00
Severin Münger
c6d59d3366
Fixed slider
2013-09-27 18:13:55 +02:00
YNH Webdev
8353f34c45
Adjust widgetapp
2013-09-27 11:02:10 +02:00
YNH Webdev
b6c082e1fe
Create new JSON_OBJECT
2013-09-27 10:57:40 +02:00
YNH Webdev
48251fb872
Add boolean
2013-09-27 10:25:36 +02:00
jvelilla
f14728c1a7
Merge pull request #76 from jvelilla/master
...
Fixed Issue #75 CONNEG doesn't handle accept encodings correcty
2013-09-25 12:20:04 -07:00
jvelilla
295e6e9198
Added more scenarios to test accept encoding with identity.
2013-09-25 16:15:27 -03:00
jvelilla
e21af4a0e8
Fixed Issue #75 CONNEG doesn't handle accept encodings correcty
2013-09-25 15:22:57 -03:00
YNH Webdev
805ac5dacf
Remove remaining detachable variables
2013-09-25 12:52:17 +02:00
YNH Webdev
93f8cd789f
Make types attached
2013-09-25 12:50:17 +02:00
YNH Webdev
7b0d264aab
Fix formating
2013-09-25 10:08:10 +02:00
YNH Webdev
4d0dc964da
Rename procedures. Change input type of replace_with_string and
...
put_string
2013-09-25 10:03:38 +02:00
YNH Webdev
95fd5f93fc
Simplify the json object by adding type specific put and replace
2013-09-24 21:50:36 +02: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
843955b7b8
Reused string constants from HTTP_HEADER_NAMES
2013-09-24 15:27:02 +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