Re: [SMW-devel] Timeline code

2008-02-06 Thread Markus Krötzsch
On Freitag, 18. Januar 2008, Sergey Chernyshev wrote: > Another possible issue - did you unpack CSS file next to .js file? > It's a combined stylesheet that is used instead of 3 separate stylesheets > used by debug version of the code. > > On Jan 17, 2008 11:51 PM, Sergey Chernyshev < > > [EMAIL PR

[SMW-devel] SMW_refreshData.php

2008-02-06 Thread cnit
Hello, my SMW_refreshData.php produces an error during the execution: Fatal error: Call to a member function getNamespace() on a non-object in /var/www/wiki/engine/includes/Parser.php on line 1930 for every page ID (I am running in verbose mode) which contains {{#ask:...}} query. I do include pag

[SMW-devel] sorting on multiple properties values

2008-02-06 Thread cnit
Hi! Can I use consequtive sorting by multiple property values, comparable to mysql "ORDER BY column1, column2" in ask query? I've tried "sort=Leap0,Year|" it doesn't return any result. "sort=Leap0|" works fine, though. Such feature would be greatly appreciated. Sincerely, Dmitriy

Re: [SMW-devel] SMW_refreshData.php

2008-02-06 Thread Markus Krötzsch
On Mittwoch, 6. Februar 2008, cnit wrote: > Hello, > my SMW_refreshData.php produces an error during the execution: > Fatal error: Call to a member function getNamespace() on a non-object in > /var/www/wiki/engine/includes/Parser.php on line 1930 Well, doesn't ring a bell. And the normal editing o

Re: [SMW-devel] sorting on multiple properties values

2008-02-06 Thread Markus Krötzsch
On Mittwoch, 6. Februar 2008, cnit wrote: > Hi! > Can I use consequtive sorting by multiple property values, comparable > to mysql "ORDER BY column1, column2" in ask query? > I've tried "sort=Leap0,Year|" it doesn't return any result. > "sort=Leap0|" works fine, though. > Such feature would be grea

Re: [SMW-devel] sorting on multiple properties values

2008-02-06 Thread cnit
> There is no such feature by now, but it would be possible to do that if > someone finds the time (basically one would use an array of sort terms > instead of a single string internally). I think it is OK to use "," as a > separator (I did not encounter many property names with that symbol yet ...

Re: [SMW-devel] sorting on multiple properties values

2008-02-06 Thread Markus Krötzsch
On Mittwoch, 6. Februar 2008, cnit wrote: > > There is no such feature by now, but it would be possible to do that if > > someone finds the time (basically one would use an array of sort terms > > instead of a single string internally). I think it is OK to use "," as a > > separator (I did not enco

Re: [SMW-devel] Timeline code

2008-02-06 Thread Sergey Chernyshev
Very strange - I updated SMW to the HEAD and timeline still works for me (although the code did change a bit): http://www.techpresentations.org/Conferences I wrote Unix shell script, Makefile and a patch to do the conversion on the fly (uses ruby version of jsmin http://javascript.crockford.com/js

Re: [SMW-devel] [Semediawiki-user] New: Announcing your wiki to the Semantic Web

2008-02-06 Thread Markus Krötzsch
Dear developers, I did not see many people who did ping the semantic web yet (email below). In short, just run the maintenance script SMW_pingSemWeb.php: php SMW_pingSemWeb.php -h http://ontoworld.org -t ptsw,sind with "http://ontoworld.org"; being your server basename (no path). Doing this w

[SMW-devel] Empty link titles are not parsed correctly

2008-02-06 Thread Sergey Chernyshev
I've updated my SMW on Tech Presentations from RC1 to SVN HEAD and it seems that Semantic Links with empty text (actually not empty, but space to work around pipe trick and make them invisible) are not parsed anymore - on http://www.techpresentations.org/Category:Conference_Series [[Has de

Re: [SMW-devel] [Semediawiki-user] New: Announcing your wiki to the Semantic Web

2008-02-06 Thread Sergey Chernyshev
Markus, I believe this kind of pings should be happening upon update, not on a nightly basis. Can you incorporate it into saving process? Sergey On Feb 6, 2008 2:07 PM, Markus Krötzsch <[EMAIL PROTECTED]> wrote: > Dear developers, > > I did not see many people who did ping the semantic

Re: [SMW-devel] [Semediawiki-user] New: Announcing your wiki to the Semantic Web

2008-02-06 Thread Markus Krötzsch
On Mittwoch, 6. Februar 2008, Sergey Chernyshev wrote: > Markus, I believe this kind of pings should be happening upon update, not > on a nightly basis. Oh, I did not mean to suggest that you do that every night! We would be very happy if people on this list would do it once for their wikis, jus

Re: [SMW-devel] Empty link titles are not parsed correctly

2008-02-06 Thread Markus Krötzsch
On Mittwoch, 6. Februar 2008, Sergey Chernyshev wrote: > I've updated my SMW on Tech Presentations from RC1 to SVN HEAD and it seems > that Semantic Links with empty text (actually not empty, but space to work > around pipe trick and make them invisible) are not parsed anymore - on > http://www.tec

Re: [SMW-devel] Timeline code

2008-02-06 Thread Markus Krötzsch
On Mittwoch, 6. Februar 2008, Sergey Chernyshev wrote: > Very strange - I updated SMW to the HEAD and timeline still works for me > (although the code did change a bit): > http://www.techpresentations.org/Conferences Actually, when I go there and do a SHIFT+CTRL+R, then the timeline does not work