Now working on displaying the details of a saved score. For first pass will replicate existing features.
Tagged: Drupal 7 Toggle Comment Threads | Keyboard Shortcuts
-
Elmer Masters
-
Elmer Masters
Fixed some of the query issues. The “query builder” I need to use to get the data for the MLR page is not well documented.
-
Elmer Masters
The My Lesson Runs page makes an appearance. Trimmed quite a bit of code but it is pretty cool.
-
Elmer Masters
Up next is replacing pager_query() which doesn’t exist in D7. Found a good explanation at http://cca.li/qY.
-
Elmer Masters
Off to a good start. Lesson score XML being written back to db through D7.
-
Elmer Masters
Lessons run through D7 dev site are now recording access in LessonRun table in db. FTW. Now need to rework some of the Lesson JQ code to fit the dev environment.
-
Elmer Masters
Here’s how the Organic Group entity lays out in Drupal 7: https://gist.github.com/emasters/7085894
-
Elmer Masters
Head down in porting our custom D6 models to the new D7 platform. Currently mapping the OG object as an array to find out where the good bits are. Soon I’ll be running and recording Lesson from D7.
-
Elmer Masters
looking over user records with an eye toward deleting many spam accounts as part of the migration to Drupal 7.
-
Elmer Masters
Mapping plan of attack for creation of child theme for D7 powered A2J site.