Starting with tag: [TAG 2006-06-23 attila.lendvai@gmail.com**20060623091256] [cookie-session.lisp removed. moved to modular-applications. evrim@core.gen.tr**20060623200752] [secure-application.lisp removed. moved to modular-applications. evrim@core.gen.tr**20060623201102] [l10n.lisp removed. moved to modular-applications. evrim@core.gen.tr**20060623201634] [added src/rerl/modular-application direcorty. evrim@core.gen.tr**20060624083452] [fixed type in l10n-example -> *l10n-example-appication* evrim@core.gen.tr**20060624083531] [added LICENCE file. evrim@core.gen.tr**20060624092032] [cookie-module.lisp added. evrim@core.gen.tr**20060624092045] [added l10n-module.lisp evrim@core.gen.tr**20060624092113] [added modular-application.lisp which specifies modular applications. evrim@core.gen.tr**20060624092154] [added security-module.lisp evrim@core.gen.tr**20060624092227] [fixed asd file for modular-applications. evrim@core.gen.tr**20060624092237] [Render custom checkbox images so that the page is not scrolled when they are clicked attila.lendvai@gmail.com**20060623214228] [Call threaded-lisp-p at load-time to avoid a warning attila.lendvai@gmail.com**20060625130223] [Make sure context.locale is always a list attila.lendvai@gmail.com**20060625105538] [Get rid of the eval defclass in modular-application attila.lendvai@gmail.com**20060625124728] [exports for modular-application aycan.irican@core.gen.tr**20060625164051] [Fix application-directory handling in config.lisp attila.lendvai@gmail.com**20060626075804] [Added a with-url-prefix keyword param to :src javascript entries attila.lendvai@gmail.com**20060626220600] [Convert external-format-for into a defun attila.lendvai@gmail.com**20060627141634] [Move some stuff from start.lisp into ucw.asd attila.lendvai@gmail.com**20060628084944] [- effective-context-definition exported for external app-module definitions. evrim@core.gen.tr**20060627150948] [- fixed %100 cpu utilization when action-id is not specified in the URL. evrim@core.gen.tr**20060628205417] [Only start swank from the asd when *ucw-swank-port* is not nil attila.lendvai@gmail.com**20060630001834] [make-displaced-array has been moved to arnesi attila.lendvai@gmail.com**20060630081327] [Further simplify loading mostly based on Nathan Bird's ideas attila.lendvai@gmail.com**20060630165226] [eval-when goodness to facilitate ucwctl loading Nathan Bird **20060630184157] [use the *ucw-swank-port* as default swank port Nathan Bird **20060630184217] [moving configuration into :ucw package, merging default.lisp into vars.lisp Nathan Bird **20060630193756] [removing now unused default.lisp Nathan Bird **20060630194342] [Fix read-line-from-network in httpd backend attila.lendvai@gmail.com**20060629231051] [Use iter in split-on-space and avoid an nreverse attila.lendvai@gmail.com**20060629234204] [Issue an (in-package :ucw-user) after loading the example system attila.lendvai@gmail.com**20060701225123] [Fix cache examples attila.lendvai@gmail.com**20060701233138] [Moved back debug-on-error into protocol.lisp attila.lendvai@gmail.com**20060702000159] [Fix flush-request-response call in tal-handler attila.lendvai@gmail.com**20060702003000] [Fix loading the l10n example so that cl-l10n doesn't warn attila.lendvai@gmail.com**20060702120642] [removed dependency on cl-l10n for allegro and openmcl Henrik Hjelte **20060703112938] [Minor indentation fix attila.lendvai@gmail.com**20060702221910] [Added a *ucw-compile-time-log-level*, see docstring for details attila.lendvai@gmail.com**20060702221950] [Clear some config vars, so asdf-loading :ucw has no other side effects attila.lendvai@gmail.com**20060703122907] [Export config variables in the ucw.system package attila.lendvai@gmail.com**20060703124921 Which makes it possible to set the variables between (asdf:find-system :ucw) and (asdf:oos 'asdf:load-op :ucw) when loading UCW programmatically in a customized way. ] [Only load the l10n examples on clisp and sbcl attila.lendvai@gmail.com**20060703131652] [Alter example loading description in the README attila.lendvai@gmail.com**20060703132401] [Added missing load-op of :ucw in start.lisp attila.lendvai@gmail.com**20060703134948] [Follow compile-time-level logger changes in Arnesi attila.lendvai@gmail.com**20060703172328] [Added some TODO entries attila.lendvai@gmail.com**20060704113407] [Disable <:html's :prologue, UCW renders its own DOCTYPE line attila.lendvai@gmail.com**20060704160101] [keyword definitions of session,frame,action parameters added to std-vars. evrim@core.gen.tr**20060704144237] [parenscript-handler updated to reflect new js:compile-parenscript-file-to-string changes. evrim@core.gen.tr**20060709102712 (parenscript-dispatcher) function is updated to reflect changes. *Warning* API changed. ] [Introducing a new generic method for std-component: evrim@core.gen.tr**20060709144801 (defgeneric descendant-p (parent child &optional recursive-p) (:documentation "Predicate to use whether child is a child of parent.")) ] [Add MAXLENGTH slot to STRING-FIELD. Maciek Pasternacki **20060714105319] [DOCTYPE of simple-window-component is now changeable. marijnh@gmail.com**20060705170659] [l10n/yaclml integration fixed. Maciek Pasternacki **20060718103108 - Actually define **20060719173811] [Reverse messages in STATUS-BAR's (RENDER) method to print them out in original order. Maciek Pasternacki **20060719191843] [use copy-alist instead of copy-tree in clone-backtracks svg@surnet.ru**20060731232208] [cleanup according to latest yaclml svg@surnet.ru**20060731232312] [fix typo svg@surnet.ru**20060727235721] [extra-tags slot added to html-element for the of (@ ..) tag. widget-component fixed accordingly to include extra-tags. evrim@core.gen.tr**20060802143248] [Use defucwlogger also in l10n-application attila.lendvai@gmail.com**20060710113427] [Added with-session-variables macro attila.lendvai@gmail.com**20060710205429] [Introduce an 'orientation' slot on list-container, needed by dojo-split-container attila.lendvai@gmail.com**20060716165935] [Added (setf container.current-component) specialized for nil attila.lendvai@gmail.com**20060803093507] [Added PITFALLS, with a note on iterate and with-call/cc attila.lendvai@gmail.com**20060803105640] [Log remote peer address in httpd backend attila.lendvai@gmail.com**20060809122954 Tested only on sbcl, on other lisps it probably prints nil. Requires the trivial-sockets repo from: http://www.common-lisp.net/project/bese/darcs/trivial-sockets_until-i-can-merge-with-the-mainline/ ] [extra-tags slot added to html-element for the of (@ ..) tag. widget-component fixed accordingly to include extra-tags. evrim@core.gen.tr*-20060802143248] [REDO: extra-tags slot added to html-element for the of (@ ..) tag. widget-component fixed accordingly to include extra-tags. evrim@core.gen.tr**20060810085413] [new application module: user-track-module evrim@core.gen.tr**20060821020942 This module allows us to track login/logut of users via (setf (session-user) val) hook. mix it with you application and get online-users from (application.online-users *app*). ] [user-track-module: fixed situation where session is null. evrim@core.gen.tr**20060821105557] [Add slot SAVED-VALUE and hidden form field to CHECKBOX-FIELD to work around resetting fields on re-render without submitting. Maciek Pasternacki **20060822154643] [Fix :component slot handling to tolerate non-components in the slot attila.lendvai@gmail.com**20060823135048] [Added disallow-response-caching attila.lendvai@gmail.com**20060823152329] [Fix some indentations attila.lendvai@gmail.com**20060710000755] [Send expires and other headers when we send a 304 not modified attila.lendvai@gmail.com**20060805193027] [Delete stale collect in remove-expired-sessions attila.lendvai@gmail.com**20060823112931] [Updated TODO attila.lendvai@gmail.com**20060823114037] [Added disallow-response-caching attila.lendvai@gmail.com**20060805195650] [Added disallow-response-caching attila.lendvai@gmail.com*-20060805195650] [Fixing incorrect accessor name. marijnh@gmail.com**20060828083548] [Added ucw-examples.apache2 config file attila.lendvai@gmail.com**20060829203659] [fix for multithreaded-mod-lisp backend to startup/shutdown properly. added accept-thread kill or we get eaddrinuse. evrim@core.gen.tr**20060829192546] [Fix: only parse the Content-Type header if it exists attila.lendvai@gmail.com**20060830145502] [Fix the previous Content-Type fix futher restructuring the code a little bit attila.lendvai@gmail.com**20060830154203] [Fix the fix of the fix of Content-Type... hm... attila.lendvai@gmail.com**20060830165615] [Follow arnesi uri escaping changes attila.lendvai@gmail.com**20060831162338] [Limit session cookie path to the app url-prefix attila.lendvai@gmail.com**20060831234229] [Enable some reader macros when the examples are loaded attila.lendvai@gmail.com**20060901003127] [Enable some reader macros when the examples are loaded attila.lendvai@gmail.com*-20060901003127] [fixing output flushing on error svg@surnet.ru**20060908201507] [fix encoding problem in mod-lisp -- it now interprets header values as iso-8859 encoded marijnh@gmail.com**20060901123318] [Use iso-8859-1 for header values and call external-format-for at read-time attila.lendvai@gmail.com**20060901142318] [More checks for a valid *context* in handle-request-error attila.lendvai@gmail.com**20060904150156] [Updated QUICKSTART to reflect the mod_lisp news attila.lendvai@gmail.com**20060905100110] [Gracefully abort the request if there's a stream error coming from the network stream attila.lendvai@gmail.com**20060908205558] [Make cookie handling a bit easier attila.lendvai@gmail.com**20060908211353] [Prepend the generated frame id with _ just like the other id's attila.lendvai@gmail.com**20060919214826] [Dropped unused tabbed-pane.tal attila.lendvai@gmail.com**20060927023246] [Fix multithreaded-httpd-backend to be safe for IE requests attila.lendvai@gmail.com**20060926234822 the catch tag was at a wrong position and the worker thread was not registered as available. it was triggered by empty requests sent by IE. ] [read-line-from-network has stream as argument Henrik Hjelte **20060917140710] [Use ~A to print conditions attila.lendvai@gmail.com**20060929181344] [Set default external format to UTF-8 also for Unicode-enabled clisp and Allegro CL. Maciek Pasternacki **20061022181125] [Added was-called-p attila.lendvai@gmail.com**20060929111743] [Play by the rules in container initialize-instance attila.lendvai@gmail.com**20061022231935] [Further clean up (setf session.value). WARNING: default arg has been deleted attila.lendvai@gmail.com**20061028220023] [Convert "" client-value's to nil in form-elements by default attila.lendvai@gmail.com**20060919213458] [Use ~A for condition logging at a few more places attila.lendvai@gmail.com**20061022154409] [create-swank-server renamed create-server in admin.lisp Henrik Hjelte **20061206141509] [Follow swank:create-server changes attila.lendvai@gmail.com**20061213232527] [Don't overwrite my peer-address. Set your own. aycan.irican@core.gen.tr**20061218142220] [swank:create-server has a :coding-system key and it's value is a string. aycan.irican@core.gen.tr**20061218142632] [Pass to SWANK:CREATE-SERVER a downcased string of (EXTERNAL-FORMAT-FOR :SLIME) to make external format specified as keyword behave correctly. Maciek Pasternacki **20061219152802] [remove default value, it no longer used. aycan.irican@core.gen.tr**20061220214804] [print-object for url-matcher, standard-disaptchers function for ease of use. evrim@core.gen.tr**20070116124440] [session-id-length, frame-id-length, callback-id-length is not constant now. defvar is sufficient. evrim@core.gen.tr**20070125102608] [Fix make-temp-filename, which fixes multiple uploads in a form. Upload needs further cleanups. attila.lendvai@gmail.com**20070218142237] [Adapt to work with rfc2388-binary clinton@unknownlamer.org**20070712031554]