Skip to content
  1. Jul 02, 2006
  2. Jul 01, 2006
  3. Jun 30, 2006
  4. Jun 24, 2006
  5. Jun 18, 2006
  6. Jun 17, 2006
  7. Jun 10, 2006
  8. Jun 04, 2006
  9. Apr 28, 2006
  10. Apr 25, 2006
    • Marco Baringer's avatar
      Changed the response sending api again. It is now possible to effectvly bypass... · 2d325bd9
      Marco Baringer authored
      Changed the response sending api again. It is now possible to effectvly bypass the backend's response handling stuff.
      
      Previously it was not actually possible (though it did look that
      way). See the comment at the bottow of src/rerl/protocol.lisp for
      details on the now api. as before this is only implemneted for the
      httpd backend.
      
      darcs-hash:0ebb06fa98f606a9dcf57201785b6df7a517c612
      2d325bd9
  11. Apr 24, 2006
  12. Apr 13, 2006
  13. Mar 12, 2006
  14. Mar 11, 2006
    • Marco Baringer's avatar
      Use a list of dispatchers, instead of entry-poinst and nested service methods,... · 38ccf4b1
      Marco Baringer authored
      Use a list of dispatchers, instead of entry-poinst and nested service methods, to route incoming requests.
      
      This change moves a lot of the code which was spread out over the
      various SERVICE methods into the various dispatch methods. This change
      sholud make customizing ucw's request handling code much easier and
      reduce the amout of code in general.
      
      darcs-hash:8e659d514dba883a6afce5eddee6252b8a915a64
      38ccf4b1
  15. Mar 19, 2006
    • Attila Lendvai's avatar
      Refactored container.lisp · dfce92ad
      Attila Lendvai authored
      Renamed simple-container to switching-container, clearly separated the base
      container class functionality from the new switching container. After the
      refactor it is easier to use switching-container with dynamically
      generated content and in situations where the old 'label' property have
      no useful meaning (e.g. dinamically built tab pane). By default the new 'key'
      property is the component itself.
      
      User API changes (exported symbols):
       - simple-container -> switching-container
       - container.label-test -> container.key-test (also the initarg)
       - container.current-component-name -> container.current-component-key (also the initarg)
      
      Generally 'label' has been renamed to 'key' in container, and switching-container
      implementation is based on the component accessing functionality provided by container.
      
      darcs-hash:688a5407a7cceedb916ad6249949c31355b710df
      dfce92ad
  16. Mar 05, 2006
  17. Feb 27, 2006
  18. Feb 25, 2006
  19. Feb 19, 2006
  20. Feb 18, 2006
    • Marco Baringer's avatar
      Added new form library and reworked examples to use it · c217263f
      Marco Baringer authored
      The new form library (temporarily called formx) is much much simpler
      than the presentation stuff we currently have. This should make it
      easer to use and customize, while it may do a lot less it no longer
      imposes an entire framevork on every form tag.
      
      darcs-hash:f964b4cf743a6fafc13a9753fccbeff71bc16b6c
      c217263f
  21. Jan 11, 2006
  22. Jan 10, 2006
  23. Dec 19, 2005