Inventory Builder 0.4 (Jul 06, 2006)
This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.
This is just first public testing release published only from historycal reasons - please look for some newer versions!
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 2.1.1, Plone 2.1, Archetypes 1.3.5 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Lukas Zdych |
| Released | 2005/12/18 |
Any feedback is strongly welcomed. Please report bugs and feature proposals using Issue tracker.
Change log
#
# ChangeLog for /InventoryBuilder/trunk
#
# Generated by Trac 0.9.1
# 12/17/05 19:06:19
#
12/17/05 19:05:20 lzdych [15002]
* some of fields in InventoryBuilder schema marked (in label) as
"not implemented yet" to not mistify testers
12/17/05 18:55:11 lzdych [15001]
fixed: #14 - Search items does not work
12/17/05 18:39:03 lzdych [15000]
* added field protecting functionality to category view also
* fixed: #12 - Button "log in to add item to category
12/17/05 18:06:29 lzdych [14996]
* added 2 new fields to InventoryBuilder: 'protected fields' and 'trusted
roles' - simple usage is:
- inventory manager can choose one or more fields from IBItem
schemata, which should be marked as protected
- then those fields will be displayed on IBItem view template only
to users who will have at least one security role from selected
trusted roles (in inventory builder) in the IBItem context
12/17/05 16:54:51 lzdych [14995]
* added inventorybuilder view template metadata file
* added new field to InventoryBuilder class 'items_layouts' which
lists available view methods registered in portal_types and
let inventory manager set default view template for IBItems
in the inventory
* added method getLayout to IBItem class to get default layout from
parent inventory builder instance
12/17/05 15:38:12 lzdych [14994]
* added checkbox for filtering only user's items in inventory summary
views and category listing view
* changed link 'Items Grand Summary' in inventories_summary_view
to Inventories Overview
* added link 'Items Summary' to inventorybuilder_view
* a few small fixes in templates
12/17/05 14:34:20 lzdych [14993]
* fixed inventorybuilder_items_summary template - in some cases was broken
* added new parameter 'ibuilder_path' to getIBItems method to be able
to call it with this parameter outside of request
* added link to Items Grand Summary into inventories_summary template
* added links 'summary' and 'browse' to portlets footer in inventories_summary
template
* a few small fixes in templates
12/17/05 12:39:12 lzdych [14992]
* added inventories overview template
* make label of last items portlet header and footer context dependent
- it contain inventory title if it is displayed in Inventory
content context
* make head lable of inventory search portlet linked to inventories
overview template
12/17/05 10:47:53 lzdych [14991]
* added new attributes to IBTool: summary_last_items_count and
summary_display_counts which can be used to configure default behavior
of summary view templates - as well as with summary_columns attribute
both these new values can be set individually for any folder
using inventories_summary template by giving to it properties in ZMI
with the same id
* added new attribute to InventoryBuilder class display_counts - should
be used to turn on/off displaying numbers of contained items
in Inventories and it's categories (subcategires)
* updated templates to work with newly added settings
12/17/05 02:51:53 lzdych [14985]
* fixed version number
* logging updated README.txt in previous commit
12/17/05 02:50:08 lzdych [14983]
* removed TODO.txt - all contents resolved or moved to new IssueTracker
on homepage (plone.org/products/inventorybuilder)
12/17/05 02:05:16 lzdych [14981]
* added some new docs to on-line documentation (on plone.org)
* removed the following known bugs from TODO.txt:
- When InventoryBuilder is not in root of PloneSite - it will not be shown in "categories"
tab - it's because tree view shows only InventoryBuilders and InventoryBuilderCategories
(last items in inventorybuilder_view also not work if InventoryBuilder is not in the Plone
instance root) - categories form now display only one (parent) inventory
instance
- It is not possible to specify short name (ID) of object when user has allowed
editing of short names. Raises Unauthorized permission - this just works
now in Plone 2.1.x
- fix rss (rss support already added - need to add code of method "synContentValues" in InventoryBuilder
which will return pack of last items) - allready resolved
12/17/05 01:57:01 lzdych [14979]
* added drop-down style button to category view for adding items directly
to subfolders
12/17/05 00:56:50 lzdych [14978]
* fixed: inventory view display drop-down list selection of categories
which we can post new items to but also simple button to post new item
to inventory not using categories - if there are no categories
and use_categories option turned on - inventory view displays
portal message that at least one category has to be created
to be able to post new items
12/16/05 23:29:21 lzdych [14977]
* fixed rss feed search results
12/16/05 22:56:45 lzdych [14976]
* used listFolderContents() method instead of catalog query to allow
change the order of portlet boxes in inventories_summary_view
template by changing order in folder_contents
12/16/05 22:49:39 lzdych [14975]
* fixed broken inventories_summary_view template for cases that
summary_columns property in folder is not defined
12/16/05 22:46:25 lzdych [14974]
* added visualclear element under title in inventories_summary
template - search form was shifted to the left by document actions
* added 'summary_columns' field to Inventory Tool which is used as value
in inventories_summary view template when rendering inventories
portlets - this value can be set individually for every folder
containing inventories by giving it in ZMI property 'summary_columns'
12/16/05 22:14:54 lzdych [14973]
* add installation method for registring inventories_summary_view template
during installation process
12/16/05 20:46:18 lzdych [14969]
* added metadata file for inventories_summary_view
12/16/05 20:06:20 lzdych [14966]
* added template for better displaying folder contents in folder contained
InventoryBuilder instances
12/09/05 21:47:00 lzdych [14797]
* fix broken category_view:
NameError: name 'field' is not defined
12/09/05 21:22:16 lzdych [14796]
* added fixed displaying Selection, MultiSelection and InAndOut widgets
values in category view (item-listing-macro)
* aligned the content of item-listing-table used in category view to top
12/09/05 14:13:04 lzdych [14780]
* added method 'formatMultiSelectionValue' to InventoryBaseObject
interface and it's implementation to IBItem - it takes tuple of values
and return the string by joining values of keys taken in tuple
* added permission definitions for some methods in UML
* added displaying formated values of MultiSelectionWidget and InAndOutWidget
to schema-box-macro which is used to generate IBItem view
12/09/05 13:27:19 lzdych [14779]
* fixed: broken IBItem view if it tries to display empty selection
or multiselection widget value
* removed author of category in 'listed-in' box
12/08/05 02:15:27 lzdych [14714]
* added support for ATRatings informations displayed for IBItems
in inventory_view
12/08/05 02:07:52 lzdych [14713]
* fixed: button 'login to add new items' in inventory view was displayed
also if the invetory was closed for posting
* in last items listing on inventory view page changed label from 'added'
to 'posted'
* fixed broken all inventory items summary template
* fixed broken search_results template
12/07/05 21:34:49 lzdych [14698]
* added better displaying of Selection and MultiSelection widget's value
in item-listing-macro used in category view
12/07/05 21:26:07 lzdych [14697]
* added better displaying of SelectionWidget and MultiSelectionWidget
values in IBItem view template
12/07/05 20:43:46 lzdych [14696]
* changed head labels of sections 'categories' and 'items' in ibuilder view
and category view template
* added total items count to ibuilder view template
* rewrited countItems method in ibuilder class - it was counting all
appearances in different categories - now it is returning
the real total count of contained IBItems
12/07/05 17:48:45 lzdych [14695]
* removed title attribute from <a> tag in inventorybuilder_view which
generate unicode error
* listing of attached images to IBItems displayes images with high 150px
to make the view nicer and images are linked to fullscreen
view of concrete images
12/07/05 02:46:03 lzdych [14681]
* added very important warning to readme.txt about lose of data during
update of IBItem object schemata in archetype_tool
12/07/05 02:04:44 lzdych [14680]
* relatedItems moved back to 'metadata' schemata in IBItem - it is not
editable (saveable) in ATSENG
12/07/05 00:16:44 lzdych [14679]
* added auto-reducing length of displayed links and email links
in IBItem view and IBCategory listing view templates
12/06/05 23:54:07 lzdych [14678]
* fixed displaying of links and emails in IBItem view and Items listing
macro
12/06/05 23:32:10 lzdych [14676]
* added forgotten worklist reviewer_quenue to IBItem_workflow
12/06/05 01:52:05 lzdych [14643]
* fixed: edit link for listed items in category items listing
* added relatedItems field to default schema of IBItem and set to be
manageable by SchemaEditor, also added to undeleteable fields
- need some way how to put relatedItems to undeleteable fields
in existing InventoryBuilder instances !!!
12/06/05 00:59:10 lzdych [14639]
* fixed categories form - now it displayes the tree only from parent
inventory builder
12/05/05 10:06:20 lzdych [14622]
* removed duplicated description displaying from IBItem view template
12/05/05 10:00:59 lzdych [14621]
* updated TODO.txt
* added vertical-align: top to TD tags in schema-box-macro
12/05/05 09:17:33 lzdych [14619]
* added dropdown list to inventory builder view template with list
of available categories in the inventory builder - user can use it
to select to which category would like to post new item directly
from inventory page
12/05/05 08:38:04 lzdych [14618]
* removed Member role from those roles which allows users to create
new categories and subcategories by default (in workflows)
* added info strings about not enough permissions to create content
to add new ... buttons
* fixed conditions for add new ... buttons
12/04/05 23:33:11 lzdych [14600]
* added IBItem_worklow - add attachments to IBItems can now only Manager
and Owner
* added creation roles and permissions to attachment objects
12/04/05 23:06:17 lzdych [14597]
* fixed security bug: - member can retract IBItem from public state
even if he is not owner of the content
12/04/05 22:51:36 lzdych [14594]
* changed default value of allowDiscussion field for IBItem to 1
12/04/05 21:34:35 lzdych [14589]
* removed unwanted archgenxml.log file
12/04/05 21:33:33 lzdych [14588]
* fixed broken title of items in last items table
12/04/05 21:18:22 lzdych [14586]
* finished RSS feature
* added field 'display_images' to InventoryBuilder - manager (owner) can
select from defined image fields from IBItem schemata which
will be displayed in last items listing on Inventory title page
* a few fixes
12/03/05 23:22:13 lzdych [14554]
* removed obsolete templates
* added new field 'use_subcategories' to IBCategory which can be used
to make subcategories forbidden in category by the same way
as in InventoryBuilder
12/03/05 22:34:22 lzdych [14550]
* removed permissions required for creating new content in inventory
for anonymous user - only Members can post and create categories
resp. subcategories
* buttons for creating new content are displayed in two ways:
- inventory open for posting: anonymous can see button for login,
others button for creating the content
- inventory closed for posting: anonymous can't see any buttons,
others button for creating the content
12/03/05 19:57:13 lzdych [14547]
* fixed getIBItems method: anonymous user can't see published items
in category listing
* added vertical-align to td tags in inventory view template (last items
table)
12/03/05 03:52:29 lzdych [14544]
* fixed displaying fields with link values in item view template
12/03/05 03:29:15 lzdych [14543]
* commented buttons 'login to ...' cuz if user is authenticated
it doesn't have to mean that he is permitted to do that action
- I'm still not sure how to resolve this idea
12/03/05 03:17:24 lzdych [14540]
* removed BIItem_workflow - Item is using IBCategory_workflow now
12/03/05 02:57:32 lzdych [14535]
* fixed add category buttons in macros
* added different add button for add category and create subcategory
* added new workflow for categories with defined worklist
- default reviewer_quenue
12/03/05 02:11:56 lzdych [14529]
* code generated with the latest AGX version from trunk
* fixed creation permissions for main 3 classes
* redefined InventoryBuilder workflow
- closed:state - closed for posting of items - only manager and
owner can create items
- open:state - open for posting of items - all (also anonymous
can post items and create categories
12/03/05 01:08:36 lzdych [14525]
* fixed item-schema-box macro
* fixed item edit and view template
* added item edit template metadata file
11/28/05 01:44:44 lzdych [14359]
* commented button: log in to add new category
- this should appear only if members are allowed to add new cateogries
- should be set by some new option in InventoryBuilder object
11/28/05 01:23:25 lzdych [14358]
* fixed inventorybuilder_edit and view template
* added inventorybuilder_edit metadata file
11/28/05 00:52:00 lzdych [14357]
* cleaned AppConfig from mxTidy obsolete code
* changed creation_permission of InventoryBuilder to Add portal content
(permissions and workflow needs more fixes)
11/28/05 00:38:48 lzdych [14356]
* renamed archetype_name from InventoryBuilder to just Inventory
* removed 'incase_items' and 'outland_items' fields from InventoryBuilder
class
11/28/05 00:04:02 lzdych [14355]
* initial import to Collective SVN


