Search found 963 matches

by brunoais
Sun Jan 29, 2012 1:30 pm
Forum: [3.2/Rhea] Merged RFCs
Topic: [RFC]Quote link to quoted message
Replies: 47
Views: 146212

Re: [RFC]Quote link to quoted message

Are there more +1?
Developer team. May I develop this functionality?
by brunoais
Sun Jan 29, 2012 12:46 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Get rid of eval in javascript
Replies: 5
Views: 17543

[RFC|Merged] Get rid of eval in javascript

Ticket: http://tracker.phpbb.com/browse/PHPBB3-11008 Patch: https://github.com/phpbb/phpbb3/pull/904 Intorduction One of the things that we are getting rid of is the function eval() in the phpBB php core. But I still can't find if you are planning to get rid of eval in js too. My proposal is to rem...
by brunoais
Sun Jan 29, 2012 9:30 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] New front pages in extensions
Replies: 12
Views: 49394

Re: [RFC] New front pages in extensions

I was thinking: If the extension does not exist or if the extension is disabled, It would send a 303 See Other to the index.php or other significant place. Anyway, If we may get a problem like that, I think it's better if we create a page for the extensions. Some place (not the index.php... ext.php,...
by brunoais
Sun Jan 29, 2012 9:13 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Move inbox to top module in UCP Private Messages Tab
Replies: 23
Views: 24852

Re: [RFC] Move inbox to top module in UCP Private Messages T

Perhaps if the folders listing were moved above the Compose module link they would be loaded by default? But I'm not entirely sure how that works at the moment. That may be called wierd but the complete folders system is not a module. The folders is a complete separated system. It cannot be moved, ...
by brunoais
Sat Jan 28, 2012 11:41 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] New front pages in extensions
Replies: 12
Views: 49394

Re: [RFC] New front pages in extensions

... For instance, if I have a gallery MOD (which I don't, but let's just say I do) that would currently have a front-facing gallery.php file, how would that be handled? I guess this would make sense: Move phpBB/gallery.php to phpBB/ext/<ext>/gallery.php When phpBB/index.php?ext=gallery&action=<...
by brunoais
Sat Jan 28, 2012 10:41 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Move inbox to top module in UCP Private Messages Tab
Replies: 23
Views: 24852

Re: [RFC] Move inbox to top module in UCP Private Messages T

Bad news. The 3 things: Inbox, Outbox, Sent Messages Are not modules in the system, they are treated seperatly. It's impossible to rearrange them and get that effect. I studied the situation and the only solution I found is a way I don't like. Hammering the result. mcp.php (or anyone in the way of c...
by brunoais
Fri Jan 27, 2012 8:37 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Contact Page
Replies: 87
Views: 272048

Re: [RFC] Contact Page

That is entirely useless, the bot doesn't need to know any CSS at all. It just needs to know that we do that, and it can just send us the right HTTP request. You seem to forget that bots target phpbb, it's not just about bots that randomly fill all fields. That's because there's that randomizer for...
by brunoais
Fri Jan 27, 2012 3:40 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Contact Page
Replies: 87
Views: 272048

Re: [RFC] Contact Page

Well... there are anti bot systems that might work without captcha. Make a tree thingy in the form tag. Make CSS so that the last div inside the form tag is not displayed (no inline @class or @style) Put that div inside the form (it's the last child of the form) Inside that div: Place 2 inputs. 1 in...
by brunoais
Fri Jan 27, 2012 12:23 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] jQuery Mobile
Replies: 13
Views: 15084

Re: [RFC] jQuery Mobile

Instead of this, themes should be made in a way so that it contains @media types to be used when screens are smaller. I believe there should be no difference in the HTML between the mobile screens and the PC screens Most of the point in mobile styles is that they are smaller, and so load faster. Yo...
by brunoais
Thu Jan 26, 2012 11:24 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] jQuery Mobile
Replies: 13
Views: 15084

Re: [RFC] jQuery Mobile

Instead of this, themes should be made in a way so that it contains @media types to be used when screens are smaller.
I believe there should be no difference in the HTML between the mobile screens and the PC screens