You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(42) |
Oct
(110) |
Nov
(183) |
Dec
(219) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(181) |
Feb
(340) |
Mar
(190) |
Apr
(136) |
May
(316) |
Jun
(93) |
Jul
(130) |
Aug
(443) |
Sep
(505) |
Oct
(224) |
Nov
(26) |
Dec
(58) |
| 2003 |
Jan
(24) |
Feb
(98) |
Mar
(142) |
Apr
(48) |
May
(5) |
Jun
(112) |
Jul
(16) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2004 |
Jan
(32) |
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <be...@ma...> - 2003-03-22 02:47:36
|
Log Message:
-----------
Envoit un header http avec le temps (milisecondes) "perdu"
par jpcache...
Pas pire pas pire...
Modified Files:
--------------
/cvs/mdw/mydynaweb/Packages/Cache/jpcache:
jpcache-main.php |
|
From: <xbt...@ma...> - 2003-03-21 13:18:59
|
Log Message:
-----------
pour faire rouler le script make_script.pl
Added Files:
-----------
/cvs/mdw/mydynaweb/templates/mdw_slides:
CalendarBox.html
CalendarSingleEvent.html
FormDbInterface-deletionConfirmation.html
FormDbInterface-getElements.html
InformationUnit-GetCurrentIuInfo.html
InformationUnit-lastModified.html
Page.Display.html
TranslatorLangageImages.html
form.html
headlineNews.html
main.html
sideBox.html
singleNews.html
stylesheet.css
summary.html
/cvs/mdw/mydynaweb/templates/mdw_slides/images:
b.png
bd.png
bg.png
d.png
elix2.png
fond_titre.png
g.png
h.png
hd.png
hg.png
logo-powered.gif
mamouth.png
news_corner.jpg
php-small-white.png
pixel.gif
poweredbymydynaweb.gif
topic_tree.jpg
topic_tree.png
topic_tree_iu.jpg
topic_tree_iu.png
vim.vialle.love.anim.gif
workswithmysql-88.png |
|
From: <xbt...@ma...> - 2003-03-21 13:15:31
|
Update of /cvs/mdw/mydynaweb/templates/mdw_slides/images In directory cvs01.ccs.usherbrooke.ca:/tmp/cvs-serv753/mdw_slides/images Log Message: Directory /cvs/mdw/mydynaweb/templates/mdw_slides/images added to the repository |
|
From: <xbt...@ma...> - 2003-03-21 13:15:05
|
Update of /cvs/mdw/mydynaweb/templates/mdw_slides In directory cvs01.ccs.usherbrooke.ca:/tmp/cvs-serv736/mdw_slides Log Message: Directory /cvs/mdw/mydynaweb/templates/mdw_slides added to the repository |
|
From: <xbt...@ma...> - 2003-03-21 13:12:43
|
Log Message:
-----------
- pour créer les slides.
- il faut ABSOLUMENT s'assurer que les thème est mdw_slides.
Added Files:
-----------
/cvs/mdw/mydynaweb/tools:
make_slides.pl |
|
From: <xbt...@ma...> - 2003-03-21 13:10:29
|
Log Message:
-----------
pour la présentation dans 2 heures.
Added Files:
-----------
/cvs/mdw/mydynaweb/images:
topic_tree.png
topic_tree_iu.png
topic_tree_acl.png |
|
From: <be...@ma...> - 2003-03-21 12:49:26
|
Log Message:
-----------
png acceptable pour moz.
Modified Files:
--------------
/cvs/mdw/mydynaweb/templates/mdw_pres/images:
mamouth.png |
|
From: mdw c. <myd...@li...> - 2003-03-21 09:17:58
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql/db_upgrade Modified Files: from-0.5pre1__to-mytinyweb.sql Log Message: on loggue le user-agent lors des votes afin de controller qu'il n'y a pas d'abus =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/sql/db_upgrade/from-0.5pre1__to-mytinyweb.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- from-0.5pre1__to-mytinyweb.sql 3 Mar 2003 10:22:19 -0000 1.1 +++ from-0.5pre1__to-mytinyweb.sql 21 Mar 2003 09:17:27 -0000 1.2 @@ -1,3 +1,4 @@ alter table news add approved tinyint not null default 0; alter table news add nb_forward int not null default 0; alter table comments add show_user_mail tinyint not null default 1; +alter table poll_users add user_agent varchar(255) not null default ''; |
|
From: mdw c. <myd...@li...> - 2003-03-21 09:17:58
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : sql Dir : mydynaweb/sql Modified Files: MYSQL_create.sql Log Message: on loggue le user-agent lors des votes afin de controller qu'il n'y a pas d'abus =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/sql/MYSQL_create.sql,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- MYSQL_create.sql 14 Mar 2003 15:09:53 -0000 1.18 +++ MYSQL_create.sql 21 Mar 2003 09:17:27 -0000 1.19 @@ -88,7 +88,7 @@ CREATE TABLE news ( num_news int NOT NULL auto_increment, - titre varchar(50) NOT NULL default '', + titre varchar(255) NOT NULL default '', date date NOT NULL default '0000-00-00', texte text NOT NULL, long_text text not null default '', @@ -105,7 +105,7 @@ CREATE TABLE comments ( num_cmt int(11) NOT NULL auto_increment, pere int not null default 0, - title varchar(35) DEFAULT '' NOT NULL, + title varchar(255) DEFAULT '' NOT NULL, date_ins date DEFAULT '0000-00-00' NOT NULL, content text DEFAULT '' NOT NULL, _num_news int(11) DEFAULT '0' NOT NULL, @@ -273,6 +273,7 @@ CREATE TABLE poll_users ( pol_id int not null default 0, user_ip_addr varchar(16) not null default '', + user_agent varchar(255) not null default '', primary key (pol_id, user_ip_addr) ); |
|
From: mdw c. <myd...@li...> - 2003-03-21 09:15:01
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/tools/events
Modified Files:
cache.php
Log Message:
Correction d'un vilain bug dans la lecture du cookie des voffectués.
Maintenant ce bug est correigé et quand on a l'id du sondage dans le cookie "VOTES"
le sondage est affiché.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/tools/events/cache.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- cache.php 14 Feb 2003 08:31:14 -0000 1.20
+++ cache.php 21 Mar 2003 09:14:30 -0000 1.21
@@ -1,7 +1,7 @@
<?PHP
//!! Cache System
//! Global cache system for MDW.Q
-// $Id: cache.php,v 1.20 2003/02/14 08:31:14 sukria Exp $
+// $Id: cache.php,v 1.21 2003/03/21 09:14:30 sukria Exp $
/*!
This class implement a global cache system for MDW.
@@ -184,10 +184,10 @@
$now = (float)$usec + (float)$sec;
$time_used = sprintf("%01.3f", $now - $TIME_START);
- print "<center><font face='sans-serif' size=-2>
+ print "<div id='signature'>
Ce site tourne sous MyTinyWeb 0.1<br>
Page cachée, générée en $time_used secondes.
- </font></center>\n";
+ </div>\n";
}
}
|
|
From: mdw c. <myd...@li...> - 2003-03-21 09:15:01
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/include
Modified Files:
gui.inc.php templates.inc.php
Log Message:
Correction d'un vilain bug dans la lecture du cookie des voffectués.
Maintenant ce bug est correigé et quand on a l'id du sondage dans le cookie "VOTES"
le sondage est affiché.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/include/gui.inc.php,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- gui.inc.php 13 Mar 2003 16:33:07 -0000 1.62
+++ gui.inc.php 21 Mar 2003 09:14:29 -0000 1.63
@@ -365,7 +365,7 @@
function get_poll_box($DBH, $view = 0)
{
- $votes = explode ("-", VOTES);
+ $cookie_votes = explode ("-", VOTES);
$BOX_HASH_TEMPLATE = read_template(THEMES_PATH . "/box.html");
$sql = "SELECT pol_title, pol_id,
@@ -390,12 +390,12 @@
// if the user has a cookie for that poll, don't show the form
// only display the results
- for ($i=0; $i<sizeof($votes); $i++) {
- if ($votes[$i] == $row['pol_id']) {
+ for ($i=0; $i<sizeof($cookie_votes); $i++) {
+ if ($cookie_votes[$i] == $row['pol_id']) {
$view = 1;
}
}
-
+
// first look if that user (IP ADDR) can vote for that poll
$sql = "SELECT pol_id FROM poll_users
@@ -406,7 +406,7 @@
$row2 = $rqt2->getrow();
// set the title
- $VALUES['TITLE'] .= "<br><b>" . $row["pol_title"] . "</b>";
+ $VALUES['TITLE'] .= "<b>" . $row["pol_title"] . "</b>";
$form = get_hash_template($BOX_HASH_TEMPLATE["HEAD"], $VALUES);
$questions[0] = $row["pol_question_1_str"];
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/include/templates.inc.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- templates.inc.php 14 Mar 2003 15:09:51 -0000 1.39
+++ templates.inc.php 21 Mar 2003 09:14:30 -0000 1.40
@@ -264,10 +264,10 @@
list($usec, $sec) = explode(" ",microtime());
$now = (float)$usec + (float)$sec;
$time_used = sprintf("%01.3f", $now - $TIME_START);
- print "<center><font face='sans-serif' size=\"-2\">
+ print "<div id='signature'>
Ce site tourne sous MyTinyWeb 0.1<br>
Page générée en $time_used secondes.
- </font></center>\n";
+ </div>\n";
}
$output .= $line;
@@ -279,10 +279,10 @@
list($usec, $sec) = explode(" ",microtime());
$now = (float)$usec + (float)$sec;
$time_used = sprintf("%01.3f", $now - $TIME_START);
- print "<center><font face='sans-serif' size=-2>
+ print "<div id='signature'>
Ce site tourne sous MyTinyWeb 0.1<br>
Page générée en $time_used secondes.
- </font></center>\n";
+ </div>\n";
}
print ($file[$i]);
$output .= $file[$i];
@@ -344,10 +344,10 @@
list($usec, $sec) = explode(" ",microtime());
$now = (float)$usec + (float)$sec;
$time_used = sprintf("%01.3f", $now - $TIME_START);
- print "<center><font face='sans-serif' size=-2>
+ print "<div id='signature'>
Ce site tourne sous MyTinyWeb 0.1<br>
Page générée en $time_used secondes.
- </font></center>";
+ </div>";
}
|
|
From: mdw c. <myd...@li...> - 2003-03-21 09:15:00
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs
Modified Files:
poll.php
Log Message:
Correction d'un vilain bug dans la lecture du cookie des voffectués.
Maintenant ce bug est correigé et quand on a l'id du sondage dans le cookie "VOTES"
le sondage est affiché.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/poll.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- poll.php 13 Mar 2003 16:33:02 -0000 1.2
+++ poll.php 21 Mar 2003 09:14:29 -0000 1.3
@@ -10,8 +10,39 @@
header ("Location: news.php");
}
+ $site_root = SITE_ROOT;
+
+/* FIXME : nedd to check that the refere is from the site
+ to prevent some abuse
+
+ if (! preg_match ("/^$site_root.*$/", $HTTP_REFERER)) {
+ print "You bastard !<br>Don't try to abuse my poll !";
+ exit();
+ }
+*/
+ // some check up before processing
+
+/* print "$HTTP_REFERER - <br>";
+ print "$HTTP_USER_AGENT - <br>";
+ print "$REMOTE_ADDR - <br>";
+ exit;
+*/
+
+
+ // look if the same user_agent has yet answered for that poll
+ /*$sql = "SELECT count(user_agent)
+ FROM poll_users
+ WHERE pol_id = $pol_id
+ AND user_agent = '$HTTP_USER_AGENT'";
+ $rqt = new query($DBH);
+ $rqt->query($DBH, $sql) or send_sql_error($PHP_SELF, $sql, $rqt->error());
+ $row = $rqt->getrow ();
+*/
+
+
// log the IP that vote for that poll
- $sql = "INSERT into poll_users (pol_id, user_ip_addr) values ($pol_id, '".$REMOTE_ADDR."');";
+ $sql = "INSERT into poll_users (pol_id, user_ip_addr, user_agent)
+ values ($pol_id, '".$REMOTE_ADDR."', '$HTTP_USER_AGENT');";
$rqt = new query($DBH);
$rqt->query($DBH, $sql) or send_sql_error($PHP_SELF, $sql, $rqt->error());
|
|
From: <be...@ma...> - 2003-03-20 16:23:09
|
Log Message:
-----------
Contenu pour la présentation PHP.
Modified Files:
--------------
/cvs/mdw/mydynaweb/Packages/MDW/Sql:
user.sql
/cvs/mdw/mydynaweb/Packages/News:
Display.php
/cvs/mdw/mydynaweb/Packages/Page/Sql:
user.sql
/cvs/mdw/mydynaweb/Packages/Translator/Sql:
user.sql |
|
From: <be...@ma...> - 2003-03-20 16:22:58
|
Log Message:
-----------
Pas "Cache ..." lorsque la page est générée.
Modified Files:
--------------
/cvs/mdw/mydynaweb:
index.php |
|
From: <be...@ma...> - 2003-03-20 16:22:29
|
Log Message:
-----------
Modif cosmétiques.
Modified Files:
--------------
/cvs/mdw/mydynaweb/templates/default:
toppart.html
/cvs/mdw/mydynaweb/templates/mdw_pres:
Page.Display.html
main.html
sideBox.html
stylesheet.css
Added Files:
-----------
/cvs/mdw/mydynaweb/templates/mdw_pres/images:
elix2.png
mamouth.png |
|
From: <xbt...@ma...> - 2003-03-20 02:02:44
|
Log Message:
-----------
Add a default case.
Modified Files:
--------------
/cvs/mdw/mydynaweb/install/php:
databaseOperation.php |
|
From: <xbt...@ma...> - 2003-03-20 01:50:58
|
Log Message:
-----------
bof, while on its case...
Modified Files:
--------------
/cvs/mdw/mydynaweb/Packages/Setting/Tools:
Transform.php |
|
From: <xbt...@ma...> - 2003-03-20 01:50:15
|
Log Message:
-----------
seems less error prone when children is always set.
That's a "less-pain-for-me" ! about ya ?
Modified Files:
--------------
/cvs/mdw/mydynaweb/Packages/Tools/Parser:
Xml.php |
|
From: <xbt...@ma...> - 2003-03-20 01:48:20
|
Log Message:
-----------
I think the path is now basically included in all php versions, such that soon
we'll throw those hardcoded attempts to include stuff.
Modified Files:
--------------
/cvs/mdw/mydynaweb/Packages/Setting:
Service.php |
|
From: <be...@ma...> - 2003-03-19 20:49:32
|
Log Message:
-----------
Typo Xa.
Modified Files:
--------------
/cvs/mdw/mydynaweb/Packages/Topic:
Manager.php |
|
From: <be...@ma...> - 2003-03-19 20:49:25
|
Log Message:
-----------
Permissions en lecture pour anonymous et link pour test.
Modified Files:
--------------
/cvs/mdw/mydynaweb/Packages/MDW/Sql:
user.sql |
|
From: <be...@ma...> - 2003-03-19 20:12:00
|
Log Message:
-----------
Lien vers la todolist.
Modified Files:
--------------
/cvs/mdw/mydynaweb:
MyDynaWeb.html |
|
From: <be...@ma...> - 2003-03-19 19:28:50
|
Log Message:
-----------
Marche maintenant pour register_globals à Off.
Modified Files:
--------------
/cvs/mdw/mydynaweb:
index.php |
|
From: <xbt...@ma...> - 2003-03-19 18:54:21
|
Log Message:
-----------
version plus jolie et traduite de la gestion des rubriques.
Modified Files:
--------------
/cvs/mdw/mydynaweb/Packages/Translator/Sql:
system.sql
/cvs/mdw/mydynaweb/Packages/Topic:
Manager.php |
|
From: <xbt...@ma...> - 2003-03-19 17:56:30
|
Log Message:
-----------
Topic.Manager.topicPermissionBackend fonctionne de nouveau. C'est en fait qu'il
y a eu un changement d'argument par défaut dans getTopic ! qui retourne slmt
le uniqueName si aucun $field n'est précisé.
Modified Files:
--------------
/cvs/mdw/mydynaweb/Packages/Topic:
Topic.php |