YNH Webdev
6fdffb7418
Add post condition
2013-08-27 16:18:51 +02:00
YNH Webdev
8db642cf3b
Move initalize controls
2013-08-27 16:07:06 +02:00
YNH Webdev
850a05d6bb
Pretty Print
2013-08-27 16:00:24 +02:00
YNH Webdev
74995101d1
Add a json state to each control
2013-08-27 15:58:56 +02:00
YNH Webdev
fa5d13e19d
Fix path
2013-08-27 15:01:57 +02:00
YNH Webdev
9f7e72f0a4
Page structure
2013-08-27 14:47:43 +02:00
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
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
07f71dfc4e
Moved recent policy-driven classes into "policy" sub folder
2013-08-20 13:26:55 +02:00
51730e0877
Merge branch 'handler' of github.com:colin-adams/EWF into colin-adams-handler
2013-08-20 13:17:01 +02:00
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
Colin Adams
143608fd85
Fixed recursion on router bug
2013-08-14 11:32:27 +01:00
Colin Adams
275c26b55b
Further use of constants for execution variables
2013-08-14 09:22:35 +01:00
Colin Adams
c93e50a7e2
Gave symbolic names to execution variables used by the framework
2013-08-13 15:47:59 +01:00
Colin Adams
b074570e99
Added some checks for custom erros being set.
2013-08-12 16:45:47 +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
f82456f352
Found another TODO - write_error_response in GET processing
2013-08-08 17:13:38 +01:00
Colin Adams
4c901c3130
Implemented remaining error response calls
2013-08-08 10:39:46 +01:00
Colin Adams
eade6d584c
Errors corrected that were discovered in the course of writing the tutorial
2013-08-08 09:33:21 +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
8dbd24afd1
Policy-driven URI template handlers
2013-08-06 13:57:12 +01:00
Colin Adams
0a9d208529
New routines added to WSF_REQUEST to support ploicy-driven framework
2013-08-06 13:51:43 +01:00
Colin Adams
8ab6dba1c8
New routines added to HTTP_HEADER to support ploicy-driven framework
2013-08-06 13:49:58 +01:00
Colin Adams
e0bfdab106
Add CONNEG to wsf*.ecf to support ploicy-driven framework
2013-08-06 13:47:07 +01:00
5753af3e43
Cosmetic
...
(removed commented line and fixed bad indentation)
2013-08-05 10:20:41 +02:00
Berend de Boer
4b87a00637
Remove invariant violation.
2013-08-03 20:09:16 +12:00
Olivier Ligot
e8c66fa769
Fix C compilation when using libfcgi connector on OS X ( #65 )
2013-07-19 18:51:43 +02:00
jvelilla
285e295b5a
Merge branch 'master' of https://github.com/EiffelWebFramework/EWF
...
Conflicts:
draft/application/cms/README.md
draft/application/cms/src/cms_session.e
draft/src/gewf/license.lic
library/network/http_client/src/expectation/http_client_response_expectation.e
2013-07-08 18:08:35 -03:00
Colin Adams
e6371c7adc
Merge branch 'master' into handler
...
pull from upstream
2013-07-08 10:17:44 +01:00
cb3f983b91
improve file system handler to ignore .* *.swp *~ or using FUNCTION to compute the ignore behavior
2013-06-28 16:11:27 +02:00
dc25723a35
Improved Unicode support.
2013-06-28 11:32:12 +02: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
jvelilla
42ba1588c6
Merge branch 'master' of https://github.com/EiffelWebFramework/EWF
2013-06-18 10:30:55 -03:00
859a13ae51
Cosmetic, improve readability of conditions
2013-06-18 15:29:07 +02:00
bce084b9db
Removed wsf_support, which is useless and unused
2013-06-18 15:28:42 +02:00
23ed157a75
Better use append rather than copy here.
2013-06-18 15:12:53 +02:00
3723469d52
Try to send 500 Internal error when exception reachs this point
2013-06-18 15:09:34 +02:00
jvelilla
d0fda6de66
Merge branch 'master' of https://github.com/EiffelWebFramework/EWF
...
Conflicts:
draft/application/cms/cms.ecf
draft/application/cms/example/src/web_cms.e
draft/application/cms/src/cms_configuration.e
draft/application/cms/src/cms_default_setup.e
draft/application/cms/src/cms_service.e
draft/application/cms/src/cms_setup.e
draft/application/cms/src/handler/cms_file_system_handler.e
draft/application/cms/src/kernel/content/format/filters/cms_html_filter.e
draft/application/cms/src/modules/debug/debug_module.e
draft/application/cms/src/notification/cms_email.e
draft/application/cms/src/notification/cms_storage_mailer.e
draft/application/cms/src/storage/cms_sed_storage.e
draft/application/cms/src/storage/cms_storage.e
library/runtime/process/notification_email/notification_external_mailer.e
tools/bin/ecf_updater.exe
2013-06-18 09:56:53 -03:00
218e73945d
Updated ecf file as workaround to make autotest works fine.
2013-06-17 12:03:46 +02:00
47dbe7fdbb
Unicode support for notification_email library
2013-06-13 09:45:40 +02:00
2252971c3e
Added HTTP_DATE.append_to...string conversion feature
...
Made HTTP_DATE.append_...to...string more flexible by acception STRING_GENERAL,
so it is possible to append to STRING_32 (further more, it avoid potential implicit conversion)
2013-06-13 09:43:13 +02:00
28a6bb158a
Removed a few obsolete usages, and benefit from new classes from EiffelStudio >= 7.2
2013-06-12 18:51:29 +02:00