Search found 115 matches

by AmigoJack
Fri May 06, 2011 2:09 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Switch to PHP timezone handling
Replies: 95
Views: 197906

Re: [RFC|Accepted] Switch to PHP timezone handling

JS cannot tell you if DST is in effect. Your phpbb_preselect_tz_select() calls .getTimezoneOffset() , which gives me for GMT +0100 (DST) = CEST the value -120 . So the JS function does what its name suggests: it gives you literally only the offset. Everybody can check it himself by entering this in ...
by AmigoJack
Fri May 06, 2011 6:35 am
Forum: [3.x] Discussion
Topic: - Ideas for phpBB 3.2 -
Replies: 25
Views: 49948

Re: - Ideas for phpBB 3.2 -

Why would a BBcode for left align be any useful if the text is left in normal state? xD For the same reason as it exists for CSS: to give an inner element a left alignment again, while his outer element has already a non-left alignment. ;)


I'd like to see a more consequent implementation:
Use ...
by AmigoJack
Thu May 05, 2011 3:36 pm
Forum: [4.x] Discussion
Topic: Default Editor - BBCode Shortcuts
Replies: 14
Views: 67631

Re: Default Editor - BBCode Shortcuts

phpBB already supports accelerator keys: with MSIE or FFOX on Windows you can hit ALT+B for clicking the Bold-button. With OPER it's not that easy ( SHIFT+ESC , then press the key of choice) unless you use an extension which enables you to do the same with ALT+SHIFT+B . While "accelerator keys" is ...
by AmigoJack
Thu May 05, 2011 3:33 pm
Forum: General Development Discussion
Topic: Jira tips and tricks
Replies: 3
Views: 20160

Re: Jira tips and tricks

For a JIRA search I have the following user roles:
  • Assignee
  • Reporter
  • Voter
  • Watcher
How am I able to find tickets where I just made a comment? I can only "manually" view my profile activity for getting that...
by AmigoJack
Thu May 05, 2011 5:58 am
Forum: General Development Discussion
Topic: Release highlights (aka user changelog)
Replies: 1
Views: 6340

Re: Release highlights (aka user changelog)

Wiki is a good choice, since one can still start just dumping all the tickets, while others are free to augment the article. Also half a year later when a feature is still not listed it can be added easily. Also it would help popuplating the wiki.