This project is now on GitHub so latest information and release notes can be found there: https://github.com/GemsTracker/gemstracker-library/releases
2015-01-30
2014-06-26
MUtil_Model_FormBridge:: => MUtil_Model_Bridge_FormBridge:: MUtil_Model_FormBridge => MUtil_Model_Bridge_FormBridgeInterface MUtil_Model_VerticalTableBridge => MUtil_Model_Bridge_VerticalTableBridge MUtil_Model_TableBridge => MUtil_Model_Bridge_TableBridge Gems_Model_ThreeColumnTableBridge => Gems_Model_Bridge_ThreeColumnTableBridge
2014-03-06
2014-01-06
2013-08-01
;---------------------------------------------------------------------- ; RESPONSES SECTION ; ; If responses.adapter is set, then all answers for tokens are stored ; in the gemsdata__responses table. ; ; All params responses fields can be used to overrule the database ; connection settings specified in application.ini/resources.db. ; ; If no adapter settings are specified then the default db adapter is ; used but the advise is to put this data at the very least in it's ; own database so the table specific logging and replication settings ; can be changed. ;---------------------------------------------------------------------- ;responses.adapter = Mysqli ;responses.params.charset = utf-8 ;responses.params.host = HOST responses.params.dbname = DATABASE "_data" ;responses.params.username = USER ;responses.params.password = PASSWD
2013-03-20
longDescr = "" longDescrNl = "" ; Append language for localised long decription contact.docsUrl = "" ; The path to the documentation of the project contact.forumUrl = "" ; The path to the forum if available contact.gemsUrl = "http://gemstracker.org/"
loaderDirs.NewProject = APPLICATION_PATH "/classes/NewProject" loaderDirs.Gems = GEMS_LIBRARY_DIR "/classes/Gems"
2012-11-30
2012-10-18 rev[880]-rev[991]
2012-07-25 rev[739]-rev[879]
A lot of changes, some of them need your special attention:
And also the following has changed but probably won't need a fix in your project:
2012-06-07 rev[628]-rev[738]
The settings below were added to the project.ini, please review them and add to your own project.ini on upgrade from a previous version.
;--------------------------------------------------------- ; LOGLEVEL SECTION ;--------------------------------------------------------- ; Use the loglevels as defined in Zend_Log to define the highest level of errors to log ; ; 0 Emergency: system is unusable ; 1 Alert: action must be taken immediately ; 2 Critical: critical conditions ; 3 Error: error conditions ; 4 Warning: warning conditions ; 5 Notice: normal but significant condition ; 6 Informational: informational messages ; 7 Debug: debug messages ; ; Defaults for production are 3 (error) and 7 (debug) for testing and development, uncomment the ; line below to use a custom setting ;logLevel = 6; ;--------------------------------------------------------- ; EXPORT SECTION ;--------------------------------------------------------- ; Location of the 'wkhtmltopdf' binary, be sure to use the latest ; binary from http://code.google.com/p/wkhtmltopdf/ export.wkhtmltopdf =
Added / changes:
2010-04-20 rev[544]-rev[627]
2010-02-13 rev[482]-rev[543]
This was a minor upgrade adding useful extra functionality:
2012-02-13 rev[455]-rev[482]
This was a minor upgrade adding useful extra functionality:
2012-01-26 rev[112]-rev[455]
Below is a short list distilled from the >300 commits. It needs more explanation on some parts and could include more or less info. Please update as fits.
To be completed later…