summaryrefslogtreecommitdiff
path: root/includes/pager.inc
Commit message (Expand)AuthorAge
...
* - Patch by Remco: <div> -> </div>.Dries Buytaert2005-01-28
* - Patch by Jeremy: fixed unclosed "Dries Buytaert2005-01-27
* - Patch by Jeremy: made the diffs more meaningful.Dries Buytaert2005-01-27
* - Patch #16273 by Jeremy: improved the themability of the pager.Dries Buytaert2005-01-27
* Pager_query's count query was broken if no query arguments were given.Steven Wittens2004-12-06
* - Patch by Steven: fixed bug in pager_query().Dries Buytaert2004-12-04
* Fix for pager_query() after #13581 (array of query arguments).Steven Wittens2004-12-02
* - Patch #13581 by Steven: Db_query() allows a variable amount of parameters s...Dries Buytaert2004-11-29
* - Patch #7161 by jhriggs: fixed probem with 'last page' link not being correc...Dries Buytaert2004-10-31
* - Patch #10663 by JonBob: documentation improvements: fixed some typos and im...Dries Buytaert2004-09-09
* - Patch #7535 by Gerhard: one could not search for the word 'From'.Dries Buytaert2004-08-12
* - Patch #9478 by JonBob: allow printf-style arguments in pager_query.Dries Buytaert2004-07-25
* - #9287: More doxygen/documentation fixes by JonBobSteven Wittens2004-07-22
* - Patch #8973 by JonBob: Drupal contains many undefined variables and array i...Dries Buytaert2004-07-02
* - Issue #8735 by njivy: made the pager code ignore EOLs.Dries Buytaert2004-06-22
* - Patch #8670 by asimmonds: more spelling fixes.Dries Buytaert2004-06-21
* - Patch #7696 by TDobes: renamed 'static' to 'sticky' which is a moreDries Buytaert2004-06-19
* - Patch #7161 by jhriggs: fixed bug with 'last page' functionality.Dries Buytaert2004-04-15
* - Patch 5834 by Jeremy: made multiple pagers on one page work.Dries Buytaert2004-02-15
* - New and updated doxygen comments.Kjartan Mannes2004-01-06
* - Accessibility improvement: changed a <b>-tag to a <strong>-tag, used toDries Buytaert2003-12-22
* - Improvements by Goba:Dries Buytaert2003-12-08
* - Tidied up the DoxyGen comments. Patch by Kjartan.Dries Buytaert2003-12-08
* Patch by Ax to fixe and improve to the core doxygen PHPdoc:Dries Buytaert2003-11-24
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reser...Dries Buytaert2003-06-04
* - Bugfix: made request_uri() rewrite ( and ) with their entity equivalentsDries Buytaert2003-06-03
* - Fixed a register globals problem in the pager. Patch by Al. (I alsoDries Buytaert2003-05-23
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
* - Patch by Kjartan:Dries Buytaert2003-03-12
* - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.Dries Buytaert2003-02-11
* - Patch by Ulf: XHTML-ified the code.Dries Buytaert2003-01-21
* - Replaced "&" by "&amp;". Patch by Ulf.Dries Buytaert2003-01-20
* Patch by Marco:Dries Buytaert2003-01-15
* - Fixed the pager. It might not be 100% correct, but it will work in 95%Dries Buytaert2003-01-09
* - Clean URL patch.Dries Buytaert2003-01-06
* - Committed Marco's pager improvements.Dries Buytaert2002-12-14
* - Applied Ax's pager patch: includes documentation (rewrote it somewhat) and twoDries Buytaert2002-11-26
* - Don't display "1" when there is only one page.Dries Buytaert2002-11-18
* * Added Jeremy's pager:Dries Buytaert2002-11-09