pulls translations from transifex and commits them to github

Build: #195 was successful Scheduled with changes by 4 people

Build result summary

Details

Completed
Queue duration
33 seconds
Duration
26 seconds
Labels
None
Revisions
Release scripts
bb61e06483cd415a55b72cceac8d10ad00ee4e8a
uicommons
d7cdfd98149ced0b0ab847747692dd650128587e
htmlformentry
711a2a4f0beabbf5f6f70bdcfbe64689b82f3215
htmlformentryui
55b60754e512d9f9acb7878af8a445f2116d91b9
allergyui
9365b5df9f427c8dae8e75966cc9cb00bd792abc
allergyapi
2adbdbd837440b6e5a65aa399c00991a471c215d
appointmentschedulingui
aaa97d6b56ed644bda20d234820bab533da7d2bb
coreapps
3a5e261e67550c2e3c7fca3e65e3d3920c0c1e40
dispensing
898f9484bf4522bf566e608480451dc3249f35f4
mdrtb
4829b4fbfe8d53cd84f6561b85cfb6b6a3d8b44b
printer
f9bbdd34ebaf01976129e0cb39cc6acf63273f22
radiologyapp
350d6fa7792dd2a46a59fc083be33322a1d5f2c3
radiology
6a34c859d0cf4caf32b0fe717bcd23fc6bceab25
referenceapplication
f4eaefc3d51df2dcdbaf1079e75207e7e10d486b
registrationapp
18879897696885e41d27d605eeaeb3d89c4a418e
reportingui
ffecbcccc64744e1ce859ab0745c2cc44bf18b58
Successful since
#15 ()

Code commits

coreapps
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa b1a1be48e7436a0ce102b9dfbedfa383035368e1 Merge pull request #77 from ssmusoke/master
Changed uicommons to a release version
Stephen Senkomago Musoke Stephen Senkomago Musoke 07d16c5271696bc0aa96a40608b013a9e5d36808 Changed uicommons to a release version
radiology
Author Commit Message Commit date
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 6a34c859d0cf4caf32b0fe717bcd23fc6bceab25 Merge pull request #509 from teleivo/use-slf4j
Replace use of commons-logging with slf4j
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 61fced0faa67191b3d04aa38bdd08eae18e62397 Replace use of commons-logging with slf4j
commons-logging is used although we should use the logging facade slf4j
so we are independent of the actual logging implementation of
openmrs-core. commons-logging is actually excluded from the
openmrs-core dependencies but somehow kreeped in.

* replace usage of commons-logging with slf4j
* add rule to checktsyle.xml to flag imports of commons-logging
as illegal
* order imports according to eclipse default, remove unused imports