Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 12:12 UTC
Updated:
20 Jun 2009 at 10:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
dries commentedWelp. Should we write a test for this?
Comment #2
tobiasbok, now with a small test.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks1
Comment #4
dries commentedI had to roll this patch back. Broke my environment. Need to investigate.
Comment #5
dave reidThere also needs to be a t() around 'Rebuild permissions' in
l('Rebuild permissions', 'admin/reports/status/rebuild').Comment #6
dave reidWierd. The commit logs show a change to a description line that was not included in the patch:
http://cvs.drupal.org/viewvc.py/drupal/drupal/modules/node/node.module?r...
Comment #7
JamesAn commentedInserted the t().
We need this committed asap as all the patches are failing at the "Node Access Rebuild" test.
Comment #9
JamesAn commentedOops. Didn't realize that node.test wasn't rolled back along with node.module. This should work.
Comment #11
JamesAn commentedSilly strings. The reversion wasn't exact, in that it changed the description line:
'Rebuild permissions' to 'Rebuild Permissions', which broke the rebuild permissions test as the link clicks are case sensitive.
This patch should fix it all. Phew.
Comment #12
webchickThanks. Committed this too. Tentatively switching testing bot back on...
Comment #13
tobiasbgetInfo() must be static in E_STRICT Modus.
Comment #14
tobiasbComment #15
dries commentedCommitted to CVS HEAD. Thanks.
Sorry for messing up -- I 'corrected' those link titles manually.