Re: [SMW-devel] Sort ask queries by page metadata (creation, last edit)

2008-08-14 Thread Markus Krötzsch
jects to represent properties). But overall things would get simpler (no more special functions for special properties), and I assume extension developers would also welcome a better mechanisms for making pre-defined properties. Markus > > Sergey > > > On Wed, Aug 13, 2008

[SMW-devel] [POLL] service links (provides service)

2008-08-14 Thread Markus Krötzsch
User poll: Is anybody in the world actually using service links [1]? Speak up now or forever hold your peace. Cheers, Markus [1] http://semantic-mediawiki.org/wiki/Help:Service_links -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL

Re: [SMW-devel] Semantic MediaWiki and Parser Function Initialization

2008-08-15 Thread Markus Krötzsch
er we are still in a sub-parser and need the data later on. But if we only store the *current* data, we need to find out what title actually is currently parsed with the goal of storing or updating its data in the DB. Best regards, Markus -- Markus Krötzsch Semantic MediaWikihttp://s

Re: [SMW-devel] Semantic MediaWiki and Parser Function Initialization

2008-08-15 Thread Markus Krötzsch
t's Wiki-Tools subgroup (http://wiki-tools.com) > --The ElectronicMe project (http://electronic-me.org) > --Games-G.P.S. (http://ggps.org) > -And Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG) > --Animepedia (http://anime.wikia.com) > --Narutopedia (http://naruto.wikia.co

Re: [SMW-devel] [Fwd: [Semediawiki-user] [NEWS] Links in property values (change in SMW 1.2.1)]

