[pmwiki-users] Pagelist default when there is no especific group

2018-01-29 Thread Carlos AB
Hi, I'm using a nested wiki.d/{$Group}/{$FullName} pagestore on my wiki and I was trying to find ways to minimize the impact with pagelist when you have a wiki with a lot of pages. The first thing I did to minimize impact, was to make sure the search form included a group option in every search w

[pmwiki-users] New Recipe ! EditFunctionInject

2018-01-04 Thread Carlos AB
Today I a releasing a new recipe called EditFunctionsInject. It can place your edit function right where you want it, using the same logic for placement of markups in the rule set using "<" for a before ruel and a ">" for after rule The syntax is like this: EditFunctionInject("MyFunction","http:

[pmwiki-users] Router recipe and pagename in config.php redefinition

2017-06-07 Thread Carlos AB
Hi, I was refactoring and including some missing features to the router Recipe, that were discussed a really long time ago and I got stuck with a problem. The problem is that I could not update $pagename from config.php and I don't know if this is a new or old behavior for php, or I got a way to

[pmwiki-users] AsSpaced function with dashed words instead of wiki words

2017-05-16 Thread Carlos AB
Hi list, I would like to know what is the behaviour of AsSpaced for dashed words eg. "my-page-name" instead of WikiWords, when creating the $FmtPV variables $Titlespaced, $Grouspaced and $Namespaced. Would it be difficult to make dashed-words work like WikiWords for those variables? I see that w

Re: [pmwiki-users] (no subject)

2016-06-03 Thread Carlos AB
end like this: > return Keep($out); > } > > > Petko > > --- > Change log : http://www.pmwiki.org/wiki/PmWiki/ChangeLog > Release notes : http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes > If you upgrade : http://www.pmwiki.org/wiki/PmWiki/Upgrades > > &

[pmwiki-users] (no subject)

2016-06-02 Thread Carlos AB
Hi, I am doing a recipe called tagto, to be able to use html tags inside PmWiki in a different way. I have one small problem, even though I tried to take the html processing entirelly out of the pmwiki flow of markup rules, I still get this <:vspace> in the resulting code. First there is a rule

[pmwiki-users] Fwd: sitemap problems

2016-03-04 Thread Carlos AB
t; Release notes : http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes > If you upgrade : http://www.pmwiki.org/wiki/PmWiki/Upgrades > > > > On 2016-02-27 22:21, Carlos AB wrote: >> >> Hi list, >> >> I have a problem with a sitemap script. The one I use is this: >>

[pmwiki-users] sitemap problems

2016-02-28 Thread Carlos AB
Hi list, I have a problem with a sitemap script. The one I use is this: http://www.pmwiki.org/pmwiki/uploads/Cookbook/sitemap.php I found the script trough this page -> http://www.pmwiki.org/wiki/Cookbook/GoogleSitemaps I made pmwiki files from manpages using a bash script and it goes like this

[pmwiki-users] (no subject)

2015-07-02 Thread Carlos AB
Hi, I have a cpanel account and apparently my hosting company offer servers without ddos protection. For some of the preventive measures, they have changed my server ip and since I use cloudflare ... Bummer. Once I started to get on my feet again, I found out I could not stand completely. PmWik

[pmwiki-users] Abort() replacemnet

2015-01-24 Thread Carlos AB
Hi list, I have been trying remove all 404 redirects inside PmWiki, as I get lot's of 404 errors on google webmasters, also because I use a dirty cheap webhosting service. On the other hand, CMSes try to avoid displaying http status error pages, as they serve a very simple and not so useful purp

[pmwiki-users] Markup_e

2015-01-24 Thread Carlos AB
When Markup_e has to be used now? Carlos ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Disallow scripts in upload directories

2013-03-19 Thread Carlos AB
I did some testing, but I did it so kickly that in the end I have sent my report e-mails to Oliver - sorry Oliver - in error as it was supposed to be sent to the list, well here is a summary of all the e-mails. !1st e-mail I care a lot, but I know very little about it and I am just waiting

Re: [pmwiki-users] Keywords

2013-03-13 Thread Carlos AB
I didn't know that pagerank was made to get google away from using keywords. I thought that maybe it could be still used with a really low level of importance, but still holding some relevance. What Lars said and after reading a couple of articles I now understand fully that it is not as important

[pmwiki-users] Under attack

