[FREE] Script + Source Code, Blog Tool

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edgeprod
    Permanently Gone
    • Mar 2004
    • 10019

    #1

    [FREE] Script + Source Code, Blog Tool

    Hey GFY'ers. I was working on a script for a small group of link-minded users. It focuses on blogs, spintax, and some other small niche areas. In the middle of development, I ran into a bunch of paid work, and then eventually accepted a full-time exclusive contract. Because I'm precluded from developing right now, I figured I'd release what I have to the community, and you can use it as you see fit.

    This will probably take at least SOME knowledge of PHP and/or MySQL to get running, and I am offering this with NO support whatsoever, just so we're on the same page.

    I didn't do ANY of the things I'd normally do in a "production" release. There are lots of unfinished features (some of them quite major!), lots of "testing" code hooks, UI that probably does unexpected things, etc.

    However, if you can benefit, it's yours for the price of ... free.

    http://www.edgeprod.com/blogtool/blogtool.tar.gz

    Inside of that tarball is the /app directory of a CakePHP framework project, as well as a .sql dump of the database I was using for development. I null'd out all of the passwords I could find; I apologize (mostly to myself) if I missed any. In a moment, I'll post the Git logs and screenshots.
  • edgeprod
    Permanently Gone
    • Mar 2004
    • 10019

    #2
    Most of these are from (very) early in the development, so you'll see it morph from the basic CakePHP framework UI to the LiquidAdmin UI.














    Comment

    • edgeprod
      Permanently Gone
      • Mar 2004
      • 10019

      #3
      Git logs:

      Code:
      commit cda2106b3114ce50720bc2176e1c189e1fd92589
      Author: Domenic Merenda <[email protected]>
      Date:   Tue Nov 20 13:31:30 2012 -0500
      
          Versioning changes
      
      commit 7778768619222685b756364988b1a7e7f76a58a8
      Author: Domenic Merenda <[email protected]>
      Date:   Tue Nov 20 13:29:49 2012 -0500
      
          New logo, 'catch up' git commit for all miscellaneous minor changes
      
      commit 9e0c4d45ec1e67d453199ddc1537b6002dffc49c
      Author: Domenic Merenda <[email protected]>
      Date:   Mon Sep 17 17:21:37 2012 -0400
      
          Store date information from Pink Visual API feeds when importing data using pvapi method
      
      commit 9d47df8c925f7de8f6f699e7612239dd02bea053
      Author: Domenic Merenda <[email protected]>
      Date:   Mon Sep 17 17:01:45 2012 -0400
      
          Added temporary logo placeholder; modified .css and default view to support new logo
      
      commit f0812e6781a8c2e9bf10ffd02006a396be7280a1
      Author: Domenic Merenda <[email protected]>
      Date:   Mon Sep 17 16:41:51 2012 -0400
      
          Added date fields for edit and view for Blogs. Added date fields for edit for Posts and Sites.
      
      commit 20a3c92b893d427eb2714b5b3f13e508889bef71
      Author: Domenic Merenda <[email protected]>
      Date:   Mon Sep 17 16:13:04 2012 -0400
      
          Removed XmlRpcFile; code now relies on full path/file information from XmlRpcUrl
      
      commit 6c9c4244b0be7271d7e3d2bd44bdde46b12a173a
      Author: Domenic Merenda <[email protected]>
      Date:   Mon Sep 17 14:15:59 2012 -0400
      
          Added proper select/option pull-downs for blog protocol, type, and status
      
      commit 64c4df8087cb2cddf9e886723de5e4e5aa1ffb01
      Author: Domenic Merenda <[email protected]>
      Date:   Sun Sep 16 02:18:17 2012 -0400
      
          Added ability to delete Blogs, Sites, and Posts; confirmation message before deletion; request must be POST data, no GETs
      
      commit a043bfb052aa1a8d988fb0b6731a576e1e51823c
      Author: Domenic Merenda <[email protected]>
      Date:   Sun Sep 16 02:10:05 2012 -0400
      
          Added ability to add new Post, Blog, or Site; updated UI to reflect these additions
      
      commit d0fc9c80d8b301dc95125d269bd3eb556ef712a7
      Author: Domenic Merenda <[email protected]>
      Date:   Sun Sep 16 01:42:28 2012 -0400
      
          Added Exports to new UI; updated ExportsController with new code
      
      commit 7becfe3c4d45915476c5db3d8aadc8d60428ab5b
      Author: Domenic Merenda <[email protected]>
      Date:   Sun Sep 16 01:33:02 2012 -0400
      
          Added index, view, and edit functions for Blogs, Sites, and Posts in new UI
      
      commit c720e502471bf2db2e458990f150ffa097f7db65
      Author: Domenic Merenda <[email protected]>
      Date:   Sat Sep 15 22:50:49 2012 -0400
      
          Added administrative default views: css, layouts, UI images
      
      commit 0bbae2835d233a800139e262b2e45501fc284df4
      Author: Domenic Merenda <[email protected]>
      Date:   Fri Sep 14 18:02:43 2012 -0400
      
          Added ability to modify site association (Post->site_id, Post belongsTo Site) in Post edit view
      
      commit c48a2bd5592fa630c00318fc51a6aa23661a0109
      Author: Domenic Merenda <[email protected]>
      Date:   Fri Sep 14 17:17:03 2012 -0400
      
          Increased size of content box in posts edit view
      
      commit f2e32c1a3321b14287944ac4bd914c260efdf528
      Author: Domenic Merenda <[email protected]>
      Date:   Fri Sep 14 17:05:50 2012 -0400
      
          Added ability to edit post content and title
      
      commit b77b62a717903987c1688d9b0de574bbae99979a
      Author: Domenic Merenda <[email protected]>
      Date:   Fri Sep 14 15:01:38 2012 -0400
      
          Posts view now shows belogsTo posts.site_id (sites.title and sites.url); Controller modified to pass this data
      
      commit 88a02ab9d4a1335dffd6a8709c030f23f79e3d8a
      Author: Domenic Merenda <[email protected]>
      Date:   Fri Sep 14 00:56:06 2012 -0400
      
          Added ability to post images to blog; changed visualization for xmlrpc post method
      
      commit a1ae907d1e7168915b19870e953a4c7389c81fe4
      Author: Domenic Merenda <[email protected]>
      Date:   Fri Sep 14 00:38:15 2012 -0400
      
          Modified visualization for posts view to include images array from DB; removed spintax preview; removed orphaned DB Post->add() c
      
      commit 64a6898d1764069e1c488313fb6b0592a2680e71
      Author: Domenic Merenda <[email protected]>
      Date:   Fri Sep 14 00:31:29 2012 -0400
      
          Increased visualizations for posts, sites, and blogs to 20 per page for index() functions in controllers
      
      commit bc2fc2225020c7ccf40dd3a873f1da4faacb7b80
      Author: Domenic Merenda <[email protected]>
      Date:   Fri Sep 14 00:28:48 2012 -0400
      
          Added functionality to the import controller to create database entries for posts; links site_id values for each
      
      commit 3a666885db603251b75ef1a42346c1b573534d32
      Author: Domenic Merenda <[email protected]>
      Date:   Thu Sep 13 23:28:13 2012 -0400
      
          Added sites model; linked sites to imports and posts
      
      commit c952ca72a54c1ce1dc685d3b9549470f885827dc
      Author: Domenic Merenda <[email protected]>
      Date:   Thu Sep 13 23:02:41 2012 -0400
      
          Added ability to process multiple episode records in a Pink Visual API XML feed
      
      commit e0aa84634a5238002d82d6e516833e97788675b6
      Author: Domenic Merenda <[email protected]>
      Date:   Thu Sep 13 22:02:54 2012 -0400
      
          True MVC methodology for Pink Visual API Import View; Controller passes View information in variables and arrays
      
      commit ebae429306789398ec8f69fb4ce8f214eb065461
      Author: Domenic Merenda <[email protected]>
      Date:   Thu Sep 13 19:15:52 2012 -0400
      
          Added data visualization for Pink Visual API
      
      commit 7d49b832ec7c152012df49ca8a7e9de2fafd10be
      Author: Domenic Merenda <[email protected]>
      Date:   Thu Sep 13 17:46:51 2012 -0400
      
          Added ability to import from Pink Visual API; does not yet save imported data to a post
      
      commit 5de3e6550704947a52a668d6c9520ad650b8a3d9
      Author: Domenic Merenda <[email protected]>
      Date:   Thu Sep 13 02:35:54 2012 -0400
      
          Added functionality to post to blogs, followed by successful test on development blog
      
      commit 247a2306e84f9d8a2c2df922255af7b595861936
      Author: Domenic Merenda <[email protected]>
      Date:   Thu Sep 13 00:19:14 2012 -0400
      
          Added XML-RPC controls; added and verified functionality of WP XML-RPC on dev blog
      
      commit 955689a587dbb62ff6d326e382d4a88ef1bbf259
      Author: Domenic Merenda <[email protected]>
      Date:   Wed Sep 12 21:40:09 2012 -0400
      
          Additional blog handling: url, blog type, blog status
      
      commit 27b30ae921b656c4b2a71199c5d15d7c9a484c2d
      Author: Domenic Merenda <[email protected]>
      Date:   Wed Sep 12 21:16:47 2012 -0400
      
          Added Blog model, ability to view blog settings, list of blogs
      
      commit 96628b9772549301b4880d25200b61225874c8f0
      Author: Domenic Merenda <[email protected]>
      Date:   Wed Sep 12 17:57:25 2012 -0400
      
          Added initial post view, ability to spin using spintax
      
      commit b62f876cf487d10ed54c5483b34c510ad2034d5f
      Author: Domenic Merenda <[email protected]>
      Date:   Wed Sep 12 14:07:24 2012 -0400
      
          Initial commit

      Comment

      • Va2k
        I’m still alive barley.
        • Oct 2001
        • 10060

        #4
        Good SHIT brother, glad to hear you are still doing good dewd!

        Comment

        • edgeprod
          Permanently Gone
          • Mar 2004
          • 10019

          #5
          Originally posted by Fungus
          Good SHIT brother, glad to hear you are still doing good dewd!
          Likewise, man. Just doing my thing, coding is my passion.

          Comment

          • edgeprod
            Permanently Gone
            • Mar 2004
            • 10019

            #6
            Bumping this for interested parties.

            Comment

            • EddyTheDog
              Just Doing My Own Thing
              • Jan 2011
              • 25433

              #7
              Seven thousand and one....

              Comment

              • edgeprod
                Permanently Gone
                • Mar 2004
                • 10019

                #8
                Originally posted by EddyTheDog
                Seven thousand and one....
                Yeah, takes me a bit to accumulate post count, but it eventually happens.

                Comment

                Working...