2008-08-18 Thread Markus Krötzsch
On Freitag, 8. August 2008, Rolf Lampa wrote: > Markus Krötzsch skrev: > > The default pattern now is > > > > It covers anything but syntax with [ and ] in property values. The > > alternative (optional) pattern is > > > > /\[\[

Re: [SMW-devel] Semantic MediaWiki and Parser Function Initialization

2008-08-18 Thread Markus Krötzsch
oject (http://electronic-me.org) --Games-G.P.S. (http://ggps.org) -And Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG) --Animepedia (http://anime.wikia.com) --Narutopedia (http://naruto.wikia.com) Markus Krötzsch wrote: > On Freitag, 15. August 2008, Daniel Friesen wrote: > >> PHP

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

2008-08-19 Thread Markus Krötzsch
ations with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Semediawiki-devel mailing list > Seme

Re: [SMW-devel] combined SQL queries with smw 1.2

2008-08-19 Thread Markus Krötzsch
?banner_id=100&url=/ > _______ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http:

Re: [SMW-devel] #semanticmediawiki on irc.freenode.net

2008-08-22 Thread Markus Krötzsch
tic-mediawiki.org Agreed, this should go to the Contact page. You will receive a login soon. Cheers, Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part. ---

Re: [SMW-devel] SMW+ problem

2008-08-26 Thread Markus Krötzsch
-- > > > > _______ > > Semediawiki-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listi

Re: [SMW-devel] Fatal error: in SemanticMediaWiki/includes/SMW_Factbox.php

2008-08-26 Thread Markus Krötzsch
sabled, but for > some reason the factbox is being called, and causing an error because no > annotating was done and thus no title is set for it to use. > > Oh, btw... I kinda find (SMWFactbox::$semdata === NULL) to be quite > ugly. !isset(SMWFactbox::$semdata) works fine, and it&

[SMW-devel] [NEWS] SMW 1.2.2 brings minor bugfixes

2008-08-26 Thread Markus Krötzsch
not required. Cheers, Markus [1] https://sourceforge.net/project/showfiles.php?group_id=147937 [2] http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticMediaWiki/REL_1_2_2/ -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED

Re: [SMW-devel] Fatal error: in SemanticMediaWiki/includes/SMW_Factbox.php

2008-08-26 Thread Markus Krötzsch
On Dienstag, 26. August 2008, Markus Krötzsch wrote: > On Montag, 25. August 2008, Daniel Friesen wrote: > > Over at Wikia we've been getting issues with SMW. Sometimes on > > undeletion a blank page (ie: php fatal error) is given making it > > impossible to undelete a

[SMW-devel] [News] SMW online API documentation

2008-08-27 Thread Markus Krötzsch
information to distinguish extensions. Cheers, Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: [SMW-devel] [News] SMW online API documentation

2008-08-27 Thread Markus Krötzsch
roperty). Regards, Markus > > $descLayers = new SMWDisjunction(array($descLayerNS, > $descLayerClass)); > > ...even though I figured that wouldn't work, but I've tried some other > more intelligent things before and couldn't get them to work > eith

[SMW-devel] Howto document code

2008-08-28 Thread Markus Krötzsch
gs for the following symbols: @, \, #, <, >, &, %, ~ If you use those in normal writing (e.g. in writing things like #ask or ), they must be preceded by an extra \ for escaping. So we should write \#ask in documentation comments now. Cheers, Markus -- Markus Krötzsch Semanti

Re: [SMW-devel] Howto document code

2008-08-28 Thread Markus Krötzsch
across extensions, if needed. Somewhere an extension (Yaron?) seems to use something like "@addtogroup Extensions" (and same with "API"). Note that this is not the way to do it: "@ingroup API" puts something into a group, @addtogroup adds to the *documentation* of an

[SMW-devel] Metavid, Result formats added to doc

2008-08-28 Thread Markus Krötzsch
The online documentation now also features MetavidWiki and the new SemanticResultFormats extension that will serve to collect additional contributed result formats for semantic queries. http://semantic-mediawiki.org/doc/ -- Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic

Re: [SMW-devel] Howto document code

2008-08-28 Thread Markus Krötzsch
nds.html -- Markus > > -Yaorn > > On Thu, Aug 28, 2008 at 12:12 PM, Markus Krötzsch < > > [EMAIL PROTECTED]> wrote: > > An update on grouping: > > > > I have now introduced modules into SMW. The main module is "SMW" and I > > have made some

[SMW-devel] Sites using Semantic MediaWiki

2008-08-28 Thread Markus Krötzsch
same users and one should certainly not sum up the individual numbers to get the overall "SMW user base" (someday, maybe ;-). There are also no details about the number of "proper" content pages vs. stub pages. Cheers, Markus -- Markus Krötzsch Semantic MediaWik

Re: [SMW-devel] Sites using Semantic MediaWiki

2008-08-31 Thread Markus Krötzsch
; >Sergey > > > On Fri, Aug 29, 2008 at 2:31 AM, Markus Krötzsch < > > [EMAIL PROTECTED]> wrote: > > Hi, > > > > I have finally created a dump of the wikis that are currently registered > > at our SMW registration service: > > >

[SMW-devel] SMW 1.3: changes in query printer development

2008-09-02 Thread Markus Krötzsch
->linkFurtherResults($results) that can be used to get the (HTML-safe if needed) label and to check if a further results link should be created at all. Feel free to ask if you have questions, or have a look at the QP-files in SVN for examples. Cheers, Markus -- Markus Krötzsch

Re: [SMW-devel] AnyDateTime library

2008-09-03 Thread Markus Krötzsch
gt; - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to a

[SMW-devel] [News] SMW 1.3 is near -- testing wanted

2008-09-05 Thread Markus Krötzsch
were various bug fixes and performance improvements, as well as some clean-up of code that will continue in upcoming releases. Comments are welcome! Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.a

Re: [SMW-devel] [Semediawiki-user] [News] SMW 1.3 is near -- testing wanted

2008-09-06 Thread Markus Krötzsch
. Markus > > Temlakos > > Markus Krötzsch wrote: > > Hi everybody, > > > > we intend to release the next version of Semantic MediaWiki, SMW 1.3, > > before Monday. So this is the time for final feedback and urgent bug > > reports. The SVN version of SMW s

[SMW-devel] [News] SMW 1.3 released

2008-09-07 Thread Markus Krötzsch
c-mediawiki.org/wiki/Help:Installation_1.3 [2] http://semantic-mediawiki.org/wiki/SMW_1.3 [3] http://semantic-mediawiki.org/wiki/Help:Concept_caching -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc Description: This is a digi

Re: [SMW-devel] [Semediawiki-user] [News] SMW 1.3 released

2008-09-08 Thread Markus Krötzsch
n of MW do you use? Can you obtain any further information? Which version of MW are you using? Are any other SMW extensions installed? Can anybody else observe this behaviour? Best regards, Markus > > Temlakos > > Markus Krötzsch wrote: > > Hi, > > > > we are happy t

Re: [SMW-devel] [News] SMW 1.3 released

2008-09-08 Thread Markus Krötzsch
oolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > __

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

2008-09-08 Thread Markus Krötzsch
ee any other major requests in Bugzilla. Cheers, Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part. -

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

2008-09-15 Thread Markus Krötzsch
milar capabilities...like return > > points within a radius of a location, or sorting by proximity...but > > the above would make me happy. And for my purposes, I'd be happy if it > > was only available in the API, and didn't have to have a corresponding > > te

Re: [SMW-devel] [News] SMW 1.3 released

2008-09-15 Thread Markus Krötzsch
__ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.o

Re: [SMW-devel] [News] SMW 1.3 released

2008-09-17 Thread Markus Krötzsch
olest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Semediawiki-devel mailing list > [email protected]

Re: [SMW-devel] I messed up SMW in Subversion with Rev. 40976

2008-09-19 Thread Markus Krötzsch
sions/SemanticMediaWiki/libs D > C:/xampplite/htdocs/mediawiki/extensions/SemanticMediaWiki/README D > C:/xampplite/htdocs/mediawiki/extensions/SemanticMediaWiki/RELEASE-NOTES > D C:/xampplite/htdocs/mediawiki/extensions/SemanticMediaW

[SMW-devel] [News] SVN Warning

2008-09-30 Thread Markus Krötzsch
candidate in around five weeks from now, and this will then again be a good version for early adopters. I will send more details about ongoing changes to the developers' list. Cheers, Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[

[SMW-devel] Ongoing SMW changes

2008-10-02 Thread Markus Krötzsch
Strangely, I did not see my below message appear on the list, and it is not in the online archives either -- yet I did not get a bounce notification and my "SVN Warning" sent just before got through as well. So here is my next try. -- Markus On Dienstag, 30. September 2008, Marku

Re: [SMW-devel] Ongoing SMW changes

2008-10-02 Thread Markus Krötzsch
The intention > > is to preserve many interfaces in the process, but some changes cannot be > > avoided due to the fundamentally different data structures. Query > > printers are the most prominent piece of code that will need some change, > > but again this was discuss

[SMW-devel] Fwd: [Mediawiki-l] job opening: web programmer for OpenCongress.org

2008-10-04 Thread Markus Krötzsch
ongress.org ___ MediaWiki-l mailing list [EMAIL PROTECTED] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l --- -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] si

[SMW-devel] Ongoing SMW changes

2008-10-04 Thread Markus Krötzsch
data structures. Query printers are the most prominent piece of code that will need some change, but again this was discussed before anyway (for having more flexible query outputs). We will provide more details when this progresses. Cheers, Markus -- Markus Krötzsch Semantic MediaWiki

Re: [SMW-devel] sorting in SMW 1.1.1

2008-10-04 Thread Markus Krötzsch
hallenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Semediawiki-devel mailing

Re: [SMW-devel] Ongoing SMW changes

2008-10-04 Thread Markus Krötzsch
entally different data structures. Query > > printers are the most prominent piece of code that will need some change, > > but again this was discussed before anyway (for having more flexible > > query outputs). We will provide more details when this progresses. > > > > &

Re: [SMW-devel] Ongoing SMW changes

2008-10-04 Thread Markus Krötzsch
s like a good idea, though I am not quite sure yet how the query (tabular) result maps to a menu tree. Making formats does not require much code and just a single file (e.g. the table-format code in SMW_QP_Table.php is just 70 lines). Formats that are based on other extensions are welco

Re: [SMW-devel] SMW and Message Deferring

2008-10-06 Thread Markus Krötzsch
ct and removed it from the initial setup. I hope that this speeds up SMW loading even on uncached sites. --- Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc

[SMW-devel] [News] Timeline moves from SMW to SRF

2008-10-07 Thread Markus Krötzsch
over time. So it is mostly an organisational change, but also an effort to make SMW yet more configurable for user needs. Cheers, Markus [1] http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SemanticResultFormats -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://k

Re: [SMW-devel] [Semediawiki-user] [News] Timeline moves from SMW to SRF

2008-10-07 Thread Markus Krötzsch
ards, Markus > > Thanks, > > Samuel Richardson > Freelance Web Developer > www.richardson.co.nz | 0405 472 748 > > Have you added your business to the Melpedia yet? > http://www.melpedia.com.au > > > On Tue, Oct 7, 2008 at 8:35 PM, Markus Krötzsch < >

Re: [SMW-devel] [Semediawiki-user] [News] Timeline moves from SMW to SRF

2008-10-08 Thread Markus Krötzsch
> > > > Have you added your business to the Melpedia yet? > > http://www.melpedia.com.au > > > > > > On Tue, Oct 7, 2008 at 8:35 PM, Markus Krötzsch > > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > > wrote: > > >

Re: [SMW-devel] [Semediawiki-user] [News] Timeline moves from SMW to SRF

2008-10-08 Thread Markus Krötzsch
quot;micro-extensions" that are better placed in one common location. -- Markus > > -Yaron > > > On Tue, Oct 7, 2008 at 12:21 PM, Markus Krötzsch < > > [EMAIL PROTECTED]> wrote: > > On Dienstag, 7. Oktober 2008, Samuel Richardson wrote: > > > Hi Marku

Re: [SMW-devel] PHP Fatal error after changing n-ary p roperty to normal property

2008-10-10 Thread Markus Krötzsch
nges are afoot). Markus > > Patrick. -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part. -

