[14:49:25] yaron: I got the Miga importer to get to 10,000 rows now. For some reason it stopped then. http://wikinosh.com/miga/# [14:49:38] even though I had max offset changed in code to 30,000 [14:49:52] Cool! [14:50:04] well, 1/2 cool. :-) [14:50:10] I want all 21,000+ rows [14:50:17] My guess is that 10000 is another limit somewhere in the SMW code. [14:50:26] yeah [14:50:34] * thingles shakes fist [14:50:48] easiest way to find these is `grep -R 10000 *` [14:51:31] ahh [14:51:33] I know [14:51:37] smwgQMaxLimit is 10000 [14:51:43] if offset > smwgQMaxLimit then no results [14:53:15] running again, hopefully will get all records this time [14:53:47] these silent behavior limits in SMW can be really frustrating [14:53:53] I would rather get a real error [15:02:56] yaron: GOT IT ALL! 21519 Food.csv [15:03:10] Yay!!! [15:03:17] I'll add that to the documentation. [15:03:24] 21518 results found [15:03:37] that max offset needs to become a setting. [15:03:50] It looks easy to change.. but not 100% sure [15:04:06] Checking out your site now... [15:04:10] would be nice if SMW gave a notice if offset > maxlimit [15:04:27] Yes - it doesn't seem to be hard at all to turn that into a setting. [15:04:37] it's all there... miga requested 10MB of localstorage which I said OK to [15:04:50] I'm going to add more columns of data next [15:04:52] Yes, an error message would be ideal - ignoring "offset" completely seems like a really bad idea. [15:05:10] but, have a meeting now... gonna be offline for a bit. [15:05:11] Cool - you're really testing the limits of this Web SQL thing. :) [15:05:15] Okay, later. [16:30:21] Fatal error: Class 'SMW\Tests\ResultPrinterTest' not found in /www/dev.translatewiki.net/w/extensions/SemanticMaps/tests/phpunit/printers/KMLPrinterTest.php on line 23 [16:30:21] any ideas how to fix? [16:47:57] (PS1) Nikerabbit: Fix test cases in SemanticMaps as well ala I95c0e0c28 [extensions/SemanticMaps] - https://gerrit.wikimedia.org/r/76532 [21:14:11] (PS7) Himeshi: Modified Special:CreateForm for page sections [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/75343 [22:09:24] (PS8) Himeshi: Modified Special:CreateForm for page sections [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/75343