Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

markup 0.3.0 https://source.sakaiproject.org/contrib/whyte/markup/tags/0.3.0/
sakai-wicket 2.5.x https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2-5-x/
required for sakai-feeds
sakai-maps 2.5.x https://source.sakaiproject.org/contrib/sakai-maps/branches/2.5.x/
edia-sakai-utils 2.5.x https://source.sakaiproject.org/contrib/skin-manager/edia-sakai-utils/branches/2.5.x/
required for sakai-maps
sitestats 1.2 https://source.sakaiproject.org/contrib/ufp/sitestats/tags/sitestats_1-2/
timeline trunk r52677 https://source.sakaiproject.org/contrib/whitman/timeline/trunk/

Files to add/modify before build

  1. Skins. Get the skins directory from the previous build and copy it to the reference project.
  2. index.html Get the index.html redirect and add to webapp/ROOT
  3. headscripts.js search on "fudge" and set tool height extra padding = 3.
  4. macros.vm add Google Analytics
No Format

// here we fudge to get a little bigger
var newHeight = height + 3;

Build and deploy "spo" maven profile

...