I got tired of hunting through the block admin page for the block I wanted so I went and changed so it is organized by left region, right region, and disabled. Looks a lot like the permissions admin page, especially since it uses the same styles.

And there were two copies of this $row = array(...); chunk, which was a bit weird. So that gets removed too.

CommentFileSizeAuthor
#5 block.module_8.diff769 bytesdrumm
#2 block.module_7.diff3.39 KBdrumm
block.module_6.diff3.44 KBdrumm

Comments

drumm’s picture

Oh yeah.. throttle can disappear. And that other patch I made slipped in.

Here is a better one.

drumm’s picture

StatusFileSize
new3.39 KB
dries’s picture

Committed to HEAD.

Mad Maks’s picture

typo: Right sidabar

drumm’s picture

Title: Organize block admin page by region » Typo on block admin page
StatusFileSize
new769 bytes

Yep, there was a typo. Good call on changing 'region' to 'sidebar'.

dries’s picture

Committed to HEAD.

Stefan Nagtegaal’s picture

Please after typo corrections, update also the related *.po files which are in the contributions...

Setting status to patch again untill this gets fixed..

gábor hojtsy’s picture

Stefan, there is no reason to update PO files one by one for every single string change. The 4.6.0 RC is going to have more string changes, possibly more string changes than one a day. It is not feasible to update the po files all the time.

gábor hojtsy’s picture

Anonymous’s picture