Hi,
Are there any objections to adding handling of the 'headers' parameter to
the CSV inline-query format? This would add a header row at the top of the
CSV output. It looks easy to implement; the only issue would be that, since
'headers' is on by default (you have to set 'headers=hide' to disable
On Mon, Mar 2, 2009 at 3:24 AM, Markus Krötzsch <
mar...@semantic-mediawiki.org> wrote:
> On Montag, 2. März 2009, Sergey Chernyshev wrote:
> > I just upgraded TechPresentations.org to trunk SMW and have troubles
> using
> > imported vocabularies.
> >
> > Import page exists:
> > http://www.techpre
Markus:
Now that you have shared with me your suggestions, I will share my plans.
I am working with version 1.5bSVN, which I checked out of the MediaWiki
REL1_14 branch of Subversion. (I never use the trunk, because the trunk
changes too often, and sometimes I've checked things out of the trunk
I'm getting PHP notices about undefined constant for DATE_W3C:
PHP Notice: Use of undefined constant DATE_W3C - assumed 'DATE_W3C' in
/home/sergey/www/sites/
infeedcontrols.com/w/extensions/SemanticMediaWiki/specials/Export/SMW_SpecialOWLExport.phpon
line 566
I'm running PHP 5.2.8 and almost lat
Markus:
Actually, I just managed to bring my custom data type into compliance
with Version 1.5bSVN. And it does not use parseDBkeys or getDBkeys, but
rather does things the old way. (I noticed that Autoloading is now moved
to SMW_GlobalFunctions.php and out of SMW_DataValueFactory.php, and that
On Donnerstag, 26. Februar 2009, Temlakos wrote:
> Here is a language file that conforms to the SMW 1.14.x standard. To
> build this, I checked out the current SMW source code from Subversion,
> opened the Spanish-language file, saved it as SMW_LanguagePt.php, and
> modified it with translations I
On Montag, 2. März 2009, Sergey Chernyshev wrote:
> I just upgraded TechPresentations.org to trunk SMW and have troubles using
> imported vocabularies.
>
> Import page exists:
> http://www.techpresentations.org/MediaWiki:Smw_import_foaf
>
> But [[imported from:foaf:homepage]] does not make any diff
On Sonntag, 1. März 2009, Yaron Koren wrote:
> Yeah, the SQL store changed in SMW 1.4; or rather, SMWSQLStore2, which had
> previously been optional, became mandatory. It's pretty easy to upgrade to
> the new store: go to "Special:SMWAdmin", and click on the button
> "Initialise or upgrade tables";