Skip to content
  1. May 24, 2007
  2. May 21, 2007
  3. May 12, 2007
  4. May 08, 2007
  5. May 07, 2007
  6. May 06, 2007
  7. Apr 26, 2007
  8. Apr 25, 2007
  9. Feb 05, 2007
  10. Apr 14, 2007
  11. Apr 10, 2007
  12. Nov 11, 2006
  13. Oct 09, 2006
  14. Sep 05, 2006
    • Attila Lendvai's avatar
      Reorganized the examples · 1134b32c
      Attila Lendvai authored
      created a standalone wwwroot dir for the examples. there's a setup-symlinks.sh script
      in examples/ that sets up symlinks needed when using the mod_lisp backend with the
      examples.
      
      darcs-hash:d8928ff4c607b4fbd05023ea71f08875e1443649
      1134b32c
  15. Sep 01, 2006
  16. Aug 28, 2006
  17. Aug 23, 2006
  18. Aug 08, 2006
  19. Aug 04, 2006
    • Attila Lendvai's avatar
      Ok, let's try again typing 'cl-l10n'... · 0626f82c
      Attila Lendvai authored
      darcs-hash:c4fae5395781ef2948001bbd4ca84e4a0b06651e
      0626f82c
    • Attila Lendvai's avatar
      Added missing cl-l10n dependency to the asd · e181ef19
      Attila Lendvai authored
      darcs-hash:2dccd2370a39ca57f99be6e04f88ab7e9052f0db
      e181ef19
    • Attila Lendvai's avatar
      Fully integrated with cl-l10n · e92c17a1
      Attila Lendvai authored
      Fully depend on cl-l10n and dropped the ucw.l10n system.
      
      Added an i18n-parenscript-dispatcher that serves a locale specific
      js file based on the browser's language settings. The file contains
      the resources defined by define-js-resources. They are available in
      js by ucw.i18n.lookup. A #"foo" reader macro is installed while
      compiling parensctipt, it expands to an ucw.i18n.lookup call.
      
      So to sum up: UCW has full-blown i18n and l10n support down to the js!
      
      darcs-hash:a0c9631745f43d70d1e75c02bb896b3863fc4a46
      e92c17a1
  20. Aug 03, 2006
  21. Jul 15, 2006
  22. Jul 10, 2006
  23. Jul 07, 2006
    • Attila Lendvai's avatar
      Support various form abandon handlers · 7cec6e19
      Attila Lendvai authored
      When the page will be abandoned UCW checks the pendings forms. Each modified form
      is asked for approval. There are three standard policies for <ucw:form
      
      1) :ask-user (the default) Pop up a dialog for user confirmation
      2) :auto-submit Silently submit the form without an action
      3) nil Do nothing
      
      darcs-hash:af7932a64db6b22d9f893607744c9a36022c9e12
      7cec6e19
  24. Jul 04, 2006