Search found 89 matches

by sajaki
Thu May 23, 2013 1:35 pm
Forum: [3.x] Discussion
Topic: Extension Migrations - updating module_basename
Replies: 12
Views: 12790

Re: Extension Migrations - updating module_basename

hi,

Are there any 'official' guidelines yet on mod migration to 3.1 ?

Specifically,
  • will users be be forced to erase all prior MODs and DB changes prior to updating their boards ?
  • if not, are there wiki's on how to update mods to 'extensions' ?
by sajaki
Fri Apr 26, 2013 1:40 pm
Forum: [3.x] Discussion
Topic: Forum Section for Extension Development & Discussion
Replies: 6
Views: 11167

Re: Forum Section for Extension Development & Discussion

DavidIQ wrote:This will happen on phpBB.com soon after Alpha 1 is released.
great news ;)
by sajaki
Tue Apr 23, 2013 9:57 am
Forum: [3.x][Archive] RFCs
Topic: Separate registration from ucp.php
Replies: 10
Views: 11891

Re: Separate registration from ucp.php

In MVC, you can/will have multiple views by default. the controller decides which view to render, and the views have no knowledge about the controller(s).

So i agree that having just one index.php entrypoint looks a bit narrow.
by sajaki
Thu Feb 28, 2013 8:39 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Migrations
Replies: 122
Views: 188495

Re: [RFC] Migrations

1. Currently, if you run this and the 'Blog' category already exists, it will throw an exception.

Currently Migrations is very strict because we thought it was safer to let users deal with database issues (with support of course) than attempt to handle it automatically, which can lead to ...
by sajaki
Mon Feb 11, 2013 10:27 pm
Forum: [3.x] Discussion
Topic: 3.1 user extension topics
Replies: 1
Views: 2878

3.1 user extension topics

hi,

mods (Extensions) and styles are probably going to be the hottest topics once 3.1 gets released. where can we post [DEV] extensions / 3.1 styles until phpbb.com gets updated ?
by sajaki
Sun Feb 10, 2013 11:10 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Extensions
Replies: 113
Views: 286074

Re: [RFC|Merged] Extensions

imkingdavid wrote:You are welcome to take a look at the code for my topic prefixes extension. This is an example of using both PHP and Template events.
while phpbb 3.1 will require 5.3.3, your extension requires 5.4. is this intentional ?
by sajaki
Mon Feb 04, 2013 1:40 pm
Forum: [3.x][Archive] RFCs
Topic: Replace image buttons with css
Replies: 59
Views: 78763

Re: Replace image buttons with css

as long as we have the choice of specifying an image through css this change doesn't seem too harmful.
by sajaki
Thu Oct 18, 2012 9:15 pm
Forum: Chit Chat
Topic: Github DDOS'ed
Replies: 1
Views: 8206

Github DDOS'ed


Today – major interruption occurred

01:33 pm PST
"We are experiencing issues due to a DDOS attack, working hard to restore service"

01:17 pm PST
We're experiencing some connectivity issues at the moment. GitHub.com is currently unavailable while we resolve this.

01:05 pm PST
We are ...
by sajaki
Mon Oct 01, 2012 12:40 pm
Forum: [3.x][Archive] RFCs
Topic: Language vars for button text
Replies: 12
Views: 17478

Re: [RFC] Language vars for button text

... Currently the text for posting buttons is fixed ...
Is this what you had in mind? It does work and I'm sure you could change sprites and the font you want.
EDIT: Do note the code in those files are a little outdated so do merge with the latest carefully.

yes indeed. I didn't see that RFC but ...
by sajaki
Mon Oct 01, 2012 12:39 pm
Forum: [3.x][Archive] RFCs
Topic: Language vars for button text
Replies: 12
Views: 17478

Re: [RFC] Language vars for button text

the ie8 argument is moot. just give us the necessary template variables so the style designer can make that choice.