Re: [SMW-devel] Ongoing SMW changes

2008-10-13 Thread Markus Krötzsch
o an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/s

Re: [SMW-devel] Possibly adding Semantic Calendar to Semantic Result Formats

2008-10-16 Thread Markus Krötzsch
r including. I guess this will change to include only formats by default that (1) do not need further MediaWiki extensions to be installed first, and (2) do not call to external web services. In this case, the calendar would be among the defaults. Markus > > -Yaron -- Markus Krötz

Re: [SMW-devel] SMW+ Namespace conflict

2008-10-23 Thread Markus Krötzsch
iki. As I recall, you can fix this by replacing the MediaWiki includes directory with the original MW files (Halo overwrites certain things there, I think). Markus > > regards, -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED]

Re: [SMW-devel] Problem with new date parsing in SMW

2008-10-24 Thread Markus Krötzsch
is should work until the final release. -- Markus > > Thanks, > Yaron -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part. -

[SMW-devel] SMW 1.4 alpha version for extension developers

2008-10-26 Thread Markus Krötzsch
your own code to format the output (see SMWFactbox for this hook). Feel free to ask questions if you want more details on some new design or on some required change. Otherwise it is probably also helpful to look at SMW code using the new methods, especially compared to SMW 1.3 code. Che

Re: [SMW-devel] SMW+ Namespace conflict

