[00:02:24] [SemanticMediaWiki] JeroenDeDauw closed pull request #187: SMW\Store\Maintenance\ConceptCacheRebuilder (master...maintenance-concept) http://git.io/ngJVjA [00:30:02] [SemanticMediaWiki] mwjames pushed 1 new commit to master: http://git.io/ksBvew [00:30:02] SemanticMediaWiki/master 954ba0e mwjames: Fix typo... [01:24:22] [SemanticMediaWiki] mwjames created regression-maintenance-concept (+1 new commit): http://git.io/2LRcsw [01:24:22] SemanticMediaWiki/regression-maintenance-concept 0852e0f mwjames: Add RebuildConceptCacheMaintenanceRegressionTest [01:27:26] [SemanticMediaWiki] mwjames opened pull request #272: Add RebuildConceptCacheMaintenanceRegressionTest (master...regression-maintenance-concept) http://git.io/RtnJFA [01:35:49] [travis-ci] SemanticMediaWiki/SemanticMediaWiki#1259 (regression-maintenance-concept - 0852e0f : mwjames): The build failed. [01:35:49] [travis-ci] Change view : https://github.com/SemanticMediaWiki/SemanticMediaWiki/commit/0852e0f17d4d [01:35:49] [travis-ci] Build details : http://travis-ci.org/SemanticMediaWiki/SemanticMediaWiki/builds/22817733 [01:53:15] [SemanticMediaWiki] mwjames force-pushed regression-maintenance-concept from 0852e0f to 34ea97c: http://git.io/WwpVUA [01:53:15] SemanticMediaWiki/regression-maintenance-concept 34ea97c mwjames: Add RebuildConceptCacheMaintenanceRegressionTest [02:07:51] [travis-ci] SemanticMediaWiki/SemanticMediaWiki#1261 (regression-maintenance-concept - 34ea97c : mwjames): The build is still failing. [02:07:51] [travis-ci] Change view : https://github.com/SemanticMediaWiki/SemanticMediaWiki/compare/0852e0f17d4d...34ea97cb0fe0 [02:07:51] [travis-ci] Build details : http://travis-ci.org/SemanticMediaWiki/SemanticMediaWiki/builds/22818459 [02:44:49] [SemanticMediaWiki] mwjames pushed 1 new commit to master: http://git.io/WS0qnw [02:44:49] SemanticMediaWiki/master f14f591 mwjames: Update RELEASE-NOTES.md [15:44:30] [SemanticMediaWiki] mwjames pushed 1 new commit to master: http://git.io/1pscAg [15:44:30] SemanticMediaWiki/master ab8a2fa mwjames: Update RELEASE-NOTES.md [18:10:29] [SemanticResultFormats] nischayn22 opened pull request #31: Added template format (master...master) http://git.io/l7vbkg [18:12:12] Hello all, Does anybody now how to use _MDAT concretly ? I want to display it in a result of a semantic search [19:46:23] i tried that also [19:46:28] i still need to figure that out [19:51:28] :( [19:51:42] biberao: I've activat them [19:51:51] but don't know how to use them [19:52:02] me too [19:52:11] hehe [19:52:28] :) [19:52:40] biberao: if I find or you find the answer [19:52:49] ping me or I ping you [19:53:47] ok cool [19:53:50] :D [19:54:46] really need that stuff [19:55:37] how did you enable it? [19:56:52] a variable into a config file [19:57:02] following the smw tut [19:58:29] show me [19:58:51] biberao: have you installed the semantic mediawiki pack? [19:58:58] nope [19:59:00] well yes [19:59:08] but not as bundle [20:00:41] biberao: do a quick search on SMW_Settings.php [20:00:44] for _CDAT [20:01:05] maijin: _MDAT is "just" a property [20:01:18] i dontt have that file maijin [20:01:27] {{#SHOW: |?_MDAT}} [20:01:31] so i d'ont now [20:01:52] Saruman: Raaah I'm not in the office now I can't test [20:02:06] is there a mediawiki test page? [20:02:11] semantic* [20:02:33] im going to test [20:02:43] Saruman: but still needs to be enabled on localsttings [20:02:44] right? [20:03:06] biberao: not according to http://semantic-mediawiki.org/wiki/Help:Special_property_Modification_date [20:03:09] enabled by default [20:03:32] Saruman: ok foune one [20:03:43] Saruman: but the others i mean [20:03:44] arr [20:04:30] others are off by default [20:04:32] http://semantic-mediawiki.org/wiki/Help:$smwgPageSpecialProperties [20:04:35] yes [20:04:37] i figurwed [20:04:45] thanks [20:04:58] Saruman: ah ok so I'm ecounter a problem @ office [20:05:00] the ?_MDAT [20:05:03] doesn't work [20:05:09] or ?_LDAT too [20:05:22] _MDAT is on by default, _LDAT isn't [20:05:29] it gives me an error hehe [20:05:42] wait, _LDAT? [20:05:45] Saruman: Yep But I think either are not working If I'm remember correctly [20:05:58] I just tested _MDAT on my own wiki [20:06:01] worked out of the box [20:06:07] Not Ldat it was the user [20:06:29] _LEDT [20:06:34] let me try another wiki [20:06:40] Saruman: ok :( [20:08:21] Saruman: I've just change that $smwgPageSpecialProperties = array( '_MDAT', '_CDAT' ); into $smwgPageSpecialProperties = array( '_MDAT', '_LEDT' ); [20:08:25] {{#SHOW: Main_Page|?_MDAT}} gave the correct date [20:08:41] maijin: will work, but not the nicest declaration [20:08:53] Saruman: what is the best one ? [20:09:06] use array_merge [20:09:11] $smwgPageSpecialProperties = array_merge( [20:09:11] $smwgPageSpecialProperties, array( '_CDAT', '_NEWP' ) [20:09:11] ); [20:09:21] something like that [20:09:35] ok i'll try [20:09:45] :( So sad i'm not in the office right now [20:09:55] if in the future the default setting _Foo is added in the defaults, the array_merge will add it [20:10:31] maijin: no VPN or external accessibility? [20:11:04] works perfectly Saruman [20:11:24] :D [20:11:28] good to hear! [20:11:28] thanks [20:11:31] np [20:11:31] Saruman: I'll try to debug again monday and if it's still don't work I'll try to ping you next week [20:11:41] Saruman: Too critical stuff :( [20:11:45] I'm here most evenings European time [20:12:00] thanks mr wizard [20:12:02] if critical, then be sure to create a sandbox wiki! [20:12:24] backup wiki, create copy on second instance (can be same server, can be different one) [20:12:37] really, backup and test [20:12:48] Saruman: Yep, it'll be done [20:13:54] Saruman: could be that its not enabled on localsettings? [20:14:21] on the other one doesnt work [20:14:55] Saruman: I'm trying to use SMW as an Incident Handling Systems I think it can do the job really well [20:14:57] it worked now :D [20:14:58] hehehe [20:15:17] both working nicely now [20:21:10] but anyway thanks Saruman [20:21:13] ;) [20:40:01] ah so both of you are good now [20:40:03] nice [20:40:23] Saruman: not now :) [20:40:45] But appreciate your help [20:40:50] ok [21:28:49] back [21:29:13] Saruman: advise me to read about using properties? [21:30:12] :D [21:50:51] biberao: no really, why read and learn? :-D [22:20:10] ?