From: <gem...@li...> - 2011-09-20 13:38:03
|
Revision: 48 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=48&view=rev Author: mennodekker Date: 2011-09-20 13:37:54 +0000 (Tue, 20 Sep 2011) Log Message: ----------- Added some of the recent updates to the changelog Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2011-09-20 13:04:31 UTC (rev 47) +++ trunk/library/changelog.txt 2011-09-20 13:37:54 UTC (rev 48) @@ -1,3 +1,12 @@ +Important changes from 1.4.1 => 1.4.2 +============================================================ + * To have an autosubmit form it is enough now to just use $form->setAutoSubmit($href, $targetId) + * Introduced Gems_FormattedData, which takes a model and array of data and applies all formatting rules to the data + (see export for more info) + * The menu is reorganised and some items no longers have privileges assigned to them. Be careful with project menus! + * Tooltip decorator now uses jQuery icon instead of an image + * Print view of tab-forms now output the tab-titles for better readability, this introduced the class print-only + Important changes from 1.4 => 1.4.1 ============================================================ * Menu containers no longer have a privilege, this could have impact on custom menu's searching for a container. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2011-11-22 15:43:26
|
Revision: 272 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=272&view=rev Author: matijsdejong Date: 2011-11-22 15:43:20 +0000 (Tue, 22 Nov 2011) Log Message: ----------- Changelog for ticket #43: Flexible user password constraints: Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2011-11-22 15:30:41 UTC (rev 271) +++ trunk/library/changelog.txt 2011-11-22 15:43:20 UTC (rev 272) @@ -1,6 +1,7 @@ Important changes from 1.4.3 => 1.5 ============================================================ Passwords should be set with a project.ini->salt. Salt is now a required project setting! +Setting rules for user passwords has changed and has become more powerfull, unless you do not set them. The table gems__staff is split into gems__staff, gems__user_logins with generic login data and gems__users_passwords containing db stored password information. GemsEscort->afterLogin(), ->afterLogout() and ->loadLoginInfo(0 are now all handled by Gems_User_UserDefinitionInterface objects. The table gems__user_ids provides unique and non-sequential user ids accross gems__staff and gems__respondents. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-07-16 07:50:50
|
Revision: 847 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=847&view=rev Author: mennodekker Date: 2012-07-16 07:50:44 +0000 (Mon, 16 Jul 2012) Log Message: ----------- Added changelog text for #544 Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2012-07-13 14:39:56 UTC (rev 846) +++ trunk/library/changelog.txt 2012-07-16 07:50:44 UTC (rev 847) @@ -1,5 +1,6 @@ Important changes from 1.5.4 => 1.5.5 ============================================================ +New default: user can only login to his own organization and needs to switch after login if desired, to enable old behaviour that could lead to problems with duplicate logins see $allowLoginOnOtherOrganization in Gems_User_UserLoader Role editing has become more interactive and safer to use Internally code no longer uses the 'Hidden Organization' but expects both an id1/patientNr plus an id2/organizationId to be specified Externally the organization id is still left out of the url when not needed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-07-17 15:55:32
|
Revision: 851 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=851&view=rev Author: matijsdejong Date: 2012-07-17 15:55:22 +0000 (Tue, 17 Jul 2012) Log Message: ----------- Updated Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2012-07-17 15:42:09 UTC (rev 850) +++ trunk/library/changelog.txt 2012-07-17 15:55:22 UTC (rev 851) @@ -7,6 +7,7 @@ UPGRADE WARNING: Check all your (snippet) extensions to RespondentAction, TrackAction, SurveyAction and project specific versions of ShowTrackTokenSnippet and ShowSingleSurveySnippet: you may need to specify extra parameters as the menu items need to know the organization id New projects start with a basic css template In project.ini, export.wkhtmltopdf has been renamed to export.pdfExportCommand, and which now stores the entire command line to the pdf export binary (wkhtmltopdf, Phantom.js or similar). +The normal time it takes to answer a survey can be added and surveys have a code field Important changes from 1.5.3 => 1.5.4 ============================================================ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-07-20 17:01:09
|
Revision: 865 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=865&view=rev Author: matijsdejong Date: 2012-07-20 17:01:00 +0000 (Fri, 20 Jul 2012) Log Message: ----------- Updated changelog Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2012-07-20 16:57:56 UTC (rev 864) +++ trunk/library/changelog.txt 2012-07-20 17:01:00 UTC (rev 865) @@ -9,7 +9,8 @@ In project.ini, export.wkhtmltopdf has been renamed to export.pdfExportCommand, and which now stores the entire command line to the pdf export binary (wkhtmltopdf, Phantom.js or similar). The normal time it takes to answer a survey can be added and surveys have a code field Export of survey data can be selected by respondent id or by track -All maintenance task show some explanation on what they do +Track and survey maintenance is extended with round and field deletion and more powerfull selection tools +All maintenance tasks show some explanation on what they do Important changes from 1.5.3 => 1.5.4 ============================================================ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-07-24 09:50:05
|
Revision: 872 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=872&view=rev Author: mennodekker Date: 2012-07-24 09:49:55 +0000 (Tue, 24 Jul 2012) Log Message: ----------- updated changelog for last two commits Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2012-07-24 09:29:17 UTC (rev 871) +++ trunk/library/changelog.txt 2012-07-24 09:49:55 UTC (rev 872) @@ -11,6 +11,8 @@ Export of survey data can be selected by respondent id or by track Track and survey maintenance is extended with round and field deletion and more powerfull selection tools All maintenance tasks show some explanation on what they do +New default: Forms are no longer lazy by default. Use $form->setLazy(true) if you need it +New setting: in project.ini you can set cache to any of "none", "apc", "file" to influence what kind of cache to use Important changes from 1.5.3 => 1.5.4 ============================================================ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-10-08 09:47:08
|
Revision: 973 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=973&view=rev Author: mennodekker Date: 2012-10-08 09:46:57 +0000 (Mon, 08 Oct 2012) Log Message: ----------- Updated changelog Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2012-10-08 09:35:02 UTC (rev 972) +++ trunk/library/changelog.txt 2012-10-08 09:46:57 UTC (rev 973) @@ -1,3 +1,7 @@ +Important changes from 1.5.5 => 1.5.6 +============================================================ +Transparent lessCss compiling was added. When you add a .less file GemsTracker will take care of compiling it to css. If you need to force a recompile, add the ?compilecss parameter to your url. + Important changes from 1.5.4 => 1.5.5 ============================================================ New default: user can only login to his own organization and needs to switch after login if desired, to enable old behaviour that could lead to problems with duplicate logins see $allowLoginOnOtherOrganization in Gems_User_UserLoader This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2012-10-12 16:51:14
|
Revision: 984 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=984&view=rev Author: matijsdejong Date: 2012-10-12 16:51:07 +0000 (Fri, 12 Oct 2012) Log Message: ----------- Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2012-10-12 16:42:25 UTC (rev 983) +++ trunk/library/changelog.txt 2012-10-12 16:51:07 UTC (rev 984) @@ -1,6 +1,9 @@ Important changes from 1.5.5 => 1.5.6 ============================================================ Transparent lessCss compiling was added. When you add a .less file GemsTracker will take care of compiling it to css. If you need to force a recompile, add the ?compilecss parameter to your url. +Events can be specified at the GemsTracker level as well as the project level +Surveys can now have their own survey specific display, in a manner similar to event system +Several interface bugs/improvements were solved/written Important changes from 1.5.4 => 1.5.5 ============================================================ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2013-02-28 10:59:28
|
Revision: 1162 http://sourceforge.net/p/gemstracker/code/1162 Author: mennodekker Date: 2013-02-28 10:59:23 +0000 (Thu, 28 Feb 2013) Log Message: ----------- Added ini changes to changelog Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2013-02-28 10:29:51 UTC (rev 1161) +++ trunk/library/changelog.txt 2013-02-28 10:59:23 UTC (rev 1162) @@ -8,6 +8,18 @@ The global variable $GEMS_DIRS is deprecated, redefine it the application.ini using loaderDirs.Gems = .... (see NewProject) ZFDebug is now activated in the application.ini using: zfdebug.activate = 1 +New project.ini settings: +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/" + +New application.ini settings (add before the first resource and change NewProject to your own project prefix): +loaderDirs.NewProject = APPLICATION_PATH "/classes/NewProject" +loaderDirs.Gems = GEMS_LIBRARY_DIR "/classes/Gems" + Important changes from 1.5.6 => 1.5.7 ============================================================ In LimeSurvey tokenanswerpersistence must be set to true for all surveys This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gem...@li...> - 2013-03-19 15:34:34
|
Revision: 1197 http://sourceforge.net/p/gemstracker/code/1197 Author: matijsdejong Date: 2013-03-19 15:34:29 +0000 (Tue, 19 Mar 2013) Log Message: ----------- Version 1.6 done - I think Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2013-03-19 15:14:49 UTC (rev 1196) +++ trunk/library/changelog.txt 2013-03-19 15:34:29 UTC (rev 1197) @@ -1,5 +1,11 @@ Important changes from 1.5.7 => 1.6 ============================================================ +Patients can now be shared between organizations on the basis of their social security number +No longer Dutch: the default new project is still Dutch, but the basic GemsTracker core is international +New summary and compliance reports +Mail log now shows more information and is better searchable +Tracks can be cloned +Better menu structure Defined constant GEMS_PROJECT_PATH removed from code (update at least your application.ini and use APPLICATION_PATH instead) Moved date_default_timezone_set to index.php (can generate warnings) longDescr in project.ini enables more project specific information on the about pages @@ -20,6 +26,8 @@ loaderDirs.NewProject = APPLICATION_PATH "/classes/NewProject" loaderDirs.Gems = GEMS_LIBRARY_DIR "/classes/Gems" +Numerous small bugs solved + Important changes from 1.5.6 => 1.5.7 ============================================================ In LimeSurvey tokenanswerpersistence must be set to true for all surveys This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |