You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(103) |
Jul
(105) |
Aug
(16) |
Sep
(16) |
Oct
(78) |
Nov
(36) |
Dec
(58) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(100) |
Feb
(155) |
Mar
(84) |
Apr
(33) |
May
(22) |
Jun
(77) |
Jul
(36) |
Aug
(37) |
Sep
(183) |
Oct
(74) |
Nov
(235) |
Dec
(165) |
2002 |
Jan
(187) |
Feb
(183) |
Mar
(52) |
Apr
(10) |
May
(15) |
Jun
(19) |
Jul
(43) |
Aug
(90) |
Sep
(144) |
Oct
(144) |
Nov
(171) |
Dec
(78) |
2003 |
Jan
(113) |
Feb
(99) |
Mar
(80) |
Apr
(44) |
May
(35) |
Jun
(32) |
Jul
(34) |
Aug
(34) |
Sep
(30) |
Oct
(57) |
Nov
(97) |
Dec
(139) |
2004 |
Jan
(132) |
Feb
(223) |
Mar
(300) |
Apr
(221) |
May
(171) |
Jun
(286) |
Jul
(188) |
Aug
(107) |
Sep
(97) |
Oct
(106) |
Nov
(139) |
Dec
(125) |
2005 |
Jan
(200) |
Feb
(116) |
Mar
(68) |
Apr
(158) |
May
(70) |
Jun
(80) |
Jul
(55) |
Aug
(52) |
Sep
(92) |
Oct
(141) |
Nov
(86) |
Dec
(41) |
2006 |
Jan
(35) |
Feb
(62) |
Mar
(59) |
Apr
(52) |
May
(51) |
Jun
(61) |
Jul
(30) |
Aug
(36) |
Sep
(12) |
Oct
(4) |
Nov
(22) |
Dec
(34) |
2007 |
Jan
(49) |
Feb
(19) |
Mar
(37) |
Apr
(16) |
May
(9) |
Jun
(38) |
Jul
(17) |
Aug
(31) |
Sep
(16) |
Oct
(34) |
Nov
(4) |
Dec
(8) |
2008 |
Jan
(8) |
Feb
(16) |
Mar
(14) |
Apr
(6) |
May
(4) |
Jun
(5) |
Jul
(9) |
Aug
(36) |
Sep
(6) |
Oct
(3) |
Nov
(3) |
Dec
(3) |
2009 |
Jan
(14) |
Feb
(2) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(10) |
Sep
(11) |
Oct
(4) |
Nov
(2) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
(13) |
Apr
(11) |
May
(18) |
Jun
(44) |
Jul
(7) |
Aug
(2) |
Sep
(14) |
Oct
|
Nov
(6) |
Dec
|
2011 |
Jan
(2) |
Feb
(6) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(11) |
Feb
(3) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(1) |
2015 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(6) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
(11) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(3) |
2024 |
Jan
(7) |
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joby W. <joby@u.washington.edu> - 2002-08-16 18:12:17
|
Line 162 of phpwiki/lib/config.php in 1.3.3 (as I have it) sets the definition of SERVER_URL if it is not set already. I would set up a if/else statement in phpwiki/index.php to define SERVER_URL based off of the IP address or hostname of the client: if ( <regexp to determine if internal> ) { define('SERVER_URL', 'int.x.com'); } else { define('SERVER_URL', 'x.com'); } jbw Matt Pieklik wrote: > I have run into a situation where I have one webserver serving a private > network and the internet and serving up the same web pages. The problem > is, the private network has a different domain name than the public > side. Lets say the public net is x.com and the private is int.x.com. > I have a link for a file on the webserver, > [OP AMPS for Everyone Book | > https:/internal/reference/guides/electronics/opamp/OpAmpsForEveryone.pdf] > I think this is a terrible way to do things, /internal/references... is > the path to the file, not the machine name...I had use https: to force > the SSL protocol, otherwise it would try http, which is being blocked. > The problem is with this kludge, it only seems to work with IE > browsers. Mozilla interprets "/internal" as a machine name and tries to > find a machine by that name. > I can't use the the machine name in the URL because this page is being > accessed by both internal and external hosts, thus the machine has two > different domain names. > Anyone have any suggestions on the proper or better way of doing this? > TIA, > Matt > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Matt P. <pi...@kp...> - 2002-08-16 17:03:11
|
I have run into a situation where I have one webserver serving a private network and the internet and serving up the same web pages. The problem is, the private network has a different domain name than the public side. Lets say the public net is x.com and the private is int.x.com. I have a link for a file on the webserver, [OP AMPS for Everyone Book | https:/internal/reference/guides/electronics/opamp/OpAmpsForEveryone.pdf] I think this is a terrible way to do things, /internal/references... is the path to the file, not the machine name...I had use https: to force the SSL protocol, otherwise it would try http, which is being blocked. The problem is with this kludge, it only seems to work with IE browsers. Mozilla interprets "/internal" as a machine name and tries to find a machine by that name. I can't use the the machine name in the URL because this page is being accessed by both internal and external hosts, thus the machine has two different domain names. Anyone have any suggestions on the proper or better way of doing this? TIA, Matt |
From: Reini U. <ru...@x-...> - 2002-08-16 12:06:10
|
I forgot to add support for relative style "/SubPage" links, which I do hereby. Attached is the combined patch for improved SubPages and ImageLinks. Reini Urban schrieb: > I ported my old implementation of Imagelinks now the latest phpwiki > version. Keeping the metaphor [ linkname | url ] the linkname is what > gets displayed. here the inlined image. the url is the target, here the > pagenamed linked to. > > [ img | link ] > like [images/prev.gif|PrevLink][images/next.gif|NextLink] > as described in http://phpwiki.sourceforge.net/phpwiki/ImageLinks > > The images path is relative to the current theme, so we don't need the > http: part in front. > Included in the patch is also the SubPage patch, because I had to fix > the SubPage patch to support ImageLinks. > > Discussable would be to put those links without http: into the buttons > subdir, and provide a "^button:" prefix, like [button:next.gif|NextLink]. > > A live sample is at > http://xarch.tu-graz.ac.at/autocad/wiki/WhatChangedWithAutoCAD2000 > (page unaltered from the old version using my hacked 1.2 phpwiki lib.) > > The patch at http://phpwiki.sourceforge.net/phpwiki/ImageLinks is > defunct. The Alt text (cartens' complaint) is the name of the link, > here $URL. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Reini U. <ru...@x-...> - 2002-08-16 10:01:58
|
I ported my old implementation of Imagelinks now the latest phpwiki version. Keeping the metaphor [ linkname | url ] the linkname is what gets displayed. here the inlined image. the url is the target, here the pagenamed linked to. [ img | link ] like [images/prev.gif|PrevLink][images/next.gif|NextLink] as described in http://phpwiki.sourceforge.net/phpwiki/ImageLinks The images path is relative to the current theme, so we don't need the http: part in front. Included in the patch is also the SubPage patch, because I had to fix the SubPage patch to support ImageLinks. Discussable would be to put those links without http: into the buttons subdir, and provide a "^button:" prefix, like [button:next.gif|NextLink]. A live sample is at http://xarch.tu-graz.ac.at/autocad/wiki/WhatChangedWithAutoCAD2000 (page unaltered from the old version using my hacked 1.2 phpwiki lib.) The patch at http://phpwiki.sourceforge.net/phpwiki/ImageLinks is defunct. The Alt text (cartens' complaint) is the name of the link, here $URL. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Reini U. <ru...@x-...> - 2002-08-12 14:11:50
|
I implemented now SubPages in this way: Every WikiLink is checked for the SubPage seperator '/'. (Note: Not '.' as Carsten had it) The pagename is exploded into subpages. All pages but the last one link to the named upper page, only the last one to the SubPage. This way you can have a hierarchy of subpages. Sample: "Calendar/2002-08-15" => "Calendar"/"2002-08-15" where Calendar links to Calendar, and the last part 2002-08-15 links to Calendar/2002-08-15 The header backlinks only the last SubPage, while the former page parts point to the upper pages, for easier navigation. ToDo: * fix the references to '.' in Calender to '/' as separator. plugin/Calender.php templates/top.tmpl * Search in subpages only? $ diff -bu Theme.php.orig Theme.php --- Theme.php.orig 2002-02-22 19:03:50.000000000 +0000 +++ Theme.php 2002-08-12 13:25:54.000000000 +0000 @@ -7,6 +7,8 @@ * Make a link to a wiki page (in this wiki). * * This is a convenience function. + * 2002-08-12 09:26:42 rurban + * Subpage extension: in "Page/SubPage" the link to "Page" will be seperated. * * @param $page_or_rev mixed * Can be:<dl> @@ -70,11 +72,32 @@ $exists = true; } - - if ($exists) + if (strchr(substr($pagename,0,-1), '/')) { + $pages = explode('/',$pagename); + $last_page = array_pop($pages); // deletes last element from array as side-effect + $link = HTML::span($Theme->linkExistingWikiWord($pages[0], $pages[0] . '/')); + $first_pages = $pages[0] . '/'; + array_shift($pages); + foreach ($pages as $page) { + $link->pushContent($Theme->linkExistingWikiWord($first_pages . $page, $page . '/')); + $first_pages .= $page . '/'; + } + $label = $last_page; + if ($exists) { + $link->pushContent($Theme->linkExistingWikiWord($pagename, $label, $version)); + return $link; + } + else { + $link->pushContent($Theme->linkUnknownWikiWord($pagename, $label)); + return $link; + } + } + elseif ($exists) { return $Theme->linkExistingWikiWord($pagename, $label, $version); - else + } + else { return $Theme->linkUnknownWikiWord($pagename, $label); + } } --- display.php.orig 2002-02-18 07:47:28.000000000 +0000 +++ display.php 2002-08-12 14:07:52.000000000 +0000 @@ -80,11 +80,34 @@ } $splitname = split_pagename($pagename); + if (strchr($pagename, '/')) { + $pages = explode('/',$pagename); + $last_page = array_pop($pages); // deletes last element from array as side-effect + $pagetitle = HTML::span(HTML::a(array('href' => WikiURL($pages[0]), + //'class' => 'backlinks' + ), + split_pagename($pages[0] . '/'))); + $first_pages = $pages[0] . '/'; + array_shift($pages); + foreach ($pages as $p) { + $pagetitle->pushContent(HTML::a(array('href' => WikiURL($first_pages . $p), + 'class' => 'backlinks'), + split_pagename($p . '/'))); + $first_pages .= $p . '/'; + } + $backlink = HTML::a(array('href' => WikiURL($pagename, + array('action' => _("BackLinks"))), + 'class' => 'backlinks'), + split_pagename($last_page)); + $backlink->addTooltip(sprintf(_("BackLinks for %s"), $pagename)); + $pagetitle->pushContent($backlink); + } else { $pagetitle = HTML::a(array('href' => WikiURL($pagename, array('action' => _("BackLinks"))), 'class' => 'backlinks'), $splitname); $pagetitle->addTooltip(sprintf(_("BackLinks for %s"), $pagename)); + } include_once('lib/BlockParser.php'); -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Steve W. <sw...@pa...> - 2002-08-12 01:18:28
|
Hi Pallieter, The date formats come from the Unix "date" command. The formats can be=20= found in the man page for date, and if you are on a Windows system, you=20= can find the man page on the web somewhere. Sorry about the Dutch translation; I had no way to proof read it :-) ~swain On Sunday, August 11, 2002, at 01:46 PM, Pallieter Koopmans wrote: > I have now setup an English version of PhpWiki, it works excellent. > Though I find it very difficult to translate the application into = Dutch > (the Dutch translation gives many errors and is php-wise and > language-wise disfunctional). My question is this: > > Theme.php: > > var $_dateFormat =3D "%B %e, %Y"; > var $_timeFormat =3D "%I:%M %p"; > > These are not the common PHP time settings. I was unable to find out > where they are generated -- as to change them to Y-m-d H:i. > > Also, I find that the CSS is setup quite complex. Hopefully you can = try > to make that more understandable and easier to addapt in a next = release. > > Looking forward to an enjoyable and profitable relationship. > > Greatz, > > Pallieter Koopmans > P&S enterprises Group > > OnePay.nl Internet Hosting ~ One Check Numerous Features > HC Consultancy ~ Interim, Werving en Selectie (Nederland) > @Quest ~ Premium Design - Digital Media Concept Development > PKCompany ~ Where information and opportunity meet. (c) > eBrain ~ Share your mind. (c) Knowledge Community Software > Project QuoteBase ~ Capturing and Managing the Power of Quotes > BccD ~ Business Communication Channel & Information Design > Charity Management International ~ Give Consciously Better (c) > Indeem ~ Project Management and Accompanied Outsourcing > Notre R=EAv=E9 Notre R=E9alit=E9 ~ Enlightened Building Development > Cyclone Commerce ~ Internet Ideas Innovation Implementation (c) > > Need something or need help on your way to success ? > Health & Wealth - Products & Advise ... send us a question ? (c) > > PS: For cheap and complete internet hosting www.OnePay.nl > PPS: Thawte ID: NL-P01234567-1 and PGP Key ID: 0x96E4A9F3 > > __________________________________________________________ > This email message is for the sole use of the intended > recipients and may contain confidential and privileged > information. Any unauthorized review, use, disclosure > or distribution is strictly prohibited. If you are not > the intended recipient, please contact the sender via > Ab...@Si... and destroy all copies of the message. > > > |
From: <ukr...@ya...> - 2002-08-11 10:36:25
|
The Newest and Fastest gateway to London Property/Cars/Jobs/Classifieds/Dating Business Directory Services. WWW.ONLINE-LONDON.NET Is your Business listed ? |
From: Svetlana P. <sm...@cs...> - 2002-08-10 09:55:14
|
From: Steve W. <sw...@pa...> - 2002-08-09 18:58:04
|
I second all of Jeff's replies; in essence, the only thing you cannot do is modify the PhpWiki code and then redistribute it without providing the source code (somewhat hard to do with PHP files, however). As Jeff said you are doing it exactly how the Gnu folks wanted it (charging for services). I'm always tickled pink when PhpWiki shows up in new places! And I hope you make a million pounds! :-) ~swain Jeff Dairiki wrote: >>>* am I __allowed__ to do this (legally GPL-licensing-wise)? >> > > I'm not expert on the GPL, but I think you are. > > >>>* would you be happy with me doing this? After all it's your >>>software and wouldn't have done any of this without your hard work. >> > > It doesn't bother me a bit. > > >>>Please note I would be charging only for template customisation, >>>training, hosting, and text entry or wiki mods where required. They >>>would have full ftp access to the phpwiki code on the server should >>>they wish to modify it. Is this in compliance with the GPL? >> > > Yes, I think this is exactly how GPL code is supposed to make > people money --- by charging for support. > > To make sure you cross your I's and dot your T's, you should, > of course, read the GPL, and the GPL FAQ: > http://www.gnu.org/licenses/licenses.html > > > > >>>a) is it worth the upgrade? are there significant flaws in 1.3.2 or >>>insanely great additions in 1.3.3? >> > > I still use (roughly) a 1.3.2 on my home wiki --- just because I'm > too lazy to upgrade. (I still use 1.2 on HammondWiki, also because > I'm too lazy to upgrade.) > > I suspect 1.3.3 might even be a little buggier than 1.3.2 > --- Carsten added a lot of stuff that I haven't looked at > very carefully... I really should find the time to work > on it a bit more (but I don't think it's going to happen > real soon.) > > The major drawback to using 1.3.2 is that it's not > maintained. Fixes and new features are going to get > added to 1.3.3. And the two versions are different > enough that back-porting is not always trivial. > Also, if you want to merge any of your changes > back to the main codebase, it would be easier if > you were using current code. > > > > >>>b) would anyone want my additions for the mainstream project? >>>They're mostly tweaks for things like emailing when pages are >>>modified, image alignment, transform.php mods etc. Some are to >>>ensure greater compliance with w3.org/wai and bobby guidelines, >>>since I try to ensure accessibility & compliance whenever possible. >>>None of it's rocket science stuff, just useful mods. >> > > Definitely! As long as the feature is more-or-less generally > useful and the code is decently generic and clean. > > >>>I look forward to hearing from you regard the sitewriter.net idea. >> > > As far as I'm concerned, I think it's a great idea. > > > |
From: Joby W. <joby@u.washington.edu> - 2002-08-08 14:35:07
|
Not that I know of, but you could use the footnotes methodology. jbw Rodolfo Pilas wrote: > Is there are any way to produce a index page with cross link references > like a index and titles? > > Something like: > > # [Introduction|ThisPage#intro] > # [First view|ThisPage#fv] > > # Introduction <- HTML code <a name="intro">Introduction</a> > ..... > > # First view <- HTML code <a name="fv">First view</a> > > ..... > > > If I need to read a page at PhpWiki:CategoryNewWikiMarkup tell me > please. > |
From: Joby W. <joby@u.washington.edu> - 2002-08-08 14:34:02
|
The page below shows how to fix the footnotes issue for markup 1. http://phpwiki.sourceforge.net/phpwiki/FootnotesFix jbw Laurence Berland wrote: > I've got a phpwiki set up at http://laurence.isp.northwestern.edu/volvowiki > and I'm having some trouble. The big problem is that for recently-added > categories, backlinks just doesn't work. As such, I can't generate category > pages. Also, footnotes don't work correctly, but that's not as important. > Can anyone tell me what I've done wrong? > > TIA, > > Laurence Berland > Northwestern '04 > http://laurence.isp.northwestern.edu > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Laurence B. <lau...@is...> - 2002-08-08 04:15:20
|
I've got a phpwiki set up at http://laurence.isp.northwestern.edu/volvowiki and I'm having some trouble. The big problem is that for recently-added categories, backlinks just doesn't work. As such, I can't generate category pages. Also, footnotes don't work correctly, but that's not as important. Can anyone tell me what I've done wrong? TIA, Laurence Berland Northwestern '04 http://laurence.isp.northwestern.edu |
From: Thomas <as...@as...> - 2002-08-08 04:10:32
|
Greetings all, I have searched the web for a little while, and haven't had any luck finding a patch or module for phpwiki to integrate into phpnuke in a easy and download and decompress kinda of way. If I'm mistaken, I would be glad to know where one is! Otherwise I was looking for suggestions on how to go about it. I copied the phpnuke Top module and gutted it. I now want to produce something that will allow phpwiki to exist inside phpnuke. I have high hopes for this, but I'm not sure I'll ever produce something that reaches the integration level of Gallery with Phpnuke, but we'll see. -Thomas |
From: Rodolfo P. <ro...@pi...> - 2002-08-08 04:06:14
|
Is there are any way to produce a index page with cross link references like a index and titles? Something like: # [Introduction|ThisPage#intro] # [First view|ThisPage#fv] # Introduction <- HTML code <a name="intro">Introduction</a> ..... # First view <- HTML code <a name="fv">First view</a> ..... If I need to read a page at PhpWiki:CategoryNewWikiMarkup tell me please. -- --- Rodolfo Pilas Quien los puso a estos tipos donde estan, ro...@pi... Quien los deja seguir en su lugar, http://rodolfo.pilas.net Quien los baja ahora de su altar, Yahoo ID: ysidorito Quien les paga para que hagan lo que haran http://xtralinux.org -=# Apocalipsis Now % Cuarteto de Nos #=- Public GnuPG key: http://www.keyserver.net 1024D/57153363 2001-06-02 key fingerprint = DAAE 3246 3F7D A420 B7A0 48A5 D120 C773 5715 3363 |
From: Asheesh L. <as...@as...> - 2002-08-04 19:50:13
|
With all due respect, what are you talking about? That page, one, does not concern the phpwiki developers and user community (the PhpWiki-Talk list by which I received this message), and, two, is not illegal or immoral in any way. Let me speak for everyone to whom you sent this message when I say: <Shrug>. -- Asheesh. On Sun, 4 Aug 2002, Ayman Elbanhawy wrote: > To whom it may concern, > > I searched the web, and found information about my name posted on your > site without my permission, and this information is demeaning to my > character. I do ask kindly that this information be removed immediately > or else I will file a law suit against your company, and the hosting > provider.. > > The page that needs to be removed : > http://wiki.w4all.com/PageHistory?page=AymanElbanhawy > > Thanks, A. Elbanhawy |
From: John K. <jo...@ke...> - 2002-08-04 19:44:04
|
At 2:20 pm -0400 4/8/02, Ayman Elbanhawy wrote: >To whom it may concern, Ayman, Whatever is posted on the w4ll.com web site certainly *does not* concern anyone at phpwiki, legally at least, any more than it concerns Tim Berners Lee for inventing the Internet. The w4ll site *does* use the phpwiki engine, but the content of the site is the responsibility of the message poster. In this case, since the site administrator has locked the page (otherwise you could just change the content yourself), you should pursue the matter with him/her. Not anyone at phpwiki - it's nothing to do with them and they couldn't do anything even if they wanted to. John. -- ------------------------------------ 0113 2289316 / 07944 755613 jo...@ke... / www.kershaw.org AOL johnkershaw / Y! john_m_kershaw ------------------------------------ |
From: Ayman E. <ael...@ne...> - 2002-08-04 18:20:26
|
To whom it may concern, I searched the web, and found information about my name posted on your site without my permission, and this information is demeaning to my character. I do ask kindly that this information be removed immediately or else I will file a law suit against your company, and the hosting provider.. The page that needs to be removed : http://wiki.w4all.com/PageHistory?page=AymanElbanhawy Thanks, A. Elbanhawy |
From: Joby W. <joby@u.washington.edu> - 2002-08-02 14:45:30
|
I haven't done anything with the db file support so insert disclaimer... Looks like it can't open the db. Which db are you trying to use? Looks like gdbm is the default -- does your installation of php support that? Was the file ever created? (look in index.php for the location). jbw Jeff Hotz wrote: > I get this error message when trying to run phpWiki 1.3.3 for the first > time. > > lib/DbaDatabase.php:32: Fatal[256]: driver initialization failed > > Can someone please give me some idea what I may have done incorrectly? > > Thanks. > > - > je...@ho... > www.hotz.net > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Joby W. <joby@u.washington.edu> - 2002-08-02 14:38:58
|
I don't see any difference, so fine with me... Tested with Mozilla, IE5.5, IE6. jbw Reini Urban wrote: > patch to improve aesthetics on input buttons. > tested on IE5 and Mozilla. > > Note: > IE5 draws the DIV tag until the right side of the page or table, > Mozilla only leaves some cellspacing, SPAN leaves no space around. > > Please test this on other browsers before I submit this. > > $ diff -bu lib/plugin/WikiForm.php~ lib/plugin/WikiForm.php > --- lib/plugin/WikiForm.php~ 2002-07-24 17:17:33.000000000 +0000 > +++ lib/plugin/WikiForm.php 2002-08-02 09:44:11.000000000 +0000 > @@ -86,7 +86,7 @@ > $input->addTooltip($buttontext); > $button = Button('submit:', $buttontext, $class); > > - $form->pushContent(HTML::div(array('class' => $class), > + $form->pushContent(HTML::span(array('class' => $class), > $input, $button)); > > return $form; > |
From: Reini U. <ru...@x-...> - 2002-08-02 09:48:51
|
patch to improve aesthetics on input buttons. tested on IE5 and Mozilla. Note: IE5 draws the DIV tag until the right side of the page or table, Mozilla only leaves some cellspacing, SPAN leaves no space around. Please test this on other browsers before I submit this. $ diff -bu lib/plugin/WikiForm.php~ lib/plugin/WikiForm.php --- lib/plugin/WikiForm.php~ 2002-07-24 17:17:33.000000000 +0000 +++ lib/plugin/WikiForm.php 2002-08-02 09:44:11.000000000 +0000 @@ -86,7 +86,7 @@ $input->addTooltip($buttontext); $button = Button('submit:', $buttontext, $class); - $form->pushContent(HTML::div(array('class' => $class), + $form->pushContent(HTML::span(array('class' => $class), $input, $button)); return $form; -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: John K. <jo...@ke...> - 2002-08-02 06:43:08
|
> I'd really like to be emailed when a wiki page is updated. Has that >feature been implemented? I'm just trying to update my page explaining this. Is it just me, or is phpwiki.sourceforge.net/phpwiki running like a dog? A dog with no legs? Pulling a sled? In the hot, hot sun? John. -- ------------------------------------ 0113 2289316 / 07944 755613 jo...@ke... / www.kershaw.org AOL johnkershaw / Y! john_m_kershaw ------------------------------------ |
From: Evan H. <hu...@ne...> - 2002-08-02 05:54:43
|
Howdy, I'd really like to be emailed when a wiki page is updated. Has that feature been implemented? (I'm using phpwiki 1.3.3) e |
From: Jeff H. <je...@ho...> - 2002-08-02 03:53:06
|
I get this error message when trying to run phpWiki 1.3.3 for the first time. lib/DbaDatabase.php:32: Fatal[256]: driver initialization failed Can someone please give me some idea what I may have done incorrectly? Thanks. - je...@ho... www.hotz.net |
From: Willie D. L. <wd...@ic...> - 2002-08-02 02:39:27
|
On Thu, 1 Aug 2002, Joby Walker wrote: > In main.php at the end of the constructor for UserPreferences (function > UserPreferences) I would add a line: > > $this->set('userid', <insert location of PHPlib username>); > > Finally, again in WikiUser.php, I modified _pwcheck to accept certain > userid's as admins Joby, thanks very much! Using your hints, PhpWiki works as I want. I am building an environment for online courses. Now, only teachers may edit the PhpWiki pages. Teachers were previously registered on that environment, before using PhpWiki. Kind regards, Willie D. Leiva |
From: Joby W. <joby@u.washington.edu> - 2002-08-01 23:26:12
|
I am not very familiar with PHPlib so I don't know what the variable that holds a username is, but In main.php at the end of the constructor for UserPreferences (function UserPreferences) I would add a line: $this->set('userid', <insert location of PHPlib username>); That will automatically set the Username that phpwiki uses to the username approved by PHPlib. Then in WikiUser.php you will need to modify AuthCheck to not logout. Here is what I did: /* * Removed by joby 6/28/2002 if ($logout) return new WikiUser; // Log out elseif ($cancel) return false; // User hit cancel button. elseif (!$login && !$userid) return false; // Nothing to do? */ /* Begin insert by joby 6/28/2002 */ if (!$userid) { return false; } /* End insert by joby 6/28/2002 */ Finally, again in WikiUser.php, I modified _pwcheck to accept certain userid's as admins -- function _pwcheck ($userid, $passwd) { global $WikiNameRegexp; /* * Removed by joby 6/28/2002 * if (!empty($userid) && $userid == ADMIN_USER) { if (!empty($passwd) && $passwd == ADMIN_PASSWD) return WIKIAUTH_ADMIN; return false; } elseif (ALLOW_BOGO_LOGIN && preg_match('/\A' . $WikiNameRegexp . '\z/', $userid)) { return WIKIAUTH_BOGO; } return false; */ /* Begin insert by joby 6/28/2002 */ $admins = array(<list of admins>); if (in_array($userid, $admins)) { return WIKIAUTH_ADMIN; } else { return WIKIAUTH_BOGO; } return false; /* End insert by joby 6/28/2002 */ } jbw Willie Dresler Leiva wrote: > On Thu, 1 Aug 2002, Joby Walker wrote: > > >>The current (1.3.3) user system is really easy to hack (since there >>isn't much there). The two relevant files are lib/main.php and >>lib/WikiUser.php. You will also need to edit themes/<your >>theme>/templates/signin.tmpl to remove the signoff button (or redirect >>it to something in PHPlib). >> >>I hacked it to use $_SERVER['REMOTE_USER'] so that we can use the UW's >>pubcookie. > > > I studied lib/main.php and lib/WikiUser.php. > > However, I don't know surely where I should change. > > Could you please send me an example or more explanations? > > Thanks in advance, > Willie D. Leiva > |