banana.git
16 years agodon't use FALSE/TRUE: C99 has stdbool.h, use it.
x2000habouzit [Thu, 22 Feb 2007 12:53:19 +0000 (12:53 +0000)]
don't use FALSE/TRUE: C99 has stdbool.h, use it.
use "slightly" more paranoid compilation flags to avoid more errors.

The makefile may need some tweaks to detect if $(CC) is gcc and if it's a
recent enough version.

fix compilation warnings:
 * missing static
 * #if 0 an unused function
 * add missing const.
 * add missing casts.

use <getopt.h> rather than custom definitions.

 Makefile      |    2 -
 mbox-helper.c |   83 +++++++++++++++++++++++++---------------------------------
 2 files changed, 38 insertions(+), 47 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@210 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix all compilation warnings on Linux
x2003bruneau [Thu, 22 Feb 2007 10:12:39 +0000 (10:12 +0000)]
Fix all compilation warnings on Linux

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@209 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix all compilation warnings on Darwin
x2003bruneau [Thu, 22 Feb 2007 10:09:55 +0000 (10:09 +0000)]
Fix all compilation warnings on Darwin

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@208 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd useful tools to trace protocole execution and cost
x2003bruneau [Thu, 22 Feb 2007 00:42:29 +0000 (00:42 +0000)]
Add useful tools to trace protocole execution and cost

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@207 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoShould fix "unread state" issues.
x2003bruneau [Wed, 21 Feb 2007 20:49:04 +0000 (20:49 +0000)]
Should fix "unread state" issues.
Some code cleaning

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@206 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix again
x2003bruneau [Wed, 21 Feb 2007 20:12:21 +0000 (20:12 +0000)]
Fix again

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@205 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoOoooops
x2003bruneau [Wed, 21 Feb 2007 20:08:44 +0000 (20:08 +0000)]
Ooooops

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@204 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoMany fixes and optimisations:
x2003bruneau [Wed, 21 Feb 2007 17:34:53 +0000 (17:34 +0000)]
Many fixes and optimisations:
-> update gettext translations and Makefile
-> mbox read uses a new helper written in C (need more tests)
-> CSS parser issues
-> encoding issues
...

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@203 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoUTF-8...
x2003bruneau [Tue, 13 Feb 2007 14:16:36 +0000 (14:16 +0000)]
UTF-8...

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@202 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix cache issues
x2003bruneau [Tue, 13 Feb 2007 14:12:33 +0000 (14:12 +0000)]
Fix cache issues
Improves CSS

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@201 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoBetter thread rendering
x2003bruneau [Sat, 10 Feb 2007 13:29:50 +0000 (13:29 +0000)]
Better thread rendering

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@200 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoBetter example o index.php which uses cookies to store subscription datas
x2003bruneau [Sat, 10 Feb 2007 10:07:43 +0000 (10:07 +0000)]
Better example o index.php which uses cookies to store subscription datas

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@199 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoMinor fixes
x2003bruneau [Fri, 9 Feb 2007 23:04:06 +0000 (23:04 +0000)]
Minor fixes

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@198 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix banana stand-alone
x2003bruneau [Fri, 9 Feb 2007 21:36:40 +0000 (21:36 +0000)]
Fix banana stand-alone

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@197 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoShould fix spoolgen on mboxes
x2003bruneau [Mon, 5 Feb 2007 13:45:17 +0000 (13:45 +0000)]
Should fix spoolgen on mboxes

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@195 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoBetter mediawiki url catcher
x2003bruneau [Fri, 2 Feb 2007 22:52:24 +0000 (22:52 +0000)]
Better mediawiki url catcher

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@194 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix HMTL attribute value catcher
x2003bruneau [Fri, 2 Feb 2007 21:23:18 +0000 (21:23 +0000)]
Fix HMTL attribute value catcher

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@193 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoTidy 2.0 support
x2003bruneau [Fri, 2 Feb 2007 10:05:56 +0000 (10:05 +0000)]
Tidy 2.0 support

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@192 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoBackport
x2003bruneau [Tue, 30 Jan 2007 16:18:03 +0000 (16:18 +0000)]
Backport

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@191 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoRelease
x2003bruneau [Tue, 30 Jan 2007 13:51:00 +0000 (13:51 +0000)]
Release

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@188 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoRemove obsolete file
x2003bruneau [Mon, 29 Jan 2007 20:16:21 +0000 (20:16 +0000)]
Remove obsolete file

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@185 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCleanup banana Makefile to prepare the release
x2003bruneau [Mon, 29 Jan 2007 20:07:25 +0000 (20:07 +0000)]
Cleanup banana Makefile to prepare the release

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@184 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCan configure spool root
x2003bruneau [Mon, 29 Jan 2007 19:37:45 +0000 (19:37 +0000)]
Can configure spool root

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@183 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCan choose to show external images
x2003bruneau [Mon, 29 Jan 2007 14:27:32 +0000 (14:27 +0000)]
Can choose to show external images
Css external images are now catched

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@182 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoBanana ChangeLog
x2003bruneau [Sat, 27 Jan 2007 21:55:49 +0000 (21:55 +0000)]
Banana ChangeLog

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@181 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCan choose the part of the message to display
x2003bruneau [Sat, 27 Jan 2007 21:43:14 +0000 (21:43 +0000)]
Can choose the part of the message to display

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@180 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix new box display
x2003bruneau [Thu, 25 Jan 2007 07:25:26 +0000 (07:25 +0000)]
Fix new box display

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@179 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix deletion of message from spool
x2003bruneau [Mon, 22 Jan 2007 17:57:50 +0000 (17:57 +0000)]
Fix deletion of message from spool

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@178 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSmall css fix
x2003bruneau [Mon, 22 Jan 2007 17:43:27 +0000 (17:43 +0000)]
Small css fix

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@177 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoOops, do not break plain text rendering
x2003bruneau [Tue, 16 Jan 2007 21:47:20 +0000 (21:47 +0000)]
Oops, do not break plain text rendering

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@176 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoMuch better html rendering with css support and style inliner
x2003bruneau [Tue, 16 Jan 2007 21:08:59 +0000 (21:08 +0000)]
Much better html rendering with css support and style inliner

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@175 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoDo not remove image properties when hiding external links
x2003bruneau [Mon, 15 Jan 2007 13:33:26 +0000 (13:33 +0000)]
Do not remove image properties when hiding external links

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@174 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoMerge a protocole independent version of spoolgen in Banana itself
x2003bruneau [Mon, 15 Jan 2007 10:32:52 +0000 (10:32 +0000)]
Merge a protocole independent version of spoolgen in Banana itself

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@173 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCan change mbox ==> can generate spool for mbox-based protocoles
x2003bruneau [Mon, 15 Jan 2007 10:18:16 +0000 (10:18 +0000)]
Can change mbox ==> can generate spool for mbox-based protocoles

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@172 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoUnfound mbox is now handled as if it was empty
x2003bruneau [Mon, 15 Jan 2007 09:57:02 +0000 (09:57 +0000)]
Unfound mbox is now handled as if it was empty

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@171 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoBetter fix
x2003bruneau [Sun, 14 Jan 2007 21:08:08 +0000 (21:08 +0000)]
Better fix

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@170 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSome fixes
x2003bruneau [Sun, 14 Jan 2007 21:03:05 +0000 (21:03 +0000)]
Some fixes

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@169 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSmall fixes
x2003bruneau [Sun, 14 Jan 2007 20:18:28 +0000 (20:18 +0000)]
Small fixes

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@168 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCan define elements to display
x2003bruneau [Sun, 14 Jan 2007 18:26:34 +0000 (18:26 +0000)]
Can define elements to display

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@167 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoLimit the size of the images in multipart/mixed view (on browsers which supports...
x2003bruneau [Sun, 14 Jan 2007 13:47:43 +0000 (13:47 +0000)]
Limit the size of the images in multipart/mixed view (on browsers which supports the CSS max-width attribute)

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@166 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCan hide the box-list in thread view
x2003bruneau [Sun, 14 Jan 2007 13:43:27 +0000 (13:43 +0000)]
Can hide the box-list in thread view

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@165 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoDo Html entities on subject...
x2003bruneau [Sat, 13 Jan 2007 21:25:25 +0000 (21:25 +0000)]
Do Html entities on subject...

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@164 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix NNTP posting (double points on line beginning)
x2003bruneau [Sat, 13 Jan 2007 20:36:05 +0000 (20:36 +0000)]
Fix NNTP posting (double points on line beginning)
Fix // ** __ handling
Fix message preview in cancel form

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@163 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoImplements the mail sending in the mbox module
x2003bruneau [Sat, 13 Jan 2007 18:07:12 +0000 (18:07 +0000)]
Implements the mail sending in the mbox module

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@162 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoRemove "hook_getSubject", use a new param of hook_formatDisplayHeader instead
x2003bruneau [Sat, 13 Jan 2007 14:35:59 +0000 (14:35 +0000)]
Remove "hook_getSubject", use a new param of hook_formatDisplayHeader instead

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@161 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSome fixes in "unread" state handling
x2003bruneau [Sat, 13 Jan 2007 09:34:49 +0000 (09:34 +0000)]
Some fixes in "unread" state handling

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@160 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd gettext hooks in the templates
x2003bruneau [Fri, 12 Jan 2007 16:08:44 +0000 (16:08 +0000)]
Add gettext hooks in the templates

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@159 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix warnings
x2003bruneau [Fri, 12 Jan 2007 14:02:19 +0000 (14:02 +0000)]
Fix warnings

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@158 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix a regexp
x2003bruneau [Fri, 12 Jan 2007 13:56:54 +0000 (13:56 +0000)]
Fix a regexp

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@157 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoBetter support of multipart emails for rendering and quoting
x2003bruneau [Fri, 12 Jan 2007 13:21:42 +0000 (13:21 +0000)]
Better support of multipart emails for rendering and quoting

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@156 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoConvert sources to UTF-8
x2003bruneau [Thu, 11 Jan 2007 18:16:58 +0000 (18:16 +0000)]
Convert sources to UTF-8

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@155 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCan hide unuseful pages
x2003bruneau [Thu, 11 Jan 2007 17:32:00 +0000 (17:32 +0000)]
Can hide unuseful pages

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@154 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix some warnings and some encoding issues
x2003bruneau [Thu, 11 Jan 2007 14:13:39 +0000 (14:13 +0000)]
Fix some warnings and some encoding issues

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@153 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoMinor fixes in quote detection
x2003bruneau [Thu, 11 Jan 2007 13:44:16 +0000 (13:44 +0000)]
Minor fixes in quote detection

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@152 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCan choose to view the message sources
x2003bruneau [Wed, 10 Jan 2007 23:48:32 +0000 (23:48 +0000)]
Can choose to view the message sources

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@151 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCode cleaning and bug fixes
x2003bruneau [Wed, 10 Jan 2007 22:01:00 +0000 (22:01 +0000)]
Code cleaning and bug fixes

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@150 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd documentation in page.inc.php
x2003bruneau [Wed, 10 Jan 2007 14:46:03 +0000 (14:46 +0000)]
Add documentation in page.inc.php
Move subscription page to "action=subscribe" instead of "subscribe=1"
Some fixes

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@149 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSome improvements, and fix spoolgen.php
x2003bruneau [Tue, 9 Jan 2007 17:01:31 +0000 (17:01 +0000)]
Some improvements, and fix spoolgen.php

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@148 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoRework all sources :
x2003bruneau [Tue, 9 Jan 2007 13:55:03 +0000 (13:55 +0000)]
Rework all sources :
* add protocole abstraction and a mbox parser
* better message parser
* use Smarty for html generation
* remove php4 compatibility

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@147 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix group description processing
x2003bruneau [Mon, 25 Dec 2006 20:22:43 +0000 (20:22 +0000)]
Fix group description processing

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@146 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years ago#504: ignore badly encoded characters
x2003bruneau [Sat, 14 Oct 2006 19:15:07 +0000 (19:15 +0000)]
#504: ignore badly encoded characters

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@144 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years ago#503: signature encoding in replies
x2003bruneau [Sat, 14 Oct 2006 19:03:57 +0000 (19:03 +0000)]
#503: signature encoding in replies

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@143 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoupdate
x2000habouzit [Mon, 18 Sep 2006 19:52:53 +0000 (19:52 +0000)]
update

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@142 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agorelease
x2000habouzit [Mon, 18 Sep 2006 19:50:16 +0000 (19:50 +0000)]
release

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@141 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoDon't catch punctuation '.' in URL
x2003bruneau [Mon, 21 Aug 2006 22:49:32 +0000 (22:49 +0000)]
Don't catch punctuation '.' in URL

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@140 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix all CSS warnings
x2003bruneau [Sun, 20 Aug 2006 21:19:59 +0000 (21:19 +0000)]
Fix all CSS warnings

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@139 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd shortkey browsing
x2003bruneau [Sat, 19 Aug 2006 16:58:44 +0000 (16:58 +0000)]
Add shortkey browsing
u => next unread
p => new post
r => reply
c => cancel
a => previous post
z => next post
q => previous thread
s => next thread

Do not hesitate to change the shortkeys if you have better :p

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@138 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAfter replying returns on the last message
x2003bruneau [Fri, 11 Aug 2006 13:32:19 +0000 (13:32 +0000)]
After replying returns on the last message

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@137 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCan add a text before banana table in tab container
x2003bruneau [Thu, 10 Aug 2006 20:56:02 +0000 (20:56 +0000)]
Can add a text before banana table in tab container

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@136 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoUgly hack, but really fix issues with some 'long lines'
x2003bruneau [Thu, 10 Aug 2006 13:02:26 +0000 (13:02 +0000)]
Ugly hack, but really fix issues with some 'long lines'

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@135 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd a 'next unread message' button in spool view
x2003bruneau [Thu, 10 Aug 2006 12:41:10 +0000 (12:41 +0000)]
Add a 'next unread message' button in spool view

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@134 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years ago!autoslaps
x2003bruneau [Wed, 9 Aug 2006 20:21:54 +0000 (20:21 +0000)]
!autoslaps

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@133 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix unread message finder
x2003bruneau [Sun, 6 Aug 2006 09:09:56 +0000 (09:09 +0000)]
Fix unread message finder
Update changelog

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@132 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoOops... do not loop on the root !
x2003bruneau [Sat, 5 Aug 2006 16:45:29 +0000 (16:45 +0000)]
Oops... do not loop on the root !

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@131 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd a 'next unread message' button
x2003bruneau [Sat, 5 Aug 2006 16:38:03 +0000 (16:38 +0000)]
Add a 'next unread message' button
To be tested...

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@130 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix infinite loop if quotation reach last line of the post
x2003bruneau [Wed, 2 Aug 2006 18:44:33 +0000 (18:44 +0000)]
Fix infinite loop if quotation reach last line of the post

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@129 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoCatch message-id as a link to read the message
x2003bruneau [Mon, 31 Jul 2006 12:02:26 +0000 (12:02 +0000)]
Catch message-id as a link to read the message

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@127 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoReduce row height tu 20px ==> should force tree to be correctly drawn
x2003bruneau [Sun, 23 Jul 2006 16:15:42 +0000 (16:15 +0000)]
Reduce row height tu 20px ==> should force tree to be correctly drawn

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@126 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd a different for the fourth quotation level
x2003bruneau [Sun, 23 Jul 2006 16:04:04 +0000 (16:04 +0000)]
Add a different for the fourth quotation level

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@125 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFirst index to show must be a linear index and not a message number
x2003bruneau [Sun, 23 Jul 2006 15:41:59 +0000 (15:41 +0000)]
First index to show must be a linear index and not a message number

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@124 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix new message init
x2003bruneau [Sun, 23 Jul 2006 15:25:13 +0000 (15:25 +0000)]
Fix new message init

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@123 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoImprove email catcher
x2003bruneau [Sat, 22 Jul 2006 20:00:56 +0000 (20:00 +0000)]
Improve email catcher
Do not catch message-id as email anymore

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@122 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoImprove url catcher
x2003bruneau [Sat, 22 Jul 2006 19:39:16 +0000 (19:39 +0000)]
Improve url catcher

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@121 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix quotes conversion to html.
x2003bruneau [Sat, 22 Jul 2006 19:34:46 +0000 (19:34 +0000)]
Fix quotes conversion to html.

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@120 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd famfamfam in credits
x2003bruneau [Sun, 16 Jul 2006 16:23:39 +0000 (16:23 +0000)]
Add famfamfam in credits

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@119 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix table size
x2003bruneau [Sun, 16 Jul 2006 15:49:25 +0000 (15:49 +0000)]
Fix table size

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@118 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoShow server error message if posting failed...
x2003bruneau [Sun, 16 Jul 2006 15:46:36 +0000 (15:46 +0000)]
Show server error message if posting failed...
Very useful to know what to change

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@117 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSome fixes
x2003bruneau [Sun, 16 Jul 2006 15:13:19 +0000 (15:13 +0000)]
Some fixes

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@116 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoDisplay post edition form if nntp posting returns an error
x2003bruneau [Sun, 16 Jul 2006 14:56:31 +0000 (14:56 +0000)]
Display post edition form if nntp posting returns an error

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@115 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoImprove css example and fix notices again
x2003bruneau [Sun, 16 Jul 2006 09:15:55 +0000 (09:15 +0000)]
Improve css example and fix notices again

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@114 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd space between the action icons
x2003bruneau [Sun, 16 Jul 2006 08:43:24 +0000 (08:43 +0000)]
Add space between the action icons

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@113 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix others PHP Notices
x2003bruneau [Sun, 16 Jul 2006 07:35:22 +0000 (07:35 +0000)]
Fix others PHP Notices

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@112 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoMore robust tab structure
x2003bruneau [Sat, 15 Jul 2006 16:38:50 +0000 (16:38 +0000)]
More robust tab structure

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@111 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoIntroduces a new tab structure for browsing into banana
x2003bruneau [Sat, 15 Jul 2006 15:46:47 +0000 (15:46 +0000)]
Introduces a new tab structure for browsing into banana

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@110 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoOops
x2003bruneau [Sat, 15 Jul 2006 14:20:33 +0000 (14:20 +0000)]
Oops

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@109 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix some PHP Notices
x2003bruneau [Sat, 15 Jul 2006 14:17:53 +0000 (14:17 +0000)]
Fix some PHP Notices

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@108 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoMinimal support of multipart/related
x2003bruneau [Sat, 15 Jul 2006 13:35:12 +0000 (13:35 +0000)]
Minimal support of multipart/related

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@107 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSmaller page list
x2003bruneau [Sat, 15 Jul 2006 12:46:07 +0000 (12:46 +0000)]
Smaller page list

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@106 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoUse css padding instead of line breaks in body
x2003bruneau [Sat, 15 Jul 2006 10:36:48 +0000 (10:36 +0000)]
Use css padding instead of line breaks in body

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@105 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years ago* Remove ugly image border in gecko browser
x2003bruneau [Sat, 15 Jul 2006 10:14:24 +0000 (10:14 +0000)]
* Remove ugly image border in gecko browser
* Use icon links for getting attachments

git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@104 9869982d-c50d-0410-be91-f2a2ec7c7c7b