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!
Updates from Elmer Masters Toggle Comment Threads | Keyboard Shortcuts
-
Elmer Masters
-
Elmer Masters
Approved the changes to the front page feature layout. Will deploy next week.
-
Elmer Masters
Next up, a fix to sort out the less than pleasing layout of the front page feature space.
-
Elmer Masters
-
Elmer Masters
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.
-
Elmer Masters
This quick screencast shows a court opinion being published directly to a WordPress blog using the Fastcase API. Coming very soon to Classcaster.
-
Elmer Masters
Creating a remote repo for the OCM Drupal code.
- Create a blank central repo on the dev server:
git init --bare ocm.git
- Locally, make sure that the Drupal is controlled by git. Do
git init
if necessary. - Do
git add *
andgit commit -m "initial commit"
to get the base code into git. - Add a remote to your local repo with
git remote add ocm-dev path/to/your/central/git/repo
- Create and checkout a development branch on your local machine with
git checkout -b develop
- Push the new branch to the remote with
git push ocm-dev develop
- Deploy the code to the webserver with
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
- Create a blank central repo on the dev server:
-
Elmer Masters
Up next: remote git repo for the OCM Drupal code base.
-
Elmer Masters
After downloading Online Classroom module from http://ocm.ctlawhelp.org/ I activated it using drush:
$: drush en online_classroom
This installed all of the necessary dependencies.
-
Elmer Masters
Control for NSMI module is from DLAW dashboard under the components and settings tab.