David MENTRE | 15 Jun 22:36
Favicon

changeset in demexp/hg/dev-0.7: Test commit process through copy...

changeset 22778c97efe4 in /home/david/pub/demexp/hg/dev-0.7
details: http://www.linux-france.org/cgi-bin/hgwebdir.cgi/demexp/hg/dev-0.7?cmd=changeset;node=22778c97efe4
description:
	Test commit process through copyright change.

diffs (12 lines):

diff -r 4565ad583541 -r 22778c97efe4 gtk2-clnt/demexp-gtk2-client.ml.nw
--- a/gtk2-clnt/demexp-gtk2-client.ml.nw	Tue May 09 12:17:21 2006 +0000
+++ b/gtk2-clnt/demexp-gtk2-client.ml.nw	Thu Jun 15 22:35:17 2006 +0200
@@ -3,7 +3,7 @@ This module defines the starting point o
 This module defines the starting point of the LablGTK2 client.

 <<demexp-gtk2-client.ml>>=
-(* copyright 2004-2005 David MENTRE *)
+(* copyright 2004-2006 David MENTRE *)
 (* this software is under GNU GPL. See COPYING.GPL file for details *)

 open Messages_aux
David MENTRE | 15 Jun 22:35
Favicon

demexp/hg/dev-0.7: Test commit process through copyright change.

changeset 22778c97efe4 in /home/david/pub/demexp/hg/dev-0.7
details: http://www.linux-france.org/cgi-bin/hgwebdir.cgi/demexp/hg/dev-0.7?cmd=changeset;node=22778c97efe4
summary: Test commit process through copyright change.

diffs (12 lines):

diff -r 4565ad583541 -r 22778c97efe4 gtk2-clnt/demexp-gtk2-client.ml.nw
--- a/gtk2-clnt/demexp-gtk2-client.ml.nw	Tue May 09 12:17:21 2006 +0000
+++ b/gtk2-clnt/demexp-gtk2-client.ml.nw	Thu Jun 15 22:35:17 2006 +0200
@@ -3,7 +3,7 @@ This module defines the starting point o
 This module defines the starting point of the LablGTK2 client.

 <<demexp-gtk2-client.ml>>=
-(* copyright 2004-2005 David MENTRE *)
+(* copyright 2004-2006 David MENTRE *)
 (* this software is under GNU GPL. See COPYING.GPL file for details *)

 open Messages_aux
David MENTRE | 15 Jun 22:36
Favicon

changeset in demexp/hg/dev-0.7: Test commit process through copy...

changeset 22778c97efe4 in /home/david/pub/demexp/hg/dev-0.7
details: http://www.linux-france.org/cgi-bin/hgwebdir.cgi/demexp/hg/dev-0.7?cmd=changeset;node=22778c97efe4
description:
	Test commit process through copyright change.

diffs (12 lines):

diff -r 4565ad583541 -r 22778c97efe4 gtk2-clnt/demexp-gtk2-client.ml.nw
--- a/gtk2-clnt/demexp-gtk2-client.ml.nw	Tue May 09 12:17:21 2006 +0000
+++ b/gtk2-clnt/demexp-gtk2-client.ml.nw	Thu Jun 15 22:35:17 2006 +0200
@@ -3,7 +3,7 @@ This module defines the starting point o
 This module defines the starting point of the LablGTK2 client.

 <<demexp-gtk2-client.ml>>=
-(* copyright 2004-2005 David MENTRE *)
+(* copyright 2004-2006 David MENTRE *)
 (* this software is under GNU GPL. See COPYING.GPL file for details *)

 open Messages_aux
David | 9 May 15:17
Picon

arch commit: demexp--dev--0.7--patch-61

Revision: demexp--dev--0.7--patch-61
Archive: dmentre <at> linux-france.org--2004-code
Creator: David MENTRE <dmentre <at> linux-france.org>
Date: Tue May  9 15:17:21 CEST 2006
Standard-date: 2006-05-09 13:17:21 GMT
Modified-files: gtk2-clnt/browser.ml.nw po/fr.po
    web/browse.ml.nw
New-patches: dmentre <at> linux-france.org--2004-code/demexp--dev--0.7--patch-61
Summary: (bug fix) Get the correct number of questions when browsing
Keywords: client, web

* web/browse.ml.nw
* gtk2-clnt/browser.ml.nw

  When updating the cache for new question, get question numbers up to
  max_question_id returned by max_question_id() RPC and NOT up to
  max_number_ids (the maximum number of items to get at once, 100).
David | 8 May 17:50
Picon

arch commit: demexp--dev--0.7--patch-60

Revision: demexp--dev--0.7--patch-60
Archive: dmentre <at> linux-france.org--2004-code
Creator: David MENTRE <dmentre <at> linux-france.org>
Date: Mon May  8 17:49:38 CEST 2006
Standard-date: 2006-05-08 15:49:38 GMT
Modified-files: srv/work.ml.nw
New-patches: dmentre <at> linux-france.org--2004-code/demexp--dev--0.7--patch-60
Summary: Update question timestamp after a new vote
Keywords: srv

