/[drupal]/contributions/modules/paging/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/paging/CHANGELOG.txt

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


Revision 1.15 - (show annotations) (download)
Sun Apr 19 11:29:35 2009 UTC (7 months, 1 week ago) by Gurpartap
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +2 -1 lines
File MIME type: text/plain
#438002 by Gurpartap Singh & RTH: Missing argument error on filter tips page.
1 $Id: CHANGELOG.txt,v 1.14 2009/04/18 21:50:06 Gurpartap Exp $
2
3 Paging 6.x-1.0, 2009-xx-xx
4 ------------------------------
5 by Gurpartap Singh: UX: Displays a successful enabling message along with link to settings page, upon enabling the module.
6 #434652 by jcmarco: Remove @ from selectors.
7 #366862 by smacphail & Gurpartap Singh: node_teaser() isn't suitable when teaser break tag is present.
8 #383670 by Gurpartap Singh: Expose a "current page" variable for themes.
9 #438002 by Gurpartap Singh & RTH: Missing argument error on filter tips page.
10
11 Paging 6.x-1.0-beta3, 2009-01-27
12 ------------------------------
13 #185032 by Gurpartap Singh: Paging block (shows a list of page names as links).
14 by Gurpartap Singh: Fixed empty names populating method
15 by Gurpartap Singh: Fixed page navigation block visibility.
16 by Gurpartap Singh: Disable page names UI when automatic paging is enabled.
17 by Gurpartap Singh: Remove paging filter settings in hook_uninstall().
18 #266373 by sun: Add configurable position for pager above and/or below content or custom pager output in theme.
19 by Gurpartap Singh: Added comments to the complete code for better understanding when revisiting.
20 by Gurpartap Singh: Added CHANGELOG.txt with complete change log till date.
21 by Gurpartap Singh: Added a new theme function to set select list for drop down pager theme function. This provides the ability to override it and set custom URLs(even clean urls).
22 by Gurpartap Singh: Added limitations topic to README.txt
23 by Gurpartap Singh: Markdown format for README.txt contents.
24 by Gurpartap Singh: Created a JavaScript theme function for drop down pager, to allow overriding it's behavior.
25 by Gurpartap Singh: Fixed array_fill method.
26 #45153 by SiliconMind: Do not paginate book module's print pages.
27 by Gurpartap Singh: Fixed error on 'add new comment' page displaying paginated node.
28 #346329 by wwalc, Gurpartap Singh: E_NOTICE compatibility.
29 #363396 by Gurpartap Singh: Paginate only for normal node rendering. Fixed several reported issues where other content fields went missing.
30 by Gurpartap Singh: Move setting of default value in drop down pager, from JavaScript to theme function in module. Reduces the code to be loaded client side.
31 by Gurpartap Singh: Remove first and last link from drop down pager. Include next and previous page's name along with next and previous links.
32 #329923 by Gurpartap Singh: AJAX load the pages. Uses nedjo's code proposed for AJAX pagers in core.
33 by Gurpartap Singh: Names can be specified anywhere in the body.
34 by Gurpartap Singh: Better method for wrapping pager and body for AJAX compatibility.
35 by Gurpartap Singh: Implement hook_content_extra_fields() to allow customized positioning of pager(s) using "Manage fields" under CCK.
36 #362966 by Gurpartap Singh: Fixed automatic paging in middle of tag.
37
38
39 Paging 6.x-1.0-beta2, 2008-11-08
40 ------------------------------
41 #330057 by Gurpartap Singh: Page names interface bug + Drop down nav bug.
42 by Gurpartap Singh: Fixed parameters for pager and the drop down theme function
43 by john vandyk: Removed junk code.
44
45
46 Paging 6.x-1.0-beta1, 2008-10-17
47 ------------------------------
48 #284076 by john vandyk: Code refinements
49 #91084 by Gurpartap Singh: Close to full page names support
50 by Gurpartap Singh: New drop down list pager navigation.
51 by Gurpartap Singh: Fixed the layout of drop down list
52 by Gurpartap Singh: Fixed description for drop down pager.
53 by Gurpartap Singh: New feature "Page names" along with a new administration UI.
54 by Gurpartap Singh: Paging for Drupal 6.
55
56
57 Paging 5.x-1.1, 2008-01-25
58 ------------------------------
59 by Gurpartap Singh: Fixed critical bugs with automatic paging
60 #126365 by Gurpartap Singh: Automatic Paging
61 by Darren Oh: Used strpos instead of substr_count to increase speed.
62 #133961 by Darren Oh: Paging interfered with search.
63 by Darren Oh: Removed update index op from hook_nodeapi implementation (no longer needed).
64 by Darren Oh: Changed $node->pages_count to $node->page_count (better grammatically).
65 by Darren Oh: Added package tag to info file now that we're creating some associated modules.
66 #118294 by Darren Oh: Better text, text formatting and code indentation.
67
68
69 Paging 5.x-1.0, 2006-12-02
70 ------------------------------
71 by Gurpartap Singh: Removed unnecessary css file: paging.css.
72 by Gurpartap Singh: Temporary fix for book navigation links.
73 by Gurpartap Singh: Settings form's fieldset label fixed.
74 by Gurpartap Singh: Added Drupal 5 compatibility.
75
76
77 Paging 4.7-1.x, 2006-04-02
78 ------------------------------
79 #79130 by douggreen: New Paging Module that supports filters and CCK
80
81
82 Paging 4.7-1.x, 2006-04-02
83 ------------------------------
84 by chx: Simplified and fixed.
85
86
87 Paging 4.6-1.x, 2006-04-02
88 ------------------------------
89 by chx: Simplified and fixed.
90
91
92 Paging 4.6-1.x, 2006-03-14
93 ------------------------------
94 #49814 by merlinofchaos: HTML tags eaten.
95 by merlinofchaos: Fix for comment pager collision.
96 by merlinofchaos: Fix for comment pager collision (part 2)
97
98
99 Paging 4.7-1.x, 2006-03-14
100 ------------------------------
101 #51217 by merlinofchaos: comment pager problem.
102 #49814 by merlinofchaos: HTML tags being eaten.
103
104
105 Paging 4.7-1.x, 2006-02-19
106 ------------------------------
107 #47324 by anders: Fix for filter format
108
109
110 Paging 4.6-1.x, 2006-01-22
111 ------------------------------
112 by merlinofchaos: Backported from 4.7
113
114
115 Paging 4.7-1.x, 2006-01-19
116 ------------------------------
117 #45153 by merlinofchaos: print.module problem
118
119
120 Paging 4.7-1.x, 2006-01-10
121 ------------------------------
122 by merlinofchaos: Replaced <!-- page --> with <!--pagebreak--> for TinyMCE compatibility
123
124
125 Paging 4.7-1.x, 2006-01-04
126 ------------------------------
127 by merlinofchaos: removed end ?> which is not necessary
128
129
130 Paging 4.7-1.x, 2005-12-14
131 ------------------------------
132 by merlinofchaos: Removed extra CR at end of module.
133
134
135 Paging 4.7-1.x, 2005-12-13
136 ------------------------------
137 by merlinofchaos: Rewrote paging module for 4.7. Now about 1/3 as long and uses Drupal's
138 pager.
139
140
141 Paging 4.6-1.x, 2005-12-01
142 ------------------------------
143 by merlinofchaos: Committed Marco Scutari's paging module for general use.

  ViewVC Help
Powered by ViewVC 1.1.2