SourceForge logo
SourceForge logo
Menu

phpwiki-talk

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
(5)
Oct
Nov
Dec

Showing results of 7779

<< < 1 .. 14 15 16 17 18 .. 312 > >> (Page 16 of 312)
From: Marc-Etienne V. <Mar...@al...> - 2008年08月05日 09:02:40
Reini Urban a écrit :
> 2008年8月4日 Marc-Etienne Vargenau:
>> Reini, can you have a look in file InlineParser.php
>>
>> class Markup_bracketlink extends SimpleMarkup
>> {
>> var $_match_regexp = "\\#? \\[ .*? [^]\\s] .*? \\]";
>> // TODO: include second ] in regexp
> 
> Sure, but this week I'm on a business trip in germany and will
> rarely have to time to debug though the InlineParser and BlockParser.
> This is really hairy and we'll have to get the order of regexp's right.
> 
> I rather want to hide WikiCreole support behind a ENABLE_WIKICREOLE
> and add those checks behind that.
> WikiCreole should be supported at all (config-default: = TRUE), but who knows,
> maybe we get into hairy parser problems and then we can easily disable that
> as fallback.
Hello,
No problem, it is not urgent. I will be on vacation till 17 August.
I did not do it precisely because I was not sure to get the regexp right.
Best regards,
Marc-Etienne
-- 
================================================================== ------
| Marc-Etienne Vargenau | / \
| Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \
| +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' |
================================================================== \ |/ /
| L'essence des Mathématiques est dans leur liberté. | \ /
| Georges Cantor | ------
==================================================================
From: Reini U. <ru...@x-...> - 2008年08月05日 08:39:24
2008年8月4日 Marc-Etienne Vargenau:
> Reini, can you have a look in file InlineParser.php
>
> class Markup_bracketlink extends SimpleMarkup
> {
> var $_match_regexp = "\\#? \\[ .*? [^]\\s] .*? \\]";
> // TODO: include second ] in regexp
Sure, but this week I'm on a business trip in germany and will
rarely have to time to debug though the InlineParser and BlockParser.
This is really hairy and we'll have to get the order of regexp's right.
I rather want to hide WikiCreole support behind a ENABLE_WIKICREOLE
and add those checks behind that.
WikiCreole should be supported at all (config-default: = TRUE), but who knows,
maybe we get into hairy parser problems and then we can easily disable that
as fallback.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Sabri L. <sab...@gm...> - 2008年08月05日 07:33:28
On Mon, Aug 4, 2008 at 5:42 PM, Marc-Etienne Vargenau <
Mar...@al...> wrote:
> Reini Urban a écrit :
> > FYI
> > Marc-Etienne Vargenau just added:
> > Implement Wikicreole headers
> > Implement Wikicreole syntax for subscript
> > Implement Wikicreole syntax for line break
> > Implement Wikicreole syntax for links
> > Implement "{{foo?version=5}}" syntax for templates
> >
> > and several minor fixes to CVS.
> > Thanks!
>
Thanks Marc-Etienne for this good initiative.
> Hello to all,
>
> Concerning the Wikicreole headers, what should work is
>
> == My title
> === My subtitle
>
> What does not yet work is
>
> == My title ==
> === My subtitle ===
>
> (Mediawiki style)
>
> Reini, can you have a look in file BlockParser.php
>
> class Block_heading_wikicreole
>
> for the best way to do that?
>
> I am currently working on CreateToc plugin so that the
> Wikicreole headers are taken into account.
>
While you're in, could you please check if there is something wrong in
numbering code! There is a bug in CreateToc plugin numbering. I can't find
the exact scenario to reproduce it. What is happening is that top level
sections numbers are sometimes like X.X while they should be X.
I didn't tried the new creole markup yet. I use '!' for headings.
I would also like to address the point related to non creole wiki pages
conversion to a creole syntax. Is it possible ?
Cheers,
-- Sabri.
From: Marc-Etienne V. <Mar...@al...> - 2008年08月04日 15:56:19
Reini Urban a écrit :
> FYI
> Marc-Etienne Vargenau just added:
> Implement Wikicreole headers
> Implement Wikicreole syntax for subscript
> Implement Wikicreole syntax for line break
> Implement Wikicreole syntax for links
> Implement "{{foo?version=5}}" syntax for templates
> 
> and several minor fixes to CVS.
> Thanks!
Hello to all,
Concerning the Wikicreole syntax for links,
the syntax [[foo]] almost works in the sense
that a link names "foo" is created, but is displayed
with a extra ']'.
Reini, can you have a look in file InlineParser.php
class Markup_bracketlink extends SimpleMarkup
{
 var $_match_regexp = "\\#? \\[ .*? [^]\\s] .*? \\]";
 // TODO: include second ] in regexp
Thank you in advance.
Best regards,
Marc-Etienne
-- 
================================================================== ------
| Marc-Etienne Vargenau | / \
| Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \
| +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' |
================================================================== \ |/ /
| L'essence des Mathématiques est dans leur liberté. | \ /
| Georges Cantor | ------
==================================================================
From: Marc-Etienne V. <Mar...@al...> - 2008年08月04日 15:45:21
Reini Urban a écrit :
> FYI
> Marc-Etienne Vargenau just added:
> Implement Wikicreole headers
> Implement Wikicreole syntax for subscript
> Implement Wikicreole syntax for line break
> Implement Wikicreole syntax for links
> Implement "{{foo?version=5}}" syntax for templates
> 
> and several minor fixes to CVS.
> Thanks!
Hello to all,
Concerning the Wikicreole headers, what should work is
== My title
=== My subtitle
What does not yet work is
== My title ==
=== My subtitle ===
(Mediawiki style)
Reini, can you have a look in file BlockParser.php
class Block_heading_wikicreole
for the best way to do that?
I am currently working on CreateToc plugin so that the
Wikicreole headers are taken into account.
Best regards,
Marc-Etienne
-- 
================================================================== ------
| Marc-Etienne Vargenau | / \
| Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \
| +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' |
================================================================== \ |/ /
| L'essence des Mathématiques est dans leur liberté. | \ /
| Georges Cantor | ------
==================================================================
From: Reini U. <ru...@x-...> - 2008年08月03日 17:25:06
FYI
Marc-Etienne Vargenau just added:
 Implement Wikicreole headers
 Implement Wikicreole syntax for subscript
 Implement Wikicreole syntax for line break
 Implement Wikicreole syntax for links
 Implement "{{foo?version=5}}" syntax for templates
and several minor fixes to CVS.
Thanks!
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
Marc-Etienne Vargenau schrieb:
> --- signin.tmpl	3 May 2008 17:38:51 -0000	1.6
> +++ signin.tmpl	2 Aug 2008 16:29:47 -0000	1.7
> @@ -14,5 +14,5 @@ rcs_id('$Id$'); ?>
> <li id="pt-userpage"><?= WikiLink($id, 'auto', HTML($sp,$id,$sp)) ?></li>
> <?php } ?>
> - <li id="pt-login"><?= HTML::a(array('href'=>'?auth[login]=1'),$sp,_("Login"),$sp) ?></a></li>
> + <li id="pt-login"><?= HTML::a(array('href'=>'?auth[login]=1'),$sp,_("Login"),$sp) ?></li>
> <?php } ?>
> </ul>
Oops! Thanks.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Erfan S. <esh...@sh...> - 2008年07月16日 11:28:51
Hi all
I wanted to know if its possible to have inline images in PHP Wiki?
I have enabled the upload plugin and looking at the system info in Wiki 
it seems that it supports inline images but I cannot figure out how it 
works.
Erfan Shirazi
Senior Application Developer
Information Technology - Shipco Transport
Email: esh...@sh..., Direct Tel: +45 39 15 05 62
For IT support related issues, please contact su...@sh...
Shipco Transport - Your Global Solution: Ocean Export & Import and Airfreight. For access to STi-online which offers on-line sailing schedules, bookings, documentation, shipment tracking and other e-commerce tools, please visit our website, www.shipco.com
From: Reini U. <ru...@x-...> - 2008年07月13日 12:45:12
Aelxander Schwarz schrieb:
> Hi NG!
> I wannt to insert an article into the Mysql database without clicking the 
> frontend. Is it possible and how?
> greetz Alex 
1) Figure out the database structure and generate the serialized strings 
somehow.
2) use the xmlrpc method putPage (if not disabled due to spam)
 putPage(String pagename, String content, [String author[, String 
password])
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Aelxander S. <Le...@we...> - 2008年07月10日 08:14:57
Hi NG!
I wannt to insert an article into the Mysql database without clicking the 
frontend. Is it possible and how?
greetz Alex 
From: otrotabi <jos...@te...> - 2008年07月06日 15:26:41
Dear Reini
I added the following line con config.ini in /phpwiki/config
UPLOAD_FILE_PATH=C:/program files/Apache
Group/Apache2/htdocs/phpwiki/uploads/, and also tried the same between "". I
still get the same errors. 
I also tried manually adding a slash into upload.php, as suggested in a post
by Zac Elston. It looks line Zac had the same problems I do, but his August
2 2007 post seems to have changed its topic and I don ́t know how this ended.
Reini Urban wrote:
> 
> otrotabi schrieb:
>> Hi, I need help on uploading files for the following configuration:
>> 
>> Windows XP/Apache 2.0.63/PHP 5.1.2/phpwiki 1.3
>> 
>> I get the following message: Error uploading "file" (any files so far),
>> and
>> the following PHP warning at the bottom:
>> 
>> lib\pear\Cache\Container\file.php:119 Warning[2]: mkdir() [
>> function.mkdir
>> function.mkdir ]: No such file or directory 
>> 
>> I thought it meant the directory could not be created, but there is an
>> "uploads" and an "uploadsMyUserName" directory created under phpwiki
>> directory. 
>> 
>> Any hints ?
> 
> Yes. You encountered the typical Upload missing ending slash problem.
> Search the mailinglist for adhoc solutions.
> I would set the UPLOAD_FILE_PATH in config.ini, with ending slash.
> 
> UPLOAD_FILE_PATH = /var/www/htdocs/uploads/
> 
> 
-- 
View this message in context: http://www.nabble.com/upload-in-windows-tp18206215p18303136.html
Sent from the phpwiki-talk mailing list archive at Nabble.com.
From: Reini U. <ru...@x-...> - 2008年07月04日 16:49:52
otrotabi schrieb:
> Hi, I need help on uploading files for the following configuration:
> 
> Windows XP/Apache 2.0.63/PHP 5.1.2/phpwiki 1.3
> 
> I get the following message: Error uploading "file" (any files so far), and
> the following PHP warning at the bottom:
> 
> lib\pear\Cache\Container\file.php:119 Warning[2]: mkdir() [ function.mkdir
> function.mkdir ]: No such file or directory 
> 
> I thought it meant the directory could not be created, but there is an
> "uploads" and an "uploadsMyUserName" directory created under phpwiki
> directory. 
> 
> Any hints ?
Yes. You encountered the typical Upload missing ending slash problem.
Search the mailinglist for adhoc solutions.
I would set the UPLOAD_FILE_PATH in config.ini, with ending slash.
UPLOAD_FILE_PATH = /var/www/htdocs/uploads/
> Also I ́m having some problems regarding user authentication, I have tried
> the Apache httpasswd aproach but it just does not work, I read the config
> file several times but I can ́t figure out what I ́m missing here, I ́m not a
> php guru but I know about Apache passwords and how to configure them. 
There are two options here:
First, let apache do the auth.
phpwiki is just in one apache realm and does no auth at all, it just 
gets the userid from the webserver headers.
This is called:
USER_AUTH_ORDER = "HttpAuth"
The second is via a htpasswd alike file.
USER_AUTH_ORDER = "File"
AUTH_USER_FILE = /etc/httpd/.htpasswd
Typically with
AUTH_USER_FILE_STORABLE = false
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Reini U. <ru...@x-...> - 2008年07月04日 16:29:30
Marc-Etienne Vargenau schrieb:
> In the preferences, you can ask to be notified of page modifications.
> 
> The doc says:
> 
> "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
> 
> How is this supposed to work for pages:
> - that contain a comma (not very common),
> - that contain a space (quite common for us).
> 
> Would it not be better to enter one page per line?
Yes, that would be better.
But I wanted to be compatible with the "cmdline", the GET url.
Such pagelists on the url are quite common, and it's on the TODO list to 
escape commas in pagenames for such pagelist arguments.
So it would be simplier to do the comma-encoding, apply it to this list 
and decode it whenever pagelists are accepted.
Spaces should already be encoded as %20.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Marc-Etienne V. <Mar...@al...> - 2008年07月04日 16:00:44
Hello,
In the preferences, you can ask to be notified of page modifications.
The doc says:
"Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
How is this supposed to work for pages:
- that contain a comma (not very common),
- that contain a space (quite common for us).
Would it not be better to enter one page per line?
Thank you for your advice.
Best regards,
Marc-Etienne
-- 
================================================================== ------
| Marc-Etienne Vargenau | / \
| Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \
| +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' |
================================================================== \ |/ /
| L'essence des Mathématiques est dans leur liberté. | \ /
| Georges Cantor | ------
==================================================================
From: Marc-Etienne V. <Mar...@al...> - 2008年07月04日 12:38:54
Reini Urban a écrit :
> Marc-Etienne Vargenau schrieb:
>> Update of /cvsroot/phpwiki/phpwiki/pgsrc
>> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20430/pgsrc
>>
>> Modified Files:
>> 	Help%2FIncludePagePlugin 
>> Added Files:
>> 	samplepage 
>> Log Message:
>> Implemented "sections" parameter for IncludePagePlugin
> 
> I don't like that name samplepage.
> It's no WikiWord.
> Cannot we use an existing page with sections to use as sample for 
> IncludePage?
Hello Reini,
I created a new page mostly for testing the interactions when using
multiple arguments (both "section" and "sections"). It is easier to use
a page that is simple and cannot change unexpectedly.
I personaly do not like camel case, I prefer to use brackets.
But feel free to rename the page or delete it.
It would be nice if you can have a look at my code and test it a bit.
Best regards,
Marc-Etienne
-- 
================================================================== ------
| Marc-Etienne Vargenau | / \
| Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \
| +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' |
================================================================== \ |/ /
| L'essence des Mathématiques est dans leur liberté. | \ /
| Georges Cantor | ------
==================================================================
From: Reini U. <ru...@x-...> - 2008年07月04日 10:15:33
Marc-Etienne Vargenau schrieb:
> Update of /cvsroot/phpwiki/phpwiki/pgsrc
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20430/pgsrc
> 
> Modified Files:
> 	Help%2FIncludePagePlugin 
> Added Files:
> 	samplepage 
> Log Message:
> Implemented "sections" parameter for IncludePagePlugin
I don't like that name samplepage.
It's no WikiWord.
Cannot we use an existing page with sections to use as sample for 
IncludePage?
> --- NEW FILE: samplepage ---
> Date: Wed, 2 Jul 2008 16:17:18 +0200
> Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
> X-Rcs-Id: $Id: samplepage,v 1.1 2008年07月03日 19:22:57 vargenau Exp $
> Content-Type: application/x-phpwiki;
> pagename=samplepage;
> flags=PAGE_LOCKED;
> markup=2;
> charset=iso-8859-1
> Content-Transfer-Encoding: binary
> 
> This is a sample page to describe the use of the [IncludePage|Help:IncludePagePlugin] plugin.
> 
> !!! First section
> 
> Text in the first section
> 
> !! A nice subsection
> 
> Text in the nice subsection.
> 
> !! Another subsection
> 
> Text in the other subsection.
> 
> !!! Second section
> 
> Text in the second section
> 
> !! A nice subsection
> 
> Text in the nice subsection of second section.
> 
> !! Another subsection
> 
> Text in the other subsection of second section.
> 
> !! Third subsection
> 
> Text in the third subsection of second section.
> 
> !!! Third section
> 
> Text in the third section.
> 
> Index: Help%2FIncludePagePlugin
> ===================================================================
> RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/Help%2FIncludePagePlugin,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -2 -b -p -d -r1.7 -r1.8
> --- Help%2FIncludePagePlugin	27 Jun 2008 20:03:55 -0000	1.7
> +++ Help%2FIncludePagePlugin	3 Jul 2008 19:22:57 -0000	1.8
> @@ -1,3 +1,3 @@
> -Date: 2008年6月26日 14:15:24 +0000
> +Date: Thu, 3 Jul 2008 10:56:37 +0200
> Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
> X-Rcs-Id: $Id$
> @@ -39,11 +39,50 @@ sectionhead
> !!! Examples
> 
> -<?plugin IncludePage page="HomePage" ?>
> +!! ~IncludePage page=samplepage
> +<?plugin IncludePage page=samplepage ?>
> 
> -<?plugin IncludePage page="Help/WabiSabi" ?>
> +!! ~IncludePage page=samplepage lines=6
> +<?plugin IncludePage page=samplepage lines=6 ?>
> 
> -!!! Author
> +!! ~IncludePage page=samplepage section="Second section"
> +<?plugin IncludePage page=samplepage section="Second section" ?>
> 
> -Joe Edelman
> +!! ~IncludePage page=samplepage section="Second section" sectionhead=true
> +<?plugin IncludePage page=samplepage section="Second section" sectionhead=true ?>
> +
> +!! ~IncludePage page=samplepage sections=2
> +<?plugin IncludePage page=samplepage sections=2 ?>
> +
> +!! ~IncludePage page=samplepage section="Second section" sections=2
> +<?plugin IncludePage page=samplepage section="Second section" sections=2 ?>
> +
> +!! ~IncludePage page=samplepage quiet=1
> +<?plugin IncludePage page=samplepage quiet=1 ?>
> +
> +!! ~IncludePage page=samplepage lines=6 quiet=1
> +<?plugin IncludePage page=samplepage lines=6 quiet=1 ?>
> +
> +!! ~IncludePage page=samplepage section="Second section" quiet=1
> +<?plugin IncludePage page=samplepage section="Second section" quiet=1 ?>
> +
> +!! ~IncludePage page=samplepage section="Second section" sectionhead=true quiet=1
> +<?plugin IncludePage page=samplepage section="Second section" sectionhead=true quiet=1 ?>
> +
> +!! ~IncludePage page=samplepage sections=2 quiet=1
> +<?plugin IncludePage page=samplepage sections=2 quiet=1 ?>
> +
> +!! ~IncludePage page=samplepage section="Second section" sections=2 quiet=1
> +<?plugin IncludePage page=samplepage section="Second section" sections=2 quiet=1 ?>
> +
> +!!! Known bugs
> +
> +* ~RedirectTo plugin is not handled correctly.
> +* Line and word limit doesn't work if the included page itself includes a plugin.
> +
> +!!! Authors
> +
> +* Joe Edelman
> +* bug fixes by [Reini Urban|PhpWiki:ReiniUrban]
> +* "sections" parameter implemented by Marc-Etienne Vargenau, Alcatel-Lucent
> 
> !!! See Also
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: otrotabi <jos...@te...> - 2008年06月30日 23:13:37
Hi, I need help on uploading files for the following configuration:
Windows XP/Apache 2.0.63/PHP 5.1.2/phpwiki 1.3
I get the following message: Error uploading "file" (any files so far), and
the following PHP warning at the bottom:
lib\pear\Cache\Container\file.php:119 Warning[2]: mkdir() [ function.mkdir
function.mkdir ]: No such file or directory 
I thought it meant the directory could not be created, but there is an
"uploads" and an "uploadsMyUserName" directory created under phpwiki
directory. 
Any hints ?
Also I ́m having some problems regarding user authentication, I have tried
the Apache httpasswd aproach but it just does not work, I read the config
file several times but I can ́t figure out what I ́m missing here, I ́m not a
php guru but I know about Apache passwords and how to configure them. 
Thanks for your help.
Regards 
-- 
View this message in context: http://www.nabble.com/upload-in-windows-tp18206215p18206215.html
Sent from the phpwiki-talk mailing list archive at Nabble.com.
From: wchenny <wch...@gm...> - 2008年06月27日 18:06:06
Hi, All,
I encountered this strange problem while using function preg_match in
InlineParser.php.
I isolates the problem and put it in the following php code.
</p>match result
<?php
$text = str_repeat('*', 12500);
$regexp = "/ ( . *? ) ( ($)|(~(?: [[:alnum:]]+ | .))|(\\#? \\[ .*? [^]
\\s] .*? \\]) ) /Asx";
if($text and $regexp)
 $ret = preg_match($regexp, $text, $m);
