• Fixes upgrade via MoMa hanging whole admin. Moved duplicator methods from upgrade script to event.

  • Update to default templates, removed accordion and categorized.

  • Adming pagination now maintains current page, when jumping in and out of items.

  • Fixes issue where isset() and empty() didnt work agains field shorthand.

  • Adding permissions: Remove items, Approve items, Modify all items.

  • Increasing performance and reducing queries and memory usage alot in general.

  • Adding several new preferences.

  • Adding new param: summarypage.

  • Introducing interal Event Handler in FielddefBase.

  • Adding new Fielddef Type: FileUpload.

  • Adding new FielddefBase method IsUnique.

  • Categories written into fielddef. Adding this field will reveal category options, else all category related is hidden.

  • Adding new smarty plugin: ListIt2Loader. Makes possible to load single or multiple items or categories from anywhere in CMSMS with multiple criteras.

  • Dropping deprecated smarty assigns. Dropping $uploads_url assign, use {uploads_url} plugin instead, included in core.

  • Adding FR#8902. Order by start and end date.

  • Adding FR#8367. Group Permissions - Approve item for Frontend Display.

  • Adding FR#8151. Add copy item action.

  • Fixes BR#8454. Pagination with search function and page limit.

  • Fixes BR#8853. Text areas have to have 'Max lenght'.

  • Fixes BR#9123. Actions: "category" missing in help and "filter" deprecated ?

  • Fixes BR#9124. Category parameter in a summarytemplate generates unusable links to item.

  • Fixes BR#9138. English language corrections.

  • Fixes BR#9182. Categories->sub-categories and pretty url.

  • Fixes BR#9187. Variables not available to detail template.