summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steve Sutton [Wed, 15 Jul 2015 20:38:16 +0000 (16:38 -0400)]
update post option
Steve Sutton [Wed, 15 Jul 2015 20:32:17 +0000 (16:32 -0400)]
cannot active curl option for followlocation
Steve Sutton [Wed, 15 Jul 2015 20:02:15 +0000 (16:02 -0400)]
simple form
Steve Sutton [Wed, 15 Jul 2015 19:59:59 +0000 (15:59 -0400)]
update
Steve Sutton [Wed, 15 Jul 2015 19:55:47 +0000 (15:55 -0400)]
test
Steve Sutton [Wed, 15 Jul 2015 19:54:06 +0000 (15:54 -0400)]
update
Steve Sutton [Wed, 15 Jul 2015 18:41:46 +0000 (14:41 -0400)]
Setting up for 5 pages per import
with continue button
Steve Sutton [Wed, 15 Jul 2015 16:24:53 +0000 (12:24 -0400)]
Finish the url replace and keyword replace
Steve Sutton [Tue, 14 Jul 2015 20:40:43 +0000 (16:40 -0400)]
Update notes and add method for keyword replacement
Steve Sutton [Tue, 14 Jul 2015 18:07:52 +0000 (14:07 -0400)]
Now importing content images.
Goes thru the page content sections and imports images into media
library.
Steve Sutton [Tue, 14 Jul 2015 14:44:44 +0000 (10:44 -0400)]
File now working
Now it grabs the files and puts them into the post_content.
Also adds the files into the Media Library.
Steve Sutton [Tue, 14 Jul 2015 11:38:43 +0000 (07:38 -0400)]
Setup processing for images
Create an array of images when looping through the paragraphs.
Then right after adding the page to wordpress assign the images that
were created as media to their page.
Steve Sutton [Mon, 13 Jul 2015 13:23:52 +0000 (09:23 -0400)]
remove vim marker
Steve Sutton [Mon, 13 Jul 2015 13:22:29 +0000 (09:22 -0400)]
Code Comments
Go through the code and make method Documentation.
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.
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.
Steve Sutton [Fri, 10 Jul 2015 18:35:26 +0000 (14:35 -0400)]
Adding code for putting together the pages
Steve Sutton [Fri, 10 Jul 2015 17:49:44 +0000 (13:49 -0400)]
Add notes for importing wordpress pages
Steve Sutton [Fri, 10 Jul 2015 17:44:30 +0000 (13:44 -0400)]
Add import method
Steve Sutton [Thu, 9 Jul 2015 20:55:55 +0000 (16:55 -0400)]
get rid of trailing space
Steve Sutton [Thu, 9 Jul 2015 20:55:05 +0000 (16:55 -0400)]
retab
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.
Steve Sutton [Thu, 9 Jul 2015 20:30:37 +0000 (16:30 -0400)]
Moving files around.
put the Import class into controllers folder
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.
Steve Sutton [Wed, 8 Jul 2015 21:58:54 +0000 (17:58 -0400)]
Looking at the import part
Steve Sutton [Wed, 8 Jul 2015 20:52:39 +0000 (16:52 -0400)]
Initial import of the plugin