2013-03-09 Thread Carlos AB
Hi List, I believe I am under heavy password brute force attack, the password is really long and difficult to guess so they will stay there for a while trying to guess it. The thing which is really annoying is that I get an error messages every time they try to brute force my site (it is not the

[pmwiki-users] jquery mobile and skins

2012-09-17 Thread Carlos AB
I'm trying to figure it out, if it is possible to use wiki styles to put jquery mobile related attributes inside some tags. Jquery mobile is so cool, but I'll understand if it is not possible, I'm almost sure it is not completly possible. I was thinking about using : SDVA($WikiStyleAttr,array(

[pmwiki-users] MergeSimulEdits

2012-09-15 Thread Carlos AB
Please disregard my last e-mail to the list, as I have not included a subject line, please reply to this e-mail only. I'm sorry, reading too much code. The original e-mail is bellow the line. What is the impact of not having simultaneous edit working (not using diff3 and now without the ph

[pmwiki-users] (no subject)

2012-09-15 Thread Carlos AB
What is the impact of not having simultaneous edit working (not using diff3 and now without the php class that use to do the same job) when you edit a page. I'm also intrigued about $DiffFunction inside the function PostPage, because I don't know from where it comes from. Does $Difffunction comes

Re: [pmwiki-users] Error while editing EditForm

2012-09-03 Thread Carlos AB
On 9/3/12, tamouse mailing lists wrote: > On Sun, Sep 2, 2012 at 10:58 PM, Carlos AB wrote: >> I have found an error while trying to visualize changes made to EditForm: >> >> ERROR: pat=/^\(:e_preview:\)/e Undefined index: $PreviewText >> Warning: Cannot modify h

[pmwiki-users] Error while editing EditForm

2012-09-02 Thread Carlos AB
I have found an error while trying to visualize changes made to EditForm: ERROR: pat=/^\(:e_preview:\)/e Undefined index: $PreviewText Warning: Cannot modify header information - headers already sent by (output started at xx/pmwiki.php:1612) in xx/pmwiki.php on line 1176 It creates a mirr

Re: [pmwiki-users] non-standard way to use AllRecentChanges and RecentChanges

2012-09-02 Thread Carlos AB
other recipe once again. CarlosAB On 9/1/12, tamouse mailing lists wrote: > Wouldn't a shoutbox be better for what this seems to be doing? > > On Sat, Sep 1, 2012 at 1:47 PM, Carlos AB wrote: >>> >>> I guess I don't get what this is for... >>> >>

[pmwiki-users] non-standard way to use AllRecentChanges and RecentChanges

2012-08-31 Thread Carlos AB
I don't know if this kind of use could be approved, but at times I leave a message to a spammer/misguided-editor saying to use the WikiSandbox. And it goes like this: Main.WikiSandbox . . . 2012-02-01 01:10 by CarlosAB: Please use the WikiSandbox but we could also leave a message on AllRecentCha

[pmwiki-users] Checking for keywords

2012-08-30 Thread Carlos AB
Is there a way to check if the keywords directive was used on a page? I tried this so far: (:if equal {=$Keywords} "":) inside a template (:if equal {=$:Keywords} "":) inside a template {Html/TagDiv$Keywords} on a page For description it works fine using a pagevar on a template {=$Description}

Re: [pmwiki-users] PmWiki cookbook recipe for Anti-virus scanning

2012-08-26 Thread Carlos AB
I was about to give the first steps into trying to do the recipe, when I finally learned why my webmaster dashboard on google had just a few options. Because I never got around clicking my website name in the dashboard. It sounds like a good joke huh?! True story. But there you can find a

Re: [pmwiki-users] pmwiki skin

2012-08-26 Thread Carlos AB
user, the admin and recipe writer. If you want to impose a hard restriction, even for recipes, just load another file bellow the dynamic section and make the selector very specific. CarlosAB On 8/26/12, Carlos AB wrote: > +1 Good ideas >

Re: [pmwiki-users] pmwiki skin

2012-08-26 Thread Carlos AB
+1 Good ideas ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Problem with XLPage

2012-08-24 Thread Carlos AB
, my config.php is getting big and harder to read and place new stuff in the right order. It was all my own fault. CarlosAB On 8/24/12, Carlos AB wrote: > Site.XLPagePtBr is displaying correctly and it has the translations, > but not complete as I have removed some parts of it, mostly the one

Re: [pmwiki-users] Problem with XLPage

2012-08-24 Thread Carlos AB
AllRecentChanges also stopped working :( Carlos On 8/22/12, Petko Yotov <5...@5ko.fr> wrote: > Carlos AB writes: >> pmwiki-2.2.41 (VersionNum=2002041), phpinfo PHP Version 5.3.14. > > May I ask you to try the latest version 2.2.42 ? The only changed program > file is pmwiki

[pmwiki-users] Problem with XLPage

2012-08-22 Thread Carlos AB
I'm using XLPage('pt-BR','Site.XLPagePtBr'), because I want the translation to work for the entire site. pmwiki-2.2.41 (VersionNum=2002041), phpinfo PHP Version 5.3.14. This is the begining of my config.php: ... ## time zone //putenv("TZ=EST5EDT"); date_default_timezone_set('America/Sao_Pa

[pmwiki-users] Problem with XLPage

2012-08-21 Thread Carlos AB
I have included this in config.php: ## XLPagePtBr XLPage('pt-BR','Site.XLPagePtBr'); but strings don't get translated. What am I doing wrong? Carlos ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pm

Re: [pmwiki-users] PmWiki cookbook recipe for Anti-virus scanning

2012-06-14 Thread Carlos AB
I can't do it right now and I have a lot of recipes to fix and finish, but it doesn't look so complex to integrate the API provided by the the site virustotal with a recipe for pmwiki. Instead of uploading files for scaning one can just send the urls of the files to be scanned - that would avoid t

Re: [pmwiki-users] Problem with editing posts after upgrading server

2012-01-23 Thread Carlos AB
On 1/23/12, wraith808 wrote: > I didn't hear any replies on this query, so I figured I'd try again. > > Thanks! > > On Mon, Jan 16, 2012 at 8:25 PM, wraith808 wrote: > >> Hello, >> >> I recently upgraded my server, and since I've done so, there seems to be a >> problem with the length of the post

Re: [pmwiki-users] mySQL backend and sort of an OT

2012-01-13 Thread Carlos AB
On 1/13/12, Petko Yotov <5...@5ko.fr> wrote: > On Friday 13 January 2012 04:37:02, Carlos AB wrote : >> * A mysql backend plugin would solve the problems concerning amount of >> content, user base and speed? > > It may solve the problem of "many editors saving page

[pmwiki-users] mySQL backend and sort of an OT

2012-01-12 Thread Carlos AB
Hi, For a long time I have the dream of putting togheter a site about music, I have been collecting information and resources for a really long time and my interest for PmWiki started because of this. I was trying to find a software that was easy to install and extend, simple, fast, and that had

Re: [pmwiki-users] Google Knol Redirect of Knol Articles

2011-12-03 Thread Carlos AB
Knol is a google project: http://knol.google.com/ On November 22, 2011, Google announced that Knol would be closed on April 30, 2012 and all content would be deleted by October 1, 2012[1]. Also, the word knol means a "unit of knowledge", refers to both the project and an article in the project[1

Re: [pmwiki-users] Added meta tags and schema.org microdata injection into pages

2011-10-03 Thread Carlos AB
Thanks again Petko. CarlosAB On 10/3/11, Petko Yotov <5...@5ko.fr> wrote: > On Tuesday 04 October 2011 04:05:26, Carlos AB wrote : >> You are right, is other encoding needed for meta tags? > > Actually, you may escape the double and single quotes: > > str_r

Re: [pmwiki-users] Added meta tags and schema.org microdata injection into pages

2011-10-03 Thread Carlos AB
CORRECTION: -8x- \n" ."\n"; } if($o['title']){ $title = htmlspecialchars( $o['title'], ENT_QUOTES); $tm = "\n\n" ."\n"; } if($o['description']){ $description = htmlspecialchars( $o['description'], ENT_QUOTES); $dm = "\n\n" ."\n"; } $HTMLH

Re: [pmwiki-users] Added meta tags and schema.org microdata injection into pages

2011-10-03 Thread Carlos AB
On 10/3/11, ki...@kirpi.it wrote: >> You'll have to write a markup rule and a function; The markup rule >> calls the function and passes arguments for it ; Inside the function >> you'll have to use the function called ParseArgs and then format the >> arguments with the meta html markup you want; L

Re: [pmwiki-users] Added meta tags and schema.org microdata injection into pages

2011-10-01 Thread Carlos AB
On 10/1/11, ki...@kirpi.it wrote: >> Pehaps just using a markup for each html meta entry... >> (:facebookmeta name=??? description=??? image=??? :) > > Yes, Carlos, that would be the right way: sort of how the default > (:description:) work probably. > > But I personally didn't yet find out how to

Re: [pmwiki-users] Added meta tags and schema.org microdata injection into pages

2011-10-01 Thread Carlos AB
On 10/1/11, V.Krishn wrote: > On Saturday, October 01, 2011 10:36:40 AM Carlos AB wrote: >> Pehaps just using a markup for each html meta entry or one markup that >> covers all options in one markup. >> >> (:facebookmeta name=??? description=??? image=??? :) > >

Re: [pmwiki-users] Added meta tags and schema.org microdata injection into pages

2011-09-30 Thread Carlos AB
Pehaps just using a markup for each html meta entry or one markup that covers all options in one markup. (:facebookmeta name=??? description=??? image=??? :) and (:googleplusmeta name=??? description=??? image=??? :) or create one markup that does both facebook and G+ at the same time. (:fbgpm

Re: [pmwiki-users] It's time to change pmwiki default skin!

2011-09-21 Thread Carlos AB
On 9/20/11, Petko Yotov <5...@5ko.fr> wrote: > On Wednesday 21 September 2011 00:40:16, Carlos AB wrote : >> Or perhaps just simply a link from to the sidebar page. > > Or to a larger page like a site map. That too. >> The idea of not having a sidebar displaye

Re: [pmwiki-users] It's time to change pmwiki default skin!

2011-09-20 Thread Carlos AB
>> For a mobile device I would probably prefer a different menu, that is a >> wiki >> page other than Site.SideBar, with less selected links, eg. a topbar in a >> single line which needs much less screen area than a full sidebar. If more >> >> links are required, they could be placed at the bottom

Re: [pmwiki-users] it's time to change pmwiki default skin!

2011-09-18 Thread Carlos AB
On 9/18/11, Carlos AB wrote: > On 9/17/11, V.Krishn wrote: >> There is a much less used feature that allows switching of stylesheet >> without >> using javascript. >> Skin providing "alternate stylesheet" like >> 1. High contrast >> 2. Low contra

Re: [pmwiki-users] it's time to change pmwiki default skin!

2011-09-18 Thread Carlos AB
On 9/17/11, V.Krishn wrote: > There is a much less used feature that allows switching of stylesheet > without > using javascript. > Skin providing "alternate stylesheet" like > 1. High contrast > 2. Low contrast > 3. 16 color > 4. High color > ..etc.. can help, including adaptiblity to low end dev

Re: [pmwiki-users] It's time to change pmwiki default skin!

2011-09-18 Thread Carlos AB
is a good thing. Another thing to look at is if the skin looks good in different browsers and if layout won't break in different situations with those same browsers. Other than that, it looks ok to me. Thank you, CarlosAB On 9/18/11, Rogutės Sparnuotos wrote: > Carlos AB (2011-09-13 22:0

Re: [pmwiki-users] it's time to change pmwiki default skin!

2011-09-17 Thread Carlos AB
I agree, even though I have never worked with people with such disabilities, It is good to know that they found no problems understanding how PmWiki differentiates one type of link from the other, and also that people writing skins for PmWiki have to think about a lot when trying to make a new move

Re: [pmwiki-users] it's time to change pmwiki default skin!

2011-09-15 Thread Carlos AB
I'm sorry, it's not dotted, it's a dashed underline/border-bottom . On 9/15/11, Carlos AB wrote: > Wiki creole says that we should use a dotted underline to flag a link > to a non existent page and I believe it is a dotted border-bottom. > > Should we respect that s

Re: [pmwiki-users] it's time to change pmwiki default skin!

2011-09-15 Thread Carlos AB
Wiki creole says that we should use a dotted underline to flag a link to a non existent page and I believe it is a dotted border-bottom. Should we respect that since PmWiki supports creole and I believe that this particular rule of creole was done that way to also give support for people that are

Re: [pmwiki-users] It's time to change pmwiki default skin!

2011-09-13 Thread Carlos AB
Hi Forgeot, List, I have created a group Called "NewSkinIdeas" and posted an initial idea there in http://www.pmwiki.org/wiki/NewSkinIdeas/CarlosAB Feel free to comment and post new ideas. CarlosAB On 9/13/11, Forgeot Eric wrote: > someone posted (off list): > >>Hmm, perhaps you could show wh

Re: [pmwiki-users] It's time to change pmwiki default skin!

2011-09-13 Thread Carlos AB
ve created. I hope you don't mind I have sent your e-mail in reply to the list. CarlosAB On 9/13/11, Paul Giacherio wrote: > Sounds like a dumb question, but where is the most logical place for a new > group discussion page? > > > > > On Mon, Sep 12, 2011 at 6:13 PM, Ca

Re: [pmwiki-users] It's time to change pmwiki default skin!

2011-09-12 Thread Carlos AB
I believe It is time for a change too. Why not create a new group on PmWiki and publish there any ideas we may have, write links, upload photos, create a example designs with wiki markup and vote for the best ideas. Then we can get enough references to think with and come up with the best idea.

Re: [pmwiki-users] PmWiki.org UTF-8 migration complete

2011-09-10 Thread Carlos AB
WOW! That was fast, so cool! :-) I believe that a great recipe to go with it would be a virtual keyboard now. :-) Great move. CarlosAB On 9/10/11, Petko Yotov <5...@5ko.fr> wrote: > Hello. > > Today the whole pmwiki.org website switched to the UTF-8 encoding which > allows > any page to displ

Re: [pmwiki-users] sections and pagelist

2011-09-09 Thread Carlos AB
Thanks! CarlosAB On 9/8/11, Petko Yotov <5...@5ko.fr> wrote: > On Thursday 08 September 2011 02:17:36, Carlos AB wrote : >> I found the code that handles the fmt option, thanks for the information. >> >> Is {$$PageCount} affected too? I saw no errors with it. &g

Re: [pmwiki-users] sections and pagelist

2011-09-07 Thread Carlos AB
I found the code that handles the fmt option, thanks for the information. Is {$$PageCount} affected too? I saw no errors with it. CarlosAB On 9/3/11, Petko Yotov <5...@5ko.fr> wrote: > On Saturday 03 September 2011 04:47:41, Carlos AB wrote : >> I'm trying to understand ho

[pmwiki-users] sections and pagelist

2011-09-02 Thread Carlos AB
I'm trying to understand how sections work when using pagelist option "fmt=". For example: (:pagelist group={=$Group} wrap=inline fmt=BlikiTemplates#blikicommentcount#blikicommentcountend name={(BlikiNoSuffix {=$Name})}-*-BlikiComment :) I know this works cos I have it working on my install of P

Re: [pmwiki-users] Converting international documentation to UTF-8

2011-08-16 Thread Carlos AB
Looked all PtBr files and I can say everything is fine, just found some small problems with quotes on PmWikiPhilosophy and a lot of incomplete translations to finish and correct. CarlosAB On 8/7/11, Carlos AB wrote: > Couldn't test yet because my machine went to machine heaven, as soo

Re: [pmwiki-users] Converting international documentation to UTF-8

2011-08-07 Thread Carlos AB
Couldn't test yet because my machine went to machine heaven, as soon as I can get another one, I'll test and report. CarlosAB On 8/1/11, Petko Yotov <5...@5ko.fr> wrote: > On Tuesday 02 August 2011 04:33:35, Petko Yotov wrote : >> I invite you to test the UTF-8 version of your language and report

Re: [pmwiki-users] Converting international documentation to UTF-8

2011-07-30 Thread Carlos AB
stions first to be sure I don't do anything wrong. CarlosAB On 7/30/11, Oliver Betz wrote: > Carlos AB wrote: > >>I would like to have more information on how can we start converting >>PmWiki international documentation to utf-8? > > http://www.pmwiki.org/wiki/P

[pmwiki-users] Converting international documentation to UTF-8

2011-07-29 Thread Carlos AB
Hi list, I would like to have more information on how can we start converting PmWiki international documentation to utf-8? Is it ok if I want to start now? Will be used a server side script/action to convert history to utf-8? Is there anything else I should pay attention? TIA CarlosAB __

[pmwiki-users] hip hop and pmwiki

2011-07-20 Thread Carlos AB
Hi list, Just a curiosity, Is it possible to compile PmWiki with HipHop from facebook[1]? In facebook case they were able to serve 70% more using the same machines and plus, it would be a lot of fun to see pagelist running faster. :-) [1] https://github.com/facebook/hiphop-php/wiki/ ___

