2008-06-18 2.3 * a "form" button now opens a navigation dialog which displays detailed info about current thing (a form or a script): * location in skins * what does it overwrite, and what overwrites it (e.g. versions in other skin folders) * the dialog allows navigating between versions, and doing "customize" and "revert" on them (diff-ing is planned) 2008-03-25 2.2 * the security window is not automatically refreshed anymore (it was redundant and dangerous); instead it has two buttons - "refresh" which reloads security info for the object it was opened at, and "go here" to show info for the current context if we have wandered elsewhere * security window can be resized, and the size is peristent * security can be toggled using button on the rightmost end of the status bar * keyboard switches: * Ctrl+Alt+S - toggle security window * Ctrl+Alt+A - clear all cache 2008-01-31 2.1 * fixed url construction bug * added "stay here" switch to security window so that the window can stay with the context or surf with the user 2007-08-10 2.0rc1 Plenty new features, including: * activity counter in the top-right part of the screen - click on it to start, then it refreshes every 1 second telling how many pending activities are there * "clear cache" button to immmediately erase all caches * a security window which can be openned at the bottom part of the screen - auto-refreshes every 3 seconds, giving detailed security information about current context * if you select a camel-cased name anywhere - in a form, on a page, in error log - right-click will give you options to edit the object, find it in skins or grep for it * "object" menu contains an option to jump straight to the portal type definition of the context, or role definitions of the portal type * test script name can be customised in browser preferences, so that every developer can have his own (if it doesn't exist the system will create it) * "skins" menu can be customized per site - the option "site->Configure..." reads a custom script and adjusts the menu accordingly * if you request a url which is already open in a tab, erp5admin jumps to this tab instead of openning another one Plus many bugfixes and minor improvements. 2007-02-07 1.0rc12 - added portal_orders - sorted tools by name - version up 2007-02-02 1.0rc10 - added some tooltips - enabled ERP5Site_reindexAll - some other minor tweaks 2006-12-14 update url example, reindex all site proposed, some cleaning, templates to tools added (Luke) 2006-09-04 Added links to site manage, server manage and error log Fixed a bug in opening in same tab 2006-08-01 new feature: open the same page on a "reference" server (by Jerome) 2006-07-27 Bugfix Some more object actions (reindex and local roles) 2006-07-19 Bugfix - show dict did not always worked properly 2006-07-17 Jump-by-highlight works now in framesets, in all form controls, and on plain page content - basically, everywhere :) Regexp matching allows for overselecting names 2006-07-01 A cool new feature - you can highlight a name in ZMI script edit textarea, right-click and jump straigh to editing the selected object (for now, it works only if you are in manage_main). Trapped failure in openning new tab (not very useful, since in most cases ERP5 does not send a proper notification to the browser). 2006-06-24 Added lots of new links, arranged in menus (among others: option to jump straigh to editing custom/test_py script, and an option to immediately run test_py in context of current object). 2006-06-13 Fixed a bug in Base_viewDict display 2006-06-06 Added an option to check portal_type of current object Added an option to open context tools in same or new tab Some tidying up of menus and code 2006-06-01 Fixed a bug which caused "Show toolbar" option in the menu to fall out of sync with toobar state. 2006-05-30 Added toolbar and a menu option to hide/show toolbar.