Tagged: Drupal 7 Toggle Comment Threads | Keyboard Shortcuts

  • Elmer Masters 3:27 pm on January 27, 2016 Permalink
    Tags: COD7, Drupal 7   

    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.
     
  • Elmer Masters 11:20 pm on April 10, 2015 Permalink
    Tags: Drupal 7   

    Here’s before:

    Before the Front Page Feature makeover

    Before the Front Page Feature makeover


    and after:
    After the Front Page Feature makeover

    After the Front Page Feature makeover

     
  • Elmer Masters 11:13 pm on April 10, 2015 Permalink
    Tags: Drupal 7, , ,   

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

     
  • Elmer Masters 10:01 pm on April 10, 2015 Permalink
    Tags: Drupal 7, , ,   

    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!

     
  • Elmer Masters 9:57 pm on April 10, 2015 Permalink
    Tags: Drupal 7   

    Approved the changes to the front page feature layout. Will deploy next week.

     
  • Elmer Masters 9:39 pm on April 10, 2015 Permalink
    Tags: Drupal 7, ,   

    Next up, a fix to sort out the less than pleasing layout of the front page feature space.

     
  • Elmer Masters 9:36 pm on April 10, 2015 Permalink
    Tags: Drupal 7, ,   

    Listing the Lesson you've run
    Works well, needs refinement to handle no runs in a topic and a link to My Lesson Runs.

     
  • Elmer Masters 9:18 pm on April 10, 2015 Permalink
    Tags: Drupal 7,   

    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 6:57 pm on February 4, 2015 Permalink
    Tags: Drupal 7, ,   

    Creating a remote repo for the OCM Drupal code.

    1. Create a blank central repo on the dev server: git init --bare ocm.git
    2. Locally, make sure that the Drupal is controlled by git. Do git init if necessary.
    3. Do git add * and git commit -m "initial commit" to get the base code into git.
    4. Add a remote to your local repo with git remote add ocm-dev path/to/your/central/git/repo
    5. Create and checkout a development branch on your local machine with git checkout -b develop
    6. Push the new branch to the remote with git push ocm-dev develop
    7. 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

     
  • Elmer Masters 6:37 pm on February 4, 2015 Permalink
    Tags: Drupal 7, ,   

    Up next: remote git repo for the OCM Drupal code base.

     
c
Compose new post
j
Next post/Next comment
k
Previous post/Previous comment
r
Reply
e
Edit
o
Show/Hide comments
t
Go to top
l
Go to login
h
Show/Hide help
shift + esc
Cancel