You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(265) |
Apr
(166) |
May
(25) |
Jun
(17) |
Jul
(20) |
Aug
(47) |
Sep
(6) |
Oct
(14) |
Nov
(66) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(109) |
Feb
(64) |
Mar
(34) |
Apr
(23) |
May
(64) |
Jun
(9) |
Jul
(13) |
Aug
(6) |
Sep
(33) |
Oct
(272) |
Nov
(67) |
Dec
(75) |
2003 |
Jan
(264) |
Feb
(244) |
Mar
(171) |
Apr
(119) |
May
(54) |
Jun
(93) |
Jul
(51) |
Aug
(48) |
Sep
(14) |
Oct
(49) |
Nov
(47) |
Dec
(15) |
2004 |
Jan
(13) |
Feb
(27) |
Mar
(18) |
Apr
(44) |
May
(35) |
Jun
(24) |
Jul
(39) |
Aug
(142) |
Sep
(35) |
Oct
(34) |
Nov
(49) |
Dec
(24) |
2005 |
Jan
(60) |
Feb
(71) |
Mar
(19) |
Apr
(27) |
May
(68) |
Jun
(4) |
Jul
(30) |
Aug
(10) |
Sep
(23) |
Oct
(24) |
Nov
(13) |
Dec
(6) |
2006 |
Jan
(4) |
Feb
(46) |
Mar
(64) |
Apr
(18) |
May
(16) |
Jun
(37) |
Jul
(7) |
Aug
(19) |
Sep
(9) |
Oct
(8) |
Nov
(3) |
Dec
(23) |
2007 |
Jan
(25) |
Feb
(21) |
Mar
(32) |
Apr
(36) |
May
(12) |
Jun
(1) |
Jul
(7) |
Aug
(15) |
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(3) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(7) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
2009 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Matthew M. <ma...@tu...> - 2003-02-06 21:29:39
|
Hello, While testing phpWebSite conversions, I have been getting some Out of memory errors on my laptop. This happened when 1) I tried to display too much information at one time, 2) I tried to process too much information at one time (eg convert 1000 0.8.3 users to 0.9.x). After increasing the max amount to 16MB in the php.ini file, the warning went away. Looking at our development servers, the memory cap is not enabled. The reason I bring this up is as a warning. I wrote about the display issue earlier. We will need to be mindful however of conversions. We might have people who are converting from 0.8.3 whose sites have a large amount of data. The default memory cap (8MB) may cause problems. Ideas? Suggestions? Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |
From: Steven L. <st...@tu...> - 2003-02-06 19:52:04
|
Looks good Matt :) -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |
From: Eloi G. <el...@re...> - 2003-02-06 19:46:19
|
Yay!!! |
From: Mike N. <mh...@us...> - 2003-02-06 18:31:41
|
On Tue, 2003-01-14 at 14:20, Matthew McNaney wrote: > > Just wondering if the phpws calendar mod will support ical standards. > > Perhaps at some point. I know nothing about it at this time. Matt, iCalendar is an IETF proposed standard. Internet Calendaring and Scheduling Core Object Specification http://www.ietf.org/rfc/rfc2445.txt http://www.ietf.org/rfc/rfc2446.txt http://www.ietf.org/rfc/rfc2447.txt There is a php based implementation here: PHP iCalendar http://phpicalendar.sourceforge.net/ http://sourceforge.net/projects/phpicalendar -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Jeremy A. <ja...@tu...> - 2003-02-06 16:40:38
|
I have upgraded to the cvs copy of chora. We now have stats when you view the revision logs of a particular file you will now see hrefs at the top "Logs | Branches | Statistics". Both the stats and branch viewing may come in handy so enjoy. -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University SF.net id: jagee or 94756 |
From: Jeremy A. <ja...@tu...> - 2003-02-06 16:21:07
|
Ok everyone to try to smooth out any pear problem before the release could i have everyone who wants to test try this. 1. Get a fresh cvs copy and edit the core/Core.php file. See the top of the file and uncomment which system applies to you. Windows and *nix people both please try. 2. grab the pear.current.tar.gz file from our downloads section. place this in the lib/pear dir. After this you should be setup like RC4. Let me know if you have any problems. -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University SF.net id: jagee or 94756 |
From: Jeremy A. <ja...@tu...> - 2003-02-06 15:18:37
|
There are still a loot i don't know about your setup but hope this helps. Do you have a firewall or hosts.allow/deny in place? --probable not this since you get a connection. Can you do local query's on the sql server? Do you have the port(3306) defined in the my.cnf file(both servers) --Usually in /etc, The mysql.sock is for local stuff. Do you have the mysql info in you services file. --Usually in /etc/services Do you have the host(webserver) defined in the mysql user you are using? phpMyAdmin has a verry nice "user" admin on the opening page. This probable isn't it but remember when working on user info in mysql you need to reload the server. phpMyAdmin has a link to do this at the bottom when doing user edits. > I have a desire (for cpu reasons) to have phpwebsite(s) on one box and > the MySql server running locally on another box - > > I have it setup and what I believe are the necessary permissions for the > remote box to connect to the MySql box- but when it does, mysql remits > this error: > mysql> /usr/bin/safe_mysqld: line 278: 4715 Segmentation fault > $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION > --datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking >>>$err_log 2>&1 > > Number of processes running now: 1 > mysqld process hanging, pid 4725 - killed > 030205 20:32:21 mysqld restarted > > THe script, db_look.php, reports back this: > > X-Powered-By: PHP/4.1.2 > Content-type: text/html > > <pre>mysqldump: Got error: 2013: Lost connection to MySQL server during > query when trying to connect > > Any idea? > > I have looked all over for info on this and can not find it. > > TIA, > > -- > Robert Brandtjen > ------------------------------------ > Web Site Creation and Hosting Services > Hos...@pr... > www.prometheusmedia.com > > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University SF.net id: jagee or 94756 |
From: Adam M. <ad...@tu...> - 2003-02-06 13:57:14
|
I'm not sure if this is exactl what you're looking for but I was surfing the mysql site and found some of this information about connecting remotely to be useful: http://www.mysql.com/doc/en/Can_not_connect_to_server.html Adam > I have a desire (for cpu reasons) to have phpwebsite(s) on one box and > the MySql server running locally on another box - > > I have it setup and what I believe are the necessary permissions for the > remote box to connect to the MySql box- but when it does, mysql remits > this error: > mysql> /usr/bin/safe_mysqld: line 278: 4715 Segmentation fault > $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION > --datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking >>>$err_log 2>&1 > > Number of processes running now: 1 > mysqld process hanging, pid 4725 - killed > 030205 20:32:21 mysqld restarted > > THe script, db_look.php, reports back this: > > X-Powered-By: PHP/4.1.2 > Content-type: text/html > > <pre>mysqldump: Got error: 2013: Lost connection to MySQL server during > query when trying to connect > > Any idea? > > I have looked all over for info on this and can not find it. > > TIA, > > -- > Robert Brandtjen > ------------------------------------ > Web Site Creation and Hosting Services > Hos...@pr... > www.prometheusmedia.com > > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------------------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |
From: Robert B. <ro...@pr...> - 2003-02-06 02:58:07
|
I have a desire (for cpu reasons) to have phpwebsite(s) on one box and th= e=20 MySql server running locally on another box - I have it setup and what I believe are the necessary permissions for the=20 remote box to connect to the MySql box- but when it does, mysql remits th= is=20 error: mysql> /usr/bin/safe_mysqld: line 278: 4715 Segmentation fault =20 $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=3D$MY_BASEDIR_VERSION=20 --datadir=3D$DATADIR $USER_OPTION --pid-file=3D$pid_file --skip-locking=20 >>$err_log 2>&1 Number of processes running now: 1 mysqld process hanging, pid 4725 - killed 030205 20:32:21 mysqld restarted THe script, db_look.php, reports back this: X-Powered-By: PHP/4.1.2 Content-type: text/html <pre>mysqldump: Got error: 2013: Lost connection to MySQL server during q= uery=20 when trying to connect Any idea? I have looked all over for info on this and can not find it. TIA, --=20 Robert Brandtjen ------------------------------------ Web Site Creation and Hosting Services Hos...@pr... www.prometheusmedia.com =20 |
From: Matthew M. <ma...@tu...> - 2003-02-05 21:32:46
|
Hola, FatCat has gone under a number of needed fixes. I want to point out a few things. When you click on a category name under "what's related" it will take you to the category information screen. It will also list all the elements of the module you came from. If you want to control what the list looks like, look at the following examples: Under the conf directory in calendar, I create a fatcat.php file. http://res1.stddev.appstate.edu/horde/chora/co.php/phpws_mods/calendar/conf/fatcat.php?r=1.1 It contains the name of the class and the name of the method. Fatcat will then call them. It does NOT create an instance of the class. Instead it calls: myClass::myMethod($idList); Now go here: http://res1.stddev.appstate.edu/horde/chora/co.php/phpws_mods/calendar/class/Calendar.php?r=1.24 At the bottom of the file is the listing method. The module method will always receive an array of module id numbers. For calendar, I just built the events for these ids and ran them through my custom template. Then I returned it. That is all there is to it. If you do not have a fatcat.php file, FatCat just makes a standard element listing similiar to What's Related. One more thing, make use of Steven's paginate function when possible. PHP will often barf if you try to force display of several (as in over 100) intricate elements (as in forms, table rows, etc.). I found that out when making my first event list. I will get more fixes missing in FatCat tomorrow. Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |
From: Robb D. <rdo...@ya...> - 2003-02-05 20:13:45
|
I've been following recent discussion of wikiwikiwiki and it got me investigating the subject more. I've found a perl based program that would be great to "port to" a phpWebsite module. In the Open Source community it is a "wiki standard of sorts" which has attracted development and usage from private major corporations. TWikiTM - A Web Based Collaboration Platform http://twiki.org/ http://sourceforge.net/projects/twiki What do you think about the prospect for these functions to be translated into PHP? Robb Doyle/robb-AT-buckheadbodyworks.com a php coder wanna be <G> Mike Noyes <mh...@us...> wrote:On Sun, 2003-02-02 at 14:27, Eloi George wrote: > > Wikipedia, the free encyclopedia > > http://www.wikipedia.org/ > > Cheez. You got me again. > > I like their syntax structure better. I didn't realize it could be so > powerful. Eloi, Wikipedia is an extreme example. Most Wiki sites use them for FAQ, HOWTO, quick-start document, etc. collaboration. Larger documents (e.g. guides) still use DocBook SGML/XML. > > Would this modification include changelog and diff capabilities? > > Sure. Great. :-) > That part of it might take me a little longer because I'm new to CVSs > & Difference Engines. The phpwiki project has php pear abstracted port of wikiwikiweb. Maybe their source would help you. PhpWiki source http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/ PhpWiki 1.3 branch demo http://phpwiki.sourceforge.net/demo/ > I'm thinking I should encapsulate all the tag > conversion & basic difference engine methods into one class that can be > accessible from other phpWS modules. Module->Module links could then be > effected by using namespaces. Links within the same module wouldn't require > any. Since changelog standardization would be impossible, each module would > be responsible for maintaining its own archives and interfacing with the > Difference Engine. > > How does that Wiki->Wiki namespace capability work? Is there some sort of > central registry? Unfortunately, I'm not knowledgeable enough to answer the questions above. I'm not a programmer. I'm barely useful as a project admin. :-( -- Mike Noyes http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ --------------------------------- Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now |
From: Mike N. <mh...@us...> - 2003-02-04 17:34:23
|
On Tue, 2003-02-04 at 09:03, Don Seiler wrote: > Well parseOutput prints the <pre> tag when it sees [code] so couldn't it > just print <pre style="code"> instead? Don, So, parseInput and parseOutput don't do what I thought they did. [code] is just a substitute for <pre>. It's not a raw edit section of the page. > On Tue, 4 Feb 2003, Mike Noyes wrote: > > > On Tue, 2003-02-04 at 07:47, Don Seiler wrote: > > > I see the [code] thing is working now. I do have couple of requests: > > > > > > 1. How about adding an entry at the top of that text area (along side the > > > bold, italic, ol, ul) for putting a [code] [/code] block in? I didn't see > > > one in the demo site. > > > > Don, > > I may be mistaken here, but shouldn't the xhtml tags inside of [code] > > derive their attributes from the theme css? So if you want a boarder > > around <pre>, you define it in the stylesheet. The only thing [code] > > should do is bypass the stripping code in parseInput. Correct? > > > > http://res1.stddev.appstate.edu/horde/chora/co.php/phpws_core/core/Text.php?r=1.48 -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Don S. <do...@se...> - 2003-02-04 17:04:54
|
Well parseOutput prints the <pre> tag when it sees [code] so couldn't it just print <pre style="code"> instead? Don. On Tue, 4 Feb 2003, Mike Noyes wrote: > On Tue, 2003-02-04 at 07:47, Don Seiler wrote: > > I see the [code] thing is working now. I do have couple of requests: > > > > 1. How about adding an entry at the top of that text area (along side the > > bold, italic, ol, ul) for putting a [code] [/code] block in? I didn't see > > one in the demo site. > > Don, > I may be mistaken here, but shouldn't the xhtml tags inside of [code] > derive their attributes from the theme css? So if you want a boarder > around <pre>, you define it in the stylesheet. The only thing [code] > should do is bypass the stripping code in parseInput. Correct? > > http://res1.stddev.appstate.edu/horde/chora/co.php/phpws_core/core/Text.php?r=1.48 > > |
From: Mike N. <mh...@us...> - 2003-02-04 16:12:35
|
On Tue, 2003-02-04 at 07:47, Don Seiler wrote: > I see the [code] thing is working now. I do have couple of requests: > > 1. How about adding an entry at the top of that text area (along side the > bold, italic, ol, ul) for putting a [code] [/code] block in? I didn't see > one in the demo site. Don, I may be mistaken here, but shouldn't the xhtml tags inside of [code] derive their attributes from the theme css? So if you want a boarder around <pre>, you define it in the stylesheet. The only thing [code] should do is bypass the stripping code in parseInput. Correct? http://res1.stddev.appstate.edu/horde/chora/co.php/phpws_core/core/Text.php?r=1.48 -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Mike N. <mh...@us...> - 2003-02-04 15:57:47
|
On Mon, 2003-02-03 at 13:30, Don Seiler wrote: > Is there a mechanism in place to support table joins? sqlSelect would > work as long as you don't have a table prefix in place but that is more of > a kludge than anything. Don, The only two Pear references I found for 'join' are below. I hope they help. Version: 0.18-devel (2002-09-08) -- join() http://pear.php.net/package-changelog.php?pacid=85 DB_QueryTool -- setJoin http://pear.php.net/weeklynews.php/en/20030119.html -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Matthew M. <ma...@tu...> - 2003-02-04 15:49:31
|
Ah thanks :) I will learn. Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > Matt, checking out mysql.com I found the JOIN syntax page and most of > the syntax here is standard sql with no special mysql bells or whistles > (with a couple of exceptions). It should work on multiple DBMS's. Hope > it helps: > > http://www.mysql.com/doc/en/JOIN.html > > Adam > >> I guess it could be tricky, since join syntax is not standard across >> all >> DBMS's, unless pear handles some kind of "join abstraction". >> >> I guess I can just get the separate results and loop to my heart's >> content. >> >> Don. >> >> On Tue, 4 Feb 2003, Matthew McNaney wrote: >> >>> > Is there a mechanism in place to support table joins? sqlSelect >>> would work as long as you don't have a table prefix in place but that >>> is more of a kludge than anything. >>> > >>> > Don. >>> >>> I'm not sure. I haven't used joins since Access and I am not familiar >>> with them in SQL. >>> >>> >>> >> >> >> ------------------------------------------------------- >> This SF.NET email is sponsored by: >> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >> http://www.vasoftware.com >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------------------------------------------- > Adam Morton > Developer - Electronic Student Services > http://phpwebsite.appstate.edu > Founder - Appalachian Linux Users Group > http://alug.appstate.edu > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Don S. <do...@se...> - 2003-02-04 15:47:13
|
I see the [code] thing is working now. I do have couple of requests: 1. How about adding an entry at the top of that text area (along side the bold, italic, ol, ul) for putting a [code] [/code] block in? I didn't see one in the demo site. 2. Placing the code statements in a box. like here: https://sourceforge.net/docman/display_doc.php?docid=9960&group_id=13751 Which is done with inline CSS: <pre width="72" style="background-color: Gainsboro; padding: 2mm; border-style: ridge"> bash$ which ssh bash$ which cvs </pre> Perhaps we need to have the themes define a "code" style, so they can handle color changes etc. accordingly. Thanks to Mike Noyes for the links and tips. Don. |
From: Don S. <do...@se...> - 2003-02-04 15:20:09
|
AFAIK, Oracle does not support the join syntax as listed there. oracle's left outer join syntax would be something like: select * from tableA, tableB where tableA.id = tableB.id(+) The (+) is where it knows which is the lesser table for the outer join. Don. On Tue, 4 Feb 2003, Adam Morton wrote: > Matt, checking out mysql.com I found the JOIN syntax page and most of the > syntax here is standard sql with no special mysql bells or whistles (with > a couple of exceptions). It should work on multiple DBMS's. Hope it > helps: > > http://www.mysql.com/doc/en/JOIN.html > > Adam > > > I guess it could be tricky, since join syntax is not standard across all > > DBMS's, unless pear handles some kind of "join abstraction". > > > > I guess I can just get the separate results and loop to my heart's > > content. > > > > Don. > > > > On Tue, 4 Feb 2003, Matthew McNaney wrote: > > > >> > Is there a mechanism in place to support table joins? sqlSelect > >> would work as long as you don't have a table prefix in place but > >> that is more of a kludge than anything. > >> > > >> > Don. > >> > >> I'm not sure. I haven't used joins since Access and I am not familiar > >> with them in SQL. > >> > >> > >> > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------------------------------------------- > Adam Morton > Developer - Electronic Student Services > http://phpwebsite.appstate.edu > Founder - Appalachian Linux Users Group > http://alug.appstate.edu > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Adam M. <ad...@tu...> - 2003-02-04 15:03:49
|
Matt, checking out mysql.com I found the JOIN syntax page and most of the syntax here is standard sql with no special mysql bells or whistles (with a couple of exceptions). It should work on multiple DBMS's. Hope it helps: http://www.mysql.com/doc/en/JOIN.html Adam > I guess it could be tricky, since join syntax is not standard across all > DBMS's, unless pear handles some kind of "join abstraction". > > I guess I can just get the separate results and loop to my heart's > content. > > Don. > > On Tue, 4 Feb 2003, Matthew McNaney wrote: > >> > Is there a mechanism in place to support table joins? sqlSelect >> would work as long as you don't have a table prefix in place but >> that is more of a kludge than anything. >> > >> > Don. >> >> I'm not sure. I haven't used joins since Access and I am not familiar >> with them in SQL. >> >> >> > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------------------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |
From: Don S. <do...@se...> - 2003-02-04 14:42:56
|
I guess it could be tricky, since join syntax is not standard across all DBMS's, unless pear handles some kind of "join abstraction". I guess I can just get the separate results and loop to my heart's content. Don. On Tue, 4 Feb 2003, Matthew McNaney wrote: > > Is there a mechanism in place to support table joins? sqlSelect would > > work as long as you don't have a table prefix in place but that is more > > of a kludge than anything. > > > > Don. > > I'm not sure. I haven't used joins since Access and I am not familiar with > them in SQL. > > > |
From: Matthew M. <ma...@tu...> - 2003-02-04 13:38:51
|
> Is there a mechanism in place to support table joins? sqlSelect would > work as long as you don't have a table prefix in place but that is more > of a kludge than anything. > > Don. I'm not sure. I haven't used joins since Access and I am not familiar with them in SQL. -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |
From: Don S. <do...@se...> - 2003-02-03 21:30:22
|
Is there a mechanism in place to support table joins? sqlSelect would work as long as you don't have a table prefix in place but that is more of a kludge than anything. Don. |
From: Mike N. <mh...@us...> - 2003-02-03 19:25:18
|
On Sun, 2003-02-02 at 14:27, Eloi George wrote: > > Wikipedia, the free encyclopedia > > http://www.wikipedia.org/ > > Cheez. You got me again. > > I like their syntax structure better. I didn't realize it could be so > powerful. Eloi, Wikipedia is an extreme example. Most Wiki sites use them for FAQ, HOWTO, quick-start document, etc. collaboration. Larger documents (e.g. guides) still use DocBook SGML/XML. > > Would this modification include changelog and diff capabilities? > > Sure. Great. :-) > That part of it might take me a little longer because I'm new to CVSs > & Difference Engines. The phpwiki project has php pear abstracted port of wikiwikiweb. Maybe their source would help you. PhpWiki source http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/ PhpWiki 1.3 branch demo http://phpwiki.sourceforge.net/demo/ > I'm thinking I should encapsulate all the tag > conversion & basic difference engine methods into one class that can be > accessible from other phpWS modules. Module->Module links could then be > effected by using namespaces. Links within the same module wouldn't require > any. Since changelog standardization would be impossible, each module would > be responsible for maintaining its own archives and interfacing with the > Difference Engine. > > How does that Wiki->Wiki namespace capability work? Is there some sort of > central registry? Unfortunately, I'm not knowledgeable enough to answer the questions above. I'm not a programmer. I'm barely useful as a project admin. :-( -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Eloi G. <el...@re...> - 2003-02-02 22:28:03
|
> I think of Wikis as a simplified combination of CVS and HTML. Wikis are > great for collaborating on small to medium size documents. The > changelog, diffs, and simplified tag structure are very useful. There > are many writers that aren't comfortable writing documents using XML, > DocBook, or HTML. Wikis allow these writers to contribute content to a > project. Mike, that's a great way of putting it. The whole thing's starting to gel now. > Wikipedia, the free encyclopedia > http://www.wikipedia.org/ Cheez. You got me again. I like their syntax structure better. I didn't realize it could be so powerful. > Would this modification include changelog and diff capabilities? Sure. That part of it might take me a little longer because I'm new to CVSs & Difference Engines. I'm thinking I should encapsulate all the tag conversion & basic difference engine methods into one class that can be accessible from other phpWS modules. Module->Module links could then be effected by using namespaces. Links within the same module wouldn't require any. Since changelog standardization would be impossible, each module would be responsible for maintaining its own archives and interfacing with the Difference Engine. How does that Wiki->Wiki namespace capability work? Is there some sort of central registry? -Eloi George- |
From: Adam M. <ad...@tu...> - 2003-02-02 02:28:35
|
Steven and I tightened things up in phatform and setup a download this evening. The current version is 2.12 and you can get it here: http://phpwebsite.appstate.edu/downloads/mods/phatform/phatform_2.12.tar.gz I wrote up a bunch of documentation for phatform this afternoon so be sure to check the phatform/docs directory for the REQUIREMENTS, INSTALL, README, and other helpful stuff. We are only announcing the release of this module on this mailing list as it only runs with a cvs version of phpwebsite. We will announce it fully and make links from our site available after the next release of the phpwebsite core (tenatively set at Feb. 7th). Note: Phatform requires Array.php cvs revision 1.25 or greater for the reporting side to work correctly. Enjoy! Adam --------------------------------------------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |