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 8ccab65 Add an Admin link in menu new 9934395 Add pagniation on users list \o/ The 1 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 9934395e16cbdec310157a39f0ab41125df473b5 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 2 16:25:06 2016 +0100 Add pagniation on users list \o/ Summary of changes: .../src/main/webapp/js/coselmar-constants.js | 2 +- .../persistence/entity/CoselmarUserTopiaDao.java | 5 +- .../coselmar/services/v1/UsersWebService.java | 32 ++++++++--- coselmar-rest/src/main/resources/mapping | 1 + coselmar-ui/src/main/webapp/i18n/en.js | 4 ++ coselmar-ui/src/main/webapp/i18n/fr.js | 4 ++ coselmar-ui/src/main/webapp/index.html | 1 + .../src/main/webapp/js/coselmar-admin-services.js | 2 +- .../src/main/webapp/js/coselmar-constants.js | 4 +- .../src/main/webapp/js/coselmar-controllers.js | 29 ++++++++-- .../main/webapp/js/coselmar-general-services.js | 2 +- coselmar-ui/src/main/webapp/js/coselmar-health.js | 2 +- .../main/webapp/js/coselmar-questions-services.js | 6 +- .../src/main/webapp/js/coselmar-services.js | 4 +- .../src/main/webapp/js/coselmar-user-services.js | 12 +++- coselmar-ui/src/main/webapp/js/paginationBinder.js | 67 ++++++++++++++++++++++ .../src/main/webapp/views/paginationTemplate.html | 16 ++++++ .../src/main/webapp/views/users/adminUsers.html | 3 +- .../main/webapp/views/users/supervisorUsers.html | 3 +- coselmar-ui/src/main/webapp/views/users/users.html | 4 +- 20 files changed, 172 insertions(+), 31 deletions(-) create mode 100644 coselmar-ui/src/main/webapp/js/paginationBinder.js create mode 100644 coselmar-ui/src/main/webapp/views/paginationTemplate.html -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.