Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2017-08-16 2.4 kB
smenable.py 2017-08-16 3.4 kB
update.py 2017-02-27 20.4 kB
MailingDaoImpl.java 2016-03-08 44.6 kB
MailingDaoImpl.class 2016-03-08 37.8 kB
Totals: 5 Items   108.7 kB 0
The first public version of OpenEMM 2015 was released on February 23rd, 2015.
The latest release OpenEMM 2015 R3 was published on October 14, 2016.

Please subscribe to Twitter-Account "openemm" to get notifications when new
bug fixes for OpenEMM become available.

A bug is fixed by applying the instructions described below. Usually this means
editing the file containing the buggy code or replacing an existing file by a
new file with the revised code from this SourceForge directory. Of course, for
class files we also provide the source code files in case you want to build the
software by yourself.


GENERAL INSTRUCTIONS
====================
BEFORE you replace or edit files you have to STOP OpenEMM first with
$> su - openemm
$> openemm.sh stop
$> exit

AFTER replacing or editing the file(s) you have to RESTART OpenEMM with
$> su - openemm
$> openemm.sh start
$> exit

This procedure is NOT necessary IF the description of a bug fix is amended by
"No restart required."


PATCH INSTRUCTIONS for OpenEMM 2015, OpenEMM 2015 R2 and OpenEMM R3
===================================================================
Bug #01: Preview does not work
Fix #01: Download the source tarball of OpenEMM 2015, unpack it and recompile it
         with Ant script openemm_build.xml on a 32 bit Linux platform
         (see comments in script header for build details).
         Replace in directory bin existing 64 bit files
         bav, qctrl, smctrl, updater and xmlback
         and replace in directory bin/scripts existing 64 bit file
         bavwrap
         with the new 32 bit files.

Bug #02: Bounce management does not catch all hardbounces
Fix #02: Replace file update.py in directory
         /home/openemm/bin/scripts/
         There is no need to restart OpenEMM.

Bug #03: Sendmail emulation does not work if OpenEMM uses MySQL with InnoDB
         engine
Fix #03: Replace file smenable.py in directory
         /home/openemm/bin/scripts
         Thanks to Thomas Deutschmann (whissi@whissi.de) for this contribution.


PATCH INSTRUCTIONS for OpenEMM 2015 and OpenEMM R2
==================================================
Bug #01: Checkbox "Subscriber has to be in all target-groups" can not be deactivated-
Fix #01: Replace file MailingDaoImpl.class in directory
         /home/openemm/webapps/openemm/WEB-INF/classes/org/agnitas/dao/impl/

No more bugfixes are available yet.
Source: README.txt, updated 2017-08-16