Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Apr 2013 at 18:51 UTC
Updated:
29 Jul 2014 at 22:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerLet's see whether the tests are working.
Comment #3
oresh commented#1: drupal-1970136-1.patch queued for re-testing.
Comment #4
oresh commentedBefore applying the patch the 'More link' in pager section:
Was set to Yes, but no link on the bottom of the view did not appear.
After applying the patch if showed me the link with correct text and link.
The "Display 'more' link only if there is more content" also works correctly. When enabled, and displaying 1 item on a page, i get it everywhere except the last page (as intended).
Doesn't get duplicated, markup is ok. So RTBC.
Thaks.
Comment #6
dawehnerForgot to add the config file.
PHP is really odd:
This html is read by simplexml into:
Comment #7
joelpittet#1 seems to fix the problem though I am not about the testbot failure, nor the intention behind converting some of the tests to private test functions...
Comment #8
thedavidmeister commentedthe testbot failed because of a fatal error in a test introduced by the patch.
Comment #9
dawehner#1: drupal-1970136-1.patch queued for re-testing.
Comment #11
joelpittet@dawehner #6 references you are missing a yml file for 'test_display_more' and left and not sure if the test is fully finished with the private function changes I think were done for testing?
Comment #12
dawehnerRight I forgot to add the file, though I have no idea why this xpath doesn't return the actual link title.
Maybe someone can help.
Comment #14
olli commentedThat xpath looks good to me, but there is some spaces from views-more.tpl.php. Added trim().
Comment #15
olli commentedComment #17
olli commented#14: drupal-1970136-14.patch queued for re-testing.
Comment #18
joelpittetGreat work guys!
Comment #19
alexpottCommitted 91e164e and pushed to 8.x. Thanks!