List Info

Thread: another Nitro patch-bundle




another Nitro patch-bundle
user name
2006-09-25 20:05:48
hi George,

attached is another Nitro patch-bundle, fixing lots of
stuff,  
functionality and testcases. Included is the from you
requested "gen  
part uses lib/ directory" patch again, since you
didn't apply it yet.

These patches aren't all by me, they've only be redone by
me against  
your repo to avoid known conflicts.

Wed Sep 13 11:47:40 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * gen part uses lib/ directory now
   so parts reside in lib/part/partname
   public stuff of parts are still in public/part/partname/

Mon Sep 25 21:34:19 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * Fixing a memory-leak in the case someone tries DoS [2]
   by not keeping the cookie (sessions would be generated
infinitly  
and kept in cache)
   by introducing Session.sessions_per_ip setting (currently
at 500)
   plus
   fix for tc_sessions file-cache (and Glue::FileCache in
general  
which had problems with nil-keys)
   patched by manveruweez-int.com

Mon Sep 25 21:38:27 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * support for request.local_net? to check if a request
comes from  
a local network [2]
   (RFC1918 + localhost) including testcase
   idea by Manveru, algorithm by Jonathan and implementation
by Fabian

Mon Sep 25 21:43:33 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * Adds sendfile support. [2]
   Submitted by Jan A. Lambert <jlsysinc AT alltel DOT
net>. Tested  
on IE 6.0 and FireFox 1.5.
   redone patch from 0.31.0

Mon Sep 25 21:46:48 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * helper/pager.rb: add option to set nav link titles [2]
   original by neokolorgmx.de

Mon Sep 25 21:49:18 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * localization-support for table-helper [2]
   original by Manveru

Mon Sep 25 21:50:11 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * add testcase for nitros parameter-handling (finally)
[2]
   original by Manveru

Mon Sep 25 21:51:12 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * fixing faulty Set-Cookie header in Mongrel adapter



-- 
Nitro Q&A: http://oxyliquit.de/
Blog: http://blog.fabian-buch.de




_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general
another Nitro patch-bundle
user name
2006-09-25 21:27:32
hi George,

DON'T use the patch-bundle sent an hour ago or so. Use
this-one,  
patches included again, even more, but one of them was
faulty, so  
redone and attached patch-bundle to this mail.

Lot's more testcases by manv in this patch-bundle. Should
apply cleanly.

Fabian


Wed Sep 13 11:47:40 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * gen part uses lib/ directory now
   so parts reside in lib/part/partname
   public stuff of parts are still in public/part/partname/

Mon Sep 25 21:34:19 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * Fixing a memory-leak in the case someone tries DoS [2]
   by not keeping the cookie (sessions would be generated
infinitly  
and kept in cache)
   by introducing Session.sessions_per_ip setting (currently
at 500)
   plus
   fix for tc_sessions file-cache (and Glue::FileCache in
general  
which had problems with nil-keys)
   patched by manveruweez-int.com

Mon Sep 25 21:43:33 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * Adds sendfile support. [2]
   Submitted by Jan A. Lambert <jlsysinc AT alltel DOT
net>. Tested  
on IE 6.0 and FireFox 1.5.
   redone patch from 0.31.0

Mon Sep 25 21:46:48 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * helper/pager.rb: add option to set nav link titles [2]
   original by neokolorgmx.de

Mon Sep 25 21:49:18 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * localization-support for table-helper [2]
   original by Manveru

Mon Sep 25 21:50:11 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * add testcase for nitros parameter-handling (finally)
[2]
   original by Manveru

Mon Sep 25 21:51:12 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * fixing faulty Set-Cookie header in Mongrel adapter

Mon Sep 25 23:01:46 CEST 2006  Fabian Buch <fabianfabian-buch.de>
   * support for request.local_net? to check if a request
comes from  
a local network [3]
   (RFC1918 + localhost) including testcase
   idea by Manveru, algorithm by Jonathan and implementation
by Fabian

Mon Sep 25 22:22:16 CEST 2006  manveruweez-int.com
   * updated nitro/helper/tc_navbar

Mon Sep 25 22:23:00 CEST 2006  manveruweez-int.com
   * updated nitro/helper/tc_table

Mon Sep 25 22:27:25 CEST 2006  manveruweez-int.com
   * updated nitro/tc_cgi (kashia added ruby-inline to make
it  
faster) and some other fixes for it

Mon Sep 25 22:29:35 CEST 2006  manveruweez-int.com
   * updated nitro/tc_controller - will reflect the current
