Recent Posts
|
posted over 1 year ago
Andrew Stacey
114 posts
|
When there are
So presumably in line 31 of
then there’s some HTML escaping going on that shouldn’t be. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
(My word, but that’s a complicated form. “What did you do?” I looked at a MathML web page. “What happened?” It didn’t look right. “What should have happened?” It should have looked right.) |
||||||||||
|
posted over 1 year ago
admin
51 posts
edited over 1 year ago |
Correct. The accents work correctly when accenting an Thus:
You should file a bug report. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
Errr … the |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
This looks like a bug in how Firefox renders MathML, but I thought I’d check with you first. How do and look to you? To me, the first has the hat offset to the right. I presume that it shouldn’t be so. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
Ah, I’d better fix that first one then. I’ll keep the second in mind for next time this happens and choose my dates more precisely. |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
The
The history of a page is reconstructed by sorting on the |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
Just noticed that you got hit by the same spammer. I think that instiki.org also got hit, but then it’s hard to tell with that site anymore. Seems as though this spammer has gone for every instiki installation under the sun! |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
The azimuth project just got a massive spam hit, 317 pages in total. To deal with that, I ended up working on the database level. What I did was to try to simulate “rollbacks”: copy the data from the last decent copy and paste it as a new row in the “revisions” table. That seemed the safest approach. But it did get me thinking about the database and specifically the “revisions” table. Two questions:
|
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
Okay, I’ll take a look at that. Is it obvious which file to add it to, or should I create a new file and add it to the page template? |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Sorry. There isn’t a way to localize the Javascript. You could, however, add some site-wide Javascript, which attaches an event listener to some element(s), based on the request-URL. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
This isn’t nLab-specific, but it’s neither a bug nor a feature requestion: more of a “How do I?”. There’s an effect that I’d like to put on a page (or a family of pages). It’s achievable in CSS using some fancy pseudo-classes, but some browsers don’t support it (notably mobile browsers) so I was pondering a javascript solution. Essentially, it would just modify some CSS properties of certain elements (selected by class) when a link was clicked upon. The details aren’t particularly important. What I want to know is whether or not there is an easy way to add a bit of javascript to a page. I suppose it could be added to all pages, but then it would be better if it were only all pages in a particular web. Something a bit like the stylesheet tweaks, but for javascript. |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
|||||||||||
|
posted over 1 year ago
admin
51 posts
|
I’ll take a look, again, at file uploads. For the other, you have not been able to present me with a set of steps to reproduce the bug. So there’s nothing that I can do. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
The optional argument syntax for extensible arrows doesn’t swallow spaces correctly. If I type |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
Thanks! That’s great. On another topic, is there any progress on cache bugs? With the file uploading, then it doesn’t work at all. When I upload a file to a page then that page doesn’t get expired. We’re also seeing it with renaming pages on the nLab. We’re trying to keep a record of it in case it’s of use to you: http://www.math.ntnu.no/~stacey/Mathforge/nForum/comments.php?DiscussionID=3168 |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
D’oh! |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
edited over 1 year ago |
I just updated my course installation to the latest one, did the
There’s no reason why Instiki can’t create that directory, but I’m a bit at a loss as to why it is trying to do so. I restarted the web server and got the same error. |
||||||||||
|
posted over 1 year ago
admin
51 posts
edited over 1 year ago |
Forum: Heterotic Beast – Topic: Rails 3.1.0 Now on Rails 3.1.1. |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
Not terribly obscure at all. But it does highlight how overloaded the WikiLink mechanism is. Ugly as sin! This is probably not the right fix. But it’s a fix. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
edited over 1 year ago |
New one for you. This one’s possibly the most obscure yet! The wiki doesn’t like ampersands in file names; that is, in the
(and a whole load more “in XYZ”s - I presume that the whole trace isn’t necessary) |
||||||||||
|
posted over 1 year ago
admin
51 posts
|
|||||||||||
|
posted over 1 year ago
admin
51 posts
|
I suppose there is a marginally higher probability that a ‘merge’ will succeed with some lines commented-out, instead of deleted. But I expect that it’s a small effect; hardly worth obsessing-over. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
This is probably related to that last one. Is the black square inserted at the end of a proof also done by javascript? If so, that might be worth thinking about whether or not it makes the same assumption. In particular, if a proof ends with a bit of displayed maths then the square gets inserted into the containing div which is centred. This looks a little odd. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
Back on the CSS thing. I’m going to experiment with taking it out on my course wiki (safer than on the nLab). Since it’s in the main instiki file I guess I have to take it out system-wide (though I could put it back on a per-web basis, I guess). What’s the safest way to do that given that this is a file in the VCS? Should I comment out the line, or delete it? (I want to avoid - as much as possible - breaking things when I do a |
||||||||||
|
posted over 1 year ago
distler
68 posts
|
Ah. I see. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
What are you using to show the source? My default is Firebug, though I also use the “View Source Chart” addon. Here’s what Firebug says it sees:
In particular, note that the second theorem label is a child of the If I just do the naive “View Source” then this is what I see:
So you’re right and wrong. What I’m seeing on the page is not an artefact of Maruku. Since the source sent by Instiki is correct, my guess is that it is Javascript that is converting the |
||||||||||
|
posted over 1 year ago
distler
68 posts
|
Sorry. Maruku’s HTML output looks perfectly OK (ie, as expected) in your example(s). (View the XHTML source, and tell me what you think is wrong with it.) What you are complaining about is that the CSS doesn’t produce the desired appearance of the output. Since you’ve been mucking about with the CSS of the Theorem Environment, why don’t you muck about some more and get it to format your example correctly. |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
edited over 1 year ago |
Here’s a maruku bug; I guess I’m noting it as much for when (if!) you change engines as for hoping that it’ll get fixed now. In a theorem or proof environment, the conversion of the I’ve been trying to post an example here, but failing miserably. Even the correct syntax doesn’t seem to be working. So I’ve stuck an example at the top of the Sandbox in the nLab: http://ncatlab.org/nlab/show/Sandbox (I originally noticed this on my course wiki.) |
||||||||||
|
posted over 1 year ago
Andrew Stacey
114 posts
|
I was on 759. I’ll upgrade today. I was also probably doing something more complicated than I described, only I can’t remember all the steps, since I was moving content from one page to another and renaming them. I thought I’d described the important ones, but there may have been something that I’d missed. I’ll try to be more observant of my own behaviour in case it occurs again! |
||||||||||