Changes between Version 51 and Version 52 of ReleaseNotes
- Timestamp:
- 22.12.2012 17:14:38 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v51 v52 40 40 * Working with associations: 41 41 * Keyboard shortcut: Create associations via shift-drag (#304). 42 * Once a ssociation is createdEdit mode is entered automatically (#314).43 * When the user changes an association's type theform is updated immediately. The user must no longer leave and re-enter the form (#347).42 * Once an association is created the Edit mode is entered automatically (#314). 43 * When an association is retyped the association form is updated immediately. The user must no longer leave and re-enter the form (#347). 44 44 * Fulltext seach: Wildcards, phrase search, and escaping is supported (#302). 45 45 … … 73 73 * Client-side improvements: 74 74 * Client-side load mechanism for auxiliary scripts: Scripts located in `script/helper/` are loaded synchronously ''before'' the plugin is loaded. This allows e.g. renderers to share a common base class (#372). 75 * New client-side event `option_topics` allows filtering the selection lists. Applies to both, combo boxes and checkbox lists (#345).75 * New client-side event `option_topics` allows filtering the selection lists. Applies to both, combo boxes and checkbox lists (#345). 76 76 * Webclient API: The Topic's and Association's `composite` property contains true `Topic` objects (instead of plain !JavaScript objects) and thus provides access to the client-side Topic API [3105fee2]. 77 77