banana.git
10 years agoFixes vim mode line. master
Thomas Minvielle [Sun, 2 Feb 2014 16:41:20 +0000 (17:41 +0100)]
Fixes vim mode line.

10 years agoRemove call-time pass-by-reference code which produces fatal error with PHP>=5.4
Nicolas Iooss [Sun, 29 Dec 2013 10:41:18 +0000 (11:41 +0100)]
Remove call-time pass-by-reference code which produces fatal error with PHP>=5.4

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
12 years agoFix misdetection of filenames containing spaces.
Florent Bruneau [Sun, 23 Oct 2011 12:14:07 +0000 (14:14 +0200)]
Fix misdetection of filenames containing spaces.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoFix top-link to attachement.
Florent Bruneau [Sun, 23 Oct 2011 11:36:17 +0000 (13:36 +0200)]
Fix top-link to attachement.

The url contained an url-encoded version of a html-encoded version of the
part name.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoPrevents error on newsgroup without any message.
Stéphane Jacob [Sat, 1 Oct 2011 15:40:19 +0000 (17:40 +0200)]
Prevents error on newsgroup without any message.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
12 years agoPrevents minor warnings.
Stéphane Jacob [Sat, 1 Oct 2011 15:15:57 +0000 (17:15 +0200)]
Prevents minor warnings.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
12 years agoGives a default empty mode for BananaPage.
Stéphane Jacob [Sat, 1 Oct 2011 15:02:32 +0000 (17:02 +0200)]
Gives a default empty mode for BananaPage.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
12 years agoAdd basic support for a json output.
Florent Bruneau [Sat, 24 Sep 2011 07:33:54 +0000 (09:33 +0200)]
Add basic support for a json output.

If banana get output=json in its parameters, it will produce a json
output that can be used in order to update the page in javascript.

This works well with the box list, I didn't even test it on other pages.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoEnsure the [] are properly grouped with the <a> when displaying a link to
Florent Bruneau [Wed, 29 Jun 2011 13:20:49 +0000 (15:20 +0200)]
Ensure the [] are properly grouped with the <a> when displaying a link to
an attachment.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoWhen a part is explicitly marked as an attachment, obey.
Florent Bruneau [Wed, 29 Jun 2011 13:04:50 +0000 (15:04 +0200)]
When a part is explicitly marked as an attachment, obey.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoUser color only depends on the email address.
Florent Bruneau [Wed, 29 Jun 2011 12:42:40 +0000 (14:42 +0200)]
User color only depends on the email address.

