backdrop-issues icon indicating copy to clipboard operation
backdrop-issues copied to clipboard

Drupal 7.44 to 7.50 commits: crossport or mark as NA.

Open serundeputy opened this issue 9 years ago • 29 comments

Separately:


git command:

git log 7.44..7.50 --reverse --no-merges --pretty=format:"- [ ] | #xx | [%h](http://drupalcode.org/project/drupal.git/commit/%H) | [%s](http://drupal.org/node/)"

REGEX: Find: (Issue #)(\w\w+)(.*?)(node\/) Replace: $1$2$3$4$2

serundeputy avatar Jul 09 '16 22:07 serundeputy

Thanx for putting the list together @serundeputy. You beat me to it 😄

I'm still on vacation with my girls, so not much time, but I'll try my best to grab any low-hanging fruits and also review others' PRs. Note that my reviews should be considered only a second-pair-of-eyes look-through though.

klonos avatar Jul 10 '16 01:07 klonos

I think this is NA for backdrop since files are auto-uploaded when we select them.

Yep, that is the case. Good call on setting this to NA. Thanx for double-checking on top just to be sure (was about to do that myself).

klonos avatar Jul 10 '16 01:07 klonos

This issue is in 1.4.3 milestone. But 1.4.3 was released 17 days ago. @serundeputy maybe you mean 1.4.4 ?

Gormartsen avatar Jul 10 '16 11:07 Gormartsen

My bad 😄, thanx @serundeputy

klonos avatar Jul 10 '16 12:07 klonos

@jenlampton looks like you guys have already started going though them. sprint++;

serundeputy avatar Aug 07 '16 17:08 serundeputy

Moot; https://github.com/backdrop/backdrop/pull/1034/commits/977cfd7397862df9334784e4b190a35ab31f333b Thanks @jenlampton

This isn't actually moot, I did some work on that other D7 issue recently and realized that I missed one of the strings. Committed a new PR to address this same update at https://github.com/backdrop/backdrop/pull/1473

jenlampton avatar Aug 07 '16 17:08 jenlampton

Yep @serundeputy I decided it was worth doing for myself anyway, good for me to know what went into 1.50 :)

jenlampton avatar Aug 07 '16 18:08 jenlampton

I wish I had time to grab some of these 😞

klonos avatar Aug 08 '16 15:08 klonos

All PRs that have been filed for this have either been merged or reviewed. We'll probably get 1.4.4 out tomorrow and continue any remaining items for the next bugfix release. Feature-items such as the new field permissions, X-Frame-Options, and the full UTF-8 database support will go into 1.5.0 (1.x) as we get them finished.

quicksketch avatar Aug 16 '16 05:08 quicksketch

Returning to this issue.

New PR for the clickjacking issue: https://github.com/backdrop/backdrop/pull/1885 Change record ready: https://api.backdropcms.org/node/44961

jenlampton avatar May 11 '17 22:05 jenlampton

I left a couple of comments on the PR @jenlampton

klonos avatar May 14 '17 05:05 klonos

...btw, I get "access denied" when trying to access unpublished change records on api.b.org. Can someone please fix that for me so that I can be able to review. Thanx in advance.

klonos avatar May 14 '17 05:05 klonos

https://github.com/backdrop/backdrop/pull/1886 RTBC 👍 ...the php53 test failure is random; another manifestation of #2202

klonos avatar May 14 '17 05:05 klonos

Left comments in https://github.com/backdrop/backdrop/pull/1887/files (drupal* -> backdrop*)

klonos avatar May 14 '17 05:05 klonos

...also a review for https://github.com/backdrop/backdrop/pull/1888

klonos avatar May 14 '17 06:05 klonos

Thanks @klonos for the reviews. I've merged the ready ones. https://github.com/backdrop/backdrop/pull/1887 and https://github.com/backdrop/backdrop/pull/1888 need work.

quicksketch avatar Aug 06 '17 22:08 quicksketch

Simple PR to address Drupal's 2364343: https://github.com/backdrop/backdrop/pull/1974 about robots.txt to allow css/js/images.

opi avatar Aug 31 '17 21:08 opi

RTBC @opi's PR ^^

klonos avatar Sep 03 '17 02:09 klonos

@jenlampton do you have the capacity to take a look at the 2 PRs mentioned by @quicksketch a couple of comments above? I have left some comments in them (mostly drupal to backdrop renames).

klonos avatar Sep 03 '17 02:09 klonos

sure, looking now.

jenlampton avatar Sep 03 '17 02:09 jenlampton

I pushed one last PR for these commits: https://github.com/backdrop/backdrop/pull/2001 The only one I couldn't immediately figure out is Various bugs with PHP 5.5 imagerotate(), including when incorrect color indices are passed in because we already made a bunch of changes to GD support in Backdrop. I was tempted to try to add the test and see if Backdrop has the same problems, but even the way the tests work is a little different. So, in the hopes to get as many of these in as possible I opened another issue were we can work on that separately: https://github.com/backdrop/backdrop-issues/issues/2844

jenlampton avatar Sep 10 '17 22:09 jenlampton

The remaining two PRs, https://github.com/backdrop/backdrop/pull/1887 and https://github.com/backdrop/backdrop/pull/1888 have failing tests. Getting really close here!

quicksketch avatar Oct 26 '17 19:10 quicksketch

The remaining two PRs have been updated and are ready for review again.

jenlampton avatar Jan 04 '18 21:01 jenlampton

I've merged https://github.com/backdrop/backdrop/pull/1885 (click jacking defense) into 1.x only, as this introduces a minor API difference. I updated the change record to reflect the version being 1.9.0.

quicksketch avatar Jan 14 '18 22:01 quicksketch

And https://github.com/backdrop/backdrop/pull/1888 has now been merged as well! It had one failing test for which I pushed a final update. Merged into 1.x and 1.8.x.

Looks like that's the final one for this issue. Great job on completing these tough last ports! I'll be so happy to announce these ports complete during the next weekly meeting. :smile:

quicksketch avatar Jan 15 '18 02:01 quicksketch

@quicksketch Looks like https://github.com/backdrop/backdrop/pull/1887 was missed and is still open/unmerged...

ghost avatar Feb 13 '22 11:02 ghost

Based on @jenlampton's PR which I've closed, I've filed 3 separate PRs for the things we missed:

  • https://github.com/backdrop/backdrop/pull/4460
  • https://github.com/backdrop/backdrop/pull/4461
  • https://github.com/backdrop/backdrop/pull/4462

I've updated the issue summary, and for visibility I removed the "fixed" label and changed the milestone to the next bug fix release.

klonos avatar Jun 16 '23 11:06 klonos

Shoot, I hoped we could close out this issue, but there are some issues with https://github.com/backdrop/backdrop/pull/4461.

I did merge https://github.com/backdrop/backdrop/pull/4460 and https://github.com/backdrop/backdrop/pull/4462, which both looked good.

So we have just one lingering issue here. Maybe 1.28.2 :crossed_fingers:

quicksketch avatar Jun 24 '24 01:06 quicksketch

Reopening for that last remaining issue to stay within our radar

klonos avatar Jun 24 '24 02:06 klonos

The last issue in this was actually ported in a dedicated issue: https://github.com/backdrop/backdrop-issues/issues/6426 and was completed back in Backdrop 1.28.3. Yay, we can finally close this one.

quicksketch avatar Oct 06 '24 04:10 quicksketch