Re: [SMW-devel] Form edit with multiple templates limit

2014-01-10 Thread Sal Quintanilla
Koren Sent: Friday, January 10, 2014 1:13 PM To: Sal Quintanilla Cc: Semantic MediaWiki developers Subject: Re: [SMW-devel] Form edit with multiple templates limit Hi Sal, Happy new year! I don't know much about this, but I did a web search and the "max_input_vars" php.ini setting

Re: [SMW-devel] Form edit with multiple templates limit

2014-01-10 Thread Yaron Koren
y New Year everyone. > > Sal > > > > > > *From:* Yaron Koren [mailto:ya...@wikiworks.com ] > *Sent:* Tuesday, December 17, 2013 11:23 AM > *To:* Sal Quintanilla > *Cc:* Semantic MediaWiki developers > *Subject:* Re: [SMW-devel] Form edit with multiple templates l

Re: [SMW-devel] Form edit with multiple templates limit

2014-01-10 Thread Sal Quintanilla
Tuesday, December 17, 2013 11:23 AM To: Sal Quintanilla Cc: Semantic MediaWiki developers Subject: Re: [SMW-devel] Form edit with multiple templates limit Hi Sal, A few variations on this question have come up on the mailing lists recently. SF itself doesn't impose any limits - but PHP and

Re: [SMW-devel] Form edit with multiple templates limit

2013-12-17 Thread Yaron Koren
Hi Sal, A few variations on this question have come up on the mailing lists recently. SF itself doesn't impose any limits - but PHP and/or Javascript have their own natural limits, PHP by limiting the number of fields whose value can be passed when the form is submitted, and Javascript by slowing

Re: [SMW-devel] Form edit with multiple templates limit

2013-12-17 Thread trueskew
s.com] Sent: Tuesday, December 17, 2013 11:23 AM To: Sal Quintanilla Cc: Semantic MediaWiki developers Subject: Re: [SMW-devel] Form edit with multiple templates limit Hi Sal, A few variations on this question have come up on the mailing lists recently. SF itself doesn't impose any li

[SMW-devel] Form edit with multiple templates limit

2013-12-17 Thread Sal Quintanilla
What's the limit on the number of template instances that can be displayed in a form that uses multiple? Thanks. Sal -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have

[SMW-devel] Form edit with multiple templates limit

2013-12-06 Thread Sal Quintanilla
I've got a status report form that lets users enter their status periodically on the same page using {{{for template|Status Report Record|multiple|add button text=Add Another Report}}} 70 seems to be the limit to how many can be added through the form. I can click "Add Another Report",