severin
aba60a473a
Added navlist widget
2013-11-05 16:05:24 +01:00
YNH Webdev
9a392ba292
Fix project
2013-11-05 15:50:28 +01:00
severin
85369d5247
Added WSF_LAYOUT_CONTROL
2013-11-05 15:39:42 +01:00
YNH Webdev
7c11de3073
Fix navbar state problem
2013-11-04 00:22:42 +01:00
YNH Webdev
4d07a6330d
Add item alias
2013-11-03 12:51:35 +01:00
severin
dad4191c40
Fixed js
2013-11-02 23:02:07 +01:00
severin
b70450cfe9
Added dropdown control
2013-11-02 22:36:21 +01:00
severin
10b950a7e7
Fixed creation procedures (make)
2013-11-02 18:34:48 +01:00
YNH Webdev
1b831375ef
Fix image sizes
2013-10-30 13:35:53 +01:00
YNH Webdev
a979bf24d4
Fix slider code
2013-10-30 13:14:48 +01:00
severin
4b11bbb73d
Slider fix
2013-10-30 13:02:49 +01:00
YNH Webdev
f1cefd6173
Fix path
2013-10-29 23:14:45 +01:00
severin
ac31e1c29e
Merge branch 'widget_slider' into widget
...
Conflicts:
draft/library/wsf_js_widget/kernel/webcontrol/wsf_control.e
examples/widgetapp/base_page.e
2013-10-29 15:39:32 +01:00
severin
61f032a819
Fixed WSF_MULTI_CONTROL (wrong order of subcontrols), completed navbar, improved slider
2013-10-29 15:32:57 +01:00
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