This should fix issues with the same user appearing in different colors
depending on the client he is using.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoAdd a space after quote marks.
Florent Bruneau [Wed, 22 Jun 2011 17:12:55 +0000 (19:12 +0200)]
Add a space after quote marks.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoCan select the range of quoted lines.
Florent Bruneau [Sun, 29 May 2011 17:51:24 +0000 (19:51 +0200)]
Can select the range of quoted lines.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoRemove trailing whitespaces.
Florent Bruneau [Sat, 28 May 2011 21:30:15 +0000 (23:30 +0200)]
Remove trailing whitespaces.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoReply composition support pre-filled answers.
Florent Bruneau [Sat, 28 May 2011 21:27:11 +0000 (23:27 +0200)]
Reply composition support pre-filled answers.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoExtend the example with a more fine-grained storage of the list of read
Florent Bruneau [Sat, 14 May 2011 13:05:43 +0000 (15:05 +0200)]
Extend the example with a more fine-grained storage of the list of read
messages.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoAdd a 'markAsRead' hook.
Florent Bruneau [Tue, 10 May 2011 16:50:32 +0000 (18:50 +0200)]
Add a 'markAsRead' hook.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoAllow more precise description of the read/unread messages through a
Florent Bruneau [Tue, 10 May 2011 14:38:50 +0000 (16:38 +0200)]
Allow more precise description of the read/unread messages through a
user-defined custom hook.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoAdd ability to add a text at the end of the branches.
Florent Bruneau [Mon, 9 May 2011 18:34:16 +0000 (20:34 +0200)]
Add ability to add a text at the end of the branches.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoMinor CSS tweak.
Florent Bruneau [Sun, 8 May 2011 20:14:19 +0000 (22:14 +0200)]
Minor CSS tweak.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoAdd support for custom message formatter.
Florent Bruneau [Sun, 8 May 2011 18:31:37 +0000 (20:31 +0200)]
Add support for custom message formatter.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoFix erroneous unread count in some specific cases.
Florent Bruneau [Sun, 8 May 2011 16:53:39 +0000 (18:53 +0200)]
Fix erroneous unread count in some specific cases.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoDefault port for nntps is 563
Florent Bruneau [Fri, 6 May 2011 19:47:52 +0000 (21:47 +0200)]
Default port for nntps is 563

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoFix authentication on banana example.
Florent Bruneau [Fri, 6 May 2011 19:42:57 +0000 (21:42 +0200)]
Fix authentication on banana example.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 years agoMakes NNTPCore usable independently.
Florent Bruneau [Fri, 6 May 2011 19:34:57 +0000 (21:34 +0200)]
Makes NNTPCore usable independently.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoSubject is in utf-8, thus use mb_* functions.
Stéphane Jacob [Mon, 4 Apr 2011 14:20:33 +0000 (16:20 +0200)]
Subject is in utf-8, thus use mb_* functions.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes next/previous-thread/post buttons (Closes #797).
Stéphane Jacob [Mon, 4 Apr 2011 13:04:56 +0000 (15:04 +0200)]
Fixes next/previous-thread/post buttons (Closes #797).

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoTruncates subjects when they are too long (Closes #959).
Stéphane Jacob [Mon, 4 Apr 2011 09:12:49 +0000 (11:12 +0200)]
Truncates subjects when they are too long (Closes #959).

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoReduce memory consumption of banana (Closes #1450)
Florent Bruneau [Sun, 3 Apr 2011 20:05:36 +0000 (22:05 +0200)]
Reduce memory consumption of banana (Closes #1450)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoCommit alteration of po files by gettext itself.
Florent Bruneau [Tue, 8 Mar 2011 20:49:32 +0000 (21:49 +0100)]
Commit alteration of po files by gettext itself.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoOoops: wrong use of preg_split.
Stéphane Jacob [Tue, 22 Feb 2011 09:23:34 +0000 (10:23 +0100)]
Ooops: wrong use of preg_split.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes deprecated features in PHP 5.3.x.
Stéphane Jacob [Tue, 22 Feb 2011 09:11:37 +0000 (10:11 +0100)]
Fixes deprecated features in PHP 5.3.x.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoFix a bug in text/plain formatter when a message contains two URLs, the
Florent Bruneau [Fri, 9 Apr 2010 18:17:50 +0000 (20:17 +0200)]
Fix a bug in text/plain formatter when a message contains two URLs, the
first one being a prefix of the second one.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix parsing of messages containing UUEncoded data.
Florent Bruneau [Sun, 31 Aug 2008 15:01:59 +0000 (17:01 +0200)]
Fix parsing of messages containing UUEncoded data.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoRelease Banana 1.8.1 banana-1.8.1 1.8.1
Florent Bruneau [Sat, 19 Jul 2008 12:34:53 +0000 (14:34 +0200)]
Release Banana 1.8.1

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUpdate ChangeLog
Florent Bruneau [Sat, 5 Jul 2008 14:20:09 +0000 (16:20 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMore colors by NC
Florent Bruneau [Sat, 5 Jul 2008 14:10:32 +0000 (16:10 +0200)]
More colors by NC

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoRename dark gray branches to ..dg and black one to ..b
Florent Bruneau [Fri, 4 Jul 2008 20:37:12 +0000 (22:37 +0200)]
Rename dark gray branches to ..dg and black one to ..b

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCan define the suffix to use in the tree for both read and unread messages.
Florent Bruneau [Fri, 4 Jul 2008 20:24:07 +0000 (22:24 +0200)]
Can define the suffix to use in the tree for both read and unread messages.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoRename the branches images to avoid confusion... and to support case
Florent Bruneau [Fri, 4 Jul 2008 20:01:31 +0000 (22:01 +0200)]
Rename the branches images to avoid confusion... and to support case
insensitive file systems (HFS sucks)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoBanana 1.8 banana-1.8 1.8
Florent Bruneau [Mon, 31 Mar 2008 19:42:39 +0000 (21:42 +0200)]
Banana 1.8

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoWorkaround a bug of php 5.2.0+etch10 which has a fallback to text/plain
Florent Bruneau [Wed, 19 Mar 2008 16:42:18 +0000 (17:42 +0100)]
Workaround a bug of php 5.2.0+etch10 which has a fallback to text/plain
instead of application/octet-stream.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoDummy change
Florent Bruneau [Sat, 5 Jan 2008 00:15:20 +0000 (01:15 +0100)]
Dummy change

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdd .gitignores
Florent Bruneau [Sat, 5 Jan 2008 00:05:51 +0000 (01:05 +0100)]
Add .gitignores

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoHum, should avoid spool corruption when a message is canceled.
x2003bruneau [Wed, 21 Nov 2007 23:26:21 +0000 (23:26 +0000)]
Hum, should avoid spool corruption when a message is canceled.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@307 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSome speed improvements again.
x2003bruneau [Fri, 16 Nov 2007 09:25:19 +0000 (09:25 +0000)]
Some speed improvements again.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@306 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix some CSS issues with very large trolls^Wtrees
x2003bruneau [Sat, 3 Nov 2007 17:25:04 +0000 (17:25 +0000)]
Fix some CSS issues with very large trolls^Wtrees
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@305 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix URL conflict when the same spool is used on different site.
x2003bruneau [Fri, 2 Nov 2007 23:44:04 +0000 (23:44 +0000)]
Fix URL conflict when the same spool is used on different site.

This distinction is made on the host name only (conflicts may remain if the
same group is displayed on different pathes of the same site).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@304 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoShow the post subject in the 'message'-tab
x2003bruneau [Fri, 2 Nov 2007 20:31:33 +0000 (20:31 +0000)]
Show the post subject in the 'message'-tab

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@303 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoStricter test.
x2003bruneau [Fri, 2 Nov 2007 16:24:17 +0000 (16:24 +0000)]
Stricter test.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@302 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoMore space.
x2003bruneau [Fri, 2 Nov 2007 13:11:28 +0000 (13:11 +0000)]
More space.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@301 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFist member permissions.
x2003bruneau [Fri, 2 Nov 2007 13:04:14 +0000 (13:04 +0000)]
Fist member permissions.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@300 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoRemove dead code.
x2003bruneau [Thu, 1 Nov 2007 22:10:42 +0000 (22:10 +0000)]
Remove dead code.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@299 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoUse explicit serialization (revert r291).
x2003bruneau [Thu, 1 Nov 2007 10:59:39 +0000 (10:59 +0000)]
Use explicit serialization (revert r291).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@298 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix warnings.
x2003bruneau [Wed, 31 Oct 2007 23:21:02 +0000 (23:21 +0000)]
Fix warnings.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@297 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoTree is full featured now.
x2003bruneau [Wed, 31 Oct 2007 22:38:24 +0000 (22:38 +0000)]
Tree is full featured now.

Only remains to be done some layout compaction and speed improvements.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@296 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoNew storage format of the tree.
x2003bruneau [Wed, 31 Oct 2007 22:38:19 +0000 (22:38 +0000)]
New storage format of the tree.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@295 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix warnings
x2003bruneau [Tue, 30 Oct 2007 22:20:05 +0000 (22:20 +0000)]
Fix warnings
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@294 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoNew BananaTree class that can be serialized into its own file.
x2003bruneau [Tue, 30 Oct 2007 21:07:02 +0000 (21:07 +0000)]
New BananaTree class that can be serialized into its own file.
Some API consistency improvements
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@293 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoMove spool file in $PROTO/$GROUP/spool instead of $PROTO/$GROUP
x2003bruneau [Mon, 29 Oct 2007 23:04:20 +0000 (23:04 +0000)]
Move spool file in $PROTO/$GROUP/spool instead of $PROTO/$GROUP

This allow having more spool files (For now just feed and spool for each
group, but I plan to split spool in spool and tree_$ROOTNODE).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@292 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoDo not explicitly serialize object in session.
x2003bruneau [Sun, 28 Oct 2007 23:10:19 +0000 (23:10 +0000)]
Do not explicitly serialize object in session.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@291 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoUpdate ChangeLog
x2003bruneau [Sun, 28 Oct 2007 16:52:24 +0000 (16:52 +0000)]
Update ChangeLog
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@290 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix msg-id references.
x2003bruneau [Sun, 28 Oct 2007 16:52:21 +0000 (16:52 +0000)]
Fix msg-id references.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@289 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix mbox and feed to the new spool
x2003bruneau [Sun, 28 Oct 2007 16:12:31 +0000 (16:12 +0000)]
Fix mbox and feed to the new spool
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@288 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoDon't show References in default configuration.
x2003bruneau [Sun, 28 Oct 2007 15:32:03 +0000 (15:32 +0000)]
Don't show References in default configuration.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@287 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFix References
x2003bruneau [Sun, 28 Oct 2007 15:32:00 +0000 (15:32 +0000)]
Fix References
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@286 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFixes
x2003bruneau [Sun, 28 Oct 2007 15:08:59 +0000 (15:08 +0000)]
Fixes
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@285 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoRewritten banana spool structure for faster build and access
x2003bruneau [Sun, 28 Oct 2007 15:08:54 +0000 (15:08 +0000)]
Rewritten banana spool structure for faster build and access
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@284 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoAdd javascript flag in templates
x2003bruneau [Tue, 23 Oct 2007 22:04:27 +0000 (22:04 +0000)]
Add javascript flag in templates
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@283 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSome speed and layout improvements
x2003bruneau [Tue, 23 Oct 2007 22:04:23 +0000 (22:04 +0000)]
Some speed and layout improvements
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@282 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoIntegration of the tree in the spool view
x2003bruneau [Tue, 23 Oct 2007 22:04:19 +0000 (22:04 +0000)]
Integration of the tree in the spool view
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@281 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoLook improvements. Can identify unread message and switch from a message to
x2003bruneau [Tue, 23 Oct 2007 22:04:15 +0000 (22:04 +0000)]
Look improvements. Can identify unread message and switch from a message to
another via the tree.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@280 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoFirst version of a tree representation of the threads
x2003bruneau [Tue, 23 Oct 2007 22:04:11 +0000 (22:04 +0000)]
First version of a tree representation of the threads
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@279 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoRemove non significant spaces
x2003bruneau [Fri, 19 Oct 2007 19:05:15 +0000 (19:05 +0000)]
Remove non significant spaces
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@278 9869982d-c50d-0410-be91-f2a2ec7c7c7b

16 years agoSomes improvements in the html style parser
x2003bruneau [Fri, 19 Oct 2007 09:51:15 +0000 (09:51 +0000)]
Somes improvements in the html style parser

 Changelog                   |    5 +++++
 banana/message.func.inc.php |   14 +++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

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

16 years agoFix rendering of multipart/alternative when it is a subpart
x2003bruneau [Fri, 19 Oct 2007 09:30:29 +0000 (09:30 +0000)]
Fix rendering of multipart/alternative when it is a subpart
of another multipart

 mimepart.inc.php |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

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

16 years agoBanana 1.7 release
x2003bruneau [Mon, 8 Oct 2007 18:38:57 +0000 (18:38 +0000)]
Banana 1.7 release

 Changelog |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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

16 years agoCan overload the xface generation using a custom image
x2003bruneau [Sun, 30 Sep 2007 09:55:43 +0000 (09:55 +0000)]
Can overload the xface generation using a custom image

 Changelog                               |    4 ++++
 banana/message.inc.php                  |    7 ++++++-
 banana/templates/banana-message.inc.tpl |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

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

16 years agoFix notices
x2003bruneau [Sun, 19 Aug 2007 11:40:13 +0000 (11:40 +0000)]
Fix notices

 page.inc.php                     |    2 +-
 templates/banana-message.inc.tpl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

16 years agoClose #707: Show all messages of the forum if all of them are
x2003bruneau [Tue, 14 Aug 2007 22:31:45 +0000 (22:31 +0000)]
Close #707: Show all messages of the forum if all of them are
marked as read.

 Changelog                |    4 ++++
 banana/banana.inc.php.in |   26 +++++++++++++-------------
 banana/spool.inc.php     |   32 ++++++++++++++++++--------------
 3 files changed, 35 insertions(+), 27 deletions(-)

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

16 years agoDon't fail if the subscription list is invalid
x2003bruneau [Sat, 28 Jul 2007 18:21:20 +0000 (18:21 +0000)]
Don't fail if the subscription list is invalid

 nntp.inc.php |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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

16 years agoFix NNTP authentication procedure
x2003bruneau [Sat, 28 Jul 2007 18:13:19 +0000 (18:13 +0000)]
Fix NNTP authentication procedure

 nntp.inc.php     |    6 ++----
 nntpcore.inc.php |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

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

16 years agoYear of the post
x2003bruneau [Sat, 23 Jun 2007 09:40:11 +0000 (09:40 +0000)]
Year of the post

 Changelog            |    1 +
 banana/spool.inc.php |    4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

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

16 years agoAccept ";", "," and " " as newsgroup separators
x2003bruneau [Sat, 23 Jun 2007 09:33:18 +0000 (09:33 +0000)]
Accept ";", "," and " " as newsgroup separators

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

16 years agoIntegrates the PGP support with the web interface.
x2003bruneau [Tue, 12 Jun 2007 20:03:09 +0000 (20:03 +0000)]
Integrates the PGP support with the web interface.
Some bugfixes and improvements

 Changelog                               |    4 ++++
 banana/banana.inc.php.in                |    4 ++++
 banana/message.inc.php                  |   21 +++++++++++++++++++++
 banana/mimepart.inc.php                 |   19 +++++++++++++++----
 banana/templates/banana-message.inc.tpl |   27 ++++++++++++++++++++++++++-
 5 files changed, 70 insertions(+), 5 deletions(-)

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

16 years agoA better version with PGP support
x2003bruneau [Tue, 12 Jun 2007 16:56:57 +0000 (16:56 +0000)]
A better version with PGP support

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

16 years agoA first version of a gpg signature checker
x2003bruneau [Mon, 11 Jun 2007 23:06:56 +0000 (23:06 +0000)]
A first version of a gpg signature checker

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

16 years agoClean params to remove empty strings and fix the default checkCancel implementation
x2003bruneau [Thu, 7 Jun 2007 20:42:03 +0000 (20:42 +0000)]
Clean params to remove empty strings and fix the default checkCancel implementation

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

16 years agoTypo
x2003bruneau [Wed, 30 May 2007 10:14:53 +0000 (10:14 +0000)]
Typo

 Changelog |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

16 years agoFix References compliancy
x2003bruneau [Wed, 30 May 2007 10:14:20 +0000 (10:14 +0000)]
Fix References compliancy

 Changelog                |    4 ++++
 banana/banana.inc.php.in |    2 +-
 banana/message.inc.php   |    9 +++++----
 3 files changed, 10 insertions(+), 5 deletions(-)

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

16 years agoCreate templates_c directory if it does not exist
x2003bruneau [Mon, 28 May 2007 08:27:31 +0000 (08:27 +0000)]
Create templates_c directory if it does not exist

 page.inc.php |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

16 years agoDefinitly fix the message truncation bug.
x2003bruneau [Tue, 22 May 2007 08:53:02 +0000 (08:53 +0000)]
Definitly fix the message truncation bug.
This bug is caused by a bug in PHP's strip_tags!!!

 Changelog                   |    4 ++++
 banana/message.func.inc.php |    3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

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

16 years agoFix baseurl for images and javascript
x2003bruneau [Mon, 21 May 2007 11:39:16 +0000 (11:39 +0000)]
Fix baseurl for images and javascript
Some improvements to the example script

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

16 years agoSome improvements for banana 'stand-alone'
x2003bruneau [Wed, 16 May 2007 12:01:43 +0000 (12:01 +0000)]
Some improvements for banana 'stand-alone'

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

16 years agoAdd a minimalist user identification in banana example script
x2003bruneau [Mon, 14 May 2007 20:49:16 +0000 (20:49 +0000)]
Add a minimalist user identification in banana example script

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

16 years agoChangelog
x2003bruneau [Fri, 11 May 2007 20:09:33 +0000 (20:09 +0000)]
Changelog

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

16 years agoAlso catch <url>
x2003bruneau [Fri, 11 May 2007 19:19:39 +0000 (19:19 +0000)]
Also catch <url>

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

16 years agoCan disable Javascript
x2003bruneau [Fri, 11 May 2007 19:17:58 +0000 (19:17 +0000)]
Can disable Javascript

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

16 years agoFix posting with canAttach = true;
x2003bruneau [Fri, 11 May 2007 17:15:27 +0000 (17:15 +0000)]
Fix posting with canAttach = true;

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

16 years agoFix references when replying to a post with artid = 0
x2003bruneau [Thu, 10 May 2007 22:46:35 +0000 (22:46 +0000)]
Fix references when replying to a post with artid = 0

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