SuccessChanges

Summary

  1. First version of automatic Tb form exportation (details)
  2. Rename Task used on schedule controller (details)
  3. Rename task start method name (details)
  4. Rename task start method name (details)
  5. refactor code so AsyncTask can manage task status storage (details)
  6. code refactoring implement automatic data send to DHIS2 (details)
  7. Adjust schedule timers (details)
  8. import taskmanager changes from sitetb to store task status in database (details)
  9. Adjust DHIS2 home and UI to load task final status from database (details)
  10. Adjust DHIS2 home and UI to load task final status from database (details)
  11. Adjust DHIS2 home and UI to load task final status from database (details)
  12. Adjust DHIS2 home and UI to load task final status from database (details)
  13. Adjust DHIS2 home and UI to load task final status from database (details)
  14. Adjust DHIS2 home and UI to load task final status from database (details)
  15. Adjust DHIS2 home and UI to load task final status from database (details)
  16. Adjust DHIS2 home and UI to load task final status from database (details)
  17. Default Theme update Remove other themes Remove theme option screen Set (details)
  18. User Message CRUD Insert static user message icon in template_new (details)
  19. Solve bug in TB 12 unit view Put back styles missed with the css update (details)
  20. Comment DHIS2 integration schedule, need validation before sending to (details)
  21. Encapsulate html component that will display the user messages (details)
  22. User messages Implement unread message counting Implement first layout (details)
  23. Map the relationship of read messages with users. write hql to result (details)
  24. Register when a user reads a message. code refactoring (details)
  25. create messages page (details)
  26. display read by percentage in admin module (details)
  27. improve layout and no result message (details)
  28. layout adjustments reload list on message page when reading message (details)
  29. layout adjustments (details)
  30. layout adjustments (details)
  31. code refactoring use EntityQuery on detailed list, so I can reuse (details)
  32. layout adjustments pagination in user message page (details)
  33. bug fixing on session message (details)
  34. layout adjustments bug fixing on message list reload tooltip (details)
  35. Configurable help contact information in login and system Change login (details)