Re: [pmwiki-users] How to wiki-ize this passage of html junk from Creative Commons

2011-07-14 Thread Carlos AB
But did you find out how to do it? On 7/7/11, Tamara Temple wrote: > > On Jul 7, 2011, at 6:42 PM, Tamara Temple wrote: > >> >> On Jul 7, 2011, at 5:21 PM, Tamara Temple wrote: >> >>> >>> On Jul 7, 2011, at 4:48 PM, Rogutės Sparnuotos wrote: >>> Tamara Temple (2011-07-07 15:21): >> All t

Re: [pmwiki-users] Whither WYSIWYGT?

2011-05-04 Thread Carlos AB
I think I'll regret this, but what YAFISYGI means, or is it just a play with WYSIWYGT? On 5/4/11, Brian Tibbels wrote: > Me too - except I call it YAFISYGI. > > :) > ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailma

Re: [pmwiki-users] Making a button wikistyle

2011-03-20 Thread Carlos AB
You can use something like this: SDVA($WikiStyle['linkbutton'], array( 'background-color' => '#ccc', 'color' => '#444', 'border' => '4px #ccc outset', 'padding' => '2px', 'text-decoration' => 'none' )); It doesn't look so good, but it is usable. Then all y

[pmwiki-users] How can I check if a page exists