2008-10-31 Thread Markus Krötzsch
ful to contact the Halo user forum for support (though there used to be people helping out with Halo on this list too -- anyone here?). -- Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc Description: This

Re: [SMW-devel] [News] SMW 1.3 released

2008-11-10 Thread Markus Krötzsch
On Montag, 3. November 2008, Reinout van Schouwen wrote: > Hi Markus, > > 2008/9/17 Markus Krötzsch <[EMAIL PROTECTED]>: > >> > Thanks for your translation. I will update the SMW language files > >> > soon. The content of SMW_Messages.php in fact be edited o

[SMW-devel] SMW 1.4.0 released

2008-11-21 Thread Markus Krötzsch
sual circumstances ** much better compatibility with other parser extensions * Shorter and cleaner code * Extended translations * Many bugfixes -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc Description: This

Re: [SMW-devel] SMW 1.5 already?

2008-11-26 Thread Markus Krötzsch
ed by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ &

Re: [SMW-devel] Remove Semantic Calendar from doxygen docs

2008-12-05 Thread Markus Krötzsch
at the code any more. > -Yaron Done. -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part.

Re: [SMW-devel] Semantic search - is it possible to return pages where a property has *not* been set?

2008-12-10 Thread Markus Krötzsch
gt; |?Question > > }} > > Is there a way to achieve this? > > Thanks > Alex -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.org[EMAIL PRO

[SMW-devel] [News] SMW 1.4.1 released

2008-12-16 Thread Markus Krötzsch
s, Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected] signature.asc Description: This is a digitally signed message part. -- SF.Net email is

