Hi there,

We're about to deploy this module on drupal.org (lucky you!). ;) See these issues for more:
#1066324: Use views_litepager for versioncontrol commitlog views
#1068490: Use views_litepager as pager for all views

I've been tasked with getting this module in shape for deployment. Local testing revealed a handful of PHP notices that appear regularly as soon as you enable the module and start using it. I'll post a patch in a few minutes, just wanted to get the issue open about it.

CommentFileSizeAuthor
#1 1072068-1.views_litepager_php_notices.patch1.31 KBdww
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dww’s picture

Status: Active » Needs review
FileSize
1.31 KB
nrambeck’s picture

Great. The patch looks fine to me. I ran it through my local environment. After giving the module a fresh once-over, the only other thing I see is that it doesn't have a dependency on Views defined in the .info file. I'm not sure if that is necessary or not. Nothing breaks if Views is not installed, but obviously the module is useless without Views.

Is this patch something that needs to be committed right away? Let me know.

dww’s picture

For today's deployment, I imported your 6.x-2.1 release into our vendor branch deployment system, merged it into our site-specific branch, and committed my patch as a local modification for our site. So no, there's no urgent rush for a 6.x-2.2 release. But yeah, if you wanted to commit this upstream, that's great.

Thanks!
-Derek

dww’s picture

p.s. No, I don't think you care about the views dependency in the .info file. I noticed that, too, but didn't think it was a problem. I guess it doesn't hurt to add it to be explicit about the dependency, but nothing actually blows up if you have this module and not views. Your call. No strong feeling here. ;)

Thanks,
-Derek

webchick’s picture

Status: Needs review » Reviewed & tested by the community

Drupal.org is running this patch, so it appears to be working. :)

hunmonk’s picture

Status: Reviewed & tested by the community » Fixed
nrambeck’s picture

Yes, thanks. I also just pushed out a new release that includes this patch.

Status: Fixed » Closed (fixed)
Issue tags: -git phase 2, -git sprint 10

Automatically closed -- issue fixed for 2 weeks with no activity.