2011-02-21 Thread Carlos AB
Hi list, How can I check if a page exists inside a action handler? I need that because i don't want a action handler to run if a page doesn't exist, but using RetrieveAuthPage it seems that the action is not aborted when a page is not found. code: function HandleXmlExport($pagename,$auth='read')

Re: [pmwiki-users] Formatting problem

2010-09-11 Thread Carlos AB
It's just an idea, but perhaps use: (:table border=0 width=100% align=left style="clear:both" :) CarlosAB On 9/9/10, Ivan Mann wrote: > I have a page > > http://www.math.uab.edu/department/public/?n=Main.Fast-track > > That formats correctly on my Mac using Safari, Chrome, and Firefox. It >

Re: [pmwiki-users] using URL pmwiki.example.com

2010-08-20 Thread Carlos AB
I think you could use something like this: //$subject = $_SERVER['HTTP_HOST']; $subject = 'simon.pmwiki.com:8080'; if(strpos($subject,':')){ $domain = explode(":",$subject); $domain = $domain[0]; } else $domain = $subject; if(strpos($domain,'.')){ $host = explode('.',$domain); $host = $

[pmwiki-users] Check for admin inside a handler

2010-08-20 Thread Carlos AB
Hi I'm doing a recipe which is an action and I have to check if the user is admin. I did this so far: $HandleActions['csscompress'] = 'HandleCssCompress'; $HandleAuth['csscompress'] = 'admin'; function HandleCssCompress($pagename,$auth='admin'){ global $CssCompressOverWrite,$CssCompressFiles,

