This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 9934395 Add pagniation on users list \o/ new 3fc3cfd Add pagination on projects list new 31be59f add pagination on documents The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 31be59ffe7182819601699339bd0ce73c12e52b0 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Feb 3 18:19:52 2016 +0100 add pagination on documents commit 3fc3cfd9b2d8647ef4caa1887d0412441e185bf6 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Feb 3 12:06:24 2016 +0100 Add pagination on projects list Summary of changes: .../persistence/entity/DocumentTopiaDao.java | 83 +++++++++++-------- .../persistence/entity/QuestionTopiaDao.java | 94 ++++++++++++--------- .../coselmar/services/v1/DocumentsWebService.java | 29 +++++-- .../coselmar/services/v1/QuestionsWebService.java | 96 ++++++++++++++++++---- coselmar-rest/src/main/resources/mapping | 2 + .../src/main/webapp/js/coselmar-controllers.js | 82 +++++++++++++----- .../main/webapp/js/coselmar-questions-services.js | 21 +++++ .../src/main/webapp/js/coselmar-services.js | 7 ++ coselmar-ui/src/main/webapp/js/paginationBinder.js | 3 +- .../src/main/webapp/views/documents/documents.html | 3 +- .../src/main/webapp/views/documents/toolsPart.html | 2 +- .../src/main/webapp/views/questions/questions.html | 7 +- 12 files changed, 306 insertions(+), 123 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.