14c1faa124
Added a few descriptions and comments.
2015-04-07 14:13:41 +02:00
060a2bb952
Migrated most of the example and library to new design.
2015-03-31 14:50:20 +02:00
0427f7a8d3
Fixed compilation issue related to old usage of modified JSON library.
2014-07-07 11:14:36 +02:00
985a5e5ce7
Merge branch 'master' of github.com:EiffelWebFramework/EWF into widget_integration
2014-07-07 10:30:42 +02:00
b59966595e
Make sure to be able to compile in complete void-safe for 14.05 and still compile with 13.11
2014-05-14 16:18:10 +02:00
fcf8b63666
Make sure to be able to compile in complete void-safe for 14.05 and still compile with 13.11
2014-05-14 16:16:32 +02:00
31fcd61401
Make sure to be able to compile in complete void-safe for 14.05 and still compile with 13.11
2014-05-14 10:14:51 +02:00
6481d2ec7d
Fixed all-stable-safe.ecf fusion
2014-04-09 12:22:25 +02:00
cb881877ac
Fixed the ecf to test global compilation of EWF.
2014-02-24 21:56:23 +01:00
dd31970b01
Renamed content_negotation' as content_negotiation' (fixed typo)
...
Updated .ecf and Eiffel code depending on previous CONNEG
2013-09-20 15:18:56 +02:00
48f5cb78d5
Minor changes
...
- using http_client library instead of libcurl directly
- using implicit conversion to JSON_STRING to improve code readability
- use ARRAYED_LIST instead of LINKED_LIST .. for performance.
- cosmetic .. but still a lot of feature clauses are missing, comments, assertions ...
2013-09-20 10:27:00 +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
Olivier Ligot
0fca8daeb1
Tests compile again ( fixes #63 )
2013-07-11 16:46:38 +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
4ab44a0c47
Added notification_email library as official EWF lib.
2013-06-13 09:47:09 +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
178a48cd7e
Updated all-safe.ecf
...
(add all-stable-safe.ecf that includes only the library, examples and specific draft lib)
2013-03-27 15:22:32 +01:00
Jocelyn Fiat
9f132a7b72
new integration ecf file that includes most of the library .ecf of EWF
...
(note to include non library ecf, the related ecf should have a library_target)
2013-03-27 13:11:49 +01:00
Jocelyn Fiat
53f848758a
added wsf_html-safe.ecf to all-safe.ecf
2013-03-22 20:14:58 +01:00
Jocelyn Fiat
aa479af8fd
Include cms and css into the all-safe.ecf
2013-03-22 15:11:30 +01:00
Jocelyn Fiat
3faa2ab815
Moved all *_CONTEXT_* router related classes into wsf_router_context.ecf library
...
This makes wsf simpler to discover.
And advanced context enabled handler, mapping, ... are still available for now in wsf_router_context.ecf library
2013-03-19 11:54:01 +01:00
Jocelyn Fiat
9d8e8eb25a
Move draft\library\security\openid under library\security\openid
2013-02-28 17:00:13 +01:00
Jocelyn Fiat
e16d96f613
minor changes
2012-12-22 16:18:52 +01:00
Jocelyn Fiat
619be9a8cd
Added a few library_target to .ecf to be able to build the tests/all-safe.ecf
...
that enables us to check quickly the compilation state of EWF, and also perform refactorying over many projects.
2012-12-19 16:45:45 +01:00
Jocelyn Fiat
cb034fc94e
Added missing "context" classes for uri and starts_with mapping+handler (and helper classes).
...
So that it is address more needs.
Factorized code between "context" and non context classes.
2012-12-13 12:01:24 +01:00
Jocelyn Fiat
926ae823ac
compile all-safe.ecf as windows or unix, even if not on Windows or unix
2012-12-05 22:39:43 +01:00
Jocelyn Fiat
9499d4aa59
added tests\all-safe.ecf to compile most of EWF's lib, to quickly check the compilation state
2012-12-05 22:30:28 +01:00
Jocelyn Fiat
f3e1c524db
Cleaned up compile_all.ini
2012-06-15 16:43:54 +02:00
Jocelyn Fiat
db448001a1
Change structure of EWF, to follow better categorization
2012-06-13 22:32:17 +02:00
Jocelyn Fiat
09fa1adaab
removed obsolete message.
2012-04-02 09:27:59 +02:00
Jocelyn Fiat
50223b12f7
Do not try to compile_all in "dev" folder
2012-03-20 16:15:16 +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
da3594db50
Now the 'router' library is part of 'wsf'
...
Move hello_routed_world under tests/dev since it was not really an example, but more a dev workspace/test
2011-12-15 14:10:52 +01:00
Jocelyn Fiat
48d4d26cda
better script to check compilation and tests
2011-11-25 14:52:00 +01:00
Jocelyn Fiat
3032b91ff7
Fixed sample example config file after recent location change for "rest" lib
2011-11-23 18:36:56 +01:00
Jocelyn Fiat
772b88f257
Improved run_CI_tests.py and include the compile_all call directly in the python script.
...
If compile_all tool supports -keep ... let's use it. (recent addition)
2011-11-23 16:35:22 +01:00
Jocelyn Fiat
aab910ab64
Added "draft" folder to contain potential future addition to EWF
2011-11-18 13:56:07 +01:00
Jocelyn Fiat
6ec37c90a2
Rename "ext" as "contrib" in compile_all.ini as well
...
no need to test the code coming from other projects.
2011-11-17 16:03:29 +01:00
Jocelyn Fiat
cc11debf08
handle last run failure
2011-11-16 16:18:27 +01:00
Jocelyn Fiat
7022206a73
Do not print command during script execution
2011-11-16 13:10:35 +01:00
Jocelyn Fiat
b715d674ca
fixed indentation in python script
2011-11-16 09:00:23 +01:00
Jocelyn Fiat
02f5bdd801
Added information output to run_CI_tests.py
2011-11-16 08:57:02 +01:00
Jocelyn Fiat
203d51a97e
updated run_CI_tests.py
2011-11-16 08:48:24 +01:00
Jocelyn Fiat
733296e71e
updated run_CI_tests.py
2011-11-16 08:42:08 +01:00
Jocelyn Fiat
0a497b9a4d
updated run_CI_tests.py
2011-11-16 08:34:00 +01:00
Jocelyn Fiat
4ed91a91a2
updated run_CI_tests.py
2011-11-16 07:51:04 +01:00
Jocelyn Fiat
2c94a98730
added a python script to be use inside jenkins CI server
...
(experimental for now)
2011-11-16 07:25:15 +01:00
Jocelyn Fiat
13b09adc8c
Changed the WGI_INPUT_STREAM and WGI_OUTPUT_STREAM interfaces
...
main changes for existing code `read_stream' is renamed `read_string'
2011-11-14 14:17:41 +01:00
Jocelyn Fiat
3d93dbc66d
added script to test compilations of .ecf in EWF
2011-07-27 18:35:17 +02:00
Jocelyn Fiat
f1d8d18811
a few renaming
...
better GW_ENVIRONMENT interface
2011-07-07 17:24:21 +02:00