Search found 89 matches

by sajaki
Sun May 11, 2014 8:34 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] drag and drop image insertion
Replies: 18
Views: 52516

[RFC] drag and drop image insertion

In the github commenting system you can drag a png image to the posting area and it will automatically be uploaded to a cloud and inserted in the post. Something similar could be done for phpbb and you would end up with a [img]url[/img] in your post without having to do the browse / insert into post ...
by sajaki
Mon Apr 21, 2014 10:24 am
Forum: [3.x] Discussion
Topic: MPV tool for Extensions
Replies: 2
Views: 3698

MPV tool for Extensions

hi,

Will you make an "Extension checker", like there is currently for ModX at the MOD pre validator https://www.phpbb.com/mods/mpv ? That would be useful.
by sajaki
Sat Feb 22, 2014 8:58 pm
Forum: [3.x] Rejected RFCs
Topic: Calendar with events.
Replies: 26
Views: 91958

Re: Calendar with events.

i did a 3.0 calendar which should be portable to 3.1 as it was done in oop fashion.
by sajaki
Sun Feb 09, 2014 2:06 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Extension Managment using Composer
Replies: 27
Views: 55063

Re: [RFC] Extension Managment using Composer

you need shell access to run php composer.phar install, since that's not available on shared hosting i see an issue.
by sajaki
Mon Jan 27, 2014 1:33 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Rely on Intl and mbstring, use patchwork/utf8 as fallback
Replies: 3
Views: 8592

Re: [RFC] Rely on Intl and mbstring, use patchwork/utf8 as fallback

Intl is already a requirement for Symfony2 so integrating this in phpbb3.1 should be a logical step. however, intl and ICU is frequently not a part of the php stack so you have to add it yourself, which is not evident. i had to patch my mamp install to add those extensions.
by sajaki
Tue Jan 14, 2014 9:22 pm
Forum: [3.x][Archive] RFCs
Topic: Stop disabling super globals
Replies: 33
Views: 114026

Re: Stop disabling super globals

i once backported the 3.2 ascraeus new request class into 3.0 to overcome the 3 levels limit of the 3.0 request class, and indeed, re-enabling the superglobals was necessary hackery afterwards.
by sajaki
Mon Jan 13, 2014 4:54 pm
Forum: [3.x][Archive] RFCs
Topic: Stop disabling super globals
Replies: 33
Views: 114026

Re: Stop disabling super globals

hi,
does this mean that in 3.1, this isset ( $_POST ['templatevariable'] won't work because there's no $_POST array anymore ?
by sajaki
Wed Nov 06, 2013 3:38 pm
Forum: [3.x][Archive] RFCs
Topic: Use utf8mb4 and require MySQL 5.5.3 / MariaDB 5.5
Replies: 8
Views: 23839

Re: Use utf8mb4 and require MySQL 5.5.3 / MariaDB 5.5

-1

I'm generally not in favor of using utf-8 fields in indexes. it's bad db design. for a longer explanation, see this.
by sajaki
Fri Oct 18, 2013 9:10 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Replace Verbiage For User Control Panel In Overallheader
Replies: 37
Views: 65649

Re: [RFC] Replace Verbiage For User Control Panel In Overallheader

Ok, but drop the "manage", i think just "Account" should be enough. And you could also replace the word with an appropriate "person" icon. abit like this on the Oracle site.
Capture.PNG
Capture.PNG (2.35 KiB) Viewed 15677 times
by sajaki
Sun Sep 01, 2013 1:25 pm
Forum: [3.0/Olympus] Discussion
Topic: Releasing 3.0.12
Replies: 53
Views: 189721

Re: Releasing 3.0.12

sajaki wrote:is it compatible with automod ?
it works, i just tested 3.0.12rc2 with automod 1.0.2