Search found 27 matches
- Thu Dec 22, 2011 7:17 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Releasing unified diffs
- Replies: 4
- Views: 11197
Re: Releasing unified diffs
Well, doing something similar ATM... Was more like wondering why the unidiff format is not used instead of the context ones. Not really sure how many people end up patching files manually, however the current format sucks for that purpose and for readability as well.
- Thu Dec 22, 2011 4:23 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB 3.0.10 Release Candidate 3 published
- Replies: 11
- Views: 28234
Re: phpBB 3.0.10 Release Candidate 3 published
No, it does not change anything functionality-wise.
- Thu Dec 22, 2011 11:09 am
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB 3.0.10 Release Candidate 3 published
- Replies: 11
- Views: 28234
Re: phpBB 3.0.10 Release Candidate 3 published
OK, thanksbantu wrote:It was a revert, so we also reverted the whitespace changes. There is no point in just leaving whitespace changes in the 3.0.9-to-3.0.10 diff.
- Thu Dec 22, 2011 9:31 am
- Forum: [3.0/Olympus] Discussion
- Topic: Releasing unified diffs
- Replies: 4
- Views: 11197
Releasing unified diffs
Could someone please spend a couple of minutes explaining why the patchsets are not using unified diff format either by default, or why there is not an option to download the updates in that format? There are good reason why unidiff is a de-facto requirement when submitting patches to many open-sour...
- Thu Dec 22, 2011 9:15 am
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB 3.0.10 Release Candidate 3 published
- Replies: 11
- Views: 28234
Re: phpBB 3.0.10 Release Candidate 3 published
Are all those whitespace changes in
editor.js
really intentional (most of them reverting the RC2 ones AFAICT and being rather inconsistent with the rest of the code) or a result of someone producing a couple-lines of patch in a differently set editor?- Wed Dec 21, 2011 6:25 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...
Sure thing, will do ASAP.
- Wed Dec 21, 2011 5:41 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Stop cutting off images when "too" wide...
- Replies: 9
- Views: 21396
Stop cutting off images when "too" wide...
Really cannot believe this still has not been fixed. Open: styles/prosilver/theme/common.css Find: img { border-width: 0; } Replace with: img { border-width: 0; max-width: 100%; } This is extremely annoying when people post screenshots, the issue can be seen in loads of thread on the forum here.