moving CAJA dev work to new server. Move necessitated by need for newer version of PHP than older version of Centos can handle.
Tagged: A2J Author Toggle Comment Threads | Keyboard Shortcuts
-
Elmer Masters
-
Elmer Masters
Got the A2J stuff done. Now on account creation first and last name info is pulled from Drupal into A2J.
-
Elmer Masters
Into some A2J stuff this afternoon. Building names from Drupal profile fields.
-
Elmer Masters
To answer the last question, no, the D7 Commons beta is still a bit rough around the edges so I’m not going to use it for the new A2J Community site.
-
Elmer Masters
I’m going to refresh my code from the master on Github, make sure everything still works, merge my login stuff into the CAJA master, then check out a copy onto the server
-
Elmer Masters
Working on CAJA this AM. I’ve got the code so that it users Drupal for logins, then checks the CAJA table creating a user if necessary, then creates a user folder if necessary, properly stuffs things into the CAJA db, sets the variables and then lets the use make and save and load interviews.
-
Elmer Masters
Working: login with Drupal account, add to CAJA db. This way we can use the local CAJA db for perms and settings.
-
Elmer Masters
Working on CAJA. Connecting to Drupal for basic login is working. Need to write code for some basic user management though.
-
Elmer Masters
CAJA user login process: user enters name + passwd; this is checked in Drupal db; if it matches, creates row in CAJA db. By creating a row in CAJA db we can store some data about user, like path to data folder.
-
Elmer Masters
Switching gears for a bit to work on security/user/login stuff for CAJA.