Making WordPress.org

Opened 9 years ago

Closed 9 years ago

#1345 closed defect (bug) (duplicate)

Handbook page revisions are broken

Reported by: johnbillion's profile johnbillion Owned by: ocean90's profile ocean90
Milestone: Priority: normal
Component: Handbooks Keywords:
Cc:

Description

Navigating through revisions of handbook pages using the revisions browser appears to be broken. Moving between revisions fades out the current revision but does nothing else.

Example: https://make.wordpress.org/core/wp-admin/revision.php?revision=15448

Not had time to investigate it beyond checking that revisions work fine on regular posts on the same site.

Change History (6)

#1 @SergeyBiryukov
9 years ago

Tested a bit, and revisions on other handbook pages work as expected:
https://make.wordpress.org/core/wp-admin/revision.php?revision=14715

The "PHP Documentation Standards" page loads any revision older than 7123, but a request for newer revisions just hangs:
https://make.wordpress.org/core/wp-admin/revision.php?revision=7123 (works)
https://make.wordpress.org/core/wp-admin/revision.php?revision=7243 (hangs)

#2 @ocean90
9 years ago

E_ERROR: /wp-includes/wp-diff.php:401 - Maximum execution time of 100 seconds exceeded*​
Maximum execution time of 100 seconds exceeded
File: /home/wporg/public_html/wp-includes/wp-diff.php
Line: 401
Source: GET https://make.wordpress.org/core/wp-admin/revision.php?revision=7243?revision=7243
Referer: https://meta.trac.wordpress.org/ticket/1345

This ticket was mentioned in Slack in #meta by ocean90. View the logs.


9 years ago

#4 @ocean90
9 years ago

  • Owner set to ocean90
  • Status changed from new to reviewing

#5 @ocean90
9 years ago

Core ticket: #WP35667

#6 @ocean90
9 years ago

  • Keywords needs-testing removed
  • Resolution set to duplicate
  • Status changed from reviewing to closed

See core ticket.

Note: See TracTickets for help on using tickets.