You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(6) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From:
<alb...@ga...> - 2003-07-19 02:54:25
|
ÇáÇä æÈÝßÑÉ ÌÏíÏÉ Ýí ÚÇáã ÇáÇäÊÑäÊ ... íãßäß ãÔÇåÏÉ ÇáãæÇÞÚ ÞÈá ÇáÏÎæá ÅáíåÇ Ýí Ïáíá ÇáãæÇÞÚ ÇáãÑÆí - ÇáÈÇäÑ äÊ http://www.albanner.net ------------------------------------- ÍÞæÞ ÇáÝßÑÉ ãÍÝæÙÉ ááÈÇäÑ äÊ http://www.albanner.net |
|
From: <su...@on...> - 2002-10-02 14:14:51
|
Alexis Sukrieh has post a piece of news on MYDYNAWEB.NET and wish you to be notified : Title : More stuff Subject : Docs If you want to see more infos regarding MyDynaWeb, please go on the sourceforge section of MyDynaWeb : <a href="http://www.sourceforge.net/projects/mydynaweb/" class="lienpage">http://www.sourceforge.net/projects/mydynaweb</a>. You'll be able to see what we are doing right now, you'll also can acces the ftp area for download or browse the CVS tree. |
|
From: Benoit d. L. <be...@de...> - 2002-09-18 19:22:52
|
Hello, MyDynaWeb 0.9alpha8 has been released : http://mydynaweb.net/downloads/mydynaweb_r0_9-alpha8.tgz Ben -- Benoit des Ligneris Etudiant au Doctorat -- Ph. D. Student Web : http://benoit.des.ligneris.net/ President du - GULUS - president http://www.gulus.org/ Mydynaweb Developpe(u)r: http://mydynaweb.sf.net/ GPG/PGP Key http://cyrus.physique.usherb.ca/gpg_ben.php |
|
From: Benoit d. L. <be...@de...> - 2002-08-28 01:57:31
|
Hello, MyDynaWeb is in the process of being completely rewritten from scratch so that it can be a complete multiuser content management system. The development team has done a big step and made a release (0.9alpha4) in order to begin to get some input from users. However, this release is for developpers only : you can't have a functionnal web site with the current release. Most of the core functionnality are there but there is very few administration interface (ie, you will have to edit your database!). Bug hunt is however open and you can browse and report bugs concerning mydynaweb on the bugzilla bug manager dedicated to mydynaweb project. Happy testing ! Some links : 1) The release : http://mydynaweb.net/downloads/mydynaweb_r0_9-alpha4.tgz 2) The bugtracker (bugzilla) : http://bugzilla.ccs.usherbrooke.ca/buglist.cgi?product=MyDynaWeb&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Ben -- Benoit des Ligneris Etudiant au Doctorat -- Ph. D. Student Web : http://benoit.des.ligneris.net/ President du - GULUS - president http://www.gulus.org/ Mydynaweb Developpe(u)r: http://mydynaweb.sf.net/ GPG/PGP Key http://cyrus.physique.usherb.ca/gpg_ben.php |
|
From: <su...@on...> - 2002-08-28 01:44:59
|
Alexis Sukrieh has post a piece of news on MYDYNAWEB.NET and wish you to be notified : Title : Apache & MySQL compilation... Subject : Apache I just post a tip concerning how to compile Apache 1.3.15 or higher with php / mysql support. <br> Indeed, there is a little bug in he Apache Makefile which doesn't know that the libmysqlclient will be zipped. This is how to do :<br> <br> configure and compile php as you want.<br> configure apache<br> edit the apache-1.3.xx/src/Makefile<br> and add a te end of the line that begins with LIBS1 : -lz<br> Then you can run make and make install.<br> <br> In the case it could help someone... |
|
From: Alexis S. <al...@su...> - 2002-02-19 16:11:30
|
I like it I like it !!! le mar 19-02-2002 =E0 17:08, mdw cvs a =E9crit : > MyDynaWeb CVS committal >=20 > Author : bligneri > Project : devel-mydynaweb > Module : modules >=20 > Dir : devel-mydynaweb/modules/std >=20 >=20 > Modified Files: > registration.class.php=20 >=20 >=20 > Log Message: > Juste some cut & paste correction. >=20 > To see the "effect" of the registration module, have a look at : > http://cyrus.physique.usherb.ca/~ben/dev/?t=3D118&aspect=3Dpage&action=3D= print&v=3D-4 >=20 > A+ >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/mydynaweb/devel-mydynaweb/modules/std/registration.cla= ss.php,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -3 -r1.3 -r1.4 > --- registration.class.php 19 Feb 2002 16:06:03 -0000 1.3 > +++ registration.class.php 19 Feb 2002 16:08:56 -0000 1.4 > @@ -3,7 +3,7 @@ > //! A class to manage the modules versions, upgrades, installation and > // deletion. > =20 > -// $Id: registration.class.php,v 1.3 2002/02/19 16:06:03 bligneri Exp $ > +// $Id: registration.class.php,v 1.4 2002/02/19 16:08:56 bligneri Exp $ > class registration extends module > { > /*! \private=20 > @@ -16,7 +16,7 @@ > "directory" =3D> "modules/std",=20 > "human_name" =3D>"Installation/update/removal of MDW > modules" )){ > - list(,$this->version,) =3D split(" ","$Revision: 1.3 $"); > + list(,$this->version,) =3D split(" ","$Revision: 1.4 $"); > $this->module_dir =3D $mod_info["directory"]; > $this->name =3D ( $mod_info["human_name"] ? $mod_info["human_name"] : g= et_class($this) ); > } > @@ -57,8 +57,8 @@ > $this->s->msg("Module $module : $key =3D> CREATE MODULE",3); > } > } > - > - $this->s->msg("Module $module : UPGRADE DONE$key =3D> CREATION",3); > + // When all is over, it's done ! > + $this->s->msg("Module $module : UPGRADE DONE",3); > } > =09 > else { >=20 >=20 >=20 > _______________________________________________ > Mydynaweb-cvs-commits mailing list > Myd...@li... > https://lists.sourceforge.net/lists/listinfo/mydynaweb-cvs-commits >=20 |
|
From: Alexis S. <al...@su...> - 2002-01-24 09:14:17
|
> Log Message: > Use of the new authentification method. >=20 > Now a "normal" user can be admin of the site. Great !!! --=20 Alexis Sukrieh | Sukria.net=20 al...@su... | http://sukria.net/ "L'homme et le monde sont deux syst=E8mes toxiques l'un pour l'autre." - Philip K DICK. |
|
From: Alexis <su...@su...> - 2002-01-11 12:08:22
|
Hello there ! First of all I would like to wish you a happy new year. Tomorow (January the 12nd, 2002) will be the first birthday of the piece of software called MyDynaWeb (the very first release, mdw 0.1 had been released on January the 12nd, 2001) and after one year of development, we are near a full operating appliance. It seems that many of the bugs are fixed (didn't see one for many days ;) The main purposes of MyDynaWeb are reached : - content : news page, article page, topics, search engine, rdf headlines grabber - admin : full operating web admin section, members section to post news - databases : it works fine with MySQL and Postgres (other db not tested) - layout : complete translation of the kernel messages into French and English, a set of themes to choose from. This piece of software is named "MyDynaWeb 0.5". (and will be soon released with the current CVS tree) As you may know, we are about to stop developing this branch of code to begin a new one completely different (object oriented). This will be the first step to MyDynaWeb 1.0 ... We want to know what you think about MyDynaWeb features. - Does MyDynaWeb 0.5 pleased you ? - Which kind of features would you like to see in the new code ? - What feature should, to you, be removed ? - What feature should, to you, be enhanced/changed ? - What feature should, to you, be add ? - What is for you the worst thing in MyDynaWeb ? - What is for you the best thing in MyDynaWeb ? Thank you very much for using mydynaweb and for spending time to read/answer this mail. Very Best Regards, Alexis. ____________________________________ Alexis Sukrieh http://sukria.net MyDynaWeb, the free web site builder http://mydynaweb.sf.net |
|
From: Alexis S. <al...@su...> - 2001-12-21 12:00:19
|
Tonight, is the DynaWeb party ! I will be with Beno=EEt on undernet europe (#mydynaweb) and we are waiting for you ! Questions or features request are welcome :))) --=20 Alexis Sukrieh ------------------------------------------------------------------- "L'homme et le monde sont deux syst=E8mes toxiques l'un pour l'autre" - Philip K. Dick ------------------------------------------------------------------- |
|
From: Joshua P. <par...@of...> - 2001-12-09 17:29:30
|
> Tested only with mysql. Is there anyone on this list (besides me?) that DOESN'T use mysql? :) |
|
From: Benoit d. L. <ben...@ph...> - 2001-12-09 15:46:27
|
Hello Dyna-Developpers !
As we are now using a new documentation system, we decided to have only
one PHP class per file.
As a consequence, there is some modification in
htdocs/include/mydynaweb.init.php
If your $db_file was something like $db_file="db/mysql.php", you have to
change it for $db_file="db/mysql".
In general, removing the ".php" should be OK.
Tested only with mysql.
--
La réalité, c'est ce qui fait mal lorsqu'on éteint
l'ordinateur.
John Warsen
Benoit des Ligneris ICQ : 12052994
http://www.physique.usherb.ca/~bligneri/
Président du GULUS
http://www.gulus.org/
Développeur MyDynaWeb
http//mydynaweb.sf.net/
Key Fingerprint : 3A58 11D1 686A B4D4 5220 BB34 7D98 BF45 B57B 85B8
10:41am up 2 days, 23:31, 6 users, load average: 0.00, 0.02, 0.00
|
|
From: Alexis S. <al...@su...> - 2001-11-23 14:24:24
|
OK, as strange as it may seem, I can see cookies in count.php ! The problem is no more then. To do : - set a unique cookie on remote client when they visit the site - use this cookie to determine users - create the function that count users, visits, page views - create a script to look at the stats > >Log Message: > >There is a problem with php counter : >a script called in img src does not inherrit the parent environement var= s. >Indeed : count.php is a script called from a HTML page like that : > ><img src=3D'count.php'> > >the script count.php doesn't see $HTTP_REFERER when it is called like th= at. >but when you follow a link to count.php, the var $HTTP_REFERER is set. > > >To bypass this problem I have to make a JavaScript function that make a = call to count.php with the value I need in the URL. >The JavaScript now write something like that : > ><img src=3D'count.php?REF=3Dthe_referrer'> > --=20 Alexis Sukrieh | Sukria.net=20 al...@su... | http://sukria.net/ "L'homme et le monde sont deux syst=E8mes toxiques l'un pour l'autre." - Philip K DICK. |
|
From: Alexis S. <al...@su...> - 2001-11-20 10:31:12
|
you are planning to develop a module ? :-) nice idea ! mdw cvs wrote: >MyDynaWeb CVS committal > >Author : bligneri >Project : mydynaweb >Module : htdocs > >Dir : mydynaweb/htdocs/modules > > > > >Log Message: >Directory /cvsroot/mydynaweb/mydynaweb/htdocs/modules added to the repos= itory > > > > >_______________________________________________ >Mydynaweb-cvs-commits mailing list >Myd...@li... >https://lists.sourceforge.net/lists/listinfo/mydynaweb-cvs-commits > > --=20 Alexis Sukrieh | Sukria.net=20 al...@su... | http://sukria.net/ "L'homme et le monde sont deux syst=E8mes toxiques l'un pour l'autre." - Philip K DICK. |
|
From: Benoit d. L. <ben...@ph...> - 2001-11-18 05:53:33
|
Hello,
A new layer is avalaible (from CVS only) for the admin section.
Almost all the settings that were precedently in the
mydynaweb/htdocs/include/mydynaweb.init.php
can now be configured directly from the admin section !
All the variables are stored in the database and so we can now modify them
easily ! As a consequence, all the options are documented in english and
french, a choice is given when there is a multiple choice and some examples if
it's a form.
In order to use this feature, here is the procedure :
1) cvs 'update -d' your mydynaweb tree.
2) Create the relevant table with some default value with the
SQL script ::
mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6/create_fill_dynasettings.sql
For mysql, the syntax is the following :
cd in this directorty and then, remplace _login_ and _database_ by you
login name and database name for the MySQL server.
mysql -u _login_ -p _database_ < create_fill_dynasettings.sql
3) Go to your admin section and enter the values you use in your config file
4) Comment all the values you just define in the database in your config file
(basically, only very few variable will remain : identification for the SQL
server)
5) That's it !
You can now configure all the settings and change them online from everywhere !
Please note that for the moment, the file has precedence over the database ! It
means that if you _don't_ comment the variable definition in the file, all
the database values will be ignored...
[
It's a feature in case something went wrong : you can easoly come back to
your working version by commenting out the variables definition in your config
file...
]
--
Si tu commences à compter et à nommer,
tu ne t'arrèteras jamais.
Tchouang-tseu
Benoit des Ligneris ICQ : 12052994
http://www.physique.usherb.ca/~bligneri/
Président du GULUS
http://www.gulus.org/
Key Fingerprint : 3A58 11D1 686A B4D4 5220 BB34 7D98 BF45 B57B 85B8
12:36am up 15 days, 15:11, 3 users, load average: 0.03, 0.02, 0.00
|
|
From: Alexis S. <al...@su...> - 2001-11-10 00:56:27
|
Well, in fact it was not a bug :)))
nut a feature :)
The fact is that when you login the admin section,
the session libray makes an entry in the session table.
So I put 2 consecutive $rqt->getrow() in order not to have the *real* last
login date (which is actually right now) but the time just before.
Anyway, this is just a problem of conception !
If you think this way of processing is better, tell me why, I'm open to
your suggestion !
Anyway, thanks a lot to code for mydynaweb !
I'm really happy to see the team growing and growing again.
enjoy PHP !
Alex.
------------]Explanation on the
code[-----------------------------------------------
> $rqt = new query($DBH);
$sql is a selection of the timestamp of the session lib, "order by desc"
(we have le last one first)
> $rqt->query($DBH, $sql) or send_sql_error($PHP_SELF, $sql, $rqt->error());
> $row = $rqt->getrow();
first fetchrow : the current time
>-$row = $rqt->getrow();
second fetchrow : the just last login time before now.
>
> $LAST_LOGIN_DATE = date("Y-m-d H:i:s", $row[0]);
>
the formated date from the timestamp
|
|
From: Benoit d. L. <ben...@ph...> - 2001-11-08 03:23:47
|
Hello,
Important update tonight !
All the files have now the extension .php
In order to upgrade you _WILL_ have to MANUALLY upgrade some parts of your site.
1) The link boxes :
You have to change the print.php3 -> print.php, idem for all php3 extensions
that appear in your link boxes.
2) All the other parts of your site where you make an "internal" reference to
another document.
3) I strongly suggest that you use the search engine to locate those bad links
in the news or in the pages.
Yahooohaa
Ben
--
Si tu commences à compter et à nommer,
tu ne t'arrèteras jamais.
Tchouang-tseu
Benoit des Ligneris ICQ : 12052994
http://www.physique.usherb.ca/~bligneri/
Président du GULUS
http://www.gulus.org/
Key Fingerprint : 3A58 11D1 686A B4D4 5220 BB34 7D98 BF45 B57B 85B8
10:15pm up 5 days, 12:51, 3 users, load average: 0.12, 0.08, 0.02
|
|
From: Alexis S. <su...@fr...> - 2001-11-07 14:42:48
|
This file is in include because it is not dependant to a theme : it is for the sponsors code (most of the time statistic counter or host=20 logo) and it have to appear everywhere on the site. mdw cvs wrote: >MyDynaWeb CVS committal > >Author : bligneri >Project : mydynaweb >Module : htdocs > >Dir : mydynaweb/htdocs/include > > >Added Files: > sponsors.txt=20 > > >Log Message: >If this file is not present, nothing will be displayed ! > >Question to Alexis ;-) : > Why is it in the include section and not in the "theme" section ? > > > > > >_______________________________________________ >Mydynaweb-cvs-commits mailing list >Myd...@li... >https://lists.sourceforge.net/lists/listinfo/mydynaweb-cvs-commits > > --=20 Alexis Sukrieh | Sukria.net=20 al...@su... | http://sukria.net/ "L'homme et le monde sont deux syst=E8mes toxiques l'un pour l'autre." - Philip K DICK. --=20 Alexis Sukrieh | Sukria.net=20 al...@su... | http://sukria.net/ "L'homme et le monde sont deux syst=E8mes toxiques l'un pour l'autre." - Philip K DICK. |
|
From: Benoit d. L. <ben...@ph...> - 2001-10-08 09:13:09
|
Hello
A new functionality for mydynaweb : a calendar !
You can now create/update/delete events with a certain occurence
(yearly/monthly/none). The hyperlinks will be created on the calendar
accordingly.
Some more "technical" information :
* Based on the calendar.php by David Wilkinson [1]
* Multiple events the same day : a page of link is created.
* Easy admin interface (update/delete/add)
* Possibility to link an event to a Mydynaweb page (page=xx in
* the title of the event)
NB : The "graphic" integration of the calendar in mydynaweb is
not perfect yet as I'm no webdesigner at all ;-)
The only way to have this feature NOW is to CVS update your mydynaweb
installation.
Be certain to update your database with the following file :
mydynaweb/sql/db_upgrade/from-0.3.5__to-0.3.6/create_calendar_messages.sql
ie : a command like that for mysql :
mysql -h host -u login -p database < create_calendar_messages.sql
[1] http://www.cascade.org.uk/software/php/calendar/
--
Je m'inquiète pour le jour où, dans 10 ou 15 ans,
ma fille me demandera :
- Papa, tu faisais quoi quand ils ont censuré la
liberté de la presse sur internet ?
Mike Goldwin
Benoit des Ligneris
ICQ : 12052994
http://www.physique.usherb.ca/~bligneri/
Tel. Travail : (819) 821-8000 3072 ou 3018
fax. : (819) 821-8046
Key Fingerprint : 3A58 11D1 686A B4D4 5220 BB34 7D98 BF45 B57B 85B8
5:07am up 23 days, 22:16, 2 users, load average: 2.60, 2.59, 2.36
|