[Bug 21911] Limit for long page warning should be configurable

2012-06-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911

mybugs.m...@gmail.com changed:

   What|Removed |Added

 CC||marudubshi...@gmail.com

--- Comment #14 from mybugs.m...@gmail.com 2012-06-26 15:11:46 UTC ---
*** Bug 6226 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2011-02-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911

Vitaliy Filippov vita...@yourcmc.ru changed:

   What|Removed |Added

 CC||vita...@yourcmc.ru

--- Comment #13 from Vitaliy Filippov vita...@yourcmc.ru 2011-02-14 22:19:14 
UTC ---
Why not simply remove the hard-code and change
($this-kblength  29) to ($wgMaxRecommendedArticleSize  0  $this-kblength
 $wgMaxRecommendedArticleSize)
It would be more efficient than using a message and especially parser functions
for users who want to keep the warning.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2010-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911

Raimond Spekking raimond.spekk...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #12 from Raimond Spekking raimond.spekk...@gmail.com 2010-11-23 
12:58:50 UTC ---
Hard coded limit for long page warning removed with r77148. New message 
[[MediaWiki:Longpage-hint]] (empty per default) can be used instead.  
Parameters: $1 shows the formatted textsize in Byte/KB/MB, $2 is the raw number
of the textsize in Byte

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2010-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911





--- Comment #11 from Tisza Gergő gti...@gmail.com  2010-01-03 21:11:56 UTC ---
I too would prefer the warning to be kept (with a configurable lower limit, off
by default) for policy warnings. (Guillaume: at least on enwiki, the warning
does have useful content, but it is hidden with parser function constructs
unless you view it on a page that is over 70K or so.)

As for backwards and mobile compatibility, a capability check in the strict
sense (actually performing POST requests) is not an option; the server could
send the page size instead and the browser could send it back, and both could
make a sanity check based on that, but the server counts in bytes and the
browser in characters, and converting between the two is probably slow.
Alternatively, the browser could attach some unique string to the end and the
server check for it, but that only works if the text is truncated on posting
and not on populating the textbox, and I would expect the opposite to be true.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911


Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org




--- Comment #10 from Tim Starling tstarl...@wikimedia.org  2009-12-31 
00:50:08 UTC ---
I've previously talked about just removing the feature, but the users I was
talking to complained that a warning was still needed for editorial policy
purposes. If we want to take that approach, the size should be configurable,
the warning should be off by default, and the message name should be changed so
that the localised messages can be rewritten to indicate that the size warning
is about policy, not browser compatibility. 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org




--- Comment #8 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
19:16:18 UTC ---
A quick look at how the 3 biggest Wikipedias dealt with this message shows that
2 of them have modified it to only show the size of the page (en, de) and one
of them (fr) even removed it completely because it is useless and scares new
editors.

We have some browser statistics 
http://stats.wikimedia.org/wikimedia/squids/SquidReportClients.htm  and
information about problematic browsers ([[Wikipedia:Article size#Web browsers
which have problems with long articles]]; it might be worth investigating how
many users can be affected by this limit (keeping in mind that these stats are
for all users, and afaict the limit is only about text areas in /edit/ mode).

Overall I would lean towards removing the message completely. Most users don't
care about the size of the page. Even an configurable option to enable it on a
per-wiki basis seems overkill; people who really need to know a page's size can
still use the {{PAGESIZE}} magic word (see [[mw:Help:Magic_words]]).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911





--- Comment #9 from Platonides platoni...@gmail.com  2009-12-30 00:34:39 UTC 
---
Using {{PAGESIZE}} for that would be ugly. The proper way would be to use a
gadget, like http://es.wikipedia.org/wiki/Usuario:Platonides/TamArticulos.js


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911


Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 CC||pdha...@wikimedia.org




--- Comment #1 from Priyanka Dhanda pdha...@wikimedia.org  2009-12-28 
23:22:16 UTC ---
Hi Tisza,

The article size is configurable on a site wide basis as far as I can tell.
http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize

Does that not work for you? Or did I misunderstand your issue?

-p 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com




--- Comment #2 from Roan Kattouw roan.katt...@gmail.com  2009-12-28 23:28:46 
UTC ---
(In reply to comment #1)
 Hi Tisza,
 
 The article size is configurable on a site wide basis as far as I can tell.
 http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize
They're not the same. MaxArticleSize (2M by default) is the upper limit on the
size of a page, but the longpagewarning is the thing that pops up above the
edit box and says This page is nn kilobytes long. Some browsers may have
problems handling pages approaching 32 kb. (paraphrasing). The 29K limit used
for toggling this message is requested to be configurable.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com




--- Comment #3 from Platonides platoni...@gmail.com  2009-12-28 23:31:52 UTC 
---
$wgMaxArticleSize is a hard limit (2MB)

But I think he wants to change the limit at wikipedia, not at his personal
wiki.

I remember brion wontfixing a similar request some years ago. Even if those
browsers 
are not popular now, they are still affected. I'd be reluctant to change that
limit.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911





--- Comment #4 from Tisza Gergő gti...@gmail.com  2009-12-28 23:49:45 UTC ---
Yes, I would like to change it at Wikipedia eventually (or at least at some
wikipedias, based on the preference of the local community). Even if there are
browsers like Netscape 4 or Opera 6 in a significant amount  (which I doubt),
and even if we decide to care about them (which we have no reason to - unlike
the workplace lock-in for IE6, there is no legitimate reason to still use
something like NS4, and if you do, it is your own problem if websites suck),
the message is little help for them if it is not followed, and well-developed
articles are usually way above 32k. The only thing it does is confuse newbies,
thus it is usually hidden in some way (on enwiki it is changed in a totally
pointless statement about current size if the text size is below 70k).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911





--- Comment #5 from Platonides platoni...@gmail.com  2009-12-29 00:06:38 UTC 
---
 and if you do, it is your own problem if websites suck

The problem is not viewing the website badly, but having the browser silently?
remove a large chunk of page because it can't handle large textareas.
A capability check would be preferible, though.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911





--- Comment #6 from Priyanka Dhanda pdha...@wikimedia.org  2009-12-29 
00:33:53 UTC ---
doh! I see what you mean now.

A few possible solutions:
 - make it configurable
 - investigate the limit on various browsers and display a better message only
for those browsers
 - find a workaround for the browsers that have a problem (may be more trouble
than it is worth)

Any thoughts?
-p


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21911] Limit for long page warning should be configurable

2009-12-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911


Mike.lifeguard mike.lifegu...@gmail.com changed:

   What|Removed |Added

 CC||mike.lifegu...@gmail.com




--- Comment #7 from Mike.lifeguard mike.lifegu...@gmail.com  2009-12-29 
04:37:23 UTC ---
(In reply to comment #4)
 the message is little help for them if it is not followed, and well-developed
 articles are usually way above 32k. The only thing it does is confuse newbies,
 thus it is usually hidden in some way (on enwiki it is changed in a totally
 pointless statement about current size if the text size is below 70k).

This is certainly true. The warning seems to serve no purpose, since it is
never heeded. Shouldn't it simply be removed?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l