/[drupal]/contributions/modules/custom_pagers/custom_pagers.module
ViewVC logotype

Log of /contributions/modules/custom_pagers/custom_pagers.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 15:54:10 2009 UTC (7 months, 4 weeks ago) by eaton
Branch: DRUPAL-6--1
Changes since 1.6.2.5: +2 -2 lines
Diff to previous 1.6.2.5 , to branch point 1.6
#370258 - typo left arguments un-substituted by token module

Revision 1.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 21:17:23 2009 UTC (9 months ago) by eaton
Branch: DRUPAL-6--1
Changes since 1.6.2.4: +5 -1 lines
Diff to previous 1.6.2.4 , to branch point 1.6
#276984 - reset the items limit to 0 to avoid screwing up the count.

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 25 18:48:43 2008 UTC (11 months ago) by eaton
Branch: DRUPAL-6--1
Changes since 1.6.2.3: +44 -26 lines
Diff to previous 1.6.2.3 , to branch point 1.6
New custom-views-display based rendering mechanism; based on CCK's nodereference code, should isolate the tricky bits better and pave the way for a more efficient mechanism in future releases. As an added bonus, this version also works.

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 24 01:02:36 2008 UTC (11 months ago) by eaton
Branch: DRUPAL-6--1
Changes since 1.6.2.2: +7 -1 lines
Diff to previous 1.6.2.2 , to branch point 1.6
#310510 by mrothroc, trim view arguments so trailing whitespace doesn't result in empty resultsets.

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 24 00:58:21 2008 UTC (11 months ago) by eaton
Branch: DRUPAL-6--1
Changes since 1.6.2.1: +14 -8 lines
Diff to previous 1.6.2.1 , to branch point 1.6
#309844 - coder module fixes and some tweaks to the translatable strings by SamLerner

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 24 00:13:12 2008 UTC (11 months ago) by eaton
Branch: DRUPAL-6--1
Changes since 1.6: +1 -44 lines
Diff to previous 1.6
Removing the built-in cache for the list of nodes, as it's not actually that helpful for caching and jams a bunch of stuff in the $_SESSION.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 21:20:32 2008 UTC (17 months, 1 week ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-6--1-10-BETA1, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.5: +4 -2 lines
Diff to previous 1.5
Choked when loading lists with no entries. Whoops.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 20:47:05 2008 UTC (17 months, 1 week ago) by eaton
Branch: MAIN
Changes since 1.4: +188 -248 lines
Diff to previous 1.4
Initial port to Drupal 6. Views handling code will need to be made more efficient, but it works for now.

Revision 1.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 22:39:07 2008 UTC (22 months, 3 weeks ago) by eaton
Branch: DRUPAL-5
Changes since 1.3.2.10: +6 -4 lines
Diff to previous 1.3.2.10 , to branch point 1.3 , to next main 1.6
#206357 and #205869 by NikLP and killes. Fixes for printer-friendly page compatability and an untranslatable string.

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 13:49:33 2007 UTC (2 years, 3 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.3.2.9: +7 -2 lines
Diff to previous 1.3.2.9 , to branch point 1.3
Adding token replacement for pager titles

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 13:47:48 2007 UTC (2 years, 3 months ago) by eaton
Branch: MAIN
Changes since 1.3: +7 -2 lines
Diff to previous 1.3
Adding token replacement for pager titles

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 28 15:36:02 2007 UTC (2 years, 9 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.3.2.8: +70 -32 lines
Diff to previous 1.3.2.8 , to branch point 1.3
A more reliable pager caching mechanism; uses sessions, but will not expose restricted nodes to users who should not see them.

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 28 08:46:55 2007 UTC (2 years, 9 months ago) by eaton
Branch: DRUPAL-5
Changes since 1.3.2.7: +72 -53 lines
Diff to previous 1.3.2.7 , to branch point 1.3
Support for caching of expensive queries, reversing the order of node lists to sync with chronological views, and improved default theming functions.

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 01:03:10 2007 UTC (2 years, 9 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.3.2.6: +2 -3 lines
Diff to previous 1.3.2.6 , to branch point 1.3
Remember the checkin last night? Where I said the bug was fixed? Yeah, that one. I was on crack. (Here's a hint: &, not , for your nodeapi functions. It's important.)

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 06:17:44 2007 UTC (2 years, 9 months ago) by eaton
Branch: DRUPAL-5
Changes since 1.3.2.5: +2 -1 lines
Diff to previous 1.3.2.5 , to branch point 1.3
 wasn't returned in nodeapi op; the code worked on PHP5 due to byref side effects but failed on PHP4. Fixed now, hurray.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 5 05:26:27 2007 UTC (2 years, 9 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-5
Changes since 1.3.2.4: +69 -54 lines
Diff to previous 1.3.2.4 , to branch point 1.3
Removing the dependency on Views, tweaking the overview page, adding documentation and a screenshot.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 2 08:04:38 2007 UTC (2 years, 9 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3a
Changes since 1.3.2.3: +2 -2 lines
Diff to previous 1.3.2.3 , to branch point 1.3
Doh. Missed one file -- some hard-coded text got into the theme function.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 2 07:56:59 2007 UTC (2 years, 9 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.3.2.2: +136 -58 lines
Diff to previous 1.3.2.2 , to branch point 1.3
Adding the ability to control visibility and node lists via PHP snippets, improving theming of the default pagers, adding a count to the default pagers, and minor bug fixes. Requires an update.

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 18:34:33 2007 UTC (2 years, 10 months ago) by eaton
Branch: DRUPAL-5
Changes since 1.3.2.1: +2 -2 lines
Diff to previous 1.3.2.1 , to branch point 1.3
#107127 Pager array needs to be keyed by pid. Missed this when adding multi-pager support. Also removed broken version string from info file.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 4 14:00:44 2007 UTC (2 years, 10 months ago) by eaton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.3: +4 -2 lines
Diff to previous 1.3
#106778 - missed a module_exists() call for token.module.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 21:39:27 2007 UTC (2 years, 10 months ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Branch point for: DRUPAL-5
Changes since 1.2: +11 -4 lines
Diff to previous 1.2
Removing dependency on token.module: pagers with static args can still be built without it.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 18:36:11 2007 UTC (2 years, 10 months ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.1: +92 -166 lines
Diff to previous 1.1
Support multiple pagers per node, custom block titles for pager blocks, and use token.module for token replacement.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 04:10:27 2006 UTC (2 years, 11 months ago) by eaton
Branch: MAIN
Initial commit of custom pagers module. Allows admins to define custom previous/next pagers for specific node types, driven by the contents of specified views. Can be used to simulate the navigation elements added by book.module and forum.module.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2