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

2009-04-14 Thread Yaron Koren
Alright - the new 'category' format is now checked in to SMW, and it seems to work fine. There's also a somewhat related change that was made: the SMWSQLStore2Query class now retrieves the 'smw_sortkey' field from the database, and uses that when creating the object for each page to be displayed -

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

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

2009-04-14 Thread Yaron Koren
Hi, Dave Loomer wrote a 'category' result format, which puts page names in columns, sorted and under their first letter heading, just like MediaWiki's category pages; I'd like to check this in to SMW itself, and not SRF, since I think it should be an integral part of SMW. This was discussed earlie