Search found 47 matches

by Un1matr1x
Thu Nov 07, 2013 2:59 pm
Forum: [3.x][Archive] RFCs
Topic: Use utf8mb4 and require MySQL 5.5.3 / MariaDB 5.5
Replies: 8
Views: 23380

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 . 1) Conclusion: MySQL and it’s internal working can be insanely complex. It’s important to never assume anything and test everything. Don’t convert everything to UTF-8 just becaus...
by Un1matr1x
Thu Nov 07, 2013 2:34 pm
Forum: [3.x][Archive] RFCs
Topic: Better Magic URLs
Replies: 26
Views: 35554

Re: [RFC] Better Magic URLs

Well..."pretty" URLs that have been proposed would sort of give away the topic title anyways and nobody really had a problem with it. In fact many users are almost begging for that to be part of the core. This definitely sounds like an interesting idea though. +1 and just add the Option t...
by Un1matr1x
Sun Nov 03, 2013 12:28 pm
Forum: General Development Discussion
Topic: Area51 navbar source code
Replies: 4
Views: 11015

Re: Area51 navbar source code

you might finde something here: https://github.com/phpbb/area51
by Un1matr1x
Sat Oct 26, 2013 2:39 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Add ACP link to the top of the index
Replies: 22
Views: 47151

Re: [RFC] Add ACP link to the top of the index

wintstar wrote:
In the patch, I do not see that the ACP link was removed in overall_footer.html.
which is intended
imkingdavid wrote:I'm fine with this, as long as we keep the current link in the bottom as well.[...]
imkingdavid wrote:[...](while also leaving the current link at the footer)[...]
by Un1matr1x
Wed Aug 28, 2013 2:33 pm
Forum: [3.2/Rhea] Merged RFCs
Topic: [RFC] Integrate s9e\TextFormatter
Replies: 168
Views: 434835

Re: [RFC] Integrate s9e\TextFormatter

You're presuming that people have the ability to edit their posts (or would even notice the problem after they post). If they get an error message and their post doesn't show up in the topic, that's pretty hard to ignore. Bugreport: I hit the [Submit]-Button and no post is shown now, what went wron...
by Un1matr1x
Fri May 31, 2013 3:29 pm
Forum: [3.x] Discussion
Topic: Multiquote or saved quotes
Replies: 13
Views: 21946

Re: Multiquote or saved quotes

And what about visually blind or visually impaired? Shouldn't they be able to use phpBB IV too? Ppl often just think about voluntary disabled js/css but there are also ppl that cann't take advantage from stuff like this ... http://en.wikipedia.org/wiki/Screen_reader#Web-based_screen_readers This rev...
by Un1matr1x
Thu May 23, 2013 2:52 pm
Forum: [3.x] Discussion
Topic: Extension Migrations - updating module_basename
Replies: 12
Views: 12664

Re: Extension Migrations - updating module_basename

sajaki wrote:...
  • if not, are there wiki's on how to update mods to 'extensions' ?
https://github.com/nickvergessen/howto- ... phpbb31ext might help you
by Un1matr1x
Wed May 22, 2013 2:44 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Allow customisation of "Board index"
Replies: 28
Views: 51661

Re: [RFC|Merged] Allow customisation of "Board index"

... the only difference being that "board" sounds a lot more 1990s. Aren't the '90s coming back to be "cool/tide/groovy/..." (not sure what hipsters, like you, are curently using)? phpBB could also use the word gramophone instead of media player , but that wouldn't make it the h...
by Un1matr1x
Mon May 13, 2013 3:32 pm
Forum: [3.x] Discussion
Topic: Loading font from external website
Replies: 35
Views: 71603

Re: Loading font from external website

There are GPL-Fonts, f.e. http://www.fonts2u.com/category.html?pg=1&ptext=&size=&orderby=downloads&ascdesc=desc&rpp=10&id=&ch=&sp=&sub=Suchen&ft=&l=1&p%5B%5D=1&p%5B%5D=2&p%5B%5D=3&d=&w=&wd=&fc= an just the "first" Free...
by Un1matr1x
Sun May 12, 2013 5:29 pm
Forum: General Development Discussion
Topic: Git push account - for shared work
Replies: 6
Views: 19464

Re: Git push account - for shared work

Just as an idea form another open source project and there chat: {20:38:43} [@DGandalf] kylef: btw, how did you attach commits to someone else's pull request (who even doesn't have any commit there)? {20:39:37} [kylef] hub pull-request -i 138 {20:39:53} [kylef] there is no UI for it, but it's in the...