- 22 Jan, 2008 1 commit
-
-
- 16 Jan, 2008 1 commit
-
-
guilhermeblanco authored
Fixed count bug in Doctrine_Pager that was wrong counting the total of results found. Added 3 new methods: Doctrine_Pager::getExecuted (checks if the Pager was already executed), Doctrine_Pager_Layout::execute (handy access to execute Pager query without having to access Doctrine_Pager instance) and Doctrine_Pager_Layout::processPage (processes the template of a given page and returns the parsed string)
-
- 11 Jan, 2008 1 commit
-
-
wernerm authored
-
- 05 Jan, 2008 2 commits
-
-
romanb authored
reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier.
-
Jonathan.Wage authored
Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure.
-
- 19 Dec, 2007 1 commit
-
-
guilhermeblanco authored
CHG: Added documentation for Doctrine_Pager and Doctrine_Pager_Range* classes TODO: Finish pagination documentation
-
- 18 Dec, 2007 1 commit
-
-
pookey authored
-
- 13 Dec, 2007 1 commit
-
-
guilhermeblanco authored
ADD: Added methods: addMaskReplacement, removeMaskReplacement and cleanMaskReplacements in Doctrine_Pager_Layout. They are responsable to make masks behavior as another masks or values on predefined situations.
-
- 26 Nov, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 25 Nov, 2007 2 commits
-
-
zYne authored
-
guilhermeblanco authored
Implemented Doctrine_Pager_Range functionality. This classes enables a powerful way to generate page ranges (Fowler's pattern) to be used coupled with Doctrine_Pager. Already implemented 2 of the most used ranges: Doctrine_Pager_Range_Jumping and Doctrine_Pager_Range_Sliding.
-