Working on CALIcon16 site.
- Adding Logintobbogan to get better user control.
- Flow is Register -> email verification -> add to C16 OG -> send happy email that includes session proposal stuff.
- Getting Rules to behave is kind of a drag.
Working on CALIcon16 site.
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.
Creating a remote repo for the OCM Drupal code.
git init --bare ocm.git
git 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/repo
git checkout -b develop
git push ocm-dev develop
git clone --branch develop path/to/your/central/git/repo ocm-dev
Based 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.