[Citadel Development] [SCM] citadel.org branch, master, updated. 13982049053090fa8d6d724934d5f39e258650ce

2010-11-30 Thread ajc

Push to the project "citadel.org ": The branch, master has been updated
   via  13982049053090fa8d6d724934d5f39e258650ce (commit)
  from  93442d62032c4b179cd677d1f0934012cf7f1bde (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=13982049053090fa8d6d724934d5f39e258650ce
commit 13982049053090fa8d6d724934d5f39e258650ce
Author: Art Cancro 
Date:   Tue Nov 30 03:03:05 2010 -0500

fix stupidness in closewindow icon

---

Summary of changes:
 webcit/static/closewindow.gif |  Bin 374 -> 357 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] MIME parser is broken

2010-11-30 Thread IGnatius T Foobar
  
 The MIME parser is currently broken.  I'm seeing quoted-printable all over
the place, and now it's even failing to submit some html forms (which are
sometimes decoded by the MIME parser). 
  
 What was done and why?   
 


[Citadel Development] [SCM] citadel.org branch, master, updated. 28a6cf54f3fcbc9af7ad27ccf5b28928aa94390f

2010-11-30 Thread ajc

Push to the project "citadel.org ": The branch, master has been updated
   via  28a6cf54f3fcbc9af7ad27ccf5b28928aa94390f (commit)
  from  13982049053090fa8d6d724934d5f39e258650ce (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=28a6cf54f3fcbc9af7ad27ccf5b28928aa94390f
commit 28a6cf54f3fcbc9af7ad27ccf5b28928aa94390f
Author: Art Cancro 
Date:   Tue Nov 30 03:40:45 2010 -0500

Modal dialog for the popup blocker warning

---

Summary of changes:
 webcit/static/modal.js  |6 --
 webcit/static/t/confirmlogoff.html  |2 +-
 webcit/static/t/paging/failed_hook.html |4 +++-
 webcit/static/wclib.js  |2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. eb7c197cf52779055fc4be414c4f6a87ed67345c

2010-11-30 Thread ajc

Push to the project "citadel.org ": The branch, master has been updated
   via  eb7c197cf52779055fc4be414c4f6a87ed67345c (commit)
  from  28a6cf54f3fcbc9af7ad27ccf5b28928aa94390f (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=eb7c197cf52779055fc4be414c4f6a87ed67345c
commit eb7c197cf52779055fc4be414c4f6a87ed67345c
Author: Art Cancro 
Date:   Tue Nov 30 03:57:00 2010 -0500

toggleModal() now explicitly accepts an argument of 1 (on) or 0 (off)

---

Summary of changes:
 webcit/static/modal.js  |5 -
 webcit/static/styles/modal.css  |5 +++--
 webcit/static/t/confirmlogoff.html  |2 +-
 webcit/static/t/head.html   |2 +-
 webcit/static/t/paging/failed_hook.html |4 ++--
 webcit/static/wclib.js  |2 +-
 6 files changed, 12 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 3b295ceffb3f37b7fc0d6c5997d0a4a2440c5487

2010-11-30 Thread ajc

Push to the project "citadel.org ": The branch, master has been updated
   via  3b295ceffb3f37b7fc0d6c5997d0a4a2440c5487 (commit)
  from  eb7c197cf52779055fc4be414c4f6a87ed67345c (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=3b295ceffb3f37b7fc0d6c5997d0a4a2440c5487
commit 3b295ceffb3f37b7fc0d6c5997d0a4a2440c5487
Author: Art Cancro 
Date:   Tue Nov 30 04:04:37 2010 -0500

Dismissing the popup-is-blocked window now opens it (hopefully)

---

Summary of changes:
 webcit/static/t/paging/failed_hook.html |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] Re: MIME parser is broken

2010-11-30 Thread dothebart


 

Di Nov 30 2010 03:06:17 EST von   IGnatius T Foobar @ Uncensored  Betreff: MIME parser is broken

The MIME parser is currently broken.  I'm seeing quoted-printable all over the place, and now it's even failing to submit some html forms (which are sometimes decoded by the MIME parser).  What was done and why?


please post a tcpdump of a post going wrong. hint: gzip it first.
i've moved the header reading out of the recursing into sub-containers, so we can decide how to search for the next boundary. I'm not yet all done with it, had some new input.
where do you see QP exactly?
I also will work on the ability to stop it from recursing into n-levels if you post a mime container as file upload in webcit, which currently doesn't work well.