Commit f89edcfbd00ccc44a3519a3e7320d7f498d249ea by msantos.msh
First version of automatic Tb form exportation
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/DHIS2ExportationScheduler.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/DHIS2ExportTB10ScheduleAsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/DHIS2ExportTB10AsyncTask.java
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduleController.java
Commit b77c55385f00a069a86bf72e8ecbdc4c6411fdfc by msantos.msh
Rename Task used on schedule controller
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduleController.java
The file was addedsrc/main/java/org/msh/tb/taskscheduling/ScheduledTask.java
The file was addedsrc/main/java/org/msh/tb/taskscheduling/TagsUpdaterScheduledTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
The file was removedsrc/main/java/org/msh/tb/taskscheduling/Task.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/DHIS2ExportationScheduler.java
The file was removedsrc/main/java/org/msh/tb/taskscheduling/TagsUpdaterTask.java
Commit bc427d37c66b6643095534ba9eb3f4b65bfed190 by msantos.msh
Rename task start method name
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/DHIS2ExportationScheduler.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/TagsUpdaterScheduledTask.java
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduleController.java
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduledTask.java
Commit cb692996aed1d74c41efdbda9bcf10b2708a1072 by msantos.msh
Rename task start method name
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduleController.java
Commit 47bb38c6e005ce2e3e64ed33c096a99477ffd154 by msantos.msh
refactor code so AsyncTask can manage task status storage
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2ExportAsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2ExportHome.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb12/DHIS2ExportTB12Home.java
The file was modifiedsrc/main/java/org/msh/tb/application/tasks/AsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/DHIS2ExportTB10ScheduleAsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/DHIS2ExportTB10Home.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/DHIS2ExportTB11Home.java
The file was modifiedsrc/main/java/org/msh/tb/application/tasks/AsyncTaskImpl.java
Commit e768116891854dcf6c4f352ba080317090b6e6d6 by msantos.msh
code refactoring implement automatic data send to DHIS2
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/scheduler/DHIS2TB12ExportationScheduler.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/asynctask/DHIS2ExportTB10ScheduleAsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2ExportAsyncTask.java
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/DHIS2ExportationScheduler.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/asynctask/DHIS2ExportTB12ScheduleAsyncTask.java
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/DHIS2ExportTB10ScheduleAsyncTask.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/scheduler/DHIS2TB10ExportationScheduler.java
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduleController.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/scheduler/DHIS2ExportationScheduler.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb12/DHIS2ExportTB12AsyncTask.java
Commit 60f5a34a8c94370afeccdaef11eab33d54671827 by msantos.msh
Adjust schedule timers
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduleController.java
Commit 3fb10beb7b70963eb17913e7c38a95becc9db136 by msantos.msh
import taskmanager changes from sitetb to store task status in database
when necessary
The file was modifiedsrc/main/java/org/msh/tb/application/update/AppUpdateService.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/asynctask/DHIS2ExportTB10ScheduleAsyncTask.java
The file was modifiedsrc/main/java/org/msh/tb/application/update/AppUpdateController.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb12/DHIS2ExportTB12AsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/DHIS2ExportTB10AsyncTask.java
The file was modifiedsrc/main/java/org/msh/tb/application/tasks/AsyncTask.java
The file was modifiedsrc/main/java/org/msh/tb/application/tasks/TaskManager.java
The file was modifiedsrc/main/java/org/msh/tb/sync/actions/ReceiveSyncFileAction.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/DHIS2ExportTB11AsyncTask.java
The file was modifiedsrc/main/java/org/msh/tb/application/tasks/AsyncTaskImpl.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb12/DHIS2ExportTB12Home.java
The file was modifiedsrc/main/java/org/msh/tb/workspaces/WorkspaceCopyTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2ExportAsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/scheduler/DHIS2TB12ExportationScheduler.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/asynctask/DHIS2ExportTB12ScheduleAsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/scheduler/DHIS2TB10ExportationScheduler.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/DHIS2ExportTB11Home.java
The file was modifiedsrc/main/java/org/msh/tb/application/update/DownloadTask.java
The file was addedsrc/main/java/org/msh/tb/entities/TaskLog.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/config/DHIS2DataElementsConfigAsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2ExportHome.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/scheduler/DHIS2ExportationScheduler.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/config/DHIS2DataElementsConfigHome.java
The file was modifiedsrc/main/java/org/msh/tb/test/TestingTask.java
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_2/changelog-2.2-1.xml
The file was modifiedsrc/main/java/org/msh/tb/sync/SyncFileTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/DHIS2ExportTB10Home.java
The file was modifiedsrc/main/java/org/msh/tb/application/tasks/TaskStatus.java
The file was modifiedsrc/main/java/org/msh/tb/sync/actions/SyncStatusAction.java
Commit 71fa0127d4b8381605affd3e43160e270ebac3ae by msantos.msh
Adjust DHIS2 home and UI to load task final status from database
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb12/DHIS2ExportTB12Home.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/DHIS2ExportTB10Home.java
The file was modifiedsrc/main/webapp/WEB-INF/web.xml
The file was modifiedsrc/main/webapp/custom/bd/management/dhis2_exportation_unit.xhtml
The file was modifiedsrc/main/resources/META-INF/persistence.xml
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb12/DHIS2ExportTB12AsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/DHIS2ExportTB11AsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2ExportHome.java
The file was modifiedsrc/main/webapp/custom/bd/management/dhis2_exportation.xhtml
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/DHIS2ExportTB11Home.java
The file was modifiedetbmanager-bd.iml
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/DHIS2ExportTB10AsyncTask.java
Commit 0fae0757ab74bf435f4a0c003c22fecbb8d6d77d by msantos.msh
Adjust DHIS2 home and UI to load task final status from database
The file was modifiedsrc/main/webapp/custom/bd/management/dhis2_exportation_unit.xhtml
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2ExportHome.java
The file was modifiedsrc/main/webapp/custom/bd/management/dhis2_exportation.xhtml
Commit c7ef6b18a2cd95a60853d33111aff978dbc0fa55 by msantos.msh
Adjust DHIS2 home and UI to load task final status from database
The file was modifiedsrc/main/resources/META-INF/persistence.xml
Commit 4229818990f0de023e8a41a3c830823d18c74d01 by msantos.msh
Adjust DHIS2 home and UI to load task final status from database
The file was modifiedsrc/main/webapp/WEB-INF/web.xml
Commit 68b7cfa37173d0a15037aedbbf590df74398506b by msantos.msh
Adjust DHIS2 home and UI to load task final status from database
The file was modifiedetbmanager-bd.iml
Commit fb3c110a2b6284de4945c6ae05b5fefb6681a479 by msantos.msh
Adjust DHIS2 home and UI to load task final status from database
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/config/data/ConfigDHIS2Response.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/config/DHIS2DataElementConfigService.java
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/config/data/ConfigResponse.java
Commit baf837f1810cceef7e2b6e646c5e2addeac01469 by msantos.msh
Adjust DHIS2 home and UI to load task final status from database
The file was modifiedsrc/main/java/org/msh/tb/application/tasks/TaskManager.java
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduleController.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/asynctask/DHIS2ExportTB12ScheduleAsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/asynctask/DHIS2ExportTB10ScheduleAsyncTask.java
Commit d2ae5b7c15a43857870e80761aeda8613c4a218e by msantos.msh
Adjust DHIS2 home and UI to load task final status from database
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/schedule/asynctask/DHIS2ExportTB12ScheduleAsyncTask.java
Commit f772fd48e3b1255541a0a44f14a5ce4b64821d1c by msantos.msh
Default Theme update Remove other themes Remove theme option screen Set
all users to default theme
The file was modifiedsrc/main/webapp/cases/index.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/tbform10_unit.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/tbform11_unit.xhtml
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_2/changelog-2.2-2-bd.xml
The file was modifiedsrc/main/webapp/management/filters_confmdrep.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/relquartelystqpos.xhtml
The file was modifiedsrc/main/webapp/management/dstprofilesecline.xhtml
The file was modifiedsrc/main/webapp/cases/casedata_issues.xhtml
The file was modifiedsrc/main/webapp/management/dstprofile.xhtml
The file was modifiedsrc/main/webapp/management/dstresistlist.xhtml
The file was modifiedsrc/main/webapp/management/starttreat.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/relquartelyexpiredbatch.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/filtersbd.xhtml
The file was modifiedsrc/main/webapp/management/demog.xhtml
The file was modifiedsrc/main/webapp/management/incidence.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/drtbform9v2016.xhtml
The file was modifiedsrc/main/webapp/management/resist.xhtml
The file was modifiedsrc/main/webapp/management/treatres.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/drtbform8v2016.xhtml
The file was modifiedsrc/main/webapp/management/forecasting.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/tbform12_unit.xhtml
The file was modifiedsrc/main/webapp/others/restricted/teste.xhtml
The file was modifiedsrc/main/webapp/management/sideeffects.xhtml
The file was modifiedsrc/main/webapp/home.xhtml
The file was modifiedsrc/main/webapp/management/rel6.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/relstqposbd.xhtml
The file was modifiedsrc/main/webapp/management/customind.xhtml
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
The file was modifiedsrc/main/webapp/management/export.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/tbform10.xhtml
The file was modifiedsrc/main/webapp/management/filters.xhtml
The file was modifiedsrc/main/webapp/management/outcome.xhtml
The file was modifiedsrc/main/webapp/management/confmdrrep.xhtml
The file was modifiedsrc/main/webapp/management/interim.xhtml
The file was modifiedsrc/main/webapp/management/prevalence.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/tbform11.xhtml
The file was modifiedsrc/main/webapp/management/rel4.xhtml
The file was modifiedsrc/main/webapp/management/treatoutcome.xhtml
The file was modifiedsrc/main/webapp/management/resistlist.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/pulmonaryontreatnew.xhtml
The file was modifiedsrc/main/webapp/custom/bd/management/tbform12.xhtml
The file was modifiedsrc/main/webapp/management/reggroup.xhtml
The file was modifiedsrc/main/webapp/management/rel1.xhtml
The file was modifiedsrc/main/webapp/management/suspectincidence.xhtml
The file was modifiedsrc/main/webapp/layout/template_new.xhtml
The file was modifiedsrc/main/webapp/management/hivresults.xhtml
Commit c5eeacbe99c389df2e1c421c4284ed8a9b0ae8b9 by msantos.msh
User Message CRUD Insert static user message icon in template_new
The file was addedsrc/main/java/org/msh/tb/UserMessagesQuery.java
The file was addedsrc/main/java/org/msh/tb/entities/UserMessage.java
The file was addedsrc/main/webapp/admin/usermessages.xhtml
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_2/changelog-2.2-2-bd.xml
The file was addedsrc/main/webapp/admin/usermessageedt.xhtml
The file was addedsrc/main/webapp/admin/usermessages.page.xml
The file was addedsrc/main/java/org/msh/tb/UserMessagesHome.java
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
The file was addedsrc/main/webapp/admin/usermessageedt.page.xml
The file was modifiedsrc/main/webapp/layout/template_new.xhtml
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was modifiedsrc/main/webapp/admin/admintemplate.xhtml
Commit 219be498c883e63b1017eadc4c240ef083bdcd16 by msantos.msh
Solve bug in TB 12 unit view Put back styles missed with the css update
The file was modifiedsrc/main/webapp/custom/bd/management/tbform11_unit.page.xml
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
The file was modifiedsrc/main/webapp/custom/bd/management/tbform12_unit.page.xml
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/TBFormUnitReport.java
The file was modifiedsrc/main/webapp/custom/bd/management/tbform10_unit.page.xml
Commit b64b6279c86212a0d8b06280ee23126784f4f7ea by msantos.msh
Comment DHIS2 integration schedule, need validation before sending to
production environment
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduleController.java
Commit 71cd391118133a04a796c51e4e9a7bab3b1813b2 by msantos.msh
Encapsulate html component that will display the user messages
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
The file was modifiedsrc/main/webapp/layout/template_new.xhtml
The file was addedsrc/main/webapp/layout/usermessages.xhtml
Commit 4235c692b9f28208c02b6e7d3de3fb49333ff5e3 by msantos.msh
User messages Implement unread message counting Implement first layout
version Crete models involved.
The file was modifiedsrc/main/java/org/msh/tb/entities/UserWorkspace.java
The file was modifiedsrc/main/java/org/msh/tb/UserMessagesHome.java
The file was modifiedsrc/main/webapp/layout/usermessages.xhtml
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_2/changelog-2.2-2-bd.xml
The file was addedsrc/main/java/org/msh/tb/UserMessagesLoadHome.java
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
The file was modifiedsrc/main/resources/messages_en_BD.properties
Commit f6b7170214248f1b9b6199ff4a79edb65c9be6af by msantos.msh
Map the relationship of read messages with users. write hql to result
the read and unread messages.
The file was modifiedsrc/main/java/org/msh/tb/entities/UserWorkspace.java
The file was modifiedsrc/main/java/org/msh/tb/entities/UserMessage.java
The file was modifiedsrc/main/webapp/layout/usermessages.xhtml
The file was modifiedsrc/main/java/org/msh/tb/UserMessagesLoadHome.java
Commit ad0487453b3f502551f872d97f4eb594b7b64cc8 by msantos.msh
Register when a user reads a message. code refactoring
The file was addedsrc/main/webapp/layout/sessionmessages.xhtml
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was modifiedsrc/main/webapp/layout/template_new.xhtml
The file was removedsrc/main/java/org/msh/tb/UserMessagesLoadHome.java
The file was addedsrc/main/java/org/msh/tb/SessionMessagesHome.java
The file was removedsrc/main/webapp/layout/usermessages.xhtml
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
Commit f058a28b83e3ac754c1590290c39f5f19674d440 by msantos.msh
create messages page
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
The file was addedsrc/main/webapp/sessionmessages.xhtml
The file was modifiedsrc/main/webapp/layout/sessionmessages.xhtml
The file was modifiedsrc/main/java/org/msh/tb/SessionMessagesHome.java
Commit b14a484c309602811e7dbabf4a614e50bc10b99a by msantos.msh
display read by percentage in admin module
The file was modifiedsrc/main/java/org/msh/tb/UserMessagesQuery.java
The file was modifiedsrc/main/webapp/admin/usermessages.xhtml
Commit 3f6d9f091ba0c4babe8da86c083b1e00fd94eea5 by msantos.msh
improve layout and no result message
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
The file was modifiedsrc/main/webapp/sessionmessages.xhtml
The file was modifiedsrc/main/webapp/layout/sessionmessages.xhtml
Commit c0839375ea007e558bd92ea96bf4510efb2bf391 by msantos.msh
layout adjustments reload list on message page when reading message
The file was modifiedsrc/main/webapp/layout/sessionmessages.xhtml
The file was modifiedsrc/main/webapp/sessionmessages.xhtml
The file was modifiedsrc/main/webapp/admin/usermessages.xhtml
Commit f09bb876a561fb60a3eef212cbdcfb77be76cfa0 by msantos.msh
layout adjustments
The file was modifiedsrc/main/webapp/layout/sessionmessages.xhtml
Commit 21e0a9b4cd984ef826fa48137c381354814aad3d by msantos.msh
layout adjustments
The file was modifiedsrc/main/webapp/layout/sessionmessages.xhtml
Commit a5a8aea88aa525947852e17ecceeeac2538077d7 by msantos.msh
code refactoring use EntityQuery on detailed list, so I can reuse
pagination code.
The file was modifiedsrc/main/java/org/msh/tb/SessionMessagesHome.java
The file was modifiedsrc/main/webapp/sessionmessages.xhtml
The file was modifiedsrc/main/java/org/msh/tb/UserMessagesQuery.java
Commit e8b698139a18e54ea20856813a945f851813f68e by msantos.msh
layout adjustments pagination in user message page
The file was modifiedsrc/main/webapp/layout/sessionmessages.xhtml
The file was addedsrc/main/webapp/sessionmessages.page.xml
The file was modifiedsrc/main/java/org/msh/tb/UserMessagesQuery.java
The file was modifiedsrc/main/webapp/sessionmessages.xhtml
Commit f6009b28a09aff64441b389286f994703282c36a by msantos.msh
bug fixing on session message
The file was modifiedsrc/main/java/org/msh/tb/SessionMessagesHome.java
The file was modifiedsrc/main/webapp/sessionmessages.page.xml
The file was modifiedsrc/main/webapp/sessionmessages.xhtml
Commit 54d25d3e9d1d3e043def7869ac5004d2072ffaea by msantos.msh
layout adjustments bug fixing on message list reload tooltip
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
The file was modifiedsrc/main/webapp/layout/sessionmessages.xhtml
The file was modifiedsrc/main/webapp/sessionmessages.xhtml
The file was modifiedsrc/main/java/org/msh/tb/SessionMessagesHome.java
Commit 74aee84a6284901f3b7f2b6104e76d7a175530e8 by msantos.msh
Configurable help contact information in login and system Change login
page style
The file was modifiedsrc/main/webapp/public/themes/green4/skin.css
The file was modifiedsrc/main/webapp/layout/template_new.xhtml
The file was modifiedsrc/main/webapp/public/themes/public.css
The file was modifiedsrc/main/java/org/msh/tb/entities/SystemConfig.java
The file was modifiedsrc/main/webapp/admin/syssetup.xhtml
The file was modifiedsrc/main/webapp/layout/templatepub.xhtml
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_2/changelog-2.2-2-bd.xml
The file was modifiedsrc/main/webapp/login.xhtml
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was addedsrc/main/webapp/public/images/logo-new-round.png