Commit Graph

  • dbcb1def29 Added date chooser widget severin 2014-01-04 16:14:30 +01:00
  • c4acbf563f Added precondition in layout control severin 2014-01-04 14:15:05 +01:00
  • c9599f449f Removed add_dropdown methods from navbar, some cleanup in different controls severin 2014-01-04 13:43:51 +01:00
  • e675e8aad9 ATTENTION: ugly append_attributes added to stateless control, replaces set_attributes -> maybe improve severin 2014-01-04 10:51:07 +01:00
  • 37aac7053a Moved set_attributes from BASIC_CONTROL to STATELESS_CONTROL severin 2014-01-04 10:30:34 +01:00
  • 9c9a132329 Merge branch 'widget' of github.com:ynh/EWF into widget severin 2014-01-03 12:06:53 +01:00
  • ce305d4e54 Add disable option YNH Webdev 2014-01-02 18:19:59 +01:00
  • d3c66cd7fe Allow remove YNH Webdev 2014-01-02 03:20:57 +01:00
  • 7bf95cd927 Add serverside file id to file structure YNH Webdev 2014-01-01 23:50:12 +01:00
  • 05d4f24f6f Allow detached values YNH Webdev 2014-01-01 23:48:56 +01:00
  • d9c837918b Demo upload YNH Webdev 2014-01-01 20:41:28 +01:00
  • 5adee83350 Merge branch 'widget' of github.com:ynh/EWF into widget severin 2014-01-01 14:44:30 +01:00
  • 720e26d19d Small page control change severin 2014-01-01 14:44:22 +01:00
  • 29356c0b61 Workin file upload YNH Webdev 2014-01-01 01:35:43 +01:00
  • b39dd5c40d Change parameter type YNH Webdev 2013-12-31 21:25:01 +01:00
  • 1ae44e74e7 File upload implementation part1 YNH Webdev 2013-12-31 16:03:24 +01:00
  • 7a5d1e378d Fix dropdown list, clean up actions YNH Webdev 2013-12-31 12:10:05 +01:00
  • c68f6a30e6 Fixed and improved {WSF_REQUEST}.read_input_data_into_file. Now use the content length to get exactly what is expected from the request. Added check assertion Jocelyn Fiat 2013-12-03 10:46:22 +01:00
  • 07ec0d001f Fixed various issues with libfcgi on Linux, mainly related to stdout,stderr,stdin, feof and related. Added `reset' to the libfcgi input stream so that it is possible to reset previous errors. Jocelyn Fiat 2013-12-03 10:45:52 +01:00
  • 4f15745647 For Nino connector, ensured that environment variables are percent-encoded in meta variables. Jocelyn Fiat 2013-12-02 10:26:23 +01:00
  • 20367851cc fixed compilation of libfcgi tests. Jocelyn Fiat 2013-11-20 09:17:41 +01:00
  • 2978ec33b7 Accept again detachable argument for HTTP_AUTHORIZATION.make (..) to avoid breaking existing code. Note that HTTP_AUTHORIZATION.http_authorization is now detachable. Jocelyn Fiat 2013-11-20 09:17:28 +01:00
  • 3d126b04a9 fixed compilation of the filter example Jocelyn Fiat 2013-11-20 09:16:28 +01:00
  • 33fd3c8009 The "not implemented" response, now also precise the request method. Jocelyn Fiat 2013-11-19 22:08:06 +01:00
  • ea1c8a23cd http_client: changed some default settings connect_timeout' and timeout' to 0 (never timeout) Updated comments Jocelyn Fiat 2013-11-19 22:07:29 +01:00
  • 1827723ccc Fixed compilation of restbucksCRUD for the policy driven framework target. Jocelyn Fiat 2013-11-19 22:00:33 +01:00
  • 949d3514b8 Merge branch 'master' of https://github.com/Eiffel-World/EiffelWebNino Jocelyn Fiat 2013-11-18 17:41:19 +00:00
  • 7818b9dc1c removed CRLF eol in many files Jocelyn Fiat 2013-11-18 17:40:32 +00:00
  • d15da0ffd4 merged wiki page changes Jocelyn Fiat 2013-11-18 17:34:03 +00:00
  • a0665313ed Merge branch 'master' of https://github.com/eiffelhub/json Jocelyn Fiat 2013-11-18 17:30:37 +00:00
  • 8a7bd30ce0 native eol Jocelyn Fiat 2013-11-18 17:28:37 +00:00
  • f2da98c387 Fixed wrong assertion related to upload_data and upload_filename in HTTP_CLIENT_REQUEST_CONTEXT . Jocelyn Fiat 2013-11-12 21:37:39 +01:00
  • 51c4e8ab9e Rename files YNH Webdev 2013-11-11 08:28:08 +01:00
  • f369b26d88 Rename validators, Make forms resizable YNH Webdev 2013-11-10 17:22:28 +01:00
  • 40bb88a55f Validate all fields and make regexp stricter YNH Webdev 2013-11-10 16:53:21 +01:00
  • 72e7493842 Fix event handler YNH Webdev 2013-11-10 16:39:04 +01:00
  • 6213021f45 Fix form element control YNH Webdev 2013-11-10 15:10:00 +01:00
  • eb3fb7e5f7 Update sample app YNH Webdev 2013-11-10 13:58:44 +01:00
  • 1ec14ec397 Fix email validation and min and max validator YNH Webdev 2013-11-10 13:53:20 +01:00
  • 38f422896d Fix slider YNH Webdev 2013-11-09 17:14:58 +01:00
  • 3895cf4399 Fix assert path YNH Webdev 2013-11-09 14:42:17 +01:00
  • 7e69fddac9 Fix rendering issue. Add active class YNH Webdev 2013-11-08 23:03:30 +01:00
  • e6f1a06545 Fixed issue with unicode login:password Added EIS info Added testing cases. Jocelyn Fiat 2013-11-08 18:14:40 +01:00
  • e20dd076c3 Updated gewf source code to allow custom settings, and in particular the location of the templates. Fixed compilation of application launcher, and make it more flexible. Jocelyn Fiat 2013-11-08 16:16:45 +01:00
  • a2cc3d8b29 Added DEBUG_OUTPUT to JSON_OBJECT jvelilla 2013-11-08 10:38:44 -03:00
  • fa4cbd8fa8 Updated readme file jvelilla 2013-11-08 09:57:27 -03:00
  • 884b6b1339 Merge branch 'master' of https://github.com/eiffelhub/json jvelilla 2013-11-08 09:55:21 -03:00
  • 9576779cce Merge pull request #7 from ynh/simplify_json_object jvelilla 2013-11-08 04:54:59 -08:00
  • 0721384b60 Adjust layout control and fix navlist YNH Webdev 2013-11-08 09:27:56 +01:00
  • 0d79799a5d Fix autocomplete YNH Webdev 2013-11-08 00:09:09 +01:00
  • 86339d8163 Redesign states and implement generated control_name YNH Webdev 2013-11-08 00:03:02 +01:00
  • 64bde6220c Merge branch 'master' of https://github.com/eiffelhub/json jvelilla 2013-11-07 19:19:50 -03:00
  • 3406780f65 Updated comments, add DEBUG_OUPUT to JSON_ARRAY. jvelilla 2013-11-07 19:18:20 -03:00
  • 597e0e82b9 cosmetic and indexing note description Jocelyn Fiat 2013-11-07 23:14:50 +01:00
  • 137af843af Fixed normalized line endings jvelilla 2013-11-07 18:14:59 -03:00
  • 8a96ed87b1 Normalize line endings jvelilla 2013-11-07 17:55:15 -03:00
  • 59b0d0d9fa Added gitattribute configuration file jvelilla 2013-11-07 17:38:02 -03:00
  • c9102af0aa Add stateless widgets YNH Webdev 2013-11-06 15:44:31 +01:00
  • 6838089570 Fix Layout Control severin 2013-11-05 16:14:15 +01:00
  • aba60a473a Added navlist widget severin 2013-11-05 16:05:24 +01:00
  • 9a392ba292 Fix project YNH Webdev 2013-11-05 15:50:28 +01:00
  • 85369d5247 Added WSF_LAYOUT_CONTROL severin 2013-11-05 15:39:42 +01:00
  • 7c11de3073 Fix navbar state problem YNH Webdev 2013-11-04 00:22:42 +01:00
  • 4d07a6330d Add item alias YNH Webdev 2013-11-03 12:51:35 +01:00
  • dad4191c40 Fixed js severin 2013-11-02 23:02:07 +01:00
  • b70450cfe9 Added dropdown control severin 2013-11-02 22:36:21 +01:00
  • 10b950a7e7 Fixed creation procedures (make) severin 2013-11-02 18:34:48 +01:00
  • 1b831375ef Fix image sizes YNH Webdev 2013-10-30 13:35:53 +01:00
  • a979bf24d4 Fix slider code YNH Webdev 2013-10-30 13:14:48 +01:00
  • 4b11bbb73d Slider fix severin 2013-10-30 13:02:49 +01:00
  • f1cefd6173 Fix path YNH Webdev 2013-10-29 23:14:45 +01:00
  • ac31e1c29e Merge branch 'widget_slider' into widget severin 2013-10-29 15:39:32 +01:00
  • 61f032a819 Fixed WSF_MULTI_CONTROL (wrong order of subcontrols), completed navbar, improved slider severin 2013-10-29 15:32:57 +01:00
  • 026f8ae608 Fixed WSF_FILE_SYSTEM_HANDLER.process_index (..) Jocelyn Fiat 2013-10-25 16:09:43 +02:00
  • ab07c2e0ce Added content_negotiation to official EWF release. Jocelyn Fiat 2013-10-25 16:08:16 +02:00
  • 637303930a Removed trimmed_string function and callers, and for now, use (left_|right_)adjust Jocelyn Fiat 2013-10-24 17:33:27 +02:00
  • 78ee9872bd Merge pull request #83 from jvelilla/master Jocelyn Fiat 2013-10-23 03:48:26 -07:00
  • 4dd1731e60 Removed trimmed_string function and callers, and for now, use (left_|right_)adjust Jocelyn Fiat 2013-10-23 12:46:36 +02:00
  • 2c2770b4f1 Reuse trimmed_string from HTTP_HEADER_UTILITIES. Added description to FITNESS_AND_QUALITY. jvelilla 2013-10-22 08:35:03 -03:00
  • 8c04a9183f Merge branch 'master' of https://github.com/EiffelWebFramework/EWF jvelilla 2013-10-21 08:50:17 -03:00
  • 373e13208f Updated Tasks Roadmap (markdown) Jocelyn Fiat 2013-10-21 02:52:38 -07:00
  • 250d41c2d7 Updated roadmap (markdown) Jocelyn Fiat 2013-10-21 02:51:50 -07:00
  • 9329ea946e Created roadmap (markdown) Jocelyn Fiat 2013-10-21 02:51:37 -07:00
  • ddd19023b0 Merge branch 'content_nego_review' Jocelyn Fiat 2013-10-18 21:30:10 +02:00
  • 9b329c8b8a Merge branch 'master' of github.com:EiffelWebFramework/EWF Jocelyn Fiat 2013-10-18 21:05:26 +02:00
  • 6f48cf80f2 Added content_negotiation in "wsf" library Jocelyn Fiat 2013-10-18 21:04:00 +02:00
  • 464cbcae80 Minor changes in wsf test cases. Jocelyn Fiat 2013-10-18 21:02:55 +02:00
  • 8c57856232 Reintroduced WSF_SERVICE.to_wgi_service: WGI_SERVICE since it was used in the "WSF" test cases. Jocelyn Fiat 2013-10-18 21:02:05 +02:00
  • 4f490aaacc Fixed issue related to {WSF_WGI_DELAYED_HEADER_RESPONSE} and filter response like the logger response wrapper. Jocelyn Fiat 2013-10-18 21:01:23 +02:00
  • 3065637c80 Fixed an issue with one short chunk and empty trailer Jocelyn Fiat 2013-10-18 20:59:29 +02:00
  • cf01756c1c Using the new Content Negotiation library to implement WSF_REQUEST.is_content_type_accepted Jocelyn Fiat 2013-10-18 20:46:08 +02:00
  • 58dc2ec792 Updated README.md for conneg Jocelyn Fiat 2013-10-18 20:44:36 +02:00
  • 88e6837222 Class renaming for content_negotiation Splitted SERVER_CONTENT_NEGOTIATION in 4 differents classes for each kind of negotiation Changed to use ITERABLE over LIST for supported variants arguments Factorized some code for http parameter parsing such as q=1.0;note="blabla" and so on Integrated within EWF Jocelyn Fiat 2013-10-18 16:18:22 +02:00
  • d376f99832 Updated content_negotiation with better class names and feature names. Minor semantic changes in VARIANTS classes Factorized some code in HTTP_ACCEPT_LANGUAGE Jocelyn Fiat 2013-10-15 23:19:12 +02:00
  • 3072ce7dec Enabled assertion on content_negotiation during autotests The tests project is now void-safe Jocelyn Fiat 2013-10-14 18:54:36 +02:00
  • 82fdd53adb revert previous change jvelilla 2013-10-04 12:53:31 -03:00
  • b97073b14a Assertions turn on. jvelilla 2013-10-04 12:32:37 -03:00
  • 9a10e6f2a3 Merge pull request #80 from jvelilla/master jvelilla 2013-10-04 06:29:25 -07:00
  • 60d77892e5 Fixed issue# 79 Bug in CONNEG_SERVER_SIDE jvelilla 2013-10-04 10:24:19 -03:00
  • 9e11931b44 Merge pull request #78 from colin-adams/errors Jocelyn Fiat 2013-10-02 13:21:44 -07:00