Re: [SMW-devel] Memory leak?

2009-01-07 Thread Markus Krötzsch
. > http://p.sf.net/sfu/Xq1LFB > ___ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Krötzsch Semantic MediaWikihttp://semantic-medi

Re: [SMW-devel] postgres Support

2009-01-08 Thread Markus Krötzsch
evel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.orgmar...@semantic-mediawiki.

Re: [SMW-devel] try out: ask format:apri for flex/flash presentation

2009-01-12 Thread Markus Krötzsch
[email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected] s

Re: [SMW-devel] Timeline and MW 1.13.3

2009-01-12 Thread Markus Krötzsch
ng Open Source. > http://p.sf.net/sfu/Xq1LFB > ___ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Krötzsch Semantic MediaWikihttp:/

Re: [SMW-devel] postgres Support

2009-01-12 Thread Markus Krötzsch
o buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > ___ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Kröt

Re: [SMW-devel] Making #set a true semantic call

2009-01-12 Thread Markus Krötzsch
_____ > >> Semediawiki-devel mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel > > > > > > >

Re: [SMW-devel] try out: ask format:apri for flex/flash presentation

2009-01-12 Thread Markus Krötzsch
s Yaron said: just supply us with the code if you feel that it is ready for publication with SRF (it is always possible to add a word of warning to the docs in any case). Regards, Markus > > Thanks for your reaction. > > Andre > > Op 12 jan 2009, om 10:25 heeft Markus K

Re: [SMW-devel] Property values mass-deletion

2009-01-12 Thread Markus Krötzsch
caution for preventing various forms of accidents. Regards, Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected] signature.asc Description: This is a digitally signed message part. --

Re: [SMW-devel] Memory leak?

2009-01-14 Thread Markus Krötzsch
t; else?) > > Another question is, if (as I only just need the page titles from the query > result) there is a simpler way to do that than calling > getResultFromQueryString? > > Cheers, > Gu > > Quoting Markus Krötzsch : > > Hi, > > > > I am not aware of a go

Re: [SMW-devel] Memory leak?

2009-01-15 Thread Markus Krötzsch
when a property table is accessed. If pages contain a lot of data (of which only few parts might be needed), then this prefetching might be rather inefficient. I will debug this soon. Cheers, Markus > > Cheers, > Gu > > Quoting Markus Krötzsch : > > Ok, thanks for

[SMW-devel] [News] Attention SVN users: upcoming SMW changes

2009-01-16 Thread Markus Krötzsch
, SVN users are hereby warned that some problems might still appear in places. Of course, feedback is welcome. There will be another mail to the developers' list with details. Cheers, Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.orgmar..

[SMW-devel] Upcoming changes in SVN

2009-01-16 Thread Markus Krötzsch
formance, and queries with ?Category:Something printouts are now much more efficient. Cheers, Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected] signature.asc Description: This is a digitally signed

Re: [SMW-devel] [News] Attention SVN users: upcoming SMW changes

2009-01-18 Thread Markus Krötzsch
er certain circumstances, especially if inline queries with many results and printouts are used. Cheers, Markus On Freitag, 16. Januar 2009, Markus Krötzsch wrote: > Hi all, > > I have done some debugging of SMW's memory requirements during parsing and > query answering, a

Re: [SMW-devel] [News] Attention SVN users: upcoming SMW changes

2009-01-19 Thread Markus Krötzsch
Title is part of MediaWiki and SMW is not changing it at all. To access the prefixed text of some title, use getPrefixedText(). This should work in all version of MediaWiki. In any case, SMW is not responsible if it fails, I hope ;-) Cheers, Markus > > Thanks, > Gu > > Quoting

Re: [SMW-devel] Making #set a true semantic call

2009-01-19 Thread Markus Krötzsch
On Dienstag, 13. Januar 2009, Yaron Koren wrote: > On Mon, Jan 12, 2009 at 5:25 AM, Markus Krötzsch < > > [email protected]> wrote: > > I do not want to contribute to the general > > interface discussion here, > > Well, I'd like to hear your opi

Re: [SMW-devel] [News] Attention SVN users: upcoming SMW changes