Re: [pmwiki-users] CamelCaseToLowerCase in Router.php with Apache mod-rewrite module

2010-05-12 Thread Carlos AB
I don't any suggestions anymore but I can send you some stuff to read an build upon from the list itself, here it is: http://thread.gmane.org/gmane.comp.web.wiki.pmwiki.user/9145/ http://www.pmichaud.com/pipermail/pmwiki-users/2007-February/039280.html http://pmichaud.com/pipermail/pmwiki-users/20

Re: [pmwiki-users] CamelCaseToLowerCase in Router.php with Apache mod-rewrite module

2010-05-11 Thread Carlos AB
I should have asked the standard questions first... Here it is. What is your pmwiki version ? Can we look your wiki site ? Can we look at your .htaccess file? What else have you included in config.php ? So others can help you too. On 5/11/10, Benoit St-Pierre wrote: > Thanks! > > I'll drop r

Re: [pmwiki-users] CamelCaseToLowerCase in Router.php with Apache mod-rewrite module

2010-05-11 Thread Carlos AB
If all you want is a url that looks like this: wiki/i-really-like/when-all-characters-are-lowerecase take a look at this cookbook page: http://www.pmwiki.org/wiki/Cookbook/AlternateNamingScheme There are some side effects but it's documented there. and drop router.php before you do anything w

Re: [pmwiki-users] bitwise assignment on HandleEdit

2010-05-10 Thread Carlos AB
Thanks Dave, finally got it. I'm gonna do some tests to see it working today and never forget it. I got puzzled with the "&=" thing. Thanks again, CarlosAB On 5/7/10, DaveG wrote: > > > On 5/7/2010 12:32 PM, Carlos AB wrote: >> I've read the php manu

[pmwiki-users] pmwiki.org, pmwiki.com and pmichaud.com down

2010-05-07 Thread Carlos AB
The following error was encountered while trying to retrieve the URL: http://pmwiki.org/ Connection to 74.200.73.46 failed. The system returned: (111) Connection refused The remote host or network may be down. Is it true or it's just me? Carlos

[pmwiki-users] bitwise assignment on HandleEdit

2010-05-07 Thread Carlos AB
I've read the php manual about bitwise operators but couldn't understand the code below: $EnablePost &= preg_grep('/^post/', array_keys(@$_POST)); What does it mean? CarlosAB ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichau

Re: [pmwiki-users] remove markup rules for just one run of MarkupToHTML

2010-03-25 Thread Carlos AB
On 3/25/10, Peter Bowers wrote: > On Wed, Mar 24, 2010 at 8:29 PM, Carlos AB wrote: >> I'm trying to make MarkupToHTML() put html inside a textarea, the >> problem is that I need (:if:), (:pagelist:), and some other markups to >> be changed for just one run and not subs

[pmwiki-users] remove markup rules for just one run of MarkupToHTML

