Commit Graph
1628 Commits
Author SHA1 Message Date
jocelyn ed9fac0545 fixed compilation of wsf_extension 2013-09-06 18:13:05 +02:00
jocelyn 3b66d77ddc Merge branch 'master' of github.com:EiffelWebFramework/EWF 2013-09-06 15:40:23 +02:00
jocelyn fc5ef995bc Added WSF_CUSTOM_HEADER_FILTER which provide a convenient way to add a custom header from a filter.
Added to wsf_extension WSF_DEBUG_FILTER and WSF_DEBUG_HANDLER that could be convenient to test specific requests
Restructured wsf_extension
2013-09-06 15:39:04 +02:00
jocelyn 4c5fa0ed61 added policy driven license .lic files 2013-09-06 15:35:09 +02:00
jocelyn ea9161b2f2 Added WSF_WIDGET_RAW_TEXT to render text via html encoding.
Added WSF_WIDGET_COMPOSITE.extend_html_text (READABLE_STRING_8) that should replace the now obsolete "extend_text"
Added WSF_WIDGET_COMPOSITE.extend_raw_text (READABLE_STRING_GENERAL), for text that need to be html encoded during html rendering.
Made WSF_FORM_RAW_TEXT obsolete.
2013-09-06 15:34:38 +02:00
jocelyn 3c139315e5 removed useless (and unused) function {WSF_SERVICE}.to_wgi_service: WGI_SERVICE 2013-09-06 15:32:05 +02:00
jocelyn 15a96a402d Fixed bad output 2013-09-06 15:31:26 +02:00
jocelyn 5959099c55 Used res.put_header_lines (h) rather than res.put_header_text (h.string) 2013-09-06 15:31:11 +02:00
oligot f5d5381fae Updated Router (markdown) 2013-09-04 05:04:21 -07:00
oligot bbc3249212 Updated Router (markdown) 2013-09-04 05:01:42 -07:00
oligot 625b8803df Updated Request and response (markdown) 2013-09-04 04:59:59 -07:00
oligot 0d8090b6f4 Updated Request and response (markdown) 2013-09-04 04:59:14 -07:00
oligot 718c0af085 Updated Request and response (markdown) 2013-09-04 04:59:04 -07:00
oligot 5a94264dc0 Created Router (markdown) 2013-09-04 04:55:14 -07:00
oligot 8269f3ea5b Updated Connectors (markdown) 2013-09-04 04:54:04 -07:00
oligot d6333362a7 Created Request and response (markdown) 2013-09-04 04:53:30 -07:00
oligot 3e43fd52ae Created Connectors (markdown) 2013-09-04 04:52:22 -07:00
Olivier Ligot 1111333223 Contribute page 2013-09-04 13:38:44 +02:00
oligot cc1abfd1f9 Updated Web meeting 2012 09 18 (markdown) 2013-08-23 06:39:41 -07:00
oligot 771c91227e Updated Useful links (markdown) 2013-08-23 06:38:37 -07:00
oligot 1276ea0d1b Updated Tasks Roadmap (markdown) 2013-08-23 06:37:46 -07:00
oligot 611ce6eb9c Updated Projects new suggestions (markdown) 2013-08-23 06:31:09 -07:00
oligot 2870df8478 Updated Projects new suggestions (markdown) 2013-08-23 06:30:45 -07:00
oligot 59b2163a62 Updated Projects (markdown) 2013-08-23 06:29:39 -07:00
oligot 065318749b Updated Projects (markdown) 2013-08-23 06:28:49 -07:00
oligot 600ee095cc Updated Projects (markdown) 2013-08-23 06:27:03 -07:00
oligot ecb49619da Updated Projects (markdown) 2013-08-23 06:25:31 -07:00
oligot b73939d0a0 Updated Meetings (markdown) 2013-08-23 06:21:00 -07:00
oligot 6c83639149 Updated Home (markdown) 2013-08-23 06:16:24 -07:00
oligot e77ee9bdf3 Updated Home (markdown) 2013-08-23 06:15:49 -07:00
oligot 9449f0d16e Updated Home (markdown) 2013-08-23 06:12:00 -07:00
oligot 4ff29e1fb3 Updated Home (markdown) 2013-08-23 06:11:23 -07:00
oligot 4de85df5b6 Updated EWSGI specification (markdown) 2013-08-23 06:07:26 -07:00
oligot 294ccb04d3 Updated EWSGI specification (markdown) 2013-08-23 06:06:49 -07:00
oligot 4f0567ad88 Updated EWSGI (markdown) 2013-08-23 06:05:10 -07:00
oligot 65c613d0a4 Links 2013-08-23 06:01:52 -07:00
oligot a16bca2f29 Links 2013-08-23 05:48:02 -07:00
jocelyn 517720c99c Updated copyright for policy-driven classes, which is a contribution from Colin Adams. 2013-08-21 14:00:34 +02:00
jvelilla 86e942ae0a Merge branch 'master' of https://github.com/jocelyn/EWF 2013-08-21 08:33:53 -03:00
jocelyn 9938cc941d Merge branch 'master' of https://github.com/EiffelWebFramework/EWF.wiki 2013-08-21 09:58:59 +02:00
jocelyn 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
jocelyn 07f71dfc4e Moved recent policy-driven classes into "policy" sub folder 2013-08-20 13:26:55 +02:00
jocelyn 51730e0877 Merge branch 'handler' of github.com:colin-adams/EWF into colin-adams-handler 2013-08-20 13:17:01 +02:00
jocelyn 9958bb27a1 Removed WSF_ROUTING_HANDLER.make_with_router (a_router)
It was not used in existing code, and potentially dangerous, if coder reuses router by accident.
2013-08-20 13:15:37 +02:00
Colin Adams 37b94bbf0d Added header comment about redefining for extension methods 2013-08-19 11:48:49 +01:00
Colin Adams 3ae898476f Changed age to max_age 2013-08-16 04:50:48 +01:00
Colin Adams eefe547553 Changed comment on execute to check assertion 2013-08-15 14:58:58 +01:00
Colin Adams 2903a1d3cd Improved comment to ensure_content_exists - take 2 2013-08-15 10:31:40 +01:00
Colin Adams 0755e2d2bc Improved comment to ensure_content_exists 2013-08-15 10:30:47 +01:00
Colin Adams b5957d0f59 Removed empty feature clause 2013-08-15 08:57:54 +01:00