mojoPortal 2.5

The team here at i7MEDIA is so very excited to release mojoPortal 2.5! This is our first release since taking over the mojoPortal project and we're already gearing up for the next one! 

Where to Get It?

Head over to our GitHub Releases Page.

Major Updates

  1. A new File Manager has been added which replaces all three managers in previous versions.

    Using the new File Manager

    FEATURES

    • Create folders
    • Upload multiple files
    • Delete files and folders
    • Copy files new
    • Move files from one folder to another new
    • Rename files and folders
    • Compress multiple files into a .zip file new
    • Extract a .zip file into the current directory new
    • Download single files and download multiple files as a .zip file [3] new
    • Edit document type files [1] new
    • Preview image files
    • Select files/mojoPortal pages to return to the WYSIWYG editor
    • Search files in currently viewed folder new
    • Change manager view between List and Grid new
  2. The new Page Manager

    Page Manager Pro has been added to the mojoPortal core. Now, everyone can enjoy easier page management with the new Page Manager. Drag-and-drop functionality makes it easy to move pages while the enhanced UI makes understanding a site's hierarchy much simpler, particularly on larger sites. We're still building the documentation on this feature but it's really self-explanatory.

Minor Improvements and Changes

  • CKEditor 4.6.2 (image2 extension is included by default now) with new moono, moono-dark, and moono-lisa (default) skins.
  • Image File Extensions are now configurable using web.config settings.
    <add key="ImageFileExtensions" value=".gif|.jpg|.jpeg|.png|.svg" />
  • Updated to Colorbox 1.6.4 and changed Colorbox theme configuration. See Important Skin Changes.
  • Added "RssFeedLinkFormat" display setting for Blog. See Important Skin Changes.
  • Added web.config setting to control showing feed links with https. Defaults to true. Set to false if this causes you problems with a feed reader.
    <add key="UseSSLForFeedLinks" value="true" />
  • Added Framework as the default skin and removed Artisteer skins. Artisteer is still supported but we recognize that the included Artisteer skins aren't very pretty so they have been removed from the release.
  • Renamed "Page List" and "Add/Edit Pages" to "Page Manager".

Bug Fixes

  • Removed non-existent local-fs.pubxml file reference from mojoPortal.Web.csproj
  • Fixed renaming of files on upload so all files are renamed properly.
  • Removed unneeded apple-touch-icon.png from the root of the install. This was causing the mojo dog image to show up on tablets. Skin developers should follow these instructions for adding touch icons to their skins.
  • Fixed WebStore FlexCartLink where IncludeCartTotalWhenZero did not do anything.
  • Fixed WebStore FlexCartLink where ModuleGuid was actually supposed to be StoreGuid. Neither are really needed so we don't do anything with ModuleGuid on this control anymore.
  • Fixed an issue where when you create a new site it wouldn't copy over folders inside a skin that were more than 1 level deep.