echo $ret;
?> <br />
</p>regexp is <?php echo $regexp; ?> <br />
</p>text length <?php echo strlen($text) ?> <br>
<?php echo "count ".count($m)."<br>";
 for ($i=0; $i<count($m); $i++) {
 $str=$i.htmlentities($m[$i])."<br>";
 echo $str;
 } ?> <br /> 
when I set the line:
$text = str_repeat('*', 12500);
preg_match will return 0 for the hard coded regular expression.
but if I set $text to 12499, it will return 1 for a match.
$text = str_repeat('*', 12499);
anybody know what's the problem?
Thanks!
-- 
View this message in context: http://www.nabble.com/help%21-strange-preg_match-no-match-problem%21-tp18159550p18159550.html
Sent from the phpwiki-talk mailing list archive at Nabble.com.
From: Marc-Etienne V. <Mar...@al...> - 2008年06月20日 09:28:08
Reini Urban wrote:
> 2008年5月27日 Marc-Etienne Vargenau <Mar...@al...>:
>> Reini Urban a écrit :
>>> 2008年5月21日 Marc-Etienne Vargenau <Mar...@al...>:
>>>> In the pgsrc files, there are many references to "PhpWiki:"
>>>>
>>>> For example, in Help/WikiPlugin
>>>>
>>>> This is an interwiki that points to http://phpwiki.sourceforge.net/phpwiki-1.2/
>>>> so you do not get the right page.
>>>>
>>>> What should be done to correct this?
>>> Find a free and good hoster to host phpwiki.org and its 1.3.x SW and
>>> old content,
>>> to which the Help: and PhpWiki: interwiki links should point to.
> 
> I think I found out how to fix the wiki problem on phpwiki.sf.net
> 
> I'll test that and enable the content of the old wiki's there again,
> so that those links have a safe home.
> 
> But we'd need to stay with the old /phpwiki/index.php/PageName syntax
> unfortunately.
Hello Reini,
Great news. As you have certainly noticed, I have updated the
documentation wiki pages to suppress broken links and to get
more consistency in pages.
The main modification is the creation of two categories
"CategoryActionPage" and "CategoryWikiPlugin".
I hope I did not break anything with my modifications.
Please tell me if I did something wrong.
Best regards,
Marc-Etienne
-- 
================================================================== ------
| Marc-Etienne Vargenau | / \
| Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \
| +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' |
================================================================== \ |/ /
| L'essence des Mathématiques est dans leur liberté. | \ /
| Georges Cantor | ------
==================================================================
From: Reini U. <ru...@x-...> - 2008年06月19日 18:54:31
2008年5月27日 Marc-Etienne Vargenau <Mar...@al...>:
> Reini Urban a écrit :
>> 2008年5月21日 Marc-Etienne Vargenau <Mar...@al...>:
>>> In the pgsrc files, there are many references to "PhpWiki:"
>>>
>>> For example, in Help/WikiPlugin
>>>
>>> This is an interwiki that points to http://phpwiki.sourceforge.net/phpwiki-1.2/
>>> so you do not get the right page.
>>>
>>> What should be done to correct this?
>>
>> Find a free and good hoster to host phpwiki.org and its 1.3.x SW and
>> old content,
>> to which the Help: and PhpWiki: interwiki links should point to.
I think I found out how to fix the wiki problem on phpwiki.sf.net
I'll test that and enable the content of the old wiki's there again,
so that those links have a safe home.
But we'd need to stay with the old /phpwiki/index.php/PageName syntax
unfortunately.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Reini U. <ru...@x-...> - 2008年06月19日 17:30:17
themes/default/templates/head.tmpl was just enhanced to support the
Universal Edit Button.
The Universal Edit Button is currently a green pencil icon in the URL
bar that indicates a web page is editable.
It is similar to the orange "radio waves" RSS icon that indicates
there is a RSS feed available.
To see the universal edit button in your browser, users will need to
download a Firefox extension[1]
In time, we hope that browsers will include this feature as they have
done for RSS feeds.
http://universaleditbutton.org/
=> http://universaleditbutton.org/Add_the_Link_to_PhpWiki
This feature is supported in all phpwiki-1.3.x versions by doing the
simple change to your head.tmpl file.
It will be in the next release also.
[1] https://addons.wikihow.com/univedit.xpi
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Marc-Etienne V. <Mar...@al...> - 2008年05月27日 16:09:39
Reini Urban a écrit :
> 2008年5月21日 Marc-Etienne Vargenau <Mar...@al...>:
>> In the pgsrc files, there are many references to "PhpWiki:"
>>
>> For example, in Help/WikiPlugin
>>
>> This is an interwiki that points to http://phpwiki.sourceforge.net/phpwiki-1.2/
>> so you do not get the right page.
>>
>> What should be done to correct this?
> 
> Find a free and good hoster to host phpwiki.org and its 1.3.x SW and
> old content,
> to which the Help: and PhpWiki: interwiki links should point to.
Hello,
Thank you for your answer.
Unfortunately, I cannot propose a free hoster.
Is there a place somewhere to see the content of these pages?
What I am trying to do is to repair all bad links in the pgsrc files,
I just updated some pages recently.
I do not quite understand when the link should be to local wiki, and
when the link should point to some global external wiki.
With our Gforge integration, we have many wikis, and the pgsrc are
duplicated in each wiki. The Help: pages could be put in a single wiki
(with an interwiki), but what about ActionPages for example?
Thanks for your help.
Marc-Etienne
-- 
================================================================== ------
| Marc-Etienne Vargenau | / \
| Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \
| +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' |
================================================================== \ |/ /
| L'essence des Mathématiques est dans leur liberté. | \ /
| Georges Cantor | ------
==================================================================
From: Reini U. <ru...@x-...> - 2008年05月22日 10:05:29
2008年5月21日 Marc-Etienne Vargenau <Mar...@al...>:
> In the pgsrc files, there are many references to "PhpWiki:"
>
> For example, in Help/WikiPlugin
>
> This is an interwiki that points to http://phpwiki.sourceforge.net/phpwiki-1.2/
> so you do not get the right page.
>
> What should be done to correct this?
Find a free and good hoster to host phpwiki.org and its 1.3.x SW and
old content,
to which the Help: and PhpWiki: interwiki links should point to.
sf.net switched to a balancer which doesn't work together with 1.3.10
on onwards.
Nobody knows if its a sf.net or phpwiki problem. From time to time I
try again, but
the debugging possibilities on sf.net are limited.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From: Marc-Etienne V. <Mar...@al...> - 2008年05月21日 14:30:29
Hello,
In the pgsrc files, there are many references to "PhpWiki:"
For example, in Help/WikiPlugin
This is an interwiki that points to http://phpwiki.sourceforge.net/phpwiki-1.2/
so you do not get the right page.
What should be done to correct this?
Regards,
Marc-Etienne
-- 
================================================================== ------
| Marc-Etienne Vargenau | / \
| Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE | / /|'` \
| +33 (0)1 30 77 28 33, Mar...@al... | | /'| ' |
================================================================== \ |/ /
| L'essence des Mathématiques est dans leur liberté. | \ /
| Georges Cantor | ------
==================================================================
From: Reini U. <ru...@x-...> - 2008年05月07日 21:46:17
Marc-Etienne Vargenau schrieb:
> Update of /cvsroot/phpwiki/phpwiki/lib
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18745
> 
> Modified Files:
> 	config.php 
> Log Message:
> Correct UPLOAD_FILE_PATH/UPLOAD_DATA_PATH mix-up; force creation of the returned directory if it does not exist
At first I was concerned, when a user put wrong info in the config.ini, 
e.g,. by mixing up UPLOAD_FILE_PATH (filesystem) with UPLOAD_DATA_PATH (web)
But very good idea.
This way users with only ftp access can mkdir their upload dir with the 
correct webserver permissions and don't have to bother the admin.
207 messages has been excluded from this view by a project administrator.

Showing results of 7779

<< < 1 .. 14 15 16 17 18 .. 312 > >> (Page 16 of 312)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /