Difference between revisions of "User talk:Nad"

From Organic Design wiki
(What's the password?)
(Change source-code blocks to standard format)
 
(608 intermediate revisions by 36 users not shown)
Line 1: Line 1:
G'Day Aran, would you mind resetting Spaffs password for himHe seems to have forgotten itCheers --[[User:Schwaney|Schwaney]] 01:35, 18 Dec 2006 (NZST)
+
==Exploring Wiki==
:Thanks Aran --[[User:Schwaney|Schwaney]] 02:27, 18 Dec 2006 (NZST)
+
 
:Sorry mate,  what did you reset the password to? --[[User:Schwaney|Schwaney]] 02:44, 18 Dec 2006 (NZST)
+
Hey Aran,  
----
+
 
Hey, you doin okay? drink some grapefruitjuice and exercise (preachin' to the choir) --[[User:Phalseid|Phalseid]] 22:07, 16 Dec 2006 (NZST)
+
is this the place where you make contact with other users then?   
:I'm alright, I'm never in the mood for socialising :-| (also, we don't have enough bandwidth for video here in NZ) --[[User:Nad|Nad]] 22:12, 16 Dec 2006 (NZST)
+
 
----
+
Ahhh, Bach.  --[[User:The Duncan|The Duncan]] 06:20, 6 September 2010 (NZST)
Are you going to Angela's party? What time is it?
+
 
:No I'm not in the mood for socialising, I guess it'd be normal sort of evening time like 8pm or so... --[[User:Nad|Nad]] 05:04, 16 Dec 2006 (NZST)
+
 
----
+
== Mediawiki programming help ==
 +
Dear Nad,
 +
I have been taking a look at your work and you seem to have an impressive handle on mediawiki programming. I am working on a corporate project and we are looking for help with user interface/skinning and mediawiki extensions. We have a project deadline to meet over the next 6 weeks. If you would be interested and available for payable contract work, please contact me at organicdesign@jenandi.com
 +
 
 +
Kind Regards,
 +
Andi
 +
 
 +
== Templates and passing vars==
 +
Nad, trying to get the [http://www.mediawiki.org/wiki/Extension:Google_Maps google map] extension to work with vars in a template, such that:
 +
<pre>{{Test
 +
|FULL_NAME = Ashfield
 +
|FULL_NAME_ND = Ashfield
 +
|LAT = -33.8833333
 +
|LONG = 151.1166667
 +
}}
 +
 
 +
<googlemap width="400" height="300" zoom="16" type="hybrid" controls="medium">
 +
{{{LON}}},{{{LAT}}}, {{{FULL_NAME}}}
 +
</googlemap>
 +
</pre>
 +
 
 +
would work. It appears to be a problem:
 +
https://bugzilla.wikimedia.org/show_bug.cgi?id=2257
 +
::and this appears to be somebody's solution?? http://blog.w-nz.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/
 +
 
 +
what are your 2 cents? --[[User:Phalseid|Phalseid]] 06:39, 3 April 2008 (NZST)
 +
:I think installing an extension to generically process all variables in tags is a bit extreme, why not just hack your google maps extension in the tag function, or do an official patch on it which allows it to process the variables, eg
 +
<php>$text = $parser->replaceTemplateVariables($text);</php>
 +
:You could make it do it based on a global such as ''$egGoogleMapsReplaceVariables'' --[[User:Nad|Nad]] 09:09, 3 April 2008 (NZST)
 +
 
 +
== Treeview 5 ==
 
Yo,
 
Yo,
heres that [[transclude|transclusion]] [http://en.wikipedia.org/wiki/Wikipedia:Transclusion_costs_and_benefits link] --[[User:Sven|Sven]] 06:44, 15 Dec 2006 (NZST)
+
Ive just put a suggestion up for [http://www.mediawiki.org/w/index.php?title=Extension_talk%3ATree_view&diff=178118&oldid=177287 this] post. I suggest we may need to convert windows backslashes to forward slashes in extensions if this is a continuing problem --[[User:Sven|Sven]] 13:05, 3 April 2008 (NZST)
----
+
 
Hey Nad, Can access the [[PFS Wiki Proposal]] page now, but what I wrote up yesterday (in the requirements area) seems to have disappeared and there is no history. Any ideas? --[[User:Schwaney|Schwaney]] 00:06, 13 Dec 2006 (NZST)
+
== [[Extension:Treeview5.php]] ==
:Oops I deleted it, I didn't realise it was embedded in the other, I thought it was just the same content. Fixed now --[[User:Nad|Nad]] 00:10, 13 Dec 2006 (NZST)
+
 
----
+
That fix for windows/unix paths was unbelievably obvious, why didn't I think of it... --[[User:Sven|Sven]] 14:18, 15 April 2008 (NZST)
Morning! Just letting you know that n0mad wiki will be going down, I am restoring the SS LAN to a simple state in preparation for my move to [[28 Mako Street]]. Might as well take it off the sync-list, etc. I don't know whether to put it back up again either, since we've been having these hassles connecting to it and I can add content on OD for now.--[[User:Milan|Milan]] 08:47, 11 Dec 2006 (NZDT)
+
:Yea, that's what I was meaning about it only being an issue for the regex operating on the backslashes, not with the backslashes themselves. I only just got round to reading the treeview talk page and checking it out. You need four backslashes though because the regex expects it to be doubled so its not treated as escaping the following square bracket, and each of those two need to be escaped themselves since they're inside PHP quotes. --[[User:Nad|Nad]] 14:57, 15 April 2008 (NZST)
----
+
 
 +
== Simplesecurity glitch? ==
 +
 
 +
Aran, on my user page, which I want to start using a bit more again, there is a security setting and I can't figure out where that has been created. "Every action requires the user to be Milan". It was inheriting from '''cat:Milan/XMLWiki user pages''' and had security on the user page as well but I removed both settings and it's still locked down. Can you check it out please when you have minute? Cheers --[[User:Milan|Milan]] 11:04, 27 April 2008 (NZST)
 +
:Not a glitch, its getting it from Milan/Tree which must be transcluded onto the user page. You could remove the security from the tree page or not transclude it - but then I just thought, wrapping it in noinclude's should work I'll do it now and see. --[[User:Nad|Nad]] 12:20, 27 April 2008 (NZST)
 +
::Thanks, that looks to be working fine. I'm getting a little rusty on transclusion stuff it seems :-/--[[User:Milan|Milan]] 14:47, 27 April 2008 (NZST)
 +
:::The templates an article uses are listed at the bottom of the page when editing --[[User:Nad|Nad]] 15:00, 27 April 2008 (NZST)
 +
==Collaboration==
 +
Hello Nad, I am trying to set up a number of intranets for NGO's that I am involved in and I would like to chat with about potential help/collaboration. Should we email each other or skype?
 +
Thanks, --[[User:Apap|Apap]] 06:40, 12 May 2008 (NZST)
 +
:You can email me on aran at this domain or skype id organicdesign (text only) --[[User:Nad|Nad]] 09:31, 12 May 2008 (NZST)
 +
 
 +
== Extension:NewUserMessage ==
 +
 
 +
Hi could you please check http://www.mediawiki.org/wiki/Extension_talk:NewUserMessage. I got a problem with my bot showing up in Recent Changes. Thanks!
 +
 
 +
== [[Extension:CSS]] ==
 +
 
 +
I noticed your above extension only partially works with MW1.12 after a fresh upgrade. Any idea why, or what could be blocking part of the <nowiki>{{#css}}</nowiki> from printing? As it is, only some of the specified elements are visible, as through templates used on a page, but not the page elements, as if they're being overridden by Common/Monobook.css. If you ever upgrade to 1.12 you might see what I mean. -- [[User:Sasoriza|Sasoriza]] 06:41, 1 June 2008 (NZST)
 +
:I have it running on 1.12 with no problems. The extension does not prevent other CSS's such as Common.css or Monobook.css from loading, it simply adds another CSS which is loaded '''before''' the main ones which means you will have to ensure that your CSS rules are more specific than the existing ones to prevent them being overridden ([http://www.w3.org/TR/REC-CSS2/cascade.html#specificity this] is what I mean by "specific"). --[[User:Nad|nad]] 08:53, 1 June 2008 (NZST)
 +
::Also I've made a few changes to the code to allow files or in-line rules to be included, see [[MW:Extension:CSS]]. --[[User:Nad|nad]] 09:35, 1 June 2008 (NZST)
 +
 
 +
== User Registration==
 +
nad, i have poked around MW and don't see any extensions to extend the fields that are collected on new account creation. any ideas? --[[User:Phalseid|Phalseid]] 10:08, 7 June 2008 (NZST)
 +
:I think there are hooks to extend that pretty easily, you need something done? --[[User:Nad|nad]] 14:01, 7 June 2008 (NZST)
 +
 
 +
== MediaWiki parser ==
 +
 
 +
thought you might be interested in this article - [[M:Migration to the new preprocessor]] which provides information about the changes to [http://svn.wikimedia.org/doc/classParser.html parser.php] --[[User:Sven|Sven]] 14:16, 9 June 2008 (NZST)
 +
 
 +
== [https://wiki.toolserver.org/view/Main_Page Wikimedia Toolserver] ==
 +
 
 +
Check out your edits on wikimedia projects e.g. [http://toolserver.org/~interiot/cgi-bin/count_edits?user=Nad&dbname=enwiki_p Nad on 'pedia].
 +
We need to check out useful tools and ideas from this, some documentation available [[Meta:Toolserver|here]] and [https://wiki.toolserver.org/view/Main_Page here]. --[[User:Sven|Sven]] 11:42, 11 June 2008 (NZST)
 +
:Test to see what the edit summary looks like --[[User:Sven|Sven]] 12:59, 11 June 2008 (NZST)
 +
::Yea I'd really like to tie bots and scraping (like that svn-commits chart or oil-price monitor etc) in to our workflow system so we can define streams of process-driven content similar to the toolserver idea. --[[User:Nad|nad]] 16:30, 11 June 2008 (NZST)
 +
 
 +
== Wiki.pl ==
 +
 
 
Yo,
 
Yo,
theres a good tutorial on R programming available at http://www.stat.auckland.ac.nz/~ihaka/Workshop/2006-Auckland/, of specific interest
+
Ive successfully added a wikiDelete method, it may need a bit of work around capturing the correct $err message if a user does not have rights to access the page. The restore method is almost there but unfortunately I am working off line mostly this weekend if you see something obvious I am doing wrong. You can specify a specific revision, or all revisions to restore, will get the latest revision restoring first.
is the section on [http://www.stat.auckland.ac.nz/~ihaka/Workshop/2006-Auckland/part-04.pdf numerical programming] which has an exponental function example on page 15 --[[User:Sven|Sven]] 14:10, 1 Dec 2006 (NZDT)
+
 
----
+
I also managed in the process of testing to submit incorrect token content which has stuffed up the local instance of the database when restoring one particular article, so I may have found a mediaWiki bug in 1.12.0 but need to document further. I want to create a test script which can do a pile of test actions so we can loop it through a set of wiki versions to test wiki.pl on. Here is the error message I managed to create;
 +
 
 +
<source lang="mysql">
 +
Database error manually identified when attempting restore
 +
Database error
 +
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
 +
 
 +
    (SQL query hidden)
 +
 
 +
from within function "Revision::insertOn". MySQL returned error "1062: Duplicate entry '12' for key 2 (localhost)".
 +
</source>
 +
 
 +
I think at the time I submitted only two name/value hidden fields <code>my %form = (wpEditToken => $1, target => $title,</code>. Anyway, I want to add a couple of other functions to upload/delete/restore files. The file restoration function may be covered by the generic wikiRestore function.--[[User:Sven|Sven]] 10:49, 15 June 2008 (NZST)
 +
:That's pretty heinous if you can construct a query that can stuff the db. Is it fixed by deleting the article again? --[[User:Nad|nad]] 12:39, 15 June 2008 (NZST)
 +
:: Just for the article [[Sandbox]] on my localhost is the restore stuffed, and only when I try to restore '''all''' revisions, restoring the latest revision is fine. However when I created the problem I had posted fields that were incorrect, so I think it is likely to be a MediaWiki bug that I found, hopefully if I have time I can trace and document it. I still havent got the restore functionality going yet. --[[User:Sven|Sven]] 13:06, 15 June 2008 (NZST)
 +
== Extension:Marketresearch‎ ==
 +
[[Extension:Marketresearch‎]] and talk. --[[User:Phalseid|Phalseid]] 05:59, 11 July 2008 (NZST)
 +
== bug in csv2wiki ==
 +
see http://www.organicdesign.co.nz/Talk:Csv2wiki.pl#bug --[[User:Phalseid|Phalseid]] 08:35, 12 July 2008 (NZST)
 +
 
 +
== Wiki.pl Stability ==
 +
 
 
Yo,
 
Yo,
check out [[MediaWiki Documentation]] and you will see some red links, These are internal interwiki links that don't appear to be in our winterwiki table (or maybe named differently). Once embedded using [transclude|transclusion]] in [[User:Sven]] they red links are colorised green (slight bug?) --[[User:Sven|Sven]] 12:05, 29 Nov 2006 (NZDT)
+
I've made [http://www.organicdesign.co.nz/wiki/index.php?title=Wiki.pl&diff=89604&oldid=89356 changes] to [[Wiki.pl]] to try to make the WikiEdit function a bit more stable. The issue has been the large conditional regex attempting to grab all relevant hidden key/value pairs on about line 114. As the interface changes subtly the regex occasionally fails. The modified approach just searches for the wpEDitToken key;
:gimme their urls (full long-form url that is, not freindly url) and can add them --[[User:Nad|Nad]] 12:07, 29 Nov 2006 (NZDT)
+
<source lang="php">
:: Ok, full tables is at http://meta.wikimedia.org/wiki/Interwiki_map, and the two missing appear to be (check that the name is not different for MW 1.4.x);
+
if ($response->is_success and (
:::*MW: http://www.mediawiki.org/wiki/$1 (unfriendly:http://www.mediawiki.org/w/index.php?title=)
+
$response->content =~ m|<input type='hidden' value="(.+?)" name="wpEditToken" />|g
:::*Commons: http://commons.wikimedia.org/wiki/$1 (unfriendly: http://commons.wikimedia.org/w/index.php?title=)
+
)) {
:::--[[User:Sven|Sven]] 13:18, 29 Nov 2006 (NZDT)
+
</source>
::::Ok done, didn't need unfreindly after all - got peer on the brain ;-)
 
----
 
  
Check out this link: http://svn.ipodlinux.org/tools/ for an example of a dynamic loader for an embedded system. --[[User:Rob|Rob]] 12:32, 26 Nov 2006 (NZDT)
+
then (inefficiently) tests and saves the other wanted keys. It has not been tested across multiple MW versions yet but should be much more stable. --[[User:Sven|Sven]] 08:43, 19 December 2008 (NZDT)
----
+
:Cool thanks ;-) --[[User:Nad|nad]] 08:44, 19 December 2008 (NZDT)
Justin birthday Friday. Might be good to do some kind of mild debauchery. [[User:Jack|Jack]] 15:36, 21 Nov 2006 (NZDT)
 
----
 
Visit this evening? 730 ish?
 
:Yip catchya then ;)
 
::must be a vat (the furry kind). I've got one at home. Keeps hunting vugs and bringing them inside.
 
----
 
dead link
 
http://organicdesign.co.nz/wiki/index.php?title=Organic_Design:User_preferences_help&action=edit
 
appeared after i changed my password--[[User:Flower|Flower]] 17:37, 20 Nov 2006 (NZDT)
 
----
 
''Fatal error: Cannot redeclare expandablecallback() (previously declared in /var/www/od/wiki/index.php(52) : eval()'d code(537) : eval()'d code:18) in /var/www/od/wiki/index.php(52) : eval()'d code(537) : eval()'d code on line 18''--[[User:Milan|Milan]] 13:50, 20 Nov 2006 (NZDT)
 
----
 
Following is a list of all articles created by User:Flower
 
  
1. 18/11/2006, 05:06 Talk:44. 'I am' is True, all else is Inference
+
== MindMap ==
Retrieved from "http://organicdesign.co.nz/Author"
+
nad, could you please 1) add the freemind mind map to tmp.peerix.org, and 2) tell me why it is not working any longer on wx?  thx! --[[User:Phalseid|Phalseid]] 00:39, 2 January 2009 (NZDT)
 +
:I don't know why thats not working, I'll have another look later --[[User:Nad|nad]] 09:17, 2 January 2009 (NZDT)
  
Categories: XmlWiki | XmlWiki Components
+
::here is why it is not working....same on tmp...http://www.mediawiki.org/wiki/Extension_talk:FreeMind#.C2.BBFlash_plugin_or_Javascript_are_turned_off._Activate_both_and_reload_to_view_the_mindmap.C2.AB
  
this came up when i checked for articles written by me. obviously its not, but also, its the same article that i found yesterday in the uncategorizedarticle category even though it is in a category. just thought maybe theres something wrong with the file itself?--[[User:Flower|Flower]] 13:59, 19 Nov 2006 (NZDT)
+
== MindMap II==
:Yeah there are some bugs both in the xmlwiki layer and the mediawiki layer, but i can't be bothered finding them or fixing them (I'm not even going to put them in the todo!) --[[User:Nad|Nad]] 14:38, 19 Nov 2006 (NZDT)
+
please add this as well http://www.mediawiki.org/wiki/Extension:MindMeister I think this will satisfy my Red Eye needs for now... --[[User:Phalseid|Phalseid]] 03:28, 3 January 2009 (NZDT)
----
 
just created this category cause i cant actually delete any articles, so i thought a category would be usefull to colect all rubbish and then u can delete it whenever uve time--[[User:Flower|Flower]] 20:46, 18 Nov 2006 (NZDT)
 
----
 
Thinking of catching the 5pm ferry from the city this afternoon. What do you think?
 
:ok seeyou then...
 
----
 
Could you have a look in the sandbox.c and see what I am trying to do, please? :) [[User:Jack|Jack]] 10:55, 16 Nov 2006 (NZDT)
 
----
 
If I were to compile anydrive.c remotely in sandbox.c and you were to put any file called index.html in a root directory on the same drive allocation system as the sandbox, would that work? [[User:Jack|Jack]] 22:33, 13 Nov 2006 (NZDT)
 
:The program itself would work the same, but the file paths are different in linux starting with a leading slash not an [a-z]: --[[User:Nad|Nad]] 22:43, 13 Nov 2006 (NZDT)
 
::yep so I would have to loop with some kind of regex /*/index.html but one cant just do that in C can one? [[User:Jack|Jack]] 22:51, 13 Nov 2006 (NZDT)
 
:::You'd have to include a regexp lib like in [[peerd.c]], but you can't use regexp to search a wildcard file path, you'd have to read all the items in the root dir and loop thru them checkinf for index.html (also don't do minor edits if they're not minor, since lots of people keep minor edits hidden since they're just corrections etc) --[[User:Nad|Nad]] 08:09, 14 Nov 2006 (NZDT)
 
----
 
Headings: = is the logical staring level. I'll change the css if you want to do the caretaker. All this is aesthetics of course ;) . Also, what do you think of the fuse stuff? --[[User:Rob|Rob]] 15:19, 12 Nov 2006 (NZDT)
 
:Yip, I'll do the caretaker part. You'll have to explain fuse next time we go for a walk I think, it looks cool though --[[User:Nad|Nad]] 15:25, 12 Nov 2006 (NZDT)
 
----
 
Open source discussion at http://www.theregister.co.uk/2006/11/06/microsoft_novell_analysis/ - [[User:Jack|Jack]] 10:04, 7 Nov 2006 (NZDT)
 
:freeky - if you're in to all that client-server-wig-head shit that is!
 
----
 
Have been hacking away trying to get some web interface for subversion going with websvn. Have got into a mess and now it doesn't work at all, either via web pages or via command line. I do have a checked out source tree that i've been using to try and create the setup again from scratch, but i've run out of energy for this today. I will revisit this as I do feel bad about leaving it in this broken state. No serious damage has been done though (no loss of data). I read the article about the distributed versioning system. Someone told me about some p2p svn system, maybe the same one. [[User:Rob|Rob]] 14:16, 5 Nov 2006 (NZDT)
 
:I don't think we have quite a large enough SVN user base yet to warrent any stress about breaking it!
 
::I've fixed it again now.
 
:::Ended up just importing the whole tree without externals and including build/temp files the lot. This is not very efficient but means we have everything on our server without the need for external resources. Will prune later. [[User:Rob|Rob]] 14:49, 5 Nov 2006 (NZDT)
 
----
 
  
Yo,
+
== where to put stuff ==
have you checked out [http://www.google.com/analytics/ Google analytics]? It provides some very nice information about url hit usage etc.
+
i want to put up info on the platform regarding intentional community. should it go here or on tmp? im not clear as to "why the difference", i guess --[[User:Phalseid|Phalseid]] 00:41, 2 January 2009 (NZDT)
You put a tag on every page which submits a small amount of info to them.
+
::an example is 1) the MW training material i am working with milan on and 2) this community mindmap governance issue. --[[User:Phalseid|Phalseid]] 00:43, 2 January 2009 (NZDT)
<table class=expandable title="Embed urchin"><tr><td>
+
:::I'm not sure if these things belong in platform (check [[Documentation]] for a brief description of what role each document should be playing). Basically everything goes on OD except things which need to be kept completely private such as the coffee projects. The training material probably should be going into [[MediaWiki workshop]] or its talk. --[[User:Nad|nad]] 09:22, 2 January 2009 (NZDT)
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
+
 
  </script>
+
== Project red eye ==
<script type="text/javascript">
+
nad: im hoping you have some down time waiting for decaf stuff, please check out http://tmp.peerix.org/Red_Eye and let me know $/clarification. thx --[[User:Phalseid|Phalseid]] 00:49, 2 January 2009 (NZDT)
_uacct = "[UA-UNIQUE-ID]";
+
:I'll need a lot of clarification for this one, some mockups would be good... I can't really know $ until I know exactly what needs to be done, but off the top of my head it looks difficult, probably $500-$1000 --[[User:Nad|nad]] 09:24, 2 January 2009 (NZDT)
urchinTracker();
+
 
</script>
+
forget this for now...see http://www.mediawiki.org/wiki/Extension:MindMeister above.. --[[User:Phalseid|Phalseid]] 03:29, 3 January 2009 (NZDT)
</table>
+
 
--[[User:Sven|Sven]] 13:25, 2 Nov 2006 (NZDT)
+
==widgets on demo==
:I don't even know where to begin with the explanation of why we're not going to put google tags in every page.....! --[[User:Nad|Nad]] 14:30, 2 Nov 2006 (NZDT)
+
aran, plese create and set Folder permissions /extensions/Widgets/compiled_templates/ folder should be made writable by web server (this is where Smarty stores pre-compiled template.) please verify by checking http://demo.organicdesign.co.nz/Google_Calendar (scroll to bottom) thx! --[[User:Phalseid|phalseid]] 13:44, 9 February 2009 (NZDT)
::I did actually check that script out a while ago tho - I kept coming across it and wondering what it was.
+
:But I thought you had agreed that Milan was now developing the demo, is he planning on implementing these widgets as part of his presentation? does he know this? what are you planning here? --[[User:Nad|nad]] 20:09, 9 February 2009 (NZDT)
::: It can easily be removed again aswell... --[[User:Sven|Sven]] 10:53, 3 Nov 2006 (NZDT)
+
 
----
+
== Extension:NukeDPL.php ==
Morning Aran, I was just trying to upload an image to AWG but this error came up: ''The upload directory (/var/www/azzuro/wiki/images) is not writable by the webserver.'' - could you have a look at that please? I know we need to get the agreement in place first, but Dana understands about hours accruing, plus I thought we had that working before? Cheers, --[[User:Milan|Milan]] 09:57, 2 Nov 2006 (NZDT)
+
Hi Nad, your new version of this extension has overwritten a couple of things I had added to it:
:All the file perms were fucked up, must have missed out a step in the reinstall, try uploading again now... --[[User:Nad|Nad]] 10:54, 2 Nov 2006 (NZDT)
+
*a couple of bug fixes (two minor ones, corrected with a replace, and one major: the list of results was always showing one less result than the total returned by the DPL query), and
----
+
*a text suggestion for the query window (redirects = exclude | include| only)
Awesome work on the "I Am That" - we have now got a very respectable collection of spiritual wisdom on OD. And the Peers have played a major role in the creation/borgification of them, that's cool. Just wanted to let you know that you should check your user talk on EA Wiki, got some Dana contract stuff in there. I hope to get it presentable before I fall over and go to sleep...--[[User:Milan|Milan]] 00:20, 27 Oct 2006 (NZDT)
+
Here[http://www.organicdesign.co.nz/wiki/index.php?title=Extension%3ANukeDPL.php&diff=91586&oldid=85145] you can check the differences I introduced. As I'm not sure if you left them out on purpose, I'd like to wait for a confirmation from you; feel free to reintroduce them if you agree. Your extension is being used at CPDL.org, that has a lot of titles with accented characters, that's why these bugs could be discovered. Needless to say how much we appreciate this extension, thanks a lot for it. [[User:Capmo|Capmo]] 22:57, 19 March 2009 (UTC)
----
+
:Sorry about that, not sure how your str_replace fix works, but I'll take your word for it! re-implemented it just now, thanks ;-) --[[User:Nad|nad]] 02:03, 20 March 2009 (UTC)
''"oligarcheous bastards"'', lol that's an excellent expression :-) Hey I was just setting up stuff on N0mad wiki and I noticed that Bwender hasn't copied some articles in the "Milan" category. For one, there are the subcategories, then there are the ones with "nowiki.php" applied which are embedded on my user page, such as [[Milan/Clock]], [[Milan/Skype Status]]. Also, interestingly, [[User:Milan]] was copied but it had the name [[Milan]] on N0mad Wiki, so I had to copy the content into [[User:Milan]] there. Plus, where has the edit toolbar gone on OD? I have said in my prefs I would like to see it but it isn't there so i have to hand-type my sigs now...--[[User:Milan|Milan]] 17:26, 25 Oct 2006 (NZDT)
+
 
:*I hadn't noticed the toolbar disapearing again - will check it out sometime
+
== Integration ==
:*Wikisync doesn't copy articles in subcats, but should have copied the category-article-content of each though...
+
 
:*Dunno why the userpage did that - might be another list-cat issue...
+
Hi Nad,
:*Your server is still down - I'll need the IP to check it out - probably dynamic DNS - [[talk:n0mad.net]]
+
I saw your [http://www.mediawiki.org/wiki/Extension:Recent_changes Recent Changes extension]. I agree that fragmentation is a big problem in the wikisphere. Recently I created the (experimental) [http://www.mediawiki.org/wiki/Extension:RPED RPED extension] to help address that very concern. Let me know if you want to collaborate on other projects for data exchange among wikis. Regards, [[User:Tisane|Tisane]] 09:09, 26 March 2010 (UTC)
::OK, my ip is: 58.28.157.204. I hadn't noticed any problems and have been editing fine on N0mad Wiki but the box had indeed been turned off and I had to start it up on my return. No big rush on those sync issues, I have just let you know in the interest of smoothing out glitches in the process. For now it will be easier for me to just manually copy all my articles across that didn't work via list-cat. Wikisync is definitely a bit patchy, in the [[:Category:Milan/Todo|Milan/Todo Cat]] it only copied 6 out of 18 articles.--[[User:Milan|Milan]] 19:25, 25 Oct 2006 (NZDT)
+
 
:::Hey, I just solved the problem with wikisync, I think. Turns out that the missing articles are the ones that have been added to categories via "properties". All the ones that had the category in the article body copied fine. Would it make sense to make the list-cat wikisync feature sync the properties as well? I see you've implemented that for copy/move, which is very nice to see, it used to be quite a hassle getting those orphaned props.
+
== SimpleSecurity ==
::::I'll check it out - it should be working for properties too - copy/move not quite ready yet....
+
I just downloaded the SimpleSecurity svn. And it's not handling Images, as in it's allowing them to be put into pages. It's also allowing their thumbnails to show up in searches. [[User:Smile Lee|Smile Lee]] 13:28, 26 March 2010 (UTC)
:::::Thanks for looking at that wikiSync stuff, that rocks! If it really works like that, then i only need to add Category:Milan to wikisync to sync all my articles and categories, once I have tied together all my cats and articles. Tideeeee! Tonight we'll see how well that actuallr works...--[[User:Milan|Milan]] 21:37, 29 Oct 2006 (NZDT)
+
 
::::::It doesn't do subcats, I just fixed the bugs, didn't add new features. --[[User:Nad|Nad]] 22:38, 29 Oct 2006 (NZDT)
+
== Chloe in the snow ==
----
+
 
That new stuff on Identity is great, really clarifies things to say that identity ''is'' the fundamental and most generic organisation. By the way, looks like the wiki workflow article got deleted off the 'pedia! Did they notify you? --[[User:Milan|Milan]] 00:04, 23 Oct 2006 (NZDT)
+
http://www.flickr.com/photos/rebba/4386885783/in/set-72157604564573252/
:No I hadn't noticed they'd killed that one - those oligarcheous bastards won't be able to delete my articles once the projects borgified them!!!
 
----
 
nad, tried to ssh in, i don't know which password to use for phalseid..sorry. the only reason i need to get in is to change skins/common/wikibits.js, i need to disable the force out of iframe, if that is cool with everybody...comment out or remove the line: if( window.top != window ) window.top.location = window.location;" you need to clear the browser cache for this to have any affect. Once you do this, the wiki will no longer jump outside iframes. --[[User:Phalseid|Phalseid]] 13:09, 18 Oct 2006 (NZDT)
 
:No problem. Login with phalseid/root passwd, then change it to your proper one once logged in --[[User:Nad|Nad]] 13:12, 18 Oct 2006 (NZDT)
 
::Also you can use ''nano'' for editing instead of ''vi'' if you like, its much more intuitive keys ;-)
 
  
:::  :) what is the root pw? tried the VS one, is it the same for the debinaized rh? (you can answer cryptically) --[[User:Phalseid|Phalseid]] 13:17, 18 Oct 2006 (NZDT)
+
==AGI Manhattan==
::::Same as before its on the [[WIKIEXPERT.COM]] article...
+
I read the whole thing today (could not watch the videos due to lack of BW)... holy crap! But did you see this? [http://ignoranceisfutile.wordpress.com/2010/07/23/using-automated-untelligence-to-fight-artificial-intelligence Automated Unintelligence] I love it! --[[User:Infomaniac|Infomaniac]] 13:45, 13 August 2010 (NZST)
:::::got it. changed pw. thanks....--[[User:Phalseid|Phalseid]] 13:24, 18 Oct 2006 (NZDT)
 
----
 
  
Aranm, the Azzuro ip is: 219.88.195.119--[[User:Milan|Milan]] 11:19, 18 Oct 2006 (NZDT)
+
== mail problems ==
----
 
:whats the status? i just got an email from godaddy that the server was set up...??--[[User:Phalseid|Phalseid]] 14:27, 16 Oct 2006 (NZDT) 
 
::yes you dork, just do a ping and you will see that the addresses are the same. -[[User:Phalseid|Phalseid]] 14:29, 16 Oct 2006 (NZDT)
 
:::I thought you would have got three emails saying that cos that's how many times I had to nuke it before I got the [[Debian Conversion|debianisation process]] working... --[[User:Nad|Nad]] 14:40, 16 Oct 2006 (NZDT)
 
----
 
Just a minor thing I noticed, and this was the case before the move back to wikiexpert, is that the time for recentchanges is correct for me but my signatures are timestamped wrong. I don't know what the time of my sig is for you but my sig to this comment will be timestamped -13 hours, in this case to 22:12. Any ideas? --[[User:Milan|Milan]] 22:12, 15 Oct 2006 (NZST)
 
:It was a problem with a hack to prevent it from defaulting to US timezone, but not needed now that we've reinstalled with NZST default --[[User:Nad|Nad]] 11:26, 16 Oct 2006 (NZDT)
 
----
 
Sorted my latest hardware program so up for a celebrate [[User:Jack|Jack]] 00:28, 13 Oct 2006 (NZST)
 
:Heading over soon you mean? or just general weekend thing?
 
::Yep how about one hour or so, that will be 2.45 or so
 
:::Ok seeyou then ;)
 
----
 
Yeah the cafe's up and running, the laptop has stopped running reliably, so i'm now needing a new one (with warranty!) to replace it. I'm on a desktop with a CRT (lol) and other people need workstations too so I'll set another up later today, but the main thing is to get productive again on OD. See how you feel tomorrow re party but whatever works, i can pick you up too. Kat is keen to meet you after hearing all the sordid tales :-)--[[User:Milan|Milan]] 22:40, 12 Oct 2006 (NZST);
 
:I just don't know anyone there and they all have different outlooks than the project eg intellectual property etc so I'd probably just be having frsutrating conversations anyway. I'll catch up with your new misses another time. --[[User:Nad|Nad]] 23:39, 12 Oct 2006 (NZST)
 
----
 
visit on boat this arvo? Probably 5:30 depart city. Confirm? --[[User:Rob|Rob]] 03:13, 11 Oct 2006 (NZST)
 
:Okidoki see you then - shall I meet you there, or is the time not definate?
 
::On schedule: 5:30 sailing from City.
 
----
 
External IP has changed to 219.88.182.40, DNS updates failed!.
 
  
These domains failed:
+
Having a bit of trouble connecting to my od mail account in the last few days. On further investigation this looks a bit fishy:
*www.energyalternatives.co.nz
+
<pre>
:--[[User:Helios|Helios]] 04:05, 25 Oct 2006 (NZDT)
+
Rob-MacBookPro:~ rcar004$ host organicdesign.co.nz
----
+
organicdesign.co.nz has address 69.64.87.188
External IP has changed to 58.28.142.87, DNS updates failed!.
+
organicdesign.co.nz mail is handled by 5 mail.organicdesign.co.nz.
 +
Rob-MacBookPro:~ rcar004$ ping mail.organicdesign.co.nz
 +
PING mail.organicdesign.co.nz (69.64.87.188): 56 data bytes
 +
Request timeout for icmp_seq 0
 +
64 bytes from 69.64.87.188: icmp_seq=1 ttl=50 time=326.814 ms
 +
64 bytes from 69.64.87.188: icmp_seq=2 ttl=50 time=247.202 ms
 +
Request timeout for icmp_seq 3
 +
Request timeout for icmp_seq 4
 +
64 bytes from 69.64.87.188: icmp_seq=5 ttl=50 time=318.341 ms
 +
Request timeout for icmp_seq 6
 +
Request timeout for icmp_seq 7
 +
64 bytes from 69.64.87.188: icmp_seq=8 ttl=50 time=285.733 ms
 +
64 bytes from 69.64.87.188: icmp_seq=9 ttl=50 time=308.877 ms
 +
64 bytes from 69.64.87.188: icmp_seq=10 ttl=50 time=332.087 ms
 +
^C
 +
--- mail.organicdesign.co.nz ping statistics ---
 +
11 packets transmitted, 6 packets received, 45.5% packet loss
 +
round-trip min/avg/max/stddev = 247.202/303.176/332.087/29.139 ms
 +
</pre>
 +
Dropped packets and the server doesn't seem to be accepting my password (same as od unix login 'rob').
 +
--[[User:Rob|Rob]] 00:52, 17 October 2010 (PDT)
 +
:We've done a major server move, see [[News]], I didn't realise you were using OD mail, I'll set up your account now, but you'll need to either email/skype/IRC/TXT your pwd, or email me your pub RSA key so you can shell in yourself and set your pwd. --[[User:Nad|nad]] 01:04, 17 October 2010 (PDT)
  
These domains failed:
+
== Selenium extension ==
*www.n0mad.net
 
:--[[User:MajorHertz|MajorHertz]] 09:03, 7 Nov 2006 (NZDT)
 
----
 
External IP has changed to 192.168.0.254, DNS updates failed!.
 
  
These domains failed:
+
Hi Nad,
*gir.peerix.org
 
:--[[User:Gir|Gir]] 23:03, 23 Nov 2006 (NZDT)
 
----
 
External IP has changed to 58.28.152.165, DNS updates failed!.
 
  
These domains failed:
+
Thanks for the interesting link. I'm specifically interested in running Selenium tests from the wiki, i.e. using the wiki as a selenium test archive.
*gir.peerix.org
 
:--[[User:Gir|Gir]] 23:03, 23 Nov 2006 (NZDT)
 
----
 
External IP has changed to 58.28.147.225, DNS updates failed!.
 
  
These domains failed:
+
Is it likely that the Selenium Extension still works?
*gir.peerix.org
 
:--[[User:Gir|Gir]] 08:55, 24 Nov 2006 (NZDT)
 
----
 
External IP has changed to 219.88.176.138, DNS updates failed!.
 
  
These domains failed:
 
*www.energyalternatives.co.nz
 
*awg.energyalternatives.co.nz
 
:--Helios 15:21, 26 Nov 2006 (NZDT)
 
----
 
External IP has changed to 222.153.68.101, DNS updates failed!.
 
  
These domains failed:
+
Cheers,
*www.energyalternatives.co.nz
+
--[[User:Dan Bolser|Dan Bolser]] 01:10, 4 April 2011 (PDT)
*awg.energyalternatives.co.nz
+
:The last state it was in it was working, we had some test tests running in this site, but the extension and framework are no longer installed. --[[User:Nad|nad]] 19:50, 7 April 2011 (PDT)
*azzuro.energyalternatives.co.nz
 
:--Helios 15:31, 26 Nov 2006 (NZDT)
 
----
 
External IP has changed to 219.88.179.46, DNS updates failed!.
 
  
These domains failed:
+
== Private work for adeft ==
*www.energyalternatives.co.nz
 
*awg.energyalternatives.co.nz
 
*azzuro.energyalternatives.co.nz
 
:--[[User:Helios|Helios]] 22:23, 26 Nov 2006 (NZDT)
 
----
 
External IP has changed to 125.236.192.110, DNS updates failed!.
 
  
These domains failed:
+
#why is  http://www.sebokwiki075.org/wiki/and http://www.sebokwiki075.org/wiki/ so slow? Extensions? DPL? Caching? Server?
*www.energyalternatives.co.nz
+
#how to get http://www.sebokwiki075.org/dev/index.php?title=Mediawiki:NavTree to show up on the left hand navigation. I thought I did it right.  Once we get that, need to figure out some basic style stuff, and get it working on /wiki (same domain as above)
*azzuro.energyalternatives.co.nz
+
#backup script- TBD
:--[[User:Helios|Helios]] 05:42, 13 Dec 2006 (NZDT)
+
#update star menu with transparency layers
----
+
#I added http://www.mediawiki.org/wiki/Extension:BreadCrumbs to /dev above.  They want the navigation to appear ABOVE the article title. I screwed around with http://www.sebokwiki075.org/dev/index.php?title=MediaWiki%3ACommon.css&action=historysubmit&diff=28551&oldid=28545
External IP has changed to 219.88.194.175, DNS updates failed!.
+
and got it to look right, but when you edit with the above, it screws up the tabs and looks shitty. i read the talk page on http://www.mediawiki.org/wiki/Extension:BreadCrumbs and it was talking about hooks, so i bailed. Basically, what would it take to get this extension to work in Vector with the breadcrumbs showing up ABOVE the title and not overwriting stuff like in
  
These domains failed:
+
--[[User:Phalseid|phalseid]] 09:13, 23 February 2012 (PST)
*azzuro.energyalternatives.co.nz
 
:--[[User:Helios|Helios]] 16:42, 14 Dec 2006 (NZST)
 

Latest revision as of 18:11, 22 May 2015

Exploring Wiki

Hey Aran,

is this the place where you make contact with other users then?

Ahhh, Bach. --The Duncan 06:20, 6 September 2010 (NZST)


Mediawiki programming help

Dear Nad, I have been taking a look at your work and you seem to have an impressive handle on mediawiki programming. I am working on a corporate project and we are looking for help with user interface/skinning and mediawiki extensions. We have a project deadline to meet over the next 6 weeks. If you would be interested and available for payable contract work, please contact me at organicdesign@jenandi.com

Kind Regards, Andi

Templates and passing vars

Nad, trying to get the google map extension to work with vars in a template, such that:

{{Test
|FULL_NAME = Ashfield
|FULL_NAME_ND = Ashfield
|LAT = -33.8833333
|LONG = 151.1166667
}}

<googlemap width="400" height="300" zoom="16" type="hybrid" controls="medium">
{{{LON}}},{{{LAT}}}, {{{FULL_NAME}}}
</googlemap>

would work. It appears to be a problem: https://bugzilla.wikimedia.org/show_bug.cgi?id=2257

and this appears to be somebody's solution?? http://blog.w-nz.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/

what are your 2 cents? --Phalseid 06:39, 3 April 2008 (NZST)

I think installing an extension to generically process all variables in tags is a bit extreme, why not just hack your google maps extension in the tag function, or do an official patch on it which allows it to process the variables, eg

<php>$text = $parser->replaceTemplateVariables($text);</php>

You could make it do it based on a global such as $egGoogleMapsReplaceVariables --Nad 09:09, 3 April 2008 (NZST)

Treeview 5

Yo, Ive just put a suggestion up for this post. I suggest we may need to convert windows backslashes to forward slashes in extensions if this is a continuing problem --Sven 13:05, 3 April 2008 (NZST)

Extension:Treeview5.php

That fix for windows/unix paths was unbelievably obvious, why didn't I think of it... --Sven 14:18, 15 April 2008 (NZST)

Yea, that's what I was meaning about it only being an issue for the regex operating on the backslashes, not with the backslashes themselves. I only just got round to reading the treeview talk page and checking it out. You need four backslashes though because the regex expects it to be doubled so its not treated as escaping the following square bracket, and each of those two need to be escaped themselves since they're inside PHP quotes. --Nad 14:57, 15 April 2008 (NZST)

Simplesecurity glitch?

Aran, on my user page, which I want to start using a bit more again, there is a security setting and I can't figure out where that has been created. "Every action requires the user to be Milan". It was inheriting from cat:Milan/XMLWiki user pages and had security on the user page as well but I removed both settings and it's still locked down. Can you check it out please when you have minute? Cheers --Milan 11:04, 27 April 2008 (NZST)

Not a glitch, its getting it from Milan/Tree which must be transcluded onto the user page. You could remove the security from the tree page or not transclude it - but then I just thought, wrapping it in noinclude's should work I'll do it now and see. --Nad 12:20, 27 April 2008 (NZST)
Thanks, that looks to be working fine. I'm getting a little rusty on transclusion stuff it seems :-/--Milan 14:47, 27 April 2008 (NZST)
The templates an article uses are listed at the bottom of the page when editing --Nad 15:00, 27 April 2008 (NZST)

Collaboration

Hello Nad, I am trying to set up a number of intranets for NGO's that I am involved in and I would like to chat with about potential help/collaboration. Should we email each other or skype? Thanks, --Apap 06:40, 12 May 2008 (NZST)

You can email me on aran at this domain or skype id organicdesign (text only) --Nad 09:31, 12 May 2008 (NZST)

Extension:NewUserMessage

Hi could you please check http://www.mediawiki.org/wiki/Extension_talk:NewUserMessage. I got a problem with my bot showing up in Recent Changes. Thanks!

Extension:CSS

I noticed your above extension only partially works with MW1.12 after a fresh upgrade. Any idea why, or what could be blocking part of the {{#css}} from printing? As it is, only some of the specified elements are visible, as through templates used on a page, but not the page elements, as if they're being overridden by Common/Monobook.css. If you ever upgrade to 1.12 you might see what I mean. -- Sasoriza 06:41, 1 June 2008 (NZST)

I have it running on 1.12 with no problems. The extension does not prevent other CSS's such as Common.css or Monobook.css from loading, it simply adds another CSS which is loaded before the main ones which means you will have to ensure that your CSS rules are more specific than the existing ones to prevent them being overridden (this is what I mean by "specific"). --nad 08:53, 1 June 2008 (NZST)
Also I've made a few changes to the code to allow files or in-line rules to be included, see MW:Extension:CSS. --nad 09:35, 1 June 2008 (NZST)

User Registration

nad, i have poked around MW and don't see any extensions to extend the fields that are collected on new account creation. any ideas? --Phalseid 10:08, 7 June 2008 (NZST)

I think there are hooks to extend that pretty easily, you need something done? --nad 14:01, 7 June 2008 (NZST)

MediaWiki parser

thought you might be interested in this article - M:Migration to the new preprocessor which provides information about the changes to parser.php --Sven 14:16, 9 June 2008 (NZST)

Wikimedia Toolserver

Check out your edits on wikimedia projects e.g. Nad on 'pedia. We need to check out useful tools and ideas from this, some documentation available here and here. --Sven 11:42, 11 June 2008 (NZST)

Test to see what the edit summary looks like --Sven 12:59, 11 June 2008 (NZST)
Yea I'd really like to tie bots and scraping (like that svn-commits chart or oil-price monitor etc) in to our workflow system so we can define streams of process-driven content similar to the toolserver idea. --nad 16:30, 11 June 2008 (NZST)

Wiki.pl

Yo, Ive successfully added a wikiDelete method, it may need a bit of work around capturing the correct $err message if a user does not have rights to access the page. The restore method is almost there but unfortunately I am working off line mostly this weekend if you see something obvious I am doing wrong. You can specify a specific revision, or all revisions to restore, will get the latest revision restoring first.

I also managed in the process of testing to submit incorrect token content which has stuffed up the local instance of the database when restoring one particular article, so I may have found a mediaWiki bug in 1.12.0 but need to document further. I want to create a test script which can do a pile of test actions so we can loop it through a set of wiki versions to test wiki.pl on. Here is the error message I managed to create;

Database error manually identified when attempting restore
Database error
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:

    (SQL query hidden)

from within function "Revision::insertOn". MySQL returned error "1062: Duplicate entry '12' for key 2 (localhost)".

I think at the time I submitted only two name/value hidden fields my %form = (wpEditToken => $1, target => $title,. Anyway, I want to add a couple of other functions to upload/delete/restore files. The file restoration function may be covered by the generic wikiRestore function.--Sven 10:49, 15 June 2008 (NZST)

That's pretty heinous if you can construct a query that can stuff the db. Is it fixed by deleting the article again? --nad 12:39, 15 June 2008 (NZST)
Just for the article Sandbox on my localhost is the restore stuffed, and only when I try to restore all revisions, restoring the latest revision is fine. However when I created the problem I had posted fields that were incorrect, so I think it is likely to be a MediaWiki bug that I found, hopefully if I have time I can trace and document it. I still havent got the restore functionality going yet. --Sven 13:06, 15 June 2008 (NZST)

Extension:Marketresearch‎

Extension:Marketresearch‎ and talk. --Phalseid 05:59, 11 July 2008 (NZST)

bug in csv2wiki

see http://www.organicdesign.co.nz/Talk:Csv2wiki.pl#bug --Phalseid 08:35, 12 July 2008 (NZST)

Wiki.pl Stability

Yo, I've made changes to Wiki.pl to try to make the WikiEdit function a bit more stable. The issue has been the large conditional regex attempting to grab all relevant hidden key/value pairs on about line 114. As the interface changes subtly the regex occasionally fails. The modified approach just searches for the wpEDitToken key;

if ($response->is_success and (
			$response->content =~ m|<input type='hidden' value="(.+?)" name="wpEditToken" />|g
			)) {

then (inefficiently) tests and saves the other wanted keys. It has not been tested across multiple MW versions yet but should be much more stable. --Sven 08:43, 19 December 2008 (NZDT)

Cool thanks ;-) --nad 08:44, 19 December 2008 (NZDT)

MindMap

nad, could you please 1) add the freemind mind map to tmp.peerix.org, and 2) tell me why it is not working any longer on wx? thx! --Phalseid 00:39, 2 January 2009 (NZDT)

I don't know why thats not working, I'll have another look later --nad 09:17, 2 January 2009 (NZDT)
here is why it is not working....same on tmp...http://www.mediawiki.org/wiki/Extension_talk:FreeMind#.C2.BBFlash_plugin_or_Javascript_are_turned_off._Activate_both_and_reload_to_view_the_mindmap.C2.AB

MindMap II

please add this as well http://www.mediawiki.org/wiki/Extension:MindMeister I think this will satisfy my Red Eye needs for now... --Phalseid 03:28, 3 January 2009 (NZDT)

where to put stuff

i want to put up info on the platform regarding intentional community. should it go here or on tmp? im not clear as to "why the difference", i guess --Phalseid 00:41, 2 January 2009 (NZDT)

an example is 1) the MW training material i am working with milan on and 2) this community mindmap governance issue. --Phalseid 00:43, 2 January 2009 (NZDT)
I'm not sure if these things belong in platform (check Documentation for a brief description of what role each document should be playing). Basically everything goes on OD except things which need to be kept completely private such as the coffee projects. The training material probably should be going into MediaWiki workshop or its talk. --nad 09:22, 2 January 2009 (NZDT)

Project red eye

nad: im hoping you have some down time waiting for decaf stuff, please check out http://tmp.peerix.org/Red_Eye and let me know $/clarification. thx --Phalseid 00:49, 2 January 2009 (NZDT)

I'll need a lot of clarification for this one, some mockups would be good... I can't really know $ until I know exactly what needs to be done, but off the top of my head it looks difficult, probably $500-$1000 --nad 09:24, 2 January 2009 (NZDT)

forget this for now...see http://www.mediawiki.org/wiki/Extension:MindMeister above.. --Phalseid 03:29, 3 January 2009 (NZDT)

widgets on demo

aran, plese create and set Folder permissions /extensions/Widgets/compiled_templates/ folder should be made writable by web server (this is where Smarty stores pre-compiled template.) please verify by checking http://demo.organicdesign.co.nz/Google_Calendar (scroll to bottom) thx! --phalseid 13:44, 9 February 2009 (NZDT)

But I thought you had agreed that Milan was now developing the demo, is he planning on implementing these widgets as part of his presentation? does he know this? what are you planning here? --nad 20:09, 9 February 2009 (NZDT)

Extension:NukeDPL.php

Hi Nad, your new version of this extension has overwritten a couple of things I had added to it:

  • a couple of bug fixes (two minor ones, corrected with a replace, and one major: the list of results was always showing one less result than the total returned by the DPL query), and
  • a text suggestion for the query window (redirects = exclude | include| only)

Here[1] you can check the differences I introduced. As I'm not sure if you left them out on purpose, I'd like to wait for a confirmation from you; feel free to reintroduce them if you agree. Your extension is being used at CPDL.org, that has a lot of titles with accented characters, that's why these bugs could be discovered. Needless to say how much we appreciate this extension, thanks a lot for it. Capmo 22:57, 19 March 2009 (UTC)

Sorry about that, not sure how your str_replace fix works, but I'll take your word for it! re-implemented it just now, thanks ;-) --nad 02:03, 20 March 2009 (UTC)

Integration

Hi Nad, I saw your Recent Changes extension. I agree that fragmentation is a big problem in the wikisphere. Recently I created the (experimental) RPED extension to help address that very concern. Let me know if you want to collaborate on other projects for data exchange among wikis. Regards, Tisane 09:09, 26 March 2010 (UTC)

SimpleSecurity

I just downloaded the SimpleSecurity svn. And it's not handling Images, as in it's allowing them to be put into pages. It's also allowing their thumbnails to show up in searches. Smile Lee 13:28, 26 March 2010 (UTC)

Chloe in the snow

http://www.flickr.com/photos/rebba/4386885783/in/set-72157604564573252/

AGI Manhattan

I read the whole thing today (could not watch the videos due to lack of BW)... holy crap! But did you see this? Automated Unintelligence I love it! --Infomaniac 13:45, 13 August 2010 (NZST)

mail problems

Having a bit of trouble connecting to my od mail account in the last few days. On further investigation this looks a bit fishy:

Rob-MacBookPro:~ rcar004$ host organicdesign.co.nz
organicdesign.co.nz has address 69.64.87.188
organicdesign.co.nz mail is handled by 5 mail.organicdesign.co.nz.
Rob-MacBookPro:~ rcar004$ ping mail.organicdesign.co.nz
PING mail.organicdesign.co.nz (69.64.87.188): 56 data bytes
Request timeout for icmp_seq 0
64 bytes from 69.64.87.188: icmp_seq=1 ttl=50 time=326.814 ms
64 bytes from 69.64.87.188: icmp_seq=2 ttl=50 time=247.202 ms
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
64 bytes from 69.64.87.188: icmp_seq=5 ttl=50 time=318.341 ms
Request timeout for icmp_seq 6
Request timeout for icmp_seq 7
64 bytes from 69.64.87.188: icmp_seq=8 ttl=50 time=285.733 ms
64 bytes from 69.64.87.188: icmp_seq=9 ttl=50 time=308.877 ms
64 bytes from 69.64.87.188: icmp_seq=10 ttl=50 time=332.087 ms
^C
--- mail.organicdesign.co.nz ping statistics ---
11 packets transmitted, 6 packets received, 45.5% packet loss
round-trip min/avg/max/stddev = 247.202/303.176/332.087/29.139 ms

Dropped packets and the server doesn't seem to be accepting my password (same as od unix login 'rob'). --Rob 00:52, 17 October 2010 (PDT)

We've done a major server move, see News, I didn't realise you were using OD mail, I'll set up your account now, but you'll need to either email/skype/IRC/TXT your pwd, or email me your pub RSA key so you can shell in yourself and set your pwd. --nad 01:04, 17 October 2010 (PDT)

Selenium extension

Hi Nad,

Thanks for the interesting link. I'm specifically interested in running Selenium tests from the wiki, i.e. using the wiki as a selenium test archive.

Is it likely that the Selenium Extension still works?


Cheers, --Dan Bolser 01:10, 4 April 2011 (PDT)

The last state it was in it was working, we had some test tests running in this site, but the extension and framework are no longer installed. --nad 19:50, 7 April 2011 (PDT)

Private work for adeft

  1. why is http://www.sebokwiki075.org/wiki/and http://www.sebokwiki075.org/wiki/ so slow? Extensions? DPL? Caching? Server?
  2. how to get http://www.sebokwiki075.org/dev/index.php?title=Mediawiki:NavTree to show up on the left hand navigation. I thought I did it right. Once we get that, need to figure out some basic style stuff, and get it working on /wiki (same domain as above)
  3. backup script- TBD
  4. update star menu with transparency layers
  5. I added http://www.mediawiki.org/wiki/Extension:BreadCrumbs to /dev above. They want the navigation to appear ABOVE the article title. I screwed around with http://www.sebokwiki075.org/dev/index.php?title=MediaWiki%3ACommon.css&action=historysubmit&diff=28551&oldid=28545

and got it to look right, but when you edit with the above, it screws up the tabs and looks shitty. i read the talk page on http://www.mediawiki.org/wiki/Extension:BreadCrumbs and it was talking about hooks, so i bailed. Basically, what would it take to get this extension to work in Vector with the breadcrumbs showing up ABOVE the title and not overwriting stuff like in

--phalseid 09:13, 23 February 2012 (PST)