forked from rsky/pear-pager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
808 lines (755 loc) · 24.7 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.5.0a1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>Pager</name>
<channel>pear.opendogs.org</channel>
<summary>Data paging class</summary>
<description>It takes an array of data as input and pages it according to various parameters.
It also builds links within a specified range, and allows complete customization of the output (it even works with front controllers and mod_rewrite).
Two operating modes available: "Jumping" and "Sliding" window style.
</description>
<lead>
<name>Lorenzo Alberton</name>
<user>quipo</user>
<email>l.alberton@quipo.it</email>
<active>yes</active>
</lead>
<lead>
<name>Richard Heyes</name>
<user>richard</user>
<email>richard@phpguru.org</email>
<active>no</active>
</lead>
<contributor>
<name>Ryusuke SEKIYAMA</name>
<user>rsk</user>
<email>rsky0711@gmail.com</email>
<active>yes</active>
</contributor>
<date>2013-03-31</date>
<time>00:45:00</time>
<version>
<release>2.4.9beta2</release>
<api>2.4.9</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>
- fork from https://github.com/pear/Pager [Ryusuke SEKIYAMA]
- fix installation with composer [Ryusuke SEKIYAMA]
- no longer supports PHP 4.x [Ryusuke SEKIYAMA]
</notes>
<contents>
<dir name="/">
<file name="Pager.php" role="php" />
<file name="Pager/Common.php" role="php" />
<file name="Pager/HtmlWidgets.php" role="php" />
<file name="Pager/Jumping.php" role="php" />
<file name="Pager/Pager.php" role="php" />
<file name="Pager/Sliding.php" role="php" />
<dir baseinstalldir="Pager" name="examples">
<file name="example.php" role="doc" />
<file name="Pager_Wrapper.php" role="doc" />
</dir> <!-- /examples -->
<dir baseinstalldir="Pager" name="tests">
<file name="all_tests.php" role="test" />
<file name="multibyte_post.php" role="test" />
<file name="pager_include.php" role="test" />
<file name="pager_jumping_noData_test.php" role="test" />
<file name="pager_jumping_test.php" role="test" />
<file name="pager_jumping_tests.php" role="test" />
<file name="pager_noData_test.php" role="test" />
<file name="pager_post_test.php" role="test" />
<file name="pager_post_tests.php" role="test" />
<file name="pager_post_test_simple.php" role="test" />
<file name="pager_sliding_noData_test.php" role="test" />
<file name="pager_sliding_notExpanded_test.php" role="test" />
<file name="pager_sliding_test.php" role="test" />
<file name="pager_sliding_tests.php" role="test" />
<file name="pager_test.php" role="test" />
<file name="pager_tests.php" role="test" />
<file name="pager_test_xss.php" role="test" />
<file name="pager_wrapper_include.php" role="test" />
<file name="pager_wrapper_test.php" role="test" />
<file name="README" role="test" />
<file name="simple_include.php" role="test" />
</dir> <!-- /tests -->
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease>
</phprelease>
<changelog>
<release>
<version>
<release>2.4.9beta2</release>
<api>2.4.9</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<date>2013-03-31</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>
- fork from https://github.com/pear/Pager [Ryusuke SEKIYAMA]
- fix installation with composer [Ryusuke SEKIYAMA]
- no longer supports PHP 4.x [Ryusuke SEKIYAMA]
</notes>
</release>
<release>
<version>
<release>2.4.8</release>
<api>2.4.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-04-21</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>
- request #15949: add autoSubmit option to getPerPageSelectBox() [Matt Rosenquist]
- fix potential issues with encoding in getPerPageSelectBox() and getPageSelectBox()
</notes>
</release>
<release>
<version>
<release>2.4.7</release>
<api>2.4.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-08-11</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- fixed bug #13604: WARNINGS with PHP 5.3-dev [thanks to Chris Troup]
- request #13567: support for regexp in 'excludeVars' [thanks to Stefano Coletta]
- fixed bug #13913 empty prev/next image shown when only one page exists [cweiske]
- fixed bug #13881: fix for relative links (introduced in v.2.4.5) may cause some
issues with absolute links
</notes>
</release>
<release>
<version>
<release>2.4.6</release>
<api>2.4.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-03-28</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- fixed bug #13316: NOTICE in getLinks() in Jumping mode
- fixed bug #13342: getLinks() returns wrong result with multi-byte arrays
- fixed bug #13469: getPerPageSelectBox() can produce invalid xhtml with no data
- fixed bug #13472: PHP 6 Removes get_magic_quotes_gpc()
- fixed bug #13506: POST method deletes querystring
- request #13509: added 'prevImgEmpty' and 'nextImgEmpty' options to show a disabled
prev/next page link when you are on the last/first page (cweiske)
</notes>
</release>
<release>
<version>
<release>2.4.5</release>
<api>2.4.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-02-23</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- request #10869: added two reverse drivers in the /examples/ dir
- fixed a few PHP5 Strict Standards warnings (bug #12257 and #12934)
- Coding Standards fixes in the phpdoc blocks
- added 'PAGER_' prefix to internal constant names
- fixed bug #12267: correct detection of HTTPS on IIS (thanks to Carsten Wiedmann)
- fixed bug #12306: allow relative links
- fixed bug #12531: removed <u> tag from curPageSpan[Pre|Post] default options
in Pager_Sliding to make links HTML 4.01 strict
- request #12267: added $pager->linkTagsRaw array (same as $pager->linkTags but
as array) to play nice with HTML_Page2 (patch by Carsten Wiedmann)
- fixed bug #12796: curPageLinkClassName overrides curPageSpanPre and curPageSpanPost
- request #12797: added '%d' as a placeholder to altPage (by default, page number is appended)
- fixed bug #12837: if $_SESSION['setPerPage'] is set, Pager always uses it
</notes>
</release>
<release>
<version>
<release>2.4.4</release>
<api>2.4.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2007-07-29</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- handle UNION queries in the Wrapper (bug #9601)
- getPerPagerSelectBox() with $showAllData = true and $start > $totalItems was
returning an empty select menu (bug #9946)
- added 'onclick' option (request #11241)
- fixed bug #11697: Pager_Jumping::build() lose first and last page string concatenation
</notes>
</release>
<release>
<version>
<release>2.4.3</release>
<api>2.4.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-12-03</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- fixed issue with SSL (bug #7936)
- items set in 'excludeVars' array were removed from the URL even if they were
also set in the 'extraVars' array (bug #8969)
- added new option 'checkMaxLimit' to getPerPageSelectBox(): if true, Pager checks
if $end is bigger than $totalItems, and doesn't show the extra select options
- moved Pager.php to the pear root and added a wrapper in the old location
to adhere to PEAR policies (bug #2169)
- switched to package.xml v2
</notes>
</release>
<release>
<version>
<release>2.4.2</release>
<api>2.4.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-06-07</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- fix double escaping of arg_separator when php.ini's arg_separator.output = "&amp;"
</notes>
</release>
<release>
<version>
<release>2.4.1</release>
<api>2.4.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-05-06</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- more flexible implementation of the factory pattern allowing people to use custom
renderer classes that are not part of the Pager package (thanks to Martin Jansen)
</notes>
</release>
<release>
<version>
<release>2.4.0</release>
<api>2.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-04-23</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- added host to CURRENT_PATHNAME constant
- added accesskey option (if true, accesskey attributes are added to the links)
- fixed multibyte string issues with httpMethod==POST (bug #6812)
- return empty array instead of FALSE in getPageData() on bad pageID (request #6986)
- added Pager_HtmlWidgets class containing the methods getPerPageSelectBox()
(moved from Pager_Common) and getPageSelectBox() (new, request #6998).
The class is lazy-loaded when calling one of the two above methods from Pager.
- Improved rewriteCountQuery() function in the Pager Wrapper.
- added getOption($name) and getOptions() methods (request #7413)
- changed _setOptions() [private] to setOptions() [public]
- added build() to refresh the links and the paged data after a new call to setOptions()
- added 'attributes' option to set extra attributes for the <a> tag (request #7452)
</notes>
</release>
<release>
<version>
<release>2.3.6</release>
<api>2.3.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-02-03</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- fixed bug #6680: error with fileName parameter having an extra "%" character
</notes>
</release>
<release>
<version>
<release>2.3.5</release>
<api>2.3.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-01-20</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- remove flicker (caused by href="#") during POST requests (request #6005)
- added "formID" option to reuse an existing form in POST requests
(thanks to Marc Veldman)
- fixed bug #6529: problem with fields with quotes during POST requests
</notes>
</release>
<release>
<version>
<release>2.3.4</release>
<api>2.3.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-09-28</date>
<license uri="http://www.debian.org/misc/bsd.license">BSD</license>
<notes>- changed license to BSD
- fixed bug #4897 (multibyte chars not handled correctly)
</notes>
</release>
<release>
<version>
<release>2.3.3</release>
<api>2.3.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-07-04</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- improved Pager_Wrapper and added tests
- urlencoded square brackets (bug #4337)
NB: We recommend that users of Pager < 2.3.0 immediately upgrade the package,
otherwise they might be susceptible to XSS attacks
</notes>
</release>
<release>
<version>
<release>2.3.2</release>
<api>2.3.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-06-03</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- autodetect HTTP method used, when not specified,
instead of forcing "GET" (bug #4277)
- added "altFirst" and "altLast" options to set the
"title" attribute of the first and last page links
</notes>
</release>
<release>
<version>
<release>2.3.1</release>
<api>2.3.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-05-02</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- fixed various issues with __http_build_query() and escaped entities
- if the value of "arg_separator.output" in php.ini is "&amp;", don't encode it again
- tweaked Pager_Wrapper query rewriting function, now it is fully case insensitive
</notes>
</release>
<release>
<version>
<release>2.3.0</release>
<api>2.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-04-22</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- tweaked Pager_Wrapper query rewriting function
</notes>
</release>
<release>
<version>
<release>2.3.0RC2</release>
<api>2.3.0RC2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-04-06</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- fixed possible querystring duplication with front controllers
</notes>
</release>
<release>
<version>
<release>2.3.0RC1</release>
<api>2.3.0RC1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-04-01</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- internal refactoring: added POST support: set the preferred http method
('GET' or 'POST') with the 'httpMethod' option.
- used $_GET instead of reparsing the querystring
[thanks to Nikolas 'Atrus' Coukouma]
(fixed bugs #3450, #3878 and #3451)
- added 'importQuery' boolean option to ignore the url vars entirely (bug #3449)
- added 'excludeVars' array option to selectively exclude some url vars (bug #2461)
- countless code optimizations
- added many new test cases to the testsuite
</notes>
</release>
<release>
<version>
<release>2.2.7</release>
<api>2.2.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-03-18</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- added Pager_Wrapper_Eclipse() function in the /examples/Pager_Wrapper example
(thanks to Matte Edens)
- added support for statements with subqueries in the Pager Wrappers
(thanks to Tobias Kuckuck)
- fixed bug #3451 (arrays in extraVars not handled correctly)
</notes>
</release>
<release>
<version>
<release>2.2.6</release>
<api>2.2.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-02-04</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- better 'currentPage' option support (thanks to Andrew Nagy)
- fixed typo (thanks to Massimiliano Arione)
</notes>
</release>
<release>
<version>
<release>2.2.5</release>
<api>2.2.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-01-17</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- allowed use of a javascript function in the fileName [bugs #2555 and #2754]
- added Pager_Wrapper_DBDO() function in the /examples/Pager_Wrapper example
(thanks to garak AT studenti DOT it)
- replaced urlencode() with htmlentities() because it was too aggressive
[bugs #2908, #3043 and #3212]
- added 'currentPage' option (patch by Kendrick Vargas)
</notes>
</release>
<release>
<version>
<release>2.2.4</release>
<api>2.2.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-11-20</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- fixed "Notice: Undefined property: _totalPages" [bug #2714]
- enforce errors (which weren't displayed at all)
- fixed Pager_Wrapper (examples dir) with GROUP BY queries
- changed $_GET to $_REQUEST. POST values should be valid too, now.
- Pager can be used on a DirectoryIndex script, now (patch by ieure) [bug #2617]
</notes>
</release>
<release>
<version>
<release>2.2.3</release>
<api>2.2.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-08-17</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- just the last one of a set of array values given as GET parameters
(i.e. site.php?foo[]=1&foo[]=2&foo[]=3) was carried on (bug #1904).
- make 4th parameter of getPerPageSelectBox() an array, and add an
"attribute" parameter to allow extra attributes for the select tag.
- added an example to show how this class can be used with big database
resultsets efficiently.
- prevent XSS attacks (bug #2131), thanks to sou_sk at nifty dot com
</notes>
</release>
<release>
<version>
<release>2.2.2</release>
<api>2.2.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-05-18</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- set correct selected value for getPerPageSelectBox even when "useSession"
option is false (bug #1263).
- added two parameters to getPerPageSelectBox():
* $showAllData (if true, an <option> to show
all the data is displayed in the generated <select>);
* $optionText (text to show in each <option>; use '%d' where you want to see
the number of pages selected)
- added showAllText option for alternate text in the $showAllData <option>
(the default is the number of total items).
- fixed getPageData() when $pageID is specified (bug #1377) (thanks to Ian Eure)
- added tests for getPageData()
- avoid duplicate vars in querystring when using 'extraVars' option (bug #1383)
(thanks to pauluz at gazeta dot pl)
</notes>
</release>
<release>
<version>
<release>2.2.1</release>
<api>2.2.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-04-15</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- PHP5 compatibility (fixed bug #812)
- Forced ucfirst() on filename too
</notes>
</release>
<release>
<version>
<release>2.2.0</release>
<api>2.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-01-23</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- Fixed handling of errors raised in common base class
- Added an 'extraVars' option to add vars to the querystring
- Added <link> tags building (patch by Joerg Bruckmann)
- Fixed Bug #589 (common.php raise a notice if the querystring has no '=' character)
- Use '&amp;' instead of '&' in urls for better XHTML conformance
</notes>
</release>
<release>
<version>
<release>2.1.0</release>
<api>2.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2003-12-22</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- Added getPageRangeByPageId()
- Fix getOffsetByPageId() in Pager_Jumping when totalItems == 0.
- Fix getOffsetByPageId() in Pager_Sliding for BC with Pager 1.x and Pager_Jumping.
N.B.: its previous (not-indended) behaviour is now provided by the new getPageRangeByPageId() method.
- Fix isFirstPage() when totalItems == 0
- Added test suite.
</notes>
</release>
<release>
<version>
<release>2.0</release>
<api>2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2003-09-10</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- New major version.
- Pager and Pager_Sliding are now merged in the same package.
Every option available in Pager_Sliding is now also available
in Pager. The API is the same as the old one, BC is kept 100%.
- Switch between "Jumping" and "Sliding" window mode just setting
an option.
- Improved error handling.
</notes>
</release>
<release>
<version>
<release>1.0.8</release>
<api>1.0.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2003-09-10</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>- Minor patch for script_name vs php_self (not included in v.1.0.7)
- Prevent URL modification
</notes>
</release>
<release>
<version>
<release>1.0.7</release>
<api>1.0.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-12-01</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Minor patch for script_name vs php_self
</notes>
</release>
<release>
<version>
<release>1.0.6</release>
<api>1.0.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-09-08</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Updated to no longer require an array of data. Now
can be used with just a number of items. Thanks to
Christian Dickmann for the patch.
</notes>
</release>
<release>
<version>
<release>1.0.5</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-07-27</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Changed getCurrentPage() to getCurrentPageID() and
added getNextPageID() and getPreviousPageID()
</notes>
</release>
<release>
<version>
<release>1.0.4</release>
<api>1.0.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-06-29</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Changed getCurrentPage() to getCurrentPageID() and
added getNextPageID() and getPreviousPageID()
</notes>
</release>
<release>
<version>
<release>1.0.3</release>
<api>1.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-05-31</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Couple of minor bugs
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-05-31</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>Applied patch from Christian Dickmann adding getCurrentPage(), numItems()
and optional CSS class for links.
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-05-27</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>o No longer barfs with no querystring
o Now works with associative data array
</notes>
</release>
<release>
<version>
<release>1.0</release>
<api>1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-02-09</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>This is the initial release of the Pager package.
</notes>
</release>
</changelog>
</package>