Here’s before:
and after:
Here’s before:
Added a tweak to the LessonLink layout and approved for deployment next week.
Here’s a pic of the new create page:

Finally on today’s list, a change to the layout of the Create LessonLink page to make the help text less annoying. No one likes to scroll to the bottom of the page all the time!
Approved the changes to the front page feature layout. Will deploy next week.
Next up, a fix to sort out the less than pleasing layout of the front page feature space.
Reviewing code for http://www.cali.org. First up this afternoon is a feature that adds a list of Lessons run to the CALI Topic pages. It’ll provide an easy way for students to see what Lessons they’ve run in a given Topic.
This quick screencast shows a court opinion being published directly to a WordPress blog using the Fastcase API. Coming very soon to Classcaster.
Creating a remote repo for the OCM Drupal code.
git init --bare ocm.gitgit init if necessary.git add * and git commit -m "initial commit" to get the base code into git.git remote add ocm-dev path/to/your/central/git/repogit checkout -b develop git push ocm-dev developgit clone --branch develop path/to/your/central/git/repo ocm-devBased on information gleaned from Building a Drupal site with Git at https://www.drupal.org/node/803746
Up next: remote git repo for the OCM Drupal code base.