Re: [SMW-devel] RTL i18n

2009-10-03 Thread Temlakos
certain property definitions within a week. Shall I report my findings to this list? Or to you in private? Or shall I open a Bug in MediaZilla if anything goes wrong? Temlakos Markus Krötzsch wrote: On Freitag, 2. Oktober 2009, Temlakos wrote: Gentlemen: I might be asking something

[SMW-devel] RTL i18n

2009-10-01 Thread Temlakos
), and where to /put/ the symbol during /printing/ (which we can't get around). I've thought of another problem specific to annotating dates in Hebrew, but I'll address that separately. Temlakos -- Come build with us

[SMW-devel] Hebrew internationalization update

2009-09-30 Thread Temlakos
when reading a Hebrew date in its traditional format. Any ideas? Temlakos -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your

[SMW-devel] Hebrew language support

2009-09-29 Thread Temlakos
that MediaZilla was appropriate, until someone took it upon himself to say that I had submitted something in the wrong place. I eagerly await notification as to what is the /right/ place. Temlakos --- SemanticMediaWiki-1.4.3/languages/SMW_LanguageHe.php 2009-08-04 05:34:16.0 -0400

Re: [SMW-devel] [Semediawiki-user] Preg_match errors

2009-09-27 Thread Temlakos
Markus: Is SMW 1.5 ready for release yet? If not, how soon will it be? I am eager to install a version that obviates the specific declaration of inverse page properties. Temlakos Markus Krötzsch wrote: On Freitag, 25. September 2009, Robert Murphy wrote: My site is really screeching

Re: [SMW-devel] New feature: inverse properties in SMW

2009-08-26 Thread Temlakos
properties will no longer be necessary. Question: Does SMW have a tool to find out which properties are currently referred to in a query or concept? I wouldn't want to undeclare or deannotate a property if it's going to break a query. Temlakos Markus Krötzsch wrote: Using the Codeathon at Wikimania

Re: [SMW-devel] Maps and Semantic Maps released

2009-08-22 Thread Temlakos
, minutes, and seconds. Or must I get used to specifying them in floats? Temlakos jeroen De Dauw wrote: Hey, First of all, let me introduce myself. I'm Jeroen De Dauw, one of the GSoC students for Wikimedia foundation this year. During the last 2 months I've been working on 2 new mapping

Re: [SMW-devel] Patch emails

2009-08-20 Thread Temlakos
patches to the list, let me know. Happily, I'm finished sending patches for awhile; my development project is now complete. Temlakos Daniel Friesen wrote: All these patch e-mails coming in is getting tiring. I'm getting emails that are pointless for me coming into gmane (and there's a bug

[SMW-devel] SMW_DV_Time.php: Solution to the month slippage problem

2009-08-19 Thread Temlakos
have slowed down the execution of a query or a browse. Now that will not be necessary. Soon I will attempt to upgrade to SMW 1.4.2 and then to 1.4.3, now that I have been able to declare my old custom data type obsolete. Temlakos --- /home/temlakos/tools/CreationWiki/SemanticMediaWiki-lng

[SMW-devel] SMW_DV_Time.php: Problem with imprecise dates

2009-08-16 Thread Temlakos
do not wish to solve by creating another. Perhaps I should wait to try to solve it, until I port my enhancements to the current version of SMW (1.4.3). If I'm missing anything, I'd like someone to let me know. Temlakos

[SMW-devel] SMW_DataValue.php: DBKeys

2009-08-16 Thread Temlakos
of later versions of SMW. Right now I have a lot of obsolete dates to rewrite and reannotate, so that they will have a proper test. Again, if I'm missing anything, please tell me. Temlakos -- Let Crystal Reports handle

[SMW-devel] SMW_DV_Time.php: CE/BCE symbol support, passing of model preference as $unit, and rearrangement of parsing

2009-08-14 Thread Temlakos
it anyway. Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009-08-13 20:52:12.0 -0400 +++ ./SMW_DV_Time.php 2009-08-14 14:54:36.0 -0400 @@ -14,43 +14,71 @@ * Dates can be given in many formats, using numbers, month names, and abbreviated * month names. The preferred

[SMW-devel] SMW_DV_Time.php Internationalization

2009-08-14 Thread Temlakos
translates as BCE. This completes the major development work on SMW_DV_Time.php. I will now attempt to move this file into later versions of SMW. Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009-08-14 15:34:56.0 -0400 +++ ./SMW_DV_Time.php 2009-08-14 19:14:06.0

[SMW-devel] SMWLanguageXx.php files: Internationalization support for SMW_DV_Time.php

2009-08-14 Thread Temlakos
for the returned variables. When this patch is applied, the internationalization of SMW_DV_Time.php will work. Temlakos Only in .: languages.patch diff -au ../../SemanticMediaWiki-1.5bSVN/languages/SMW_LanguageDe.php ./SMW_LanguageDe.php --- ../../SemanticMediaWiki-1.5bSVN/languages

[SMW-devel] SMW_DV_Time.php Biblical (Anno Mundi) calendar support, and support for a hashtag called #CREATION

2009-08-13 Thread Temlakos
come next. Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009-08-12 19:03:31.0 -0400 +++ ./SMW_DV_Time.php 2009-08-13 17:55:44.0 -0400 @@ -88,7 +88,8 @@ protected $m_xsdvalue = false; // cache for XSD value protected $m_gregvalue = false; // cache

[SMW-devel] SMW_DV_Time.php: Anno Mundi with Julian Day and Modified Julian Day support added

2009-08-13 Thread Temlakos
by which to display dates in a variety of calendar models. Perhaps my next project will be to add the BCE and CE support, so that when I go to internationalize the calendar symbols, the datatype will already support all the symbols that one might wish to use. Temlakos --- ../SemanticMediaWiki-lng

[SMW-devel] SMW_DV_Time.php Leap-year patch

2009-08-12 Thread Temlakos
Here's a patch that replaces 28 with 29 in the array daysofmonths[]. This allows a user to annotate February 29 in any given year. (If the year is not a leap year, the date resolves to March 1.) Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009-08-12 08:10:16.0 -0400

[SMW-devel] SMW_DV_Time.php: Private Static Arrays

2009-08-12 Thread Temlakos
. The enclosed patch changes all protected but unchanging arrays to /private static/ arrays, and changes their identifiers from $this-m_x to self::$m_x wherever they appear. Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009-08-12 08:24:10.0 -0400 +++ ./SMW_DV_Time.php 2009

[SMW-devel] SMW_DV_Time.php: Static methods

2009-08-12 Thread Temlakos
to static functions and applies appropriate scope-resolution identifiers. Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009-08-12 10:22:31.0 -0400 +++ ./SMW_DV_Time.php 2009-08-12 10:41:35.0 -0400 @@ -174,7 +174,7 @@ //timezone handling

[SMW-devel] SMW_DV_Time.php Hillel II Hebrew Calendar support

2009-08-12 Thread Temlakos
to implement will be the Biblical calendar, that uses direct astronomical calculations to retro-calculate the appearances of the new moon and the vernal equinox at the latitude of Jerusalem. Hopefully, it won't take long to calculate. Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009

[SMW-devel] SMW_DV_Time.php Old Style support now added to Julian calendar processing

2009-08-11 Thread Temlakos
are acceptable, and all process as intended. I am open to suggestions about how to signal a Julian date beyond the proclamation of the Gregorian calendar. The Hebrew calendar will be next. Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009-08-11 00:02:44.0 -0400

[SMW-devel] SMW_DV_Time: Symbols Gr and Jl added to specify Gregorian or Julian rules, regardless of epoch

2009-08-11 Thread Temlakos
and one Julian, choose between them in parseXSDValue($value,$unit) (or parseDBkeys($args)), and save the other for a tooltip pop-up value. That will come next. Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009-08-11 13:48:46.0 -0400 +++ ./SMW_DV_Time.php 2009-08-11 15:26

[SMW-devel] SMW_DV_Time.php: Separate Gregorian and Julian printout values, tooltips, etc.

2009-08-11 Thread Temlakos
[1]. (How many elements is $args permitted to have in the functions getDBKeys() and parseDBkeys($args)? I had the distinct impression that in SMW 1.4.2, the answer was two, corresponding to the old arguments $value and $unit.) Temlakos --- ../SemanticMediaWiki-lng/SMW_DV_Time.php2009-08-11

[SMW-devel] SMW_DV_Time.php Time zone monikers and US military time

2009-08-10 Thread Temlakos
can apply it or not. Temlakos --- /home/temlakos/tools/CreationWiki/SemanticMediaWiki-1.5bSVN/includes/SMW_DV_Time.php 2009-02-25 19:48:52.0 -0500 +++ ./SMW_DV_Time.php 2009-08-10 13:23:35.0 -0400 @@ -80,6 +80,21 @@ protected $m_monthsshort = array(Jan, Feb, Mar, Apr, May, Jun

Re: [SMW-devel] SMW_DV_Time.php Time zone monikers and US military time

2009-08-10 Thread Temlakos
. Temlakos Markus Krötzsch wrote: On Montag, 10. August 2009, Temlakos wrote: Dear Markus and Fabian, The attached patch, when applied to the file SMW_DV_Time.php, will accomplish three things: Great. Patch applied and committed to SVN. 1. Correct the processing of time offsets

[SMW-devel] SMW_DV_Time.php: Full support for Julian and Gregorian Calendars

2009-08-10 Thread Temlakos
to specify a Gregorian epoch (that is, 1 January 1 AD). But the Hebrew calendar will not only require auxiliary functions but will also be /iterative/, especially for back-conversion. I will also need to decide what model to use for the XSD value. Temlakos --- ../SemanticMediaWiki-lng

[SMW-devel] SMW_LanguageEn.php

2009-07-30 Thread Temlakos
Attached Temlakos attachment: SMW_LanguageEn.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do

[SMW-devel] SMW_LanguageFr.php

2009-07-30 Thread Temlakos
Attached Temlakos attachment: SMW_LanguageFr.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do

[SMW-devel] SMW_LanguageNl.php

2009-07-30 Thread Temlakos
Attached Temlakos attachment: SMW_LanguageNl.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do

[SMW-devel] SMW_LanguagePt.php

2009-07-30 Thread Temlakos
Attached Temlakos attachment: SMW_LanguagePt.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do

[SMW-devel] SMW_LanguageFr.php

2009-07-30 Thread Temlakos
Corrected Temlakos attachment: SMW_LanguageFr.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you

[SMW-devel] SMW_LanguageIt.php

2009-07-30 Thread Temlakos
Corrected Temlakos attachment: SMW_LanguageIt.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you

[SMW-devel] SMW_LanguageKo.php

2009-07-30 Thread Temlakos
Corrected Temlakos attachment: SMW_LanguageKo.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you

[SMW-devel] SMW_LanguageNl.php

2009-07-30 Thread Temlakos
Corrected Temlakos attachment: SMW_LanguageNl.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you

[SMW-devel] SMW_LanguagePt.php

2009-07-30 Thread Temlakos
Corrected Temlakos attachment: SMW_LanguagePt.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you

[SMW-devel] SMW_LanguageRu.php

2009-07-30 Thread Temlakos
Corrected Temlakos attachment: SMW_LanguageRu.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you

[SMW-devel] SMW_LanguageZh_cn.php

2009-07-30 Thread Temlakos
Corrected Temlakos attachment: SMW_LanguageZh_cn.php -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what

[SMW-devel] SMW_DV_Time progress report

2009-07-27 Thread Temlakos
the concept to an appropriate test. If someone will tell me how to check these in to Subversion, I can do that; or if you prefer, I can send this to the list or to any one of you. Regards, Temlakos

[SMW-devel] SMW_DV_Time.php: Time Zone Symbol Support

2009-07-27 Thread Temlakos
to stand for the military time zones. Now all I need to do is compose a regular expression to yield the symbol, and then I can get the offset by a simple array call. Temlakos

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

2009-03-02 Thread Temlakos
and parseXSDValue, but reconfigure the output as a single-element array? Regarding unstub(): So all get methods must call this function at the first? What is this new special property Modification date? How do I describe it so that it stops showing up as a redlink on the Browse page? Temlakos Markus

Re: [SMW-devel] Portuguese language support

2009-03-02 Thread Temlakos
are extensively annotated. I'll send you the language files as I work on them. Temlakos Markus Krötzsch wrote: 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

[SMW-devel] Function gzinflate() called during a refresh

2009-03-01 Thread Temlakos
such function call before! Not during a refresh or at any other time. Have any of you seen an issue remotely similar? Temlakos -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles

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

2009-02-28 Thread Temlakos
date datatype to comply with the new code. Temlakos -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies

[SMW-devel] Timeline format

2009-02-26 Thread Temlakos
give me any advice on how to make that happen? Thanks in advance. Temlakos -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing

[SMW-devel] Portuguese language support

2009-02-25 Thread Temlakos
branch, where I obtained my originals). I built the Portuguese file because this friend is going to build a new Portuguese version of my wiki, and I wanted the proper language support for SMW. Temlakos attachment: SMW_LanguagePt.php

Re: [SMW-devel] Ongoing SMW changes

2008-10-13 Thread Temlakos
somehow I need to figure out how to parse a time zone. Right now my file is so big that I can't send it in e-mail anymore--not without compressing it first. It also needs a great deal of work in its regular expressions, so that it can properly parse a time. Temlakos CNIT wrote: Output is already

Re: [SMW-devel] new data types

2008-09-22 Thread Temlakos
a custom non-linear data type, I literally wrote one in php. By now, everyone should know about my Historical Date data type that I invented in order to store dates in history that went far beyond the twentieth and twenty-first centuries. Temlakos Andreas Wombacher wrote: Hi, is there a code

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

2008-09-08 Thread Temlakos
-02-19 EmbedVideo version 0.1.2 Inputbox ParserFunctions version 1.1.1 Bad-Behavior version 2.0.19 Newuserlog version 2008-02-08 As before, inserting the code error_reporting(E_ALL); into LocalSettings.php does nothing. Temlakos Yaron Koren wrote: Temlakos, My guess is that the blank pages

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

2008-09-08 Thread Temlakos
me displaying a Factbox. Does any custom data type have a file-size limit? I don't mind telling you, SMW_Dx_HxDate.php is very large--41,650 bytes to be exact. Temlakos Yaron Koren wrote: Temlakos, My guess is that the blank pages are caused by a PHP setting that causes a blank page

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

2008-09-08 Thread Temlakos
at a time. Then I tried it on a server setup that I have on my personal machine, and it works. Hopefully my bureaucrat-in-chief will allow me to load the new tarball onto the production server, and then perhaps I can announce my wiki as using SMW 1.3. Temlakos Yaron Koren wrote: Temlakos, My guess

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

2008-09-08 Thread Temlakos
,... Temlakos Markus Krötzsch wrote: Hi all, SMW 1.3 is out and it is time to make plans for the next major release. Our intention is to release SMW 1.4 at Nov 17 2008, with a possible release candidate as early as Oct 25. Of course, minor updates for 1.3 might appear in between as needed

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

2008-09-07 Thread Temlakos
rolled back to SMW 1.2.1. This is a showstopper. Temlakos Markus Krötzsch wrote: Hi, we are happy to announce the release of the new Semantic MediaWiki 1.3. The new version introduces a number of new features and general improvements. Upgrading from SMW 1.2 requires only little effort

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

2008-09-05 Thread Temlakos
Markus: Will this latest release require MediaWiki 1.13? Rumors so have it. 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

Re: [SMW-devel] [Semediawiki-user] Totals

2008-08-05 Thread Temlakos
deviation The above might perhaps require an additional extension. Here's another idea for an extension: a query that plots a graph. Temlakos - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

Re: [SMW-devel] Allow null values for semantic properties?

2008-07-24 Thread Temlakos
. Which is something I've always wanted to do. Temlakos Yaron Koren wrote: Hi, Currently semantic properties all display a warning message when they're given a null value (e.g., [[Has country::]]). That makes sense if all properties are hand-coded, but if a site uses semantic templates

Re: [SMW-devel] Allow null values for semantic properties?

2008-07-24 Thread Temlakos
Yaron: Maybe it's a lot of work, but I have another reason to use #if statements: formatting. My templates are either infoboxes or else are query-driven and thus in no danger of producing a null annotation. And a dangling infobox line looks worse than a null-value warning. Temlakos Yaron

Re: [SMW-devel] [Semediawiki-user] refreshData script kills itself over a too-long regex

2008-07-11 Thread Temlakos
Markus Krötzsch wrote: On Freitag, 11. Juli 2008, Temlakos wrote: Everyone: Several weeks ago, I finally figured out how to install SMW's maintenance scripts as symlinks in my server's wiki maintenance subdirectory so that I could run them. But when I ran SMW_refreshData.php, I got

Re: [SMW-devel] Language environment

2008-03-16 Thread Temlakos
S Page wrote: What is the scope of $wgLanguageCode? It's a wiki global, hence wg. If you want to access a $wg value, just declare global $wgLang; at the top of your function, don't pass it around. You *may* be able to get away without this global line for some $wg variables, but

Re: [SMW-devel] [Semediawiki-user] Multilingual SMW

2008-03-05 Thread Temlakos
S Page wrote: Temlakos wrote: http://creationwiki.org/index.php/Terre Nicely done! Thank you. At first I wondered why you translated the infobox source data, when you could keep it the same and just modify the template to display French labels and annotate with French property names

[SMW-devel] Temperature data type--support for Rankine degrees

2008-01-14 Thread Temlakos
I don't know exactly how to generate a patch, but back at SMW-1.0-RC2, I added support for Rankine degrees to the Temperature data type. A Rankine degree is an absolute degree, like the kelvin, but it has the same size as a Fahrenheit degree instead of that of a Celsius degree or a kelvin. The

[SMW-devel] [Fwd: Re: convert Wiki-article to SemanticWiki]

2007-12-22 Thread Temlakos
Markus: As an administrator on two wikis, one that has just installed SMW and the other considering it for use with a large (over 20,000) body of articles, I would certainly be interested in any project to assist editors or administrators in mass-annotating existing articles. Terry A. Hurlbut