Search:

Type: Posts; User: neilw

Page 1 of 5 1 2 3 4

Search: Search took 0.11 seconds.

  1. That is a good old fashioned quoting bug right...

    That is a good old fashioned quoting bug right there.

    For the "toggle", try putting a backslash in front of each double-quote. That'll ensure it isn't interpreted by DekiScript.
  2. Yes, after I read it three times. :) I'm not...

    Yes, after I read it three times. :)

    I'm not sure how it explains the localhost business, because no one should ever be accessing the wiki that way.

    But since your explanation makes sense and...
  3. I think that would make sense only if we moved...

    I think that would make sense only if we moved our wiki to AWS as well, else I suspect performance would suffer with our wiki behind our firewall.

    It's not a crazy idea to put our wiki out there,...
  4. Replies
    8
    Views
    9

    Interesting. Is it deprecated for use within the...

    Interesting. Is it deprecated for use within the wiki these days? I'm using it to send locations to the Google Maps extension. Is there another method I should be using?
  5. Replies
    8
    Views
    9

    Worked like a charm, thanks. Is the pagebus...

    Worked like a charm, thanks.

    Is the pagebus extension actually documented anywhere? I looked and couldn't find, which is why I got so confused trying to figure out this problem.
  6. Replies
    8
    Views
    9

    I'm running core, v10.0.7. I tried...

    I'm running core, v10.0.7.

    I tried Deki.publish and go similar error:


    As far as I can tell, everything else on the wiki is operating normally.
  7. Replies
    8
    Views
    9

    pagebus disappeared?

    All of a sudden my pagebus() calls are getting errors, e.g.:


    pagebus.publish{ blah blah blah }


    gives me
  8. That is a weird requirement (and not documented)....

    That is a weird requirement (and not documented). I'm not sure I understand why a dependency would be there, but I'll give it a try.

    Today I'm seeing the cached links shown as the hosts's IP...
  9. backing up MySQL without taking down wiki (--single-transaction?)

    When we run our nightly backup, the wiki becomes non-responsive for a while. Because we have a global userbase, there is really no time we can do the backup when nobody will be trying to access the...
  10. webcached intrawiki links getting converted to "localhost"

    I use webcache() all over the place on my wiki for my DekiScript-heavy pages. What I've been noticing lately is that certain DekiScript-generated links on the page, are, over time, changing to a...
  11. Replies
    4
    Views
    5

    http://developer.mindtouch.com/en/docs/mindtouch_s...

    http://developer.mindtouch.com/en/docs/mindtouch_setup/040Advanced_Configuration/PHP_Settings/php.ini/Increase_maximum_upload_file_size
  12. Try: {{ SectionUI{ style:"Tab" } }} or ...

    Try:


    {{ SectionUI{ style:"Tab" } }}

    or


    {{wiki.template("SectionUI", { style:"Tab" }) }}
  13. Replies
    8
    Views
    9

    That one is documented here...

    That one is documented here, in the "What's New For DekiScript in Lyons" page. That page is a treasure trove of good stuff. I redocumented some bits of it in the Beginner's Guide, but many other...
  14. Replies
    2
    Views
    3

    What I'd do here is use jQuery and put the code...

    What I'd do here is use jQuery and put the code in the <head> with your other code:


    $(function() { _gaq.push(['_setVar', 'your_value_here']); });


    Put this in instead of code fragment 2 and...
  15. The jQueryUI tabs widget does not officially...

    The jQueryUI tabs widget does not officially support fixed-width operation, and I'm far too lazy to try to modify it to do so.

    However, if you're careful, you can simply add this CSS to the page...
  16. Replies
    8
    Views
    9

    Just to get you started, go look at this API...

    Just to get you started, go look at this API call: http://developer.mindtouch.com/en/ref/MindTouch_API/GET%3Asite%2F%2Fsearch%2F%2Fproperties. Use wiki.api() to access it.

    It should be...
  17. You can have as many filter settings as you want,...

    You can have as many filter settings as you want, but only part of the single pull-down menu. So you couldn't (easily) show all items in Ppanel0 and Department2 and Switch3. I have wanted to add...
  18. ralyon, You're *this close*. First, it...

    ralyon,
    You're *this close*.

    First, it appears that the CSV column name for "Switch" is, well, simply "Switch", and not "$Switch". If I have that wrong please tell me, but that's what it shows...
  19. Replies
    9
    Views
    10

    Ah, now I understand. So I would probably be...

    Ah, now I understand. So I would probably be best off killing the html2text instances in that case. What other processes should I kill to make sure the old indexing threads are removed?
  20. Replies
    9
    Views
    10

    Well, in that case we have a problem. I've...

    Well, in that case we have a problem. I've checked my spelling a hundred times, pretty sure I entered <indexer-parallelism> correctly. Any ideas why it might not be working?

    Even if the site is...
  21. Replies
    9
    Views
    10

    Still wondering about the original question,...

    Still wondering about the original question, though: if indexer-parallelism is set to "1", should I be seeing two or three simultaneous html2text processes?
  22. Replies
    9
    Views
    10

    And more: Some time after I stopped the wiki,...

    And more:

    Some time after I stopped the wiki, one of the html2text processes stopped, and the VM became usable again (the one remaining process was using 100%, but we have two cores so we're...
  23. Replies
    9
    Views
    10

    Further note: these html2text processes continue...

    Further note: these html2text processes continue to run even when the wiki is stopped. Does the indexer run independently of the wiki? Right now I have two such processes consuming 100% each,...
  24. Replies
    9
    Views
    10

    Indexer Parallelism

    Running 10.0.7.

    I am right now re-indexing my wiki, and it has pretty much brought the wiki down, although the indexing seems to be proceeding still.

    I have indexer-parallelism set to "1" in my...
  25. Use of SSL could certainly be a reason. A quick...

    Use of SSL could certainly be a reason. A quick way to test it is to edit the template, and go to lines 77-86. There is where all the CSS and JS files are loaded from the Mindtouch site. As far as...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4