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
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
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
YNH Webdev
01327a4b06
Add codeview
2013-09-28 16:24:51 +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
b6c082e1fe
Create new JSON_OBJECT
2013-09-27 10:57:40 +02:00
YNH Webdev
113df6efe1
Merge branch 'widget' of github.com:souvarin/EWF into widget
2013-09-24 15:20:43 +02:00
Severin Münger
83329ca4b7
Moved to draft
2013-09-24 15:18:14 +02:00
fbbd1f1eee
Fixed various void-safety issue with recent compilers.
...
Note that EWF does now require EiffelStudio 7.2, and is compiling with 7.3
2013-06-07 15:40:50 +02:00
Jocelyn Fiat
52cc356f8e
Extracted the WIDGET and FORM classes out of "cms" component
...
and build the wsf_html library which also include the previous css lib.
2013-03-22 20:11:44 +01:00
Jocelyn Fiat
a4095b4e16
Moved the *_CSS_* class in their own (draft) library, since they are not CMS specific.
2013-03-22 15:07:45 +01:00
Jocelyn Fiat
9d8e8eb25a
Move draft\library\security\openid under library\security\openid
2013-02-28 17:00:13 +01:00
Jocelyn Fiat
ff9be2cf8e
Made it also compilable with compiler < 7.2
2013-02-28 14:13:04 +01:00
Jocelyn Fiat
db4f665de1
Added a version of ISE Library URI modified to be compilable with compiler < 7.2
...
Fixed openid when redirection is involved
Fixed Openid Attribute Exchange implementation (AX)
Added WSF_REQUEST.items_as_string_items: ... for convenience, and ease integration with other components (such as the new openid)
2013-02-28 13:10:04 +01:00
Jocelyn Fiat
06c9364362
updated relative path
2013-02-28 10:56:58 +01:00
Jocelyn Fiat
69a77dc2c5
OpenID consumer implementation
...
REQUIRES EiffelStudio 7.2
2013-02-27 22:13:31 +01:00
Jocelyn Fiat
6621da202d
Removed pseudo rest library from draft libraries.
2012-11-20 13:49:28 +01:00
Jocelyn Fiat
50d5254060
Added WSF_REQUEST_UTILITY_PROXY, that provides the WSF_REQUEST_UTILITY features to a class that implement request: WSF_REQUEST
2012-10-22 17:09:57 +02:00
Jocelyn Fiat
7dce121f8c
added REST_URI_TEMPLATE_ROUTING_HANDLER
2012-10-22 14:54:02 +02:00
Jocelyn Fiat
b781caa2c2
Fixing design of draft rest lib (which is going to be removed soon)
2012-10-22 14:04:42 +02:00
Jocelyn Fiat
6619349f7b
Fixed some configuration files (ecf)
...
Fixed various compilation issue
Fixed draft rest library (still experimental and should be removed in the future)
2012-10-01 12:04:17 +02:00
Jocelyn Fiat
e01c5bec57
Reviewed the semantic of the handler context.
...
Adapted existing code to fit the new router design.
2012-09-27 15:09:41 +02:00
Jocelyn Fiat
28186efbe7
Applied new ROUTER design to the whole EWF project.
2012-09-25 23:18:17 +02:00
Jocelyn Fiat
0665085eee
updated to use WSF_STRING.value instead of obsolete WSF_STRING.string
2012-06-29 10:48:21 +02:00
Jocelyn Fiat
efeb372631
Updated draft library (consider it as draft quality)
2012-06-15 16:32:39 +02:00
Jocelyn Fiat
db448001a1
Change structure of EWF, to follow better categorization
2012-06-13 22:32:17 +02:00
Jocelyn Fiat
e6a727ee42
Fixed compilation of samples
2012-04-12 12:51:52 +02:00
Jocelyn Fiat
b955912dc2
fixed compilation issue (typo)
2012-03-20 16:17:43 +01:00
Jocelyn Fiat
d256ec3944
Fixing compilation of specific example using the WGI connector directly
2012-03-20 12:15:45 +01:00
Jocelyn Fiat
482f8e41e7
Added WSF_SERVICE.to_wgi_service to ease direct integration with existing WGI components
2012-03-20 11:40:13 +01:00
Jocelyn Fiat
cbaae12156
removed obsolete
2012-03-20 10:30:04 +01:00
Jocelyn Fiat
ef5ba19c46
Refactored WSF_HANDLER_CONTEXT
...
- removed path_parameter
- added `item' to include WSF_REQUEST.item
- marked obsolete `parameter'
The goal is to remove confusion, remove URI_TEMPLATE specific `path_parameter'
and provide a way to use ctx.item (..) to also include meta variable, query, form, ... items
2012-03-19 10:21:29 +01:00
Jocelyn Fiat
9f1940c46d
Applied wsf_extension creation, and classes moved from wsf to wsf_extension
2012-03-16 15:17:22 +01:00
Jocelyn Fiat
46eb92ac37
Major renaming, adopt the WSF_ prefix for all classes under "wsf", and simplify some class names
...
Removed in WGI_INPUT_STREAM, the assertion "same_last_string_reference"
Copyright updates
2012-03-16 09:49:41 +01:00
Jocelyn Fiat
25218996e0
Fixed compilation of draft/library/server/request/rest/tests/..
...
Note the "rest" library will not be maintained since this is not REST.
2012-03-13 18:41:32 +01:00
Jocelyn Fiat
e52cd6b352
use WSF_PAGE_RESPONSE, instead of reimplementing it ourself
2012-02-14 10:20:15 +01:00
Jocelyn Fiat
67e6b460b3
removed unwanted set_status_code, since we already use put_header to set the status code.
2012-02-01 16:05:30 +01:00
Jocelyn Fiat
6dc1c0d2b0
Removed most of the "retry" in rescue clauses, since it was hidding critical issue.
...
This should be the choice of the application to "retry" on exception, otherwise let the framework handle this in the lower part.
Better handling of response termination (alias commit)
Added the notion of "status_committed"
2012-01-23 15:31:34 +01:00
Jocelyn Fiat
c92c2a91b4
Corrected remaining issue related to recent addition of REQUEST_ROUTER.make_with_base_url
...
And applied removal of format_name and format_id, and replaced by accepted_format_name, ...
2012-01-20 18:55:03 +01:00
Jocelyn Fiat
abdd68863d
Removed any "format" related query from router lib, this is too application specific to be there.
...
Better handling of base_url for REQUEST_ROUTER
2012-01-20 15:35:03 +01:00
Jocelyn Fiat
20281bc922
HTTP_HEADER: - added put_last_modified
...
- added RFC1123 http date format helper
- added put_cookie_with_expiration_date as DATE_TIME
REQUEST: added `execution_variable' to provide a way to keep object attached to the request
and indexed by a string. A typical usage is a SESSION object
2012-01-06 18:27:52 +01:00