ways of  
nitro a lot better

Mon Sep 25 22:36:47 CEST 2006  manveruweez-int.com
   * updated to nitro/tc_render to reflect lots of changes
in nitro- 
source

Mon Sep 25 22:37:34 CEST 2006  manveruweez-int.com
   * just a typo in nitro/tc_session



-- 
Nitro Q&A: http://oxyliquit.de/
Blog: http://blog.fabian-buch.de




_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general
another Nitro patch-bundle
user name
2006-09-26 13:03:11
thanks, will try to apply later today...

-g.



On 9/26/06, Fabian Buch <fabianfabian-buch.de> wrote:
> hi George,
>
> DON'T use the patch-bundle sent an hour ago or so. Use
this-one,
> patches included again, even more, but one of them was
faulty, so
> redone and attached patch-bundle to this mail.
>
> Lot's more testcases by manv in this patch-bundle.
Should apply cleanly.
>
> Fabian
>
>
> Wed Sep 13 11:47:40 CEST 2006  Fabian Buch
<fabianfabian-buch.de>
>    * gen part uses lib/ directory now
>    so parts reside in lib/part/partname
>    public stuff of parts are still in
public/part/partname/
>
> Mon Sep 25 21:34:19 CEST 2006  Fabian Buch
<fabianfabian-buch.de>
>    * Fixing a memory-leak in the case someone tries DoS
[2]
>    by not keeping the cookie (sessions would be
generated infinitly
> and kept in cache)
>    by introducing Session.sessions_per_ip setting
(currently at 500)
>    plus
>    fix for tc_sessions file-cache (and Glue::FileCache
in general
> which had problems with nil-keys)
>    patched by manveruweez-int.com
>
> Mon Sep 25 21:43:33 CEST 2006  Fabian Buch
<fabianfabian-buch.de>
>    * Adds sendfile support. [2]
>    Submitted by Jan A. Lambert <jlsysinc AT alltel
DOT net>. Tested
> on IE 6.0 and FireFox 1.5.
>    redone patch from 0.31.0
>
> Mon Sep 25 21:46:48 CEST 2006  Fabian Buch
<fabianfabian-buch.de>
>    * helper/pager.rb: add option to set nav link titles
[2]
>    original by neokolorgmx.de
>
> Mon Sep 25 21:49:18 CEST 2006  Fabian Buch
<fabianfabian-buch.de>
>    * localization-support for table-helper [2]
>    original by Manveru
>
> Mon Sep 25 21:50:11 CEST 2006  Fabian Buch
<fabianfabian-buch.de>
>    * add testcase for nitros parameter-handling
(finally) [2]
>    original by Manveru
>
> Mon Sep 25 21:51:12 CEST 2006  Fabian Buch
<fabianfabian-buch.de>
>    * fixing faulty Set-Cookie header in Mongrel adapter
>
> Mon Sep 25 23:01:46 CEST 2006  Fabian Buch
<fabianfabian-buch.de>
>    * support for request.local_net? to check if a
request comes from
> a local network [3]
>    (RFC1918 + localhost) including testcase
>    idea by Manveru, algorithm by Jonathan and
implementation by Fabian
>
> Mon Sep 25 22:22:16 CEST 2006  manveruweez-int.com
>    * updated nitro/helper/tc_navbar
>
> Mon Sep 25 22:23:00 CEST 2006  manveruweez-int.com
>    * updated nitro/helper/tc_table
>
> Mon Sep 25 22:27:25 CEST 2006  manveruweez-int.com
>    * updated nitro/tc_cgi (kashia added ruby-inline to
make it
> faster) and some other fixes for it
>
> Mon Sep 25 22:29:35 CEST 2006  manveruweez-int.com
>    * updated nitro/tc_controller - will reflect the
current ways of
> nitro a lot better
>
> Mon Sep 25 22:36:47 CEST 2006  manveruweez-int.com
>    * updated to nitro/tc_render to reflect lots of
changes in nitro-
> source
>
> Mon Sep 25 22:37:34 CEST 2006  manveruweez-int.com
>    * just a typo in nitro/tc_session
>
>
>
> --
> Nitro Q&A: http://oxyliquit.de/
> Blog: http://blog.fabian-buch.de

>
>
>
>
>
>
>
> _______________________________________________
> Nitro-general mailing list
> Nitro-generalrubyforge.org
> h
ttp://rubyforge.org/mailman/listinfo/nitro-general
>
>
>


-- 
http://www.gmosx.com
http://www.nitroproject.o
rg
_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )