Severin Münger
be05edac7d
Added Progress Control
2013-09-15 01:57:03 +02:00
Severin Münger
6761d22fa8
Added Progress Control
2013-09-15 01:55:17 +02:00
Severin Münger
9db93cf4c9
Included navbar example
2013-09-15 00:44:20 +02:00
Severin Münger
09544ba6d2
Fixed rendering, added navbar
2013-09-13 23:24:49 +02:00
YNH Webdev
b3e383ea82
Merge branch 'widget' of github.com:souvarin/EWF into widget
...
Conflicts:
library/server/wsf_html/wsf_html-safe.ecf
2013-09-13 00:21:58 +02:00
YNH Webdev
36368aff0b
Add Grid Widget
2013-09-13 00:20:27 +02:00
Severin Münger
162735b328
Extended autocompletion with customized templates
2013-09-12 17:15:05 +02:00
Severin Münger
27023283e7
Autocompletion
2013-09-12 14:58:35 +02:00
Severin Münger
8fc405fef1
Changed structure
2013-09-12 11:38:31 +02:00
Severin Münger
55e91bff7f
Merge branch 'widget' of github.com:ynh/EWF into widget
2013-09-06 23:34:50 +02:00
YNH Webdev
8b179fd98d
Min/Max validator
2013-09-06 21:47:02 +02:00
Severin Münger
e5841f2dad
Merge branch 'widget' of github.com:ynh/EWF into widget
...
Conflicts:
examples/widgetapp/sample_page.e
2013-09-06 20:40:43 +02:00
Severin Münger
d45405f261
Some small changes
2013-09-06 20:36:04 +02:00
YNH Webdev
133ed9a0be
Show server side error in validation box
2013-09-06 18:52:59 +02:00
YNH Webdev
33220b2b8e
Add HTML control
2013-09-06 18:45:14 +02:00
YNH Webdev
4dd4678b65
Comment js code
2013-09-06 18:09:39 +02:00
YNH Webdev
bbd48d24e4
Implement serverside and client side validatation
2013-09-06 18:06:43 +02:00
YNH Webdev
9f40c6355c
First working checkbox list
2013-09-06 14:22:23 +02:00
YNH Webdev
0fcb80aa29
Merge branch 'widget' of github.com:souvarin/EWF into widget
2013-09-06 12:29:14 +02:00
Severin Münger
59a12dcac1
Added checkbox list, modified form validation
2013-09-06 01:20:41 +02:00
YNH Webdev
0c265f4f78
Fix form and textarea bug
2013-09-05 17:43:46 +02:00
YNH Webdev
225f821206
Test the new controls
2013-09-05 17:18:46 +02:00
YNH Webdev
ad15ab13c5
Fix render function
2013-09-05 16:53:05 +02:00
Severin Münger
3b2ad80dc3
Added TextArea
2013-09-03 03:53:01 +02:00
Severin Münger
16c89180d2
Added generalized input control similiar to text
2013-09-02 03:44:30 +02:00
YNH Webdev
bc6b4f90c3
Only send changes back to client
2013-08-29 18:31:57 +02:00
YNH Webdev
e186475a81
Clean up code
...
Simplify event
2013-08-28 19:43:44 +02:00
YNH Webdev
595d0c501a
Only callback if there is an event attached
2013-08-28 15:57:16 +02:00
YNH Webdev
b7ab840d71
Communication in both directions (Text control)
...
Code regrouping
2013-08-28 12:52:09 +02:00
YNH Webdev
b72e6871e8
Fix multi control
...
Use multi control in example
2013-08-28 11:04:54 +02:00
YNH Webdev
f14ea29636
Comment and reformat coffee script file
2013-08-28 00:34:25 +02:00
YNH Webdev
cb7f1f0ee3
First working callback
2013-08-28 00:04:42 +02:00
Severin Münger
ab7ee8e4c3
Created first working sample page application.
2013-08-27 16:48:20 +02:00
YNH Webdev
c224bf1bb1
Test
2013-08-27 13:53:34 +02:00
Severin Münger
b5b71a3db0
Created widget-project testapp project.
2013-08-27 13:48:44 +02:00
2651171294
Extracted the policy driven classes into their own library for now "wsf_policy_driven.ecf"
...
Updated the restbucksCRUD example to demonstrate both approaches.
2013-08-20 17:27:57 +02:00
Colin Adams
3ae898476f
Changed age to max_age
2013-08-16 04:50:48 +01:00
Colin Adams
275c26b55b
Further use of constants for execution variables
2013-08-14 09:22:35 +01:00
Colin Adams
2ed362f5d3
refactored to allow etags to work properly when multiple representations are available
2013-08-12 09:27:00 +01:00
Colin Adams
3249c377f1
made deleted into an effective routine
2013-08-08 07:31:43 +01:00
Colin Adams
69da6c6d06
Fixes as picked up by code review
2013-08-07 11:03:22 +01:00
Colin Adams
277eb0b4b6
restbucksCRUD example changed to use policy-driven framework
2013-08-06 15:01:24 +01:00
8040dd5826
Ensured that EWF compiles with 7.2
...
(note about ecf version
1-10-0 void_safety="all" <--> 1-11-0 void_safety="transitional"
1-10-0 void_safety="all" <--- 1-11-1 void_safety="all"
)
2013-06-28 11:06:35 +02:00
218e73945d
Updated ecf file as workaround to make autotest works fine.
2013-06-17 12:03:46 +02:00
cc4ef1a575
Better support for unicode path and values.
...
Added WSF_REQUEST.percent_encoded_path_info: READABLE_STRING_8
to keep url encoded path info, as it is useful for specific component
The router is now using WSF_REQUEST.percent_encoded_path_info
since URI_TEMPLATE are handling URI (and not IRI)
this fixes an issue with unicode path parameters.
This should not break existing code, and this fixes various unicode related issues related
to PATH parameter and path info
but also any component using file names.
(required EiffelStudio >= 7.2)
2013-06-12 18:03:11 +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
Olivier Ligot
35729b4ab6
Use port number 9090 instead of 80
...
Port 80 is often already used by standard webservers (Apache, nginx, ...).
Moreover, on Linux, ports below 1024 can only be opened by root.
2013-05-27 09:15:12 +02:00
Jocelyn Fiat
01cab452d8
Removed WSF_URI_*_ROUTER_HELPER and use instead the WSF_URI_*_HELPER_FOR_ROUTED_SERVICE
...
(the removed class were not in latest release, so this is safe to use the new name)
Cosmetic
2013-03-27 17:00:58 +01:00
Colin Adams
4875ca9ff1
now all-safe.ecf compiles again
2013-03-27 14:44:14 +00:00
Colin Adams
a74fcd0575
delete ecf
2013-03-27 14:37:56 +00:00