Skip to content

Latest commit

 

History

History
199 lines (176 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

199 lines (176 loc) · 18.5 KB

CHANGELOG

##1.3.0 (-- --- 2014)

  • Remove layout when using ajax requests (GotCms#185)

##1.2.0 (26 Jan 2014)

  • Can not select "Document Type" on creating children page (GotCms#161)
  • Cannot install on Windows due to the max_execution_time directive (GotCms#129)
  • Wordings (GotCms#163)
  • Add verification before update content (GotCms#164)
  • Css is broken on statistics module (GotCms#166)
  • Photoartwork theme not working properly (GotCms#168)
  • Change some confirm box into jQuery ui Dialog (GotCms#167)
  • Add parameter to force the branch to be active on Gc\Component\Navigation (GotCms#169)
  • Fail merge between available view et default view in content edition (GotCms#171)
  • Document type does not allow empty available views (GotCms#170)
  • Translator with javascript have missing translations (GotCms#165)
  • Rebuild all forms (GotCms#172)
  • currentDocument must be an helper instead of variable (GotCms#176)
  • setValue method should allow user to add custom settings in core_config_data table (GotCms#178)
  • Social module (GotCms#155)
  • Refactoring events (GotCms#181)
  • While installing data, the installer stopped (GotCms#177)

Potential Breakage

With the issue Refactoring events, now you can't do getParam('object') when you attach an event.

##1.1.0 (11 Dec 2013)

  • Update to Zend Framework 2.2.5 (GotCms#141)
  • Add redirect in init method does nothing (GotCms#142)
  • Installation error: config/autoload is empty (GotCms#134)
  • Unable to find the wrapper (GotCms#144)
  • Add the choice between files and stream wrapper (GotCms#147)
  • Bug with cache if there're two instance of GotCms on the same server (GotCms#148)
  • Active debug breaks some css in admin (GotCms#149)
  • Add button to load content from files when stream wrapper is disabled (GotCms#151)
  • Script phpcs.sh not working (GotCms#152)
  • Save view, script and layout via Backup module (GotCms#153)
  • Textrich datatypes failed on sortable and add with mixed datatype (GotCms#154)
  • Export / import documents, documents types, datatypes, views, layout and scripts (GotCms#146)
  • Display property description with datatypes (GotCms#156)
  • Update bootstrap and lessjs (GotCms#157)
  • Bug with arcana template (GotCms#158)

Potential Breakage

With the issue Installation error: config/autoload is empty, you must copy config/autoload/global.php to config/autoload/local.php before update.

##1.0.0 (28 Oct 2013):

##0.2.1 (01 Sep 2013):

Potential Breakage

All acl have been changed, and if you added new roles, you must redefined them after the update. If you added custom modules, be sure you have changed the namespace of them with removing "Modules". More, you must add route name with the name of the module. Example: Module ActivityLog must have root activity-log

##0.2.0 (04 Aug 2013):

Potential Breakage

All acl have been changed, and if you added new roles, you must redefined them after the update.

##0.1.9 (20 Jul 2013):

Potential Breakage

Gc\Core\Config singleton will not working anymore. You must used in view or layout, the config helper $this->config()->get() and for scripts you must used $this->getServiceLocator()->get('CoreConfig').

Events names have been renamed. You must use the dot separator instead camelCase.

##0.1.8 (02 Jun 2013):

  • Problem with replacement and mixed datatype (GotCms#55)
  • Use cms_version instead version (GotCms#57)
  • Optimize the helper "documents" (GotCms#58)
  • Allow dot in identifier pattern (GotCms#59)
  • Update to Zend Framework 2.2.0 (GotCms#60)
  • Document parent are ignored in IndexController (GotCms#63)
  • Session lifetime not working (GotCms#64)
  • Missing dot in downloaded files name (GotCms#65)
  • No such method 'select' for tabs widget instance (GotCms#66)
  • Bug javascript (GotCms#67)
  • No need to stay on login page if user has Identity (GotCms#68)
  • Upload datatype must return an simple array if isn't multiple (GotCms#69)
  • Home page can't display children (GotCms#70)
  • Mixed datatype has problems when datatype return more than one element (GotCms#75)
  • Make more themes for installation (GotCms#47)

##0.1.7 (30 Apr 2013):

  • Get latest version can failed on certain php version (GotCms#53)
  • Missing version modification in Gc\Version (GotCms#54)

##0.1.6 (30 Apr 2013):

  • Only last key is required to display document (GotCms#42)
  • Cache thrown exception (GotCms#43)
  • Add specific layout for exception in front (GotCms#44)
  • Update to latest GotSniffs version (GotCms#46)
  • Update to Zend Framework 2.1.5
  • Urls configuration (backend, frontend and cdn) (GotCms#40)
  • Translator is not loaded during installation (GotCms#49)
  • Add style on table elements (GotCms#48)
  • Bug with postgresql during installation (GotCms#51)
  • View Stream bug with huge content length (GotCms#52)

##0.1.5 (08 Apr 2013):

  • Git updater failed (GotCms#24)
  • Add translation directory for installation
  • Add captcha for blog module (GotCms#25)
  • Refactoring flash messenger (GotCms#26)
  • Backup module failed with pgsql (GotCms#27)
  • Disable cache on preview (GotCms#29)
  • Flash messages failed in view helper script (GotCms#28)
  • Update to Zend Framework 2.1.4
  • Use new GotSniffs based on PSR2 (GotCms#38)
  • Update jquery, jquery ui and modernizr (GotCms#39)
  • Composer support (GotCms#35)
  • Add plugin in Modules (GotCms#31)
  • Unit testing for ZF modules (GotCms#36)

0.1.4 (12 Feb 2013):

  • Bug with HTTP 404 (undefined variable view)
  • Gc\Document\Model::fromUrlKey() not saving original data
  • Administrator role must be protected and can't be edit
  • Administrator user must be protected and can't be deleted
  • User can retrieve his password
  • Modules permissions (GotCms#21)
  • Methods fetchAll, fetchOne, fetchRow and execute now have the ability to pass parameters
  • Backup module (GotCms#20)
  • Update to Zend Framework 2.1.1
  • Execute script after update (GotCms#19)
  • PHPUnit failed with MySQL (GotCms#23)

0.1.3 (12 Jan 2013):

  • Sitemap module QuickFix set base path (GotCms#14)

0.1.2 (12 Jan 2013):

0.1.1 (11 Jan 2013):

  • Updater in module configuration (GotCms#13)
  • Cache manager (GotCms#12)
  • Update to Zend Framework 2.0.6
  • Refactoring installer (GotCms#15)
  • Add translation