Search found 27 matches

by doktornotor
Thu Dec 29, 2011 12:18 am
Forum: General Development Discussion
Topic: Moving away from Jira
Replies: 19
Views: 27908

Re: Moving away from Jira

Just one minute to share my experience: 1/ Had to Google and search the other tracker to find out that I do not need to register (which was pretty much impossible anyway due to totally broken registration hint) 2/ Attachments not working (tried with FF and Chrome latest versions), pick up the file, ...
by doktornotor
Wed Dec 28, 2011 11:53 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Better handling of debug errors and notices
Replies: 4
Views: 7099

Re: [RFC] Better handling of debug errors and notices

callumacrae wrote:Alternatively, you could just disable debugging. Debugging is not supposed to be enabled on a live board.
That too, thanks... With this approach, loads of bugs would never get reported and fixed, since there is no replacement for "tested on users". ;)
by doktornotor
Wed Dec 28, 2011 10:09 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Better handling of debug errors and notices
Replies: 4
Views: 7099

[RFC] Better handling of debug errors and notices

Not sure whether you are familiar with the Debug Errors and Notices mod, but I find it extremely useful for development/testing purposes - mainly you can enable DEBUG and EXTRA DEBUG to trace all the errors/notices without flooding the users with the debug stuff and crippling the display of the foru...
by doktornotor
Sun Dec 25, 2011 9:14 pm
Forum: [3.0/Olympus] Styling
Topic: stylesheet.css code change 3.0.9 to 3.0.10 RC3
Replies: 12
Views: 49609

Re: stylesheet.css code change 3.0.9 to 3.0.10 RC3

nextgen wrote:Still do not understand what I say. I still do not understand?
Well, then leave the file alone and find something else to mess with. Or have some sleep and try again later. It should be exactly as it is.
by doktornotor
Sun Dec 25, 2011 9:07 pm
Forum: [3.0/Olympus] Styling
Topic: stylesheet.css code change 3.0.9 to 3.0.10 RC3
Replies: 12
Views: 49609

Re: stylesheet.css code change 3.0.9 to 3.0.10 RC3

Eh, what is wrong with it?! :? These instructions Friend :) Sorry, STILL do not get what the heck is wrong with that. The instructions are perfectly fine and so is the file. 3.0.9 /* phpBB 3.0 Style Sheet -------------------------------------------------------------- Style name: proSilver Based on ...
by doktornotor
Sun Dec 25, 2011 8:38 pm
Forum: [3.0/Olympus] Styling
Topic: stylesheet.css code change 3.0.9 to 3.0.10 RC3
Replies: 12
Views: 49609

Re: stylesheet.css code change 3.0.9 to 3.0.10 RC3

nextgen wrote:That thought, in the code change is wrong. :roll:
Eh, what is wrong with it?! :?
by doktornotor
Sun Dec 25, 2011 9:55 am
Forum: [3.0/Olympus] Discussion
Topic: Deleting System..
Replies: 18
Views: 35444

Re: Deleting System..

You both do have a point. But, considering that the last person registered is NOT An important member, and just a spammer. No one would have a link bookmarked to the person, considering it must be just a spammer. It should be deleted and be seen as it was never there. Just my opinion, its ok if oth...
by doktornotor
Sat Dec 24, 2011 9:26 am
Forum: [3.0/Olympus] Discussion
Topic: Stop cutting off images when "too" wide...
Replies: 9
Views: 21396

Re: Stop cutting off images when "too" wide...

canonknipser wrote:But in my opinion resizing is much better than having a scrollbar
Yeah, horizontal scrollbars are horrible and break the entire layout.
by doktornotor
Thu Dec 22, 2011 10:35 pm
Forum: [3.0/Olympus] Discussion
Topic: Stop cutting off images when "too" wide...
Replies: 9
Views: 21396

Re: Stop cutting off images when "too" wide...

That's a bad solution. It will affect all images, not only images in posts, including custom logos, ads, etc. If you want to resize image, add code for .postbody img Well, when your logos/ads end up being cut off, you have a bigger problem I guess? :D Ideally, you should get a full sized image popu...
by doktornotor
Thu Dec 22, 2011 10:21 pm
Forum: [3.0/Olympus] Discussion
Topic: Releasing unified diffs
Replies: 4
Views: 11197

Re: Releasing unified diffs

Oleg wrote: Edit: if we do provide diffs in context format then I have no idea why.
Yeah, the packages called *-patch.{zip,tar.bz2} only consist of context diffs. (diff -x images -crNEB) ;)