2009-01-20 Thread Markus Krötzsch
[mInterwiki] => > [mFragment] => > [mArticleID] => -1 > [mLatestID] => > [mRestrictions] => Array > ( > ) > > [mCascadeRestriction] => > [mRestrictionsExpiry] => > [mHasCascadingRestrictions] => >

[SMW-devel] [News] New result formats for SMW

2009-01-22 Thread Markus Krötzsch
c- mediawiki-a-newly-married-couple-part-i/ -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected] signature.asc Description: This is a digitally

Re: [SMW-devel] [News] New result formats for SMW

2009-01-26 Thread Markus Krötzsch
. > > > Feedback is welcome (bugs can be reported at MediaZilla). > > > > > > Cheers, > > > > Markus > > > > > > [1] http://semanticweb.org/wiki/User:Markus_Krötzsch/Browse_tools > > [2] http://semanticweb.org/wiki/User:Markus_Krötzsch/Map

Re: [SMW-devel] [News] New result formats for SMW

2009-01-26 Thread Markus Krötzsch
bit' and 'ploticus'. Yes, the authors of those new formats are aware of this and have logins to the site. I expect that the documentation will be ready before the two formats are released with the next version of SRF. -- Markus > > -Yaron > > > On Mon, Jan 26, 2009 at

Re: [SMW-devel] SMW_SpecialAsk.php line 352

2009-01-28 Thread Markus Krötzsch
nly occurs if you use or URLs based on "further results" links based on . It is recommended to switch to {{#ask: ...}} syntax where possible. -- Markus > -Brendan -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.orgmar...@semantic-

Re: [SMW-devel] Adding n-ary relations/internal properties to SMW: a proposal

2009-02-02 Thread Markus Krötzsch
; > >>>> > >>>> ------ > >>>>-- > >>>> > >>>> > >>>> --

Re: [SMW-devel] PostgreSQL support

2009-02-02 Thread Markus Krötzsch
__ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.orgmar...@semantic-media

Re: [SMW-devel] postgresql support for SMW_SQLStore2

2009-02-06 Thread Markus Krötzsch
; This is my second post for this subject, meanwhile I added a few additional > corrections and stored the attachment as .txt file so it does (hopefully) > not get blocked. > > Regards > --Marcel -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrek

Re: [SMW-devel] [Extension] SMW Refresh by Page Name

2009-02-06 Thread Markus Krötzsch
pointing out this useful feature to be added to SMW. Regards, Markus -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected] signature.asc Description: This is a digitally signed

Re: [SMW-devel] [Extension] SMW Refresh by Page Name

2009-02-07 Thread Markus Krötzsch
Markus [1] http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SemanticMediaWiki/maintenance/SMW_refreshData.php > > Jie > > 2009/2/6 Markus Krötzsch : > > On Dienstag, 27. Januar 2009, Jie Bao wrote: > >> http://tw.rpi.edu/wiki/Help:SMW_Page_Refresh > &g

Re: [SMW-devel] SMW 1.41 date parsing

2009-02-10 Thread Markus Krötzsch
s the output). There is a bug report that records that SMW should have a format parameter for query printouts to obtain ISO dates. Regards, Markus > Dmitriy -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected] signa

[SMW-devel] #set and variables (was: SMW 1.41 date parsing)

2009-02-10 Thread Markus Krötzsch
bably rather a missing treatment of certain MW internals. The code uses the new MediaWiki DOM. Maybe the content of this for #var needs to be treated in special ways. Denny is more familiar with that code than I am. Regards, Markus > > // Rolf Lampa -- Markus Krötzsch Semantic MediaWiki

[SMW-devel] [News] Semantic MediaWiki 1.4.2 released

2009-02-11 Thread Markus Krötzsch
i.org/wiki/Semantic_MediaWiki_1.4.2 [3] http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticMediaWiki/REL_1_4_2/ [4] http://semantic-mediawiki.org/wiki/SMW_Project -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected] signature.asc D

[SMW-devel] [News] SMW 1.4.2 requires MW >=1.14.0

2009-02-13 Thread Markus Krötzsch
was affected. Cheers, Markus [1] http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticMediaWiki/REL_1_4_2/specials/AskSpecial/SMW_SpecialAsk_MW1.13.php -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected]

Re: [SMW-devel] [Semediawiki-user] [News] SMW 1.4.2 requires MW >=1.14.0

