File: ChangeLog

package info (click to toggle)
zope-cmfquickinstallertool 1.5.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 172 kB
  • ctags: 120
  • sloc: python: 670; sh: 60; makefile: 38
file content (24 lines) | stat: -rw-r--r-- 876 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
1.4

  - reinstall button

    does the same as uninstall/install except that it does _not_ delete
   objects that have been created on portal_level (portal_objects)

  - product version info

    added getProductVersion to the API
    shows the version of the products
   for installed products it also shows the version of the prod at install time

  - By Andy McKay

    Remove the except: pass from trying to make a External method, if there is an error in the import log the error to ZLOG. Unfortunately there is a string error we have to try and catch as well. That string error occurs when the module cant be found, so we should ignore that.

  - content type registry support 

    QuickInstaller now also tracks entries in the content_type_registry.

  - if products have been removed from disc, mark them in the installed list as 'removed'

  - added a ChangeLog :)