* srv/work.ml.nw

  Update question timestamp after a new vote, thus the question will
  appear as new in the client. This brings two advantages:

   - it allows a participant to follow more closely the result of a
     question (e.g. if the winning response changes);

   - it fixes a real bug where the question displayed in the client is
     not correct if the number of voters or the winning question
     changes.

  Of course, this patch raises a security issue: one could imagine
  following individual votes with this behaviour. I consider this as a
  temporary fix until we implement more sophisticated procedures
  (delayed vote update under specific thresholds for example).
David | 8 May 16:57
Picon

arch commit: demexp--dev--0.7--patch-59

Revision: demexp--dev--0.7--patch-59
Archive: dmentre <at> linux-france.org--2004-code
Creator: David MENTRE <dmentre <at> linux-france.org>
Date: Mon May  8 16:56:43 CEST 2006
Standard-date: 2006-05-08 14:56:43 GMT
Modified-files: srv/classification.ml.nw
New-patches: dmentre <at> linux-france.org--2004-code/demexp--dev--0.7--patch-59
Summary: (bug fix) update tag timestamp when a tag label is changed
Keywords: srv

* srv/classification.ml.nw

  (bug fix) update tag timestamp when a tag label is changed.
David | 7 May 16:34
Picon

arch commit: demexp--dev--0.7--patch-58

Revision: demexp--dev--0.7--patch-58
Archive: dmentre <at> linux-france.org--2004-code
Creator: David MENTRE <dmentre <at> linux-france.org>
Date: Sun May  7 16:33:37 CEST 2006
Standard-date: 2006-05-07 14:33:37 GMT
New-files: scripts/.arch-ids/init.d-demexp.id
    scripts/init.d-demexp
New-patches: dmentre <at> linux-france.org--2004-code/demexp--dev--0.7--patch-58
Summary: shell script to launch demexp at machine startup
Keywords: 

* scripts/init.d-demexp

  Shell script skeleton to put as /etc/init.d/demexp and to be used by
  /etc/rc?.d/ directories. Can be used to start and stop demexp server.
David | 18 Mar 16:17
Picon

arch commit: demexp--official--2--patch-1

Revision: demexp--official--2--patch-1
Archive: dmentre <at> linux-france.org--2004-code
Creator: David MENTRE <dmentre <at> linux-france.org>
Date: Sat Mar 18 16:17:31 CET 2006
Standard-date: 2006-03-18 15:17:31 GMT
New-files: scripts/.arch-ids/start.id scripts/start
Modified-files: config/config.inc.ml
New-patches: dmentre <at> linux-france.org--2004-code/demexp--official--2--patch-1
Summary: changes necessary for running on marcos
Keywords: 

changes necessary for running on marcos
David | 18 Mar 16:03
Picon

arch tag: demexp--official--2--base-0

Revision: demexp--official--2--base-0
Archive: dmentre <at> linux-france.org--2004-code
Creator: David MENTRE <dmentre <at> linux-france.org>
Date: Sat Mar 18 16:02:41 CET 2006
Standard-date: 2006-03-18 15:02:41 GMT
New-patches: dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--base-0
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-1
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-2
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-3
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-4
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-5
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-6
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-7
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-8
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-9
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-10
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-11
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-12
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-13
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-14
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-15
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-16
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-17
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-18
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-19
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-20
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-21
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-22
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-23
    dmentre <at> linux-france.org--2004-code/demexp--cduce--0.3--patch-24
(Continue reading)

David | 18 Mar 16:00
Picon

arch commit: demexp--dev--0.7--patch-57

Revision: demexp--dev--0.7--patch-57
Archive: dmentre <at> linux-france.org--2004-code
Creator: David MENTRE <dmentre <at> linux-france.org>
Date: Sat Mar 18 15:59:50 CET 2006
Standard-date: 2006-03-18 14:59:50 GMT
Modified-files: config/config.inc.ml
New-patches: dmentre <at> linux-france.org--2004-code/demexp--dev--0.7--patch-57
Summary: Set version to 0.7.1
Keywords: 

Set version to 0.7.1
David | 18 Mar 15:57
Picon

arch commit: demexp--dev--0.7--patch-56

Revision: demexp--dev--0.7--patch-56
Archive: dmentre <at> linux-france.org--2004-code
Creator: David MENTRE <dmentre <at> linux-france.org>
Date: Sat Mar 18 15:57:22 CET 2006
Standard-date: 2006-03-18 14:57:22 GMT
Modified-files: config/config.inc.ml net/messages.xdr.nw
New-patches: dmentre <at> linux-france.org--2004-code/demexp--dev--0.7--patch-56
Summary: Update default server configuration
Keywords: srv, net

* config/config.inc.ml
* net/messages.xdr.nw

   Update default server configuration for real world deployment:
    maximum_message_size = 5 MiB
    MAX_NUMBER_RESPONSES = 2048

Gmane