Re: [SMW-devel] Adding proximity querying to SMW

2009-04-30 Thread Denny Vrandečić
That's a great addition. Just a few questions: * what happens with several coordinates? (both, in the ask, as well as in the page) * can I put another unit in "distance"? why does it assume miles? * where's the code for reviewing? cheers, denny Yaron Koren wrote: > Hi, > > Thomas Fellows has wri

Re: [SMW-devel] Adding a 'category' format to SMW

2009-04-14 Thread Denny Vrandečić
Even though personally I would prefer it to be in SRF, I see your point, and also see that it is not much code. Putting it in SMW core makes sense in my opinion. denny Yaron Koren wrote: > Hi, > > Dave Loomer wrote a 'category' result format, which puts page names in > columns, sorted and under

Re: [SMW-devel] No version number for Semantic Result Formats

2008-10-22 Thread Denny Vrandečić
move on, unaffected from SMW releases. This way, major changes can have a major version jump, etc. The versioning then reflects better what really happens with SRF instead of synching with SMW. Does anyone have an opinion on this? Cheers, denny Denny Vrandečić wrote: > Not by design, it just

Re: [SMW-devel] No version number for Semantic Result Formats

2008-10-22 Thread Denny Vrandečić
Not by design, it just has not been added yet. The plan is to release a version 1.4 shortly after or together with SMW 1.4 as a first version. So the current version would be a 1.4beta I guess. Best, denny Yaron Koren wrote: > Hi, > > I see that the Semantic Result Formats extension has no versi

Re: [SMW-devel] #declare and?

2008-10-20 Thread Denny Vrandečić
You're absolutely right. I'll try to mend that by tomorrow. denny Daniel Friesen wrote: > Do you think we could get some documentation in the userdocs on the new > #declare parserfunction and whatever the other one was. Even if it's > experimental it would also be nice to know when it was introd

Re: [SMW-devel] sorting in SMW 1.1.1

2008-10-01 Thread Denny Vrandečić
That's a bug, it should be working. But how you mean, the "sorted table" does not appear? Does anything appear? Does it appear unsorted? Can you copy paste your query? denny Andreas Wombacher wrote: > Hi, > > we have a problem that we want to sort by a property which is of type > page. The "sort

Re: [SMW-devel] [News] Plans for SMW 1.4

2008-09-15 Thread Denny Vrandečić
I second that, that would be very cool! I am just concerned that Markus or I will probably not have the time to implement it ourselves, but if someone steps forward, we're willing to help! Best, denny Matt Williamson wrote: > Markus, > > I'll put in my humble feature request: > > Doesn't have t

Re: [SMW-devel] AnyDateTime library

2008-09-03 Thread Denny Vrandečić
There's also a student of ours working on something close to it, although I am not totally informed about the status. Since I don't know if Fabian is on this list, I'll CC him. denny Daniel Friesen wrote: > I'm working on a DateTime library, AnyDateTime >

[SMW-devel] Change in Code -- Breaking some extensions!

2008-08-20 Thread Denny Vrandečić
Hi all, in order to make it simpler in the future to add new formats, the static array $formats in the SMWQueryProcessor class was moved to the SMW_GlobalFunctions.php file and renamed $smwgResultFormats with the latest update on Semantic MediaWiki. This breaks compatibility with some extensions

Re: [SMW-devel] A place for small extensions

2008-08-19 Thread Denny Vrandečić
ments! denny Markus Krötzsch wrote: > On Montag, 18. August 2008, Denny Vrandečić wrote: >> Oh, sorry, I was unclear: yes, you are fully right, every extension >> should have its own folder. The question is just, should they be >> >> 1) Grouped in one SemanticMediaWikiEx

Re: [SMW-devel] A place for small extensions

2008-08-18 Thread Denny Vrandečić
Oh, sorry, I was unclear: yes, you are fully right, every extension should have its own folder. The question is just, should they be 1) Grouped in one SemanticMediaWikiExt directory 2) Be first level on the MediaWiki/extensions directory 3) Be grouped in a SemanticMediaWiki/extensions/ directory 4

[SMW-devel] A place for small extensions

2008-08-18 Thread Denny Vrandečić
Hi all, I am just wondering: I have two small extensions ready to release, and several others are brewing. As was discussed on this list, it was preferred not to have such extensions part of the core code, in order to not increase code bloat, feature creep, and to increase maintainability of the c

Re: [SMW-devel] Problem viewing Specialpages after installing SMW 1.2c-SVN

2008-05-26 Thread Denny Vrandečić
Hi GD, thanks for the hint! The jobs were newly introduced. And they should -- like all directories -- be lower cased. Since I am running a Windows machine, I didn't notice that in the patch, sorry, my fault. It is corrected now. You should be able to just delete the newly created directory, upda

Re: [SMW-devel] Possible fix for automated refresh of templated semantic data

2008-05-19 Thread Denny Vrandečić
Hi Yaron, I commited your patch to the SVN. Thanks, Yaron! Furthermore, a second job was created for the case that a property's type or a type is being changed. In that case also relevant job's are created and added to the job queue, which will be triggered. So, whenever your job queue is empty,

Re: [SMW-devel] SQL in SMW

2008-05-08 Thread Denny Vrandečić
Hi Dan! Thanks, your comments are highly appreciated, and I will surely be more careful around this. Thanks again, denny DanTMan wrote: > When the developers are adding things to SMW's SQL Store could they > stick to a few guidelines: > > A) When doing extremely simple SQL statements never do

Re: [SMW-devel] Fatal error on "php SMW_refreshData.php -v"

2008-03-29 Thread Denny Vrandečić
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Probably not, but it's to early to tell. Can you figure out what page has ID 3? (It's probably one of the first pages you have created, you can look in your database to get to know that). If you have your MediaWiki API switched on (see

Re: [SMW-devel] {{#ask}}

2007-11-29 Thread Denny Vrandečić
Any idea how to add page and wiki-meta data to SMW? The problem is, by simply adding further special properties (last modified date, creation date, etc.) it seems to clutter the property namespace... Well, doing the implementation is not trivial either, but heck :) Cheers, denny Sergey Chern