2010-03-24 Thread Carlos AB
I'm trying to make MarkupToHTML() put html inside a textarea, the problem is that I need (:if:), (:pagelist:), and some other markups to be changed for just one run and not subsequent runs. I tried DisableMarkup() but it changes the markup for all runs of MarkupToHTML() and it won't process (:if

Re: [pmwiki-users] replace the content of edit textarea with html markup

2010-03-18 Thread Carlos AB
27;,htmlspecialchars(@$new['text'],ENT_NOQUOTES)); $FmtV['$EditTextHtml'] = MarkupToHTML($pagename, $FmtV['$EditTextHtml']); and voilà! :) On Wed, Mar 17, 2010 at 4:04 PM, Carlos AB wrote: > How can I do it? > > I saw the variable $FmtV['$

[pmwiki-users] replace the content of edit textarea with html markup

2010-03-17 Thread Carlos AB
How can I do it? I saw the variable $FmtV['$EditText'] and $EditText in $PageEditFmt but I don't really know how to do it. What I want is to put converted pmwiki markup to html , inside the textarea on action=edit for a tinymce NEW recipe. (I know there are others) I was using ROE and ROS patt

[pmwiki-users] Some odd behaviour while looking PmWiki/TextFormattingRules

2009-02-03 Thread Carlos AB
Hi, I have a sidebar with links to pages and actions, no lists. When I look at PmWiki/TextFormatingRules, all links change and in the sidebar every link receives a html tag between them. I have removed every other recipe out of config.php and the same behaviour persists. I'm using the latest

Re: [pmwiki-users] LinkCSSToolTip recipe

2008-04-11 Thread carlos . ab
Em Quinta 10 Abril 2008 09:46, Stéphane Heckel escreveu: > "Hans" wrote : > > I released another update, this time changing the markup so it can > > handle multiple lines in the tooltip text. > > this version does not work on IE 6 anymore (popup not displayed) > seems ok with Firefox. > > SH Does

Re: [pmwiki-users] skins - would be nice if skins are categorized

2008-03-18 Thread carlos . ab
Em Segunda 17 Março 2008 10:50, Patrick Ogay escreveu: > Hello, > > pmwiki has many nice skins. > Unfortunately it's rather timeconsuming to find the "right one". > > May be it would be a good idee to try to categorize the skins > * columns 1,2,3, varible > * navigation left/right > * table/table

Re: [pmwiki-users] w.Bloggar & xmlrpc, ...

2008-03-18 Thread carlos . ab
Em Domingo 16 Março 2008 22:57, Andrew Standfield escreveu: > Is this why I get this warning from the W3C validator?: > > Character Encoding mismatch! > > The character encoding specified in the HTTP header (iso-8859-1) is > different from the value in the element (utf-8). I will use > the value

Re: [pmwiki-users] w.Bloggar & xmlrpc, ...

2008-03-18 Thread carlos . ab
Em Domingo 16 Março 2008 21:32, Stéphane Heckel escreveu: > "Stéphane Heckel" wrote : > > b) utf-8 is set on PmWiki's side. You can read utf-8 pages with success, > > however, no way to create new content with utf-8 characters, ... > > found PM's memo regarding this issue : xmlrpc.inc can be upd

Re: [pmwiki-users] To all Fox users

2008-03-16 Thread carlos . ab
Em Sábado 15 Março 2008 17:18, Vince Administration escreveu: > e a good idea. Then settings would not be   > depending on where the variables are set. > This is more important for Fox, because there are lots of variables.   > But what I would suggest is that > you call the array FoxConfig, and not

Re: [pmwiki-users] Strange rendering behavior of vspace

2008-03-12 Thread carlos . ab
Em Domingo 09 Março 2008 12:12, DaveG escreveu: > David Spitzley wrote: > > I've discovered a weird rendering problem: in Firefox a [[<<]] pushes > > everything after it below the bottom of the content in my SideBar, but in > > IE the [[<<]] is seamless. You can see the effect at > > http://www.d

Re: [pmwiki-users] How to Get Rid of PmWiki's Hardcoded Styles and Markup?

2008-03-10 Thread carlos . ab
Em Segunda 10 Março 2008 20:16, Andrew Standfield escreveu: > I'd also like to know how to get rid of the superfluous divs it seems   > to be fond of littering about. These seem to have something to do   > with some theory of how white space should be handled, but it only   > destroys my styling.

Re: [pmwiki-users] Strange rendering behavior of vspace

2008-03-09 Thread carlos . ab
Em Domingo 09 Março 2008 13:44, Tegan Dowling escreveu: > On Sun, Mar 9, 2008 at 10:12 AM, DaveG <[EMAIL PROTECTED]> wrote: > > David Spitzley wrote: > > > I've discovered a weird rendering problem: in Firefox a [[<<]] pushes > > > everything after it below the bottom of the content in my SideB

Re: [pmwiki-users] filelist & pagelist fmt

2008-03-05 Thread carlos . ab
Em Quarta 05 Março 2008 23:22, adam overton escreveu: > Hi there > > i would love it if (:filelist:) (aka filelist_sortable) had the same > 'fmt=#myPagelistFormat' capabilities as (:pagelist:), so that i could > create several custom formats for displaying lists of files... or maybe in every uploa

Re: [pmwiki-users] adding cookbook script

