Search found 1684 matches

by A_Jelly_Doughnut
Tue Jul 01, 2014 3:14 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Define max-width for prosilver
Replies: 164
Views: 357214

Re: Define max-width for prosilver

they shouldn't have to change the width of their browser to be able to read the text on a page. Exactly. They should be able to do this, not you should think for them. Or do you think most of the fullscreen-browser-user need the empty space to the left and right of the website for some paper-post-i...
by A_Jelly_Doughnut
Fri Jun 27, 2014 3:21 pm
Forum: [3.x] Discussion
Topic: Error logs appearing 3 days in a row about timezone
Replies: 13
Views: 16449

Re: Error logs appearing 3 days in a row about timezone

mrgtb wrote:

Code: Select all

Showing rows 0 - 1 (2 total, Query took 0.0008 sec)
Pretty sure nickvergessen was wanting to know what those two rows are, not simply that the query ran successfully :)
by A_Jelly_Doughnut
Sat Apr 05, 2014 11:00 pm
Forum: [3.x] Discussion
Topic: Profile fields not saving
Replies: 1
Views: 4841

Re: Profile fields not saving

Known bug. PHPBB3-12331
by A_Jelly_Doughnut
Tue Feb 11, 2014 1:05 pm
Forum: [3.x] Rejected RFCs
Topic: [RFC] Enable gzip by default
Replies: 18
Views: 54673

Re: [RFC] Enable gzip by default

I'm going to guess that GZip is a trivial amount of CPU time compared to phpBB's actual functionality. Loading several pages here at Area51, the generation times (as reported in the footer) are between 0.650s and 0.770s. Gzip will compress a typical HTML page (10kB-20kB) in under 0.005s even on anem...
by A_Jelly_Doughnut
Mon Jan 13, 2014 5:03 am
Forum: [3.x][Archive] RFCs
Topic: Stop disabling super globals
Replies: 33
Views: 108933

Re: Stop disabling super globals

Prior to Symfony Forms 2.3.0, there was no DI available for the class David pointed out. But, now, there is. https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Form/CHANGELOG.md#230 (See fourth bullet) Also, the commit that implements the change I haven't fully investigated the imp...
by A_Jelly_Doughnut
Thu Sep 05, 2013 1:48 am
Forum: [3.x] Discussion
Topic: Remove Quote and Edit button when topic is lock
Replies: 27
Views: 42140

Re: Remove Quote and Edit button when topic is lock

It does apply to delete, as you can see in the screenshot (if not, this may not be the right effect!) Moderators can click the greyed button and edit/delete/quote, given appropriate moderator permissions. Branch is here if anyone wishes to comment: https://github.com/jellydoughnut/phpbb3/compare/php...
by A_Jelly_Doughnut
Wed Sep 04, 2013 10:22 pm
Forum: [3.x] Discussion
Topic: Remove Quote and Edit button when topic is lock
Replies: 27
Views: 42140

Re: Remove Quote and Edit button when topic is lock

Here is what it looks like with 50% opacity, in Fx 23.

Should the buttons be grey for moderators as well? I think not, and if folks agree I will change the implementation to match.

EDIT: ticket for this: http://tracker.phpbb.com/browse/PHPBB3-11766
by A_Jelly_Doughnut
Wed May 29, 2013 12:10 am
Forum: [3.2/Rhea] Merged RFCs
Topic: [RFC] Remove innermost quote
Replies: 41
Views: 187021

Re: [RFC] Remove innermost quote

callumacrae wrote: If you nest too far, it is both tricky to read and about 20 pixels wide.
Not actually. If you nest too far with prosilver, you actually lose visibility on the innermost contents. See attachment.
by A_Jelly_Doughnut
Sat May 25, 2013 3:31 am
Forum: [3.x] Discussion
Topic: Loading font from external website
Replies: 35
Views: 71628

Re: Loading font from external website

First: I don't really have a problem with loading the font from OpenFonts, although I don't prefer that method. I have no access to a mac, but it seems there are several sans-serif fonts common on Mac that are uncommon on other OSes (Helvietica, Geneva (with Cyrillic), Gill Sans), so theoretically t...
by A_Jelly_Doughnut
Thu Nov 15, 2012 1:25 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] stop distributing worthless CAPTCHAS in 3.1
Replies: 98
Views: 171052

Re: [RFC] stop distributing worthless CAPTCHAS in 3.1

The image CAPTCHAs included in phpBB are not "worthless". There are a wide variety of spam tools out there, and they are constantly evolving. But when the "cube" captcha from phpBB3 was first broken a couple of years ago, it was successfully solved only about 25% of the time. I w...