Posted by tobiasb on June 5, 2009 at 12:12pm
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | node.module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
See the patch
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| drupal-node_access_rebuild.patch | 580 bytes | Idle | Passed: 11838 passes, 0 fails, 0 exceptions | View details |
Comments
#1
Welp. Should we write a test for this?
#2
ok, now with a small test.
#3
Committed to CVS HEAD. Thanks1
#4
I had to roll this patch back. Broke my environment. Need to investigate.
#5
There also needs to be a t() around 'Rebuild permissions' in
l('Rebuild permissions', 'admin/reports/status/rebuild').#6
Wierd. 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...
#7
Inserted the t().
We need this committed asap as all the patches are failing at the "Node Access Rebuild" test.
#8
The last submitted patch failed testing.
#9
Oops. Didn't realize that node.test wasn't rolled back along with node.module. This should work.
#10
The last submitted patch failed testing.
#11
Silly 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.
#12
Thanks. Committed this too. Tentatively switching testing bot back on...
#13
getInfo() must be static in E_STRICT Modus.
#14
#15
Committed to CVS HEAD. Thanks.
Sorry for messing up -- I 'corrected' those link titles manually.
#16
Automatically closed -- issue fixed for 2 weeks with no activity.