2008-02-25 Thread carlos . ab
Em Domingo 24 Fevereiro 2008 19:17, Patrick R. Michaud escreveu: > - The configuration files are somewhat sensitive to the order in >   which things happen -- some scripts have to be loaded early, >   some late, some variables set early, others late, etc.  So, any >   sort of configuration utility

Re: [pmwiki-users] Further Adventures With Doubled Footers!

2008-02-22 Thread carlos . ab
Em Sexta 22 Fevereiro 2008 19:31, você escreveu: > Interesting. I added SiteFooter in there because I saw it in some other > skins during my learning process. Of course, now I don't remember which > ones :) Please try to remember, at least one skin. :) Carlos

Re: [pmwiki-users] Further Adventures With Doubled Footers!

2008-02-22 Thread carlos . ab
Em Sexta 22 Fevereiro 2008 13:35, David Spitzley escreveu: > Ok, it appears that the skin was to blame; I've now got comments and > comment forms showing up only once, and in the content area in the where I > want them, so I'm happy. I'm still puzzled at the difference in behavior > between http:/

Re: [pmwiki-users] Further Adventures With Doubled Footers!

2008-02-21 Thread carlos . ab
... > MARINEE SKIN DIV > > > > > > > > > > > I'm not completly sure about it, but try to remove the call for another {$Group}.GroupFooter in the skin template. change the footer section from this: To this: An

[pmwiki-users] Using different nanespaces and profiles in html tags

2008-02-04 Thread carlos . ab
Hi there, How can I add different namespaces to tag and profiles to the tag in a way that will work with future and past versions of PmWiki. I'm doing a recipe to express dublin core with metatags in xhtml and I know how to do it, but I don't know if there are any plans about doing this in

Re: [pmwiki-users] html 4.01

2007-12-27 Thread carlos . ab
Em Quinta 27 Dezembro 2007 06:14, Patrick R. Michaud escreveu: > > Hello, > > > > How difficult would it be to make PmWiki (core only) validate as html > > 4.01 transitional? > > What part isn't validating now?  PmWiki is supposed to be > validating as XHTML 1.0 Transitional, which is generally a >

[pmwiki-users] html 4.01

2007-12-26 Thread carlos . ab
Hello, How difficult would it be to make PmWiki (core only) validate as html 4.01 transitional? TIA CarlosAB ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Link text in (parentheses) will not be not displayed?

2007-12-04 Thread carlos . ab
Em Terça 04 Dezembro 2007 20:40, Derek Lerner escreveu: > As a follow up, I narrowed down the issue to one file. It seems that > somewhere in pmwiki.php the functionality of hiding Category links is > dealt with. I'm not exactly sure what code I should be looking for > though. I'm guessing that thi

Re: [pmwiki-users] custom wikilib.d?

2007-11-30 Thread carlos . ab
Em Sexta 30 Novembro 2007 16:31, Tegan Dowling escreveu: > I am not quite sure how to read > http://www.pmwiki.org/wiki/PmWiki/PathVariables#WikiLibDirs (or > rather, I don't know the proper syntax for arrays); I want to have the > usual wikilib.d, with its standard downloaded content. I'd like to

Re: [pmwiki-users] Nifty css/php trick, but is it safe?

2007-11-30 Thread carlos . ab
Em Sexta 30 Novembro 2007 13:43, Tegan Dowling escreveu: > Ancilary questions: > Can anyone offer any improvements, or suggest whether this would or > would not make a good cookbook recipe? If I put it in, what should I > call it? Should I treat the .htaccess line that enables php in css as > a s

Re: [pmwiki-users] Nifty css/php trick, but is it safe?

2007-11-30 Thread carlos . ab
Em Sexta 30 Novembro 2007 13:43, Tegan Dowling escreveu: > Ancilary questions: > Can anyone offer any improvements, or suggest whether this would or > would not make a good cookbook recipe?  If I put it in, what should I > call it?  Should I treat the .htaccess line that enables php in css as > a s

Re: [pmwiki-users] ANN: New Skin -- Glossy Hue

2007-11-26 Thread carlos . ab
Em Sábado 24 Novembro 2007 16:21, DaveG escreveu: > Here's my fourth skin (following Skidoo, Marinee, and Blix), this time > another port of a Wordpress skin, Glossy Blue. It uses a two column > format, with the navigation bar in the right column, uses a set of top > navigation tabs, and has a thre

Re: [pmwiki-users] Attachtable: delete and restore attached files

2007-11-23 Thread carlos . ab
Em Sexta 23 Novembro 2007 22:29, Eemeli Aro escreveu: > I've just added a new recipe to pmwiki.org: Attachtable. > > It adds actions to delete & restore deleted attachments, as well as an > attachlist replacement to use those actions. See > for more

  1   2   >