You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(16) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ve...@us...> - 2009-05-27 17:48:29
|
Revision: 31 http://xampbase.svn.sourceforge.net/xampbase/?rev=31&view=rev Author: vectart Date: 2009-05-27 17:47:48 +0000 (Wed, 27 May 2009) Log Message: ----------- Some fixes Added Paths: ----------- stable/.htaccess stable/controller/ stable/controller/class.dbcon.php stable/controller/class.jevix.php stable/controller/class.mail.php stable/controller/class.recaptcha.php stable/controller/class.xfiles.php stable/controller/class.xgen.php stable/controller/class.xparse.php stable/controller/config.php stable/controller/xamp.php stable/model/ stable/model/index.xml stable/view/ stable/view/entities.dtd stable/view/index.xsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ve...@us...> - 2009-05-27 17:46:44
|
Revision: 30 http://xampbase.svn.sourceforge.net/xampbase/?rev=30&view=rev Author: vectart Date: 2009-05-27 17:46:13 +0000 (Wed, 27 May 2009) Log Message: ----------- Some fixes Added Paths: ----------- trunk/controller/class.dbcon.php trunk/controller/class.jevix.php trunk/controller/class.mail.php trunk/controller/class.recaptcha.php trunk/controller/class.xfiles.php trunk/controller/class.xgen.php trunk/controller/class.xparse.php trunk/controller/config.php trunk/controller/xamp.php trunk/view/entities.dtd Removed Paths: ------------- trunk/model/mysql.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ve...@us...> - 2009-05-27 17:43:46
|
Revision: 29 http://xampbase.svn.sourceforge.net/xampbase/?rev=29&view=rev Author: vectart Date: 2009-05-27 17:43:44 +0000 (Wed, 27 May 2009) Log Message: ----------- Some fixes Modified Paths: -------------- trunk/.htaccess trunk/view/index.xsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ve...@us...> - 2009-05-27 16:11:55
|
Revision: 28 http://xampbase.svn.sourceforge.net/xampbase/?rev=28&view=rev Author: vectart Date: 2009-05-27 16:11:40 +0000 (Wed, 27 May 2009) Log Message: ----------- New controller Modified Paths: -------------- trunk/.htaccess trunk/model/index.xml Removed Paths: ------------- trunk/controller/classes/ trunk/controller/core/ trunk/index.php trunk/xamp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2009-01-08 20:24:26
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6038552 By: reichsbox Looks fine so far - Simple and visually attractive layout. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: SourceForge.net <no...@so...> - 2008-10-26 16:04:29
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5508576 By: vectart I was answered to Miguel about forking in Windows "Most of web-servers works under UNIX-like systems control. So, I think, XAMP must be more oriented to FreeBSD or Linux. Windows - shit, that's true and we must adapt to this :-) Btw, in future PHP classes will be translated to C++ for compiling CGI script. Now I'm search man who takes this job." ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: SourceForge.net <no...@so...> - 2008-10-26 13:37:11
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5507741 By: mikewarsaw Yes you are right, PHP multithreading is not available for windows, just for unix like OS. Maybe in the future... ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: SourceForge.net <no...@so...> - 2008-10-26 10:06:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5506617 By: beninjapan Peace Guys, just a quick question. When you talk about multi-threading the core, you aren't talking about forking, are you? As far as I know forking is only available on Unix systems and would limit the scripts environments. Peace ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: SourceForge.net <no...@so...> - 2008-10-23 12:59:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5487410 By: vectart > I create this thread just for discussing about how would be the tags set and the structure for the XML file which will be use in SQL queries. Tonight I and Denis finished translating core to DOMDocument. And now I can start writing documentation. All simple tags we are have. For example: <update name="personal" table="user_info" action="post:save"> <about is="post:about" nl2br="true" match=".+" /> <birthday is="post:birthday" match="[0-9]{1,4}" /> <marriage is="post:marriage" match="[0-3]" /> <city_id is="post:city_id" match="[0-9]{1,3}" /> <smoke_id is="post:smoke_id" match="[0-3]" /> <alko_id is="post:alko_id" match="[0-3]" /> <grant_id is="post:grant_id" match="[0-3]" /> <meet_place_id is="post:meet_place_id" match="[0-3]" /> <where> <and> <id is="class:user|id" match="[0-9]+"/> </and> <and> <dir is="0" match=".+"/> </and> </where> </update> <select name="userinfo" table="user_info"> <allfields /> <join from="cities" type="left" key="city_id"> <name as="city" /> </join> <where> <and> <id is="class:user|id" match="[0-9]+"/> </and> <and> <dir in="0,1" match=".+"/> </and> </where> </select> <select name="cities" table="cities"> <allfields /> </select> > I think it would be great to use the same XML format for multi-threading and simple SQL queries. Yep, multi-threading is very important feature. And with new core it will be more simple. I hope commit new core to SVN tonight. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: SourceForge.net <no...@so...> - 2008-10-23 09:40:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5487155 By: mikewarsaw I create this thread just for discussing about how would be the tags set and the structure for the XML file which will be use in SQL queries. I think it would be great to use the same XML format for multi-threading and simple SQL queries. Any idea? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: Marat D. <ma...@dy...> - 2008-10-21 13:12:11
|
Guys, I propose to publish a photo of how we do XAMP. Photo requirements: 1. Print XAMP logo on a piece of A4 paper and place somewhere near 2. Photo size 600x400 So we can see each other (take a closer look) and show others how developed open source project. People sitting in different corners of the planet :-) http://xampbase.wiki.sourceforge.net/developers Here is our photo with Denis :-) Regards, Marat Dyatko |
From: SourceForge.net <no...@so...> - 2008-10-21 12:54:03
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5472782 By: vectart Thanks, Miguel Calle! It will be great! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: <ve...@us...> - 2008-10-21 11:25:41
|
Revision: 27 http://xampbase.svn.sourceforge.net/xampbase/?rev=27&view=rev Author: vectart Date: 2008-10-21 11:25:30 +0000 (Tue, 21 Oct 2008) Log Message: ----------- mysql Modified Paths: -------------- ui/setup_mysql_xml_eng.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-10-21 10:29:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5472007 By: mikewarsaw >From my point of view it looks fine, I can translate the front page or whatever when you have the final html page ready. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: Marat D. <ma...@dy...> - 2008-10-18 17:14:54
|
Guys, we are decide kill fucking SimpleXML from XAMP :) It's not accept HTML entities. Now we are go to using original DOM XML! |
From: SourceForge.net <no...@so...> - 2008-10-18 13:40:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5453301 By: vectart Guys, I was draw the index page of www.xamp.ru Let's see it and reply your opinion in this thread :-) http://xampbase.svn.sourceforge.net/viewvc/xampbase/xamp.jpg?view=markup ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: <ve...@us...> - 2008-10-18 13:37:48
|
Revision: 26 http://xampbase.svn.sourceforge.net/xampbase/?rev=26&view=rev Author: vectart Date: 2008-10-18 13:37:39 +0000 (Sat, 18 Oct 2008) Log Message: ----------- index page of www.xamp.ru Added Paths: ----------- xamp.jpg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ve...@us...> - 2008-10-18 10:45:29
|
Revision: 25 http://xampbase.svn.sourceforge.net/xampbase/?rev=25&view=rev Author: vectart Date: 2008-10-18 10:45:24 +0000 (Sat, 18 Oct 2008) Log Message: ----------- installation wizard Modified Paths: -------------- ui/install.css ui/install_1_welcome.html ui/install_2_files.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ve...@us...> - 2008-10-18 10:44:37
|
Revision: 24 http://xampbase.svn.sourceforge.net/xampbase/?rev=24&view=rev Author: vectart Date: 2008-10-18 10:44:27 +0000 (Sat, 18 Oct 2008) Log Message: ----------- Added Paths: ----------- ui/install_3_db.html ui/install_4_constants.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-10-18 10:38:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5452403 By: vectart Today I'm create html layout of our installation wizard. It will help our users setup XAMP on server. Look to screenshots: http://www.xamp.ru/install1.png http://www.xamp.ru/install2.png http://www.xamp.ru/install3.png http://www.xamp.ru/install4.png What you think about it? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=875240 |
From: <ve...@us...> - 2008-10-15 22:00:56
|
Revision: 23 http://xampbase.svn.sourceforge.net/xampbase/?rev=23&view=rev Author: vectart Date: 2008-10-15 22:00:52 +0000 (Wed, 15 Oct 2008) Log Message: ----------- Modified Paths: -------------- trunk/.htaccess This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |