Table of Contents

Release notes

This project is now on GitHub so latest information and release notes can be found there: https://github.com/GemsTracker/gemstracker-library/releases

Latest commits

1.7.0p1

2015-01-30

1.6.4

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

1.6.3

2014-03-06

1.6.2

2014-01-06

Version 1.6.1

2013-08-01

project.ini
;----------------------------------------------------------------------
; 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

Version 1.6

2013-03-20

project.ini
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/"
application.ini
loaderDirs.NewProject = APPLICATION_PATH "/classes/NewProject"
loaderDirs.Gems  = GEMS_LIBRARY_DIR "/classes/Gems"

Version 1.5.7

2012-11-30

Version 1.5.6

2012-10-18 rev[880]-rev[991]

Version 1.5.5

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:

Version 1.5.4

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.

project.ini
;---------------------------------------------------------
; 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:

Version 1.5.3

2010-04-20 rev[544]-rev[627]

Version 1.5.2

2010-02-13 rev[482]-rev[543]

New and noteworthy

This was a minor upgrade adding useful extra functionality:

Version 1.5.1

2012-02-13 rev[455]-rev[482]

New and noteworthy

This was a minor upgrade adding useful extra functionality:

Version 1.5

2012-01-26 rev[112]-rev[455]

New and noteworthy

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.

Upgrade instructions

To be completed later…