Another one where page handlers aren't a large chunk of the file. Ah well.

CommentFileSizeAuthor
#7 filter_21.patch31.19 KBCrell
#6 filter_20.patch31.19 KBCrell
#4 filter_19.patch31.18 KBCrell
#2 filter_18.patch31.18 KBCrell
filter_17.patch24.36 KBCrell
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Status: Needs review » Needs work

This patch no longer applies ...

Crell’s picture

Priority: Normal » Critical
Status: Needs work » Needs review
FileSize
31.18 KB

Take 2. Bumping to critical since this is a required module.

Wim Leers’s picture

On a fresh HEAD checkout, this happens:

patching file modules/filter/filter.admin.inc
patching file modules/filter/filter.module
Hunk #5 FAILED at 294.
Hunk #6 succeeded at 318 (offset 5 lines).
1 out of 6 hunks FAILED -- saving rejects to file modules/filter/filter.module.rej

Crell’s picture

FileSize
31.18 KB

Bah! People need to stop fixing bugs when I'm rearranging code. :-)

Wim Leers’s picture

Status: Needs review » Needs work

Testing all input filter admin/user forms and the filter tips revealed no issues.

Coding/commenting style issues:

filter.admin.inc:
- line 10: should wrap at column 78, no dot at the end of the sentence, "Displays" shouldn't be capitalized on the first character.
- line 303: "@seefilter..." should be "@see filter..."
- (very minor) lines 24, 42, 306, 327: needs a dot at the end

Crell’s picture

Status: Needs work » Needs review
FileSize
31.19 KB

The periods and such aren't part of this issue, but I've been cleaning up docs otherwise with these patches so what the heck.

Crell’s picture

FileSize
31.19 KB

Keeping up with HEAD. Again, I'm kinda worried that nothing seems to have broken. :-)

Dries’s picture

Status: Needs review » Fixed

We need filters on nearly all pages so let's make sure to slice this up.

Anonymous’s picture

Status: Fixed » Closed (fixed)