Search results

Luggage_isu 2.5.0-2.1 Released

This release includes fixes in Suitcase

Notice - Following this release, Luggage will be branched into the 2.x.x and the 3.x.x (development) branches.

  • The 2.x.x branch will contain the Pubcookie authentication but will
    not see any new bug fixes just security patches.

  • The 3.x.x (development) branch will contain the Shibboleth authentication and
    will represent the new development branch.

Updating Your Codebase

git checkout origin master
git remote add [luggage_branch] [luggage_repo]
git pull [luggage_branch] master
git checkout [luggage_branch]/master sites/all/modules/luggage/* .gitmodules sites/all/themes/*
git add sites/all/modules/luggage
git add .gitmodules
git add sites/all/themes

Category and Tags

Categories and tags are descriptive terms that help relate content. By creating excellent categories and tags, you can improve the searchability of your website. You can also help site visitors find what they are looking for and even what they didn't know they were looking for. This tutorial will explain characteristics of good category and tag terms and steps for how to create new terms.

 

Shibboleth WebSIG Presentation

Below is the presentation given by John VanDyk at the February 26, 2015 Web Special Interest Group meeting at Iowa State University. The Luggage_ISU 3.x releases support Shibboleth.

Screenshot for Shibboleth Presentation Download

Luggage as a sub-site of another CMS

How to set up Luggage within a Wordpress root:

  • Separate the DocumentRoot(s):
    Luggage sites should be installed outside of the wordpress document root. For example, on one LAS web server, we are doing this in /srv/luggage/<deptcode>/<site>.
  • The Virtualhost should be modified to add an alias for the site under (and yet outside of) the wordpress installation.
###
# Drupal Luggage Aliasses
###

The CK Editor

How to understand and use the CK Editor


CKEditor is the text editor that Luggage uses. It may be daunting for first-time users to try and figure out what each button does. This tutorial will lead new users through explanations of each button and their functions.

 

Pages