[02:22:07] "fail on errors" is an intriguing new concept ... it has surprising implications ;) [07:21:09] Hey guys, how can i use a standar-input-text|free-text field both above and below the form template? [07:21:33] As it is now, it just duplicates the last input field value above and below the form. [07:21:55] is standard-input-text|free-text not supposed to specified more than once? [07:22:58] New patchset: Nischayn22; "added hash checks on data update" [mediawiki/extensions/SemanticMediaWiki] (storerewrite) - https://gerrit.wikimedia.org/r/10706 [08:56:03] hrm. this is annoying - is there any way to have a query that shows all pages of category foo that do *not* have a property set? [10:09:16] and is there a way to get a query that lists all pages that have property X and start with "abc" ? [10:09:20] (prefix) [14:37:29] bonsaikitten - no, unfortunately; if you're using a template, though, you can have the template set some other property if that value is blank. [14:39:04] Yaron: so in other words SMW is unusable if you ever have more than 10k pages? ;) [14:39:13] sigh, raw database fuckery it is then. [14:39:29] I... have no idea what you're talking about. [14:54:14] there's a few hardcoded limits [14:54:45] so, if I have >10k matches, even with offset and display only 100 at a time it silently truncates at 10000 and pretends nothing happened [14:55:06] which means that I have no clean way to work on a large amount of articles apart from stabbing around in the DB [15:00:16] bonsaikitten - what does that have to do with my answer to your question? [15:01:30] (Also, you can get the entire set of results using formats like CSV, I believe.) [15:01:51] Yaron: it'll still be cut off [15:01:58] but yeah, CSV is nice [15:02:17] Your use of "So in other words" still confuses me. [15:02:28] since I can't do a "negative query" I have to fetch everything and then filter out everything that has the property [15:02:47] and that's too many results, which just silently truncates, which is horribly wrong [15:03:08] but then most of MW seems to prefer "return SOMETHING instead of admitting an error, even if it makes no sense at all" [15:03:11] I see - I guess you're not using template, then. [15:03:31] won't help me anyway [15:03:47] even if I add a new property I'd have to walk over all pages [15:03:57] it's an infinite regression of badness ;) [15:05:24] If you were using templates already, it actually wouldn't be that hard, but I guess it's a moot point. [15:05:56] (You would just have to edit one template, and the changes would automatically propagate everywhere.) [15:18:34] I doubt that [15:18:45] but I'll see if that's an option [18:58:26] raymond * r115513 /trunk/extensions/ (19 files in 19 dirs): Localisation updates from http://translatewiki.net. [20:11:30] siebrand * r115514 /trunk/extensions/ (341 files in 335 dirs): Localisation updates from http://translatewiki.net. [23:20:43] Yaron1 I just worked on the Admin Links page. I hope I got it right. [23:21:36] I hope so too. [23:22:05] Perhaps I ask JeroenDeDauw to check. [23:22:58] One disturbing thing about Gerrit are these monsterous links O_o [23:23:53] I guess someone will detect an error quite soon. Admin Links is a popular extension