Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Releases: uPortal-Attic/uportal-home

v4.1.1.19

23 Apr 18:13
Compare
Choose a tag to compare

General

  • Moved releases to maven central
  • Added in travis CI
  • Switched to HTML5Mode ( #200 )
  • Add in maven Jetty plugin

Frame Changes

  • Restructured JS and pretty much the whole webapp directory to utilize requireJS. Now you will just overwrite my-app/main.js and my-app/main-app.css to include what you need. (see app-seed or home for examples)
  • Cropped and made the images smaller ( #184 )
  • Switched to HTML5Mode (requires server side config, can be done in web.xml) ( #200 )
  • Add in gravitar support v1 ( #202 )

Home Changes

  • Restructured home to adopt requireJS approach
  • Added the target option for sidebar, so you can launch sidebar links in a new window
  • Renamed some classes to be more semantic ( #182 )
  • Other style changes

Mock Portal

  • This is a new module. You can now run mvn jetty:run and it will bring up /frame, /web and /portal.
  • /portal returns static json.

v4.1.1.18

27 Apr 15:40
Compare
Choose a tag to compare

General

  • There's now a Gitter chat badge in the README ( #165 ). Come chat about angularjs-portal!

Frame changes

  • Added in caching timeouts for specific element types ( #157 )
  • Loading directive now targeted ( #159 ), which is awesome. Try this out! Also, it's more attractive ( #166 )
  • Uses latest 4.x font-awesome version. ( #172 )

Home changes

  • Marketplace details page is now functional ( #167 ), with the (hidden as a beta feature) auto-complete now linking to these entries ( #177 )
  • Created Template-able widgets (see myuw-smart-widget-creator ) ( #168 , #171 )
  • Widget mode selection is now sticky ( #163 ), though whether the selector appears at all is still behind an environment-specific flag
  • Apps now have a default icon ( #164 ) and support icons other than just font-awesome icons ( #175 ). Hello, Noun Project.
  • Improved Weather smart widget ( #158 )
  • Static smart widgets now enabled ( #162 ), rather than being hidden behind Beta flag
  • Fixed new-stuff bar ( #160 )
  • Fixed a scrolling bug ( #161 )
  • Other styling improvements ( #169, #173, #174 )
  • Help now renders faster as static content ( #176 )

4.1.1.17

24 Mar 04:42
Compare
Choose a tag to compare

MyUW product changes

  • Reduces the size of the header and removes some flavor text that on reflection as adding more clutter than value ( #154 )
  • Adds a Smart Widget view on Favorites ( #138 , #146 ) , splitting ( #143 ) the implementation of this from that for minimal favorites and ensuring minimal favorites is the default ( #140 )
  • Adds support for implementing those Smart Widgets, including configuration for some types of Smart Widgets ( #151 )
  • Adds a weather Smart Widget ( #152 ) with development supported by sample weather JSON ( #155 )
  • Adds a basic account-selecting email Smart Widget ( #150 ) with a handy sample JSON feed ( #142 )
  • Adds configuration capabilities ( #137 )
  • Increases size and usability of screenshot images as shown in the /apps entries ( #135 )
  • Captures a Google Analytics page hit for renders of the static content renderer, so that the relevant portlets can be credited with a render even when we shortcut to (really fast!) direct client-side rendering ( #139 )
  • Added mockups of some Smart Widgets to support development ( #148 )

/frame API changes

  • Adds a <portlet-header> directive making it easier to render an app header in the MyUW style. ( #149 )
  • app variable provided by angular-page.js is no longer hidden from global scope. This allows apps that overlay angularjs-portal-frame to access the result of angular.module. ( #147 )
  • my-app.js is added to frame.html such that the overlaying app does not have to have a copy of frame.html, it can instead provide its own my-app.js which will be included in frame automatically. ( #147 )
  • home has REST API features that amount to a safe, selective, server-side-configured JSON web service proxy ( #144 ). This will require some care and coordination to use in apps and will no doubt continue to evolve, but goodness this is a promising idea.
  • the UW crest image is now resolved off a relative path ( #145 )

Lucky 13, minor bug fixes

17 Dec 15:26
Compare
Choose a tag to compare
  • Fixes issue with drag and drop server side call
  • Styling

New Stuff + more

15 Dec 16:38
Compare
Choose a tag to compare
  • Added keywords to searches
  • Created a "New Stuff" Announcement that shows up on home
  • Changed the side bar to be fa icons instead of Glyphicons
  • Upgraded JQuery-UI
  • Enabled Google Site Search for marketplace search
  • Cleaned up popular search results to secondary sort on usersRated
  • Bug fixes

Dragon! drop mk2

09 Dec 21:22
Compare
Choose a tag to compare
  • Polished up drag and drop
  • Preferred name
  • Polish in general
  • Fixed name vs title issue on marketplace
  • cleaned up search

Drag n Drop, polish

04 Dec 18:45
Compare
Choose a tag to compare
  • Enabled drag and drop
  • Added session storage for marketplace entries
  • lots of polish

Minor patch release

19 Nov 21:51
Compare
Choose a tag to compare
  • Marketplace speedup
  • Upgraded to angular 1.3.2
  • minor UI improvements

Polish, lots of polish

10 Nov 20:36
Compare
Choose a tag to compare

Cleanup, bug fixes, polish

Minor patch to fix some caching issues

07 Nov 14:38
Compare
Choose a tag to compare
4.1.1.7

Merge pull request #44 from UW-Madison-DoIT/move_promises_back_to_fun…