2009-02-13 Thread Markus Krötzsch
will change the code to work on pre-1.14 and then re-release the file. I try doing this on the weekend. - Markus > > -Yaron > > On Fri, Feb 13, 2009 at 8:28 AM, Markus Krötzsch < > > [email protected]> wrote: > > Hi all, > > > > it turns out tha

Re: [SMW-devel] [Semediawiki-user] Special:Ask

2009-02-15 Thread Markus Krötzsch
s better anyway). -- Markus > > Versions can be seen here: http://www.infeedcontrols.com/Special:Version > > Sergey -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://[email protected] signature.asc Description: This is a di

[SMW-devel] [News] SMW 1.4.2 no longer requires MW >=1.14.0

2009-02-15 Thread Markus Krötzsch
The below issue has now been fixed: SMW 1.4.2 is again compatible with MW >= 1.11 by default. The released files have been updated accordingly. Cheers, Markus On Freitag, 13. Februar 2009, Markus Krötzsch wrote: > Hi all, > > it turns out that our recent SMW 1.4.2 release inc

Re: [SMW-devel] [News] Semantic MediaWiki 1.4.2 released

2009-02-22 Thread Markus Krötzsch
On Sonntag, 22. Februar 2009, Jeff Thompson wrote: > Markus Krötzsch wrote: > > we are happy to announce the release of Semantic MediaWiki 1.4.2 > > Is there a list of features or bug fixes that are required before Wikipedia > will add this extension? No. The Foundation

Re: [SMW-devel] Language files

2009-02-23 Thread Markus Krötzsch
ee with > the source code: SFAD http://p.sf.net/sfu/XcvMzF8H > ___ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Krötzsch Semantic Media

Re: [SMW-devel] Extensive revisions from SMW 1.3 to 1.4 break custom (non-linear) data types

2009-03-02 Thread Markus Krötzsch
, 2009, San > > Francisco, CA > > -OSBC tackles the biggest issue in open source: Open Sourcing the > > Enterprise > > -Strategies to boost innovation and cut costs with open source > > participation > > -Receive a $600 discount off the registration

Re: [SMW-devel] 1.4.2 and imported vocabularies

2009-03-02 Thread Markus Krötzsch
this as a used feature so far (simply because there are only few uses of the RDF export, which is the only thing that importing influences). Cheers, Markus > > I'll appreciate any recommendations? > > Thank you, > > Sergey -- Markus Krötzsch Semantic MediaWik

Re: [SMW-devel] Portuguese language support

2009-03-02 Thread Markus Krötzsch
rty names and makes no > extraneous datatype references. You may if you wish check this into > Subversion (the 1_14 branch, where I obtained my originals). > > I built the Portuguese file because this friend is going

Re: [SMW-devel] "now" is no longer valid in date comparisons

2009-03-03 Thread Markus Krötzsch
; in queries. Don't know if it was a conscious decision or not, but it was a > nice shortcut. Yes but it had not internationalisation. In fact, we have dropped all undocumented date shortcuts (e.g. "next Wednesday" will no longer work either). Markus > > Thank you, > >

Re: [SMW-devel] Patch to make SMW output ISO8601 dates

2009-03-04 Thread Markus Krötzsch
gs are not forgotten. > > Patrick. > > [1]: > http://sourceforge.net/mailarchive/forum.php?thread_name=49A223B5.1090608%4 >0patrick-nagel.net&forum_name=semediawiki-user -- Markus Krötzsch Semantic MediaWikihttp://semantic-mediawiki.org http://korrekt.orgmar...@semantic-media

Re: [SMW-devel] Patch to make SMW output ISO8601 dates

2009-03-05 Thread Markus Krötzsch
gt; source participation -Receive a $600 discount off the registration fee with > the source code: SFAD http://p.sf.net/sfu/XcvMzF8H > ___ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-de

Re: [SMW-devel] Patch to make SMW output ISO8601 dates

2009-03-05 Thread Markus Krötzsch
On Donnerstag, 5. März 2009, Patrick Nagel wrote: > Hi Markus, > > On 2009-03-05 03:09, Markus Krötzsch wrote: > >> Could something like this be included in SMW? > > > > Yes. I suggest a slightly different control interface, though. The output > > is only a

  1   2   3   4   5   6   7   8   9   >