[00:59:23] (PS6) Mwjames: \SMW\ContextAware + SMW\BaseContext [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/85428 [01:13:47] (CR) Mwjames: [C: 2] "Pushing this now, so i can this of my list." [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/89147 (owner: Mwjames) [01:15:15] (Merged) jenkins-bot: \SMW\ApiBrowse enables to browse a subject via api.php?action=browse [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/89147 (owner: Mwjames) [01:18:28] (PS1) Mwjames: Update 1.9 release notes (needs re-work) [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/90078 [01:20:15] (CR) Mwjames: "Surely needs some clean-up" [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/90078 (owner: Mwjames) [01:20:50] (PS7) Mwjames: \SMW\ContextAware + SMW\BaseContext [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/85428 [01:33:54] (PS3) Mwjames: UpdateObserver and JobBase to implement ContextAware [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/86849 [01:36:48] (CR) Mwjames: [C: 2] \SMW\ContextAware + SMW\BaseContext [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/85428 (owner: Mwjames) [01:38:15] (Merged) jenkins-bot: \SMW\ContextAware + SMW\BaseContext [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/85428 (owner: Mwjames) [02:06:59] (PS1) Mwjames: Namespace fix [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/90081 [02:08:38] (CR) Mwjames: [C: 2] Namespace fix [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/90081 (owner: Mwjames) [02:25:19] (CR) Mwjames: [C: 2] UpdateObserver and JobBase to implement ContextAware [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/86849 (owner: Mwjames) [02:26:45] (Merged) jenkins-bot: UpdateObserver and JobBase to implement ContextAware [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/86849 (owner: Mwjames) [02:59:07] (PS3) Mwjames: StoreUpdater to implement ContextAware [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/86892 [03:31:57] (CR) Mwjames: [C: 2] StoreUpdater to implement ContextAware [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/86892 (owner: Mwjames) [03:33:24] (Merged) jenkins-bot: StoreUpdater to implement ContextAware [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/86892 (owner: Mwjames) [05:04:18] (PS6) Mwjames: \SMW\Maintenance\RebuildConceptCache (rebuildConceptCache.php to replace SMW_conceptCache.php) [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/77493 [05:15:37] (PS7) Mwjames: \SMW\Maintenance\RebuildConceptCache (rebuildConceptCache.php to replace SMW_conceptCache.php) [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/77493 [08:06:15] (PS1) Mwjames: Some clean-up [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/90092 [08:21:52] (PS2) Mwjames: Some clean-up [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/90092 [11:56:20] (PS2) Netbrain: Initial import of code [extensions/SemanticSifter] - https://gerrit.wikimedia.org/r/89815 [13:42:32] (CR) Siebrand: [C: -1] "Per PS1." [extensions/SemanticSifter] - https://gerrit.wikimedia.org/r/89815 (owner: Netbrain) [17:11:35] On a page that was created using {{for template|multiple|...}}, I edited, deleted some entries, and moved things around. When I do a query to list the entries with no sort specified, it sorts using the internal #ID, so page#10 comes before page#5. How would I list in the order that it lays on the page? I'm using an older SM, perhaps it already does that in the latest. [17:16:05] salquint: it's actually the Semantic Internal Objects extension that you should upgrade. [17:16:22] oh ok, thanks. So that's an old issue then? [17:26:08] salquint: yes... somewhat old. Now SIO adds padding on to the numbers, so it's "#001", etc. [17:37:40] cool, thanks [17:43:12] Hey I was doing a test upgrade from 1.7 to 1.8. I noticed that some of my date properties were recalculated (I have them set to {{CURRENTDATE}} if they don't already exist. Is there anyway around that? [20:46:42] (CR) Netbrain: "Thank you for your review, however i have no intention of merging it in as is. It is more of a working environment right now as i'm testin" [extensions/SemanticSifter] - https://gerrit.wikimedia.org/r/89815 (owner: Netbrain) [20:52:16] How to init a new SMWURIValue? [20:53:00] I tried $value = new SMWURIValue(); $val->parseUserValue( $valueStr ); [20:53:07] ... but is not right ... server crashes. [20:53:42] I'm missing something here. [21:04:23] Maybe yaron knows how to init a new SMWURIValue ? :) [21:05:28] (Tried $val = new SMWURIValue(); $val->parseUserValue( $valueStr ); [21:05:33] ... but doesn't seem to be right [21:12:49] Hmm, of course ... parseUserValue is protected, not public ... stupid me ... [21:12:58] But still don't know how to create a new one ... [21:16:25] Ah, SMWDataValueFactory ... [21:56:36] (PS1) Mwjames: Api clean-up [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/90256