WP-Plugins/glm-wp-importer.git
9 years agoCode Comments
Steve Sutton [Mon, 13 Jul 2015 13:22:29 +0000 (09:22 -0400)]
Code Comments

Go through the code and make method Documentation.

9 years agoUpdates for plugin
Steve Sutton [Sun, 12 Jul 2015 19:06:43 +0000 (15:06 -0400)]
Updates for plugin

Check that the settings for connection to db is setup.

9 years agoPlugin can now import the pages.
Steve Sutton [Sun, 12 Jul 2015 13:25:11 +0000 (09:25 -0400)]
Plugin can now import the pages.

It also handles setting up the proper parent id for each post.
Added Notes.

9 years agoAdding code for putting together the pages
Steve Sutton [Fri, 10 Jul 2015 18:35:26 +0000 (14:35 -0400)]
Adding code for putting together the pages

9 years agoAdd notes for importing wordpress pages
Steve Sutton [Fri, 10 Jul 2015 17:49:44 +0000 (13:49 -0400)]
Add notes for importing wordpress pages

9 years agoAdd import method
Steve Sutton [Fri, 10 Jul 2015 17:44:30 +0000 (13:44 -0400)]
Add import method

9 years agoget rid of trailing space
Steve Sutton [Thu, 9 Jul 2015 20:55:55 +0000 (16:55 -0400)]
get rid of trailing space

9 years agoretab
Steve Sutton [Thu, 9 Jul 2015 20:55:05 +0000 (16:55 -0400)]
retab

9 years agoMore minor updates on the plugin.
Steve Sutton [Thu, 9 Jul 2015 20:53:38 +0000 (16:53 -0400)]
More minor updates on the plugin.

Create new function for the database connection and move that logic into
the function.

9 years agoMoving files around.
Steve Sutton [Thu, 9 Jul 2015 20:30:37 +0000 (16:30 -0400)]
Moving files around.

put the Import class into controllers folder

9 years agoUpdate to get the import part of the plugin working.
Steve Sutton [Thu, 9 Jul 2015 20:09:23 +0000 (16:09 -0400)]
Update to get the import part of the plugin working.

Now I'm getting somewhere. Have a registered import plugin for Toolbox.

9 years agoLooking at the import part
Steve Sutton [Wed, 8 Jul 2015 21:58:54 +0000 (17:58 -0400)]
Looking at the import part

9 years agoInitial import of the plugin v0.0.1
Steve Sutton [Wed, 8 Jul 2015 20:52:39 +0000 (16:52 -0400)]
Initial import of the plugin