CVS edit link for jerodfritz

I created a module called views_infinite_scroll that is a pager plugin for Views 3 (similar to how pager works on twitter). The module was inspired after the Views for Developers session at DrupalCon by crell. The project is currently hosted on git until i get a cvs account.

You can read about the module here
http://www.centogram.com/project/drupal-infinite-scroll-pager-plugin-vie...

An example can be demo'd here
http://demo.centogram.com/infinite-scroll

CommentFileSizeAuthor
#1 views_infinite_scroll.zip62.64 KBjerodfritz

Comments

jerodfritz’s picture

StatusFileSize
new62.64 KB

The most current files can be downloaded using:
git clone git://github.com/centogram/views_infinite_scroll.git

sun’s picture

jerodfritz’s picture

ah, his is for views2 and mine is for views3 and i didn't see that he had released code either. So we're moving forward with adding this as a separate branch for views3 under that project you referenced. Will I be able to get a cvs account to maintain the views3 branch?

avpaderno’s picture

Will I be able to get a cvs account to maintain the views3 branch?

That will happen only if the current maintainer gives his approval.

So far, I agree with sun; the proposed module should not duplicate the work done in existing projects.

thebuckst0p’s picture

I'm the maintainer of Views Infinite Pager and I have no objection to jerodfritz working on a Views3 branch of the module while I polish the Views2 copy. As I understand it, Views3 uses a different "pluggable" pager system, so a port of the same code might not work, but we can hopefully learn from each other's methods and bring them closer together.
I'm assuming jerodfritz will rename his Views3 module to views_infinite_pager as well? I've been swamped lately as I noted in the issue threads there, but as soon as I get a chance, I'll go on IRC and ask for some assistance with branching in CVS.
Thanks

jerodfritz’s picture

Yes, I'll be renaming the module and rework all of the code for project name views_infinite_pager before the initial commit.

jerodfritz’s picture

Also I should mention please use jerodfritz for the account name.

sun’s picture

@thebuckst0p: Was that a confirmation that you accept @jerodfritz as co-maintainer for your existing project, so both of you can commit changes to it?

If I'm not mistaken, then Views/CTools allows you to register your plugins, even for different versions - i.e. the module could contain 2.x and 3.x plugins at the same time (in different files and/or sub-directories), but only expose those plugins that are compatible with the installed version of Views/CTools. At least, I think that this is how it's supposed to work.

jerodfritz’s picture

@sun, I will look into the plugin registration and if that is the case we will add code to conditionally select the different version within the same project and avoid the branching of separate modules.

thebuckst0p’s picture

I confirm/accept @jerodfritz as co-maintainer on the premise that he'll develop a 2nd branch, yes. I have to trust him to follow through on that obviously, but I have no reason not to.

Re: CTools plugins, my understanding was that only Views3 utilized those for pagers, Views2 does not, so that wouldn't apply, but I might be wrong.

Thank you

avpaderno’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

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

avpaderno’s picture

Component: Miscellaneous » co-maintainer application
Issue summary: View changes