Search found 107 matches

by Michaelo
Wed Jul 04, 2012 8:42 pm
Forum: [3.0/Olympus] Discussion
Topic: phpBB 3.0.11 Release Candidate 1 published
Replies: 41
Views: 87846

Re: phpBB 3.0.11 Release Candidate 1 published

Yep, that's it... Guess I should have checked the phpBB git first ;)
by Michaelo
Wed Jul 04, 2012 5:16 pm
Forum: [3.0/Olympus] Discussion
Topic: phpBB 3.0.11 Release Candidate 1 published
Replies: 41
Views: 87846

Re: phpBB 3.0.11 Release Candidate 1 published

Just to note 3.0.11RC1 doesn't install with quickinstall... also tried the git version of qi...
Error: Fatal error: Function name must be a string in ***\includes\functions_install.php on line 100
by Michaelo
Fri Jun 01, 2012 2:50 am
Forum: [3.x] Rejected Event Requests
Topic: [RFC|Rejected] hook_template_snippet
Replies: 8
Views: 42497

Re: [RFC|Rejected] hook_template_snippet

18 months for a reply... that's gota be a record ;)
by Michaelo
Sat May 26, 2012 8:28 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Rounded corners via css
Replies: 51
Views: 97638

Re: [RFC|Merged] Rounded corners via css

I have designed may styles and ported hundreds more over the last few years... lazy! I think not... my job! definitely not...
hanakin wrote:modern coding methods/standards/practices
It is precisely because this range of browsers do not adhere to coding standards that many of the issues arise...
by Michaelo
Fri May 25, 2012 3:17 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] MOD Installation
Replies: 30
Views: 60097

Re: [RFC] MOD Installation

Surely with the long awaited hook system, it should be entirely possible to rewrite every mod removing the need to edit any core file... thereby allowing Automod to concentrate on more important tasks...
by Michaelo
Thu May 24, 2012 7:16 am
Forum: [3.x] Discussion
Topic: Dependency Management: Composer
Replies: 104
Views: 442410

Re: Dependency Management: Composer

Somehow I managed to loose it but of course I see it now... apologies...
Not a wasted exercise, at least I know how to create it now... ;)
by Michaelo
Wed May 23, 2012 12:44 pm
Forum: [3.x] Discussion
Topic: Dependency Management: Composer
Replies: 104
Views: 442410

Re: Dependency Management: Composer

As no default composer.json exists I built using... php composer.phra init Added: symfony/event-dispatcher": "2.0.* as I don't see any reference to required dependencies... I'm not even sure if this is required in order to install and test, don't remember it being required previously... Th...
by Michaelo
Wed May 23, 2012 10:39 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Rounded corners via css
Replies: 51
Views: 97638

Re: [RFC|Merged] Rounded corners via css

Life is too short to spend valuable time adding browser specific code especially when the user base is diminishing daily... I don't personally support adding unnecessary javascript code just to support a single browser's inadequacies... If during development you choose to ignore international standa...
by Michaelo
Sun Oct 23, 2011 8:44 pm
Forum: [3.0/Olympus] Discussion
Topic: Releasing 3.0.10
Replies: 53
Views: 108081

Re: Releasing 3.0.10

Got to admit I love what's happening in 3.1... just wish we could get there quicker, then again I also can't wait for 4 ;)
by Michaelo
Sat Sep 24, 2011 1:10 am
Forum: [3.x] Discussion
Topic: 3.1 Status
Replies: 26
Views: 63254

Re: 3.1 Status

I managed to track down the source of the problem and correct it... (It resulted in 'Connection closed by remote server', giving no hint as to the problem) Strangely enough it appears code specific insofar as it's difficult to reproduce unless I use the exact same code... A little more investigation...