Changelog - adampatterson/Tentacle GitHub Wiki

Beta

https://github.com/adampatterson/Tentacle/compare/be75118eaeeac8ac9a309bc520e4505915ec0529...f1844e39cec0cd1901aa94658e6ac6e33ea00485

Key bug fixes and changes

####Febuary 13, 2013

  • Blog link updates
  • Javascript updartes

####Febuary 08, 2013

  • Fixed issue while deleting a user would cause issues,
  • Code cleanup

####Febuary 07, 2013

  • Fixed date issues
  • Lessed some Nestable styles
  • Rout cleanup
  • Code cleanup

####Febuary 03, 2013

  • Moved the caching lib
  • Fixed dragable page order

####Febuary 02, 2013

  • Email process cleanup
  • Render function fixes

####January 23, 2013

  • Fixed plugin_navigation

####January 22, 2013

  • Logger updates
  • Admin bar updates
  • Benchmark updates
  • Changed render_content to the_content
  • Fixed a content routing issue, Added get_quantity to post model.

####January 21, 2013

  • Created get::yaml used in plugins and themes Added the DocBlock to plugins removing the need for info.yaml
  • Removed info.yaml and updated plugins with YAML in the DocBlock.
  • Added pickdate.js v2.0.1
  • Assets rework and cleanup
  • Deleted admin bar helper and moved the function under tentacle::admin_bar

####January 12, 2013

  • Closed #136 better plugin API.

####January 11, 2013

  • Routes cleanup
  • Controller cleanup
  • Plugin cleanup
  • php fixes for 5.3
  • Closed asset queues #11

####January 10, 2013

  • Closed #133
  • Closed #135
  • Created url_map() Will output a variable that can be used in a case statement for matching a URI to the correct model.

####January 03, 2013

  • Moved XML helper into Common
  • Fix to scaffolding ( removed hard coded template path )

####January 02, 2013

  • Removed load_part() as it was covered in them::part()
  • Refactored Scaffolding
  • No longer uses a variable containing YAML
  • Template files are no longer required to be wrapped in an if() statement

####January 01, 2013

####December 31, 2012

  • Rendering output cleanup for display and working on editing. ( helper/format.php )
  • Standardized post status of publish/ed cleaned up the serpent model.
  • Added some helper functions _p _s
  • Added get::option('blog_uri') where needed
  • Fixed an error in common/ date::current('minute')
  • Fix for post/page meta !=
  • Added WordPress import to Settings/ navigation.

####December 30, 2012

  • Added kses-0.2.2

####December 28, 2012

  • Fix for character encoding, and media URLS in WordPress import.

####December 27, 2012

  • Fixed an issue where pulling back a snippet resulted in an error.
  • Fix for pulling back single taxonomies, IDs come across as strings so they were being looked up as slugs.
  • Fix Manage category page was returning all taxonomies, It now brings back only categories.
  • Updated escapeStr to string::escape_string
  • Fix, draft status blog posts were being shown on the blog page.
  • Added import WordPress content in the Admin settings navigation
  • Added support for uploading WordPress WXR files

####December 26, 2012

  • Import content from WordPress WXR files

####December 20, 2012

  • Core email cleanup ( image path changes )

####December 18, 2012

  • Post model cleanup

####December 16, 2012

  • Version 0.9
  • Taxonomy optimizations

####December 16, 2012

  • Updated Nested sortable to 1.3.4 > 1.3.5
  • Can update media
  • Added support for Blog URI

####December 15, 2012

  • Admin view cleanup
  • Taxonomy Updates

####December 13, 2012

  • Refactored Modules to Plugins
  • Documentation Updates

####December 11, 2012

  • Plugins can create views in the admin side.

####December 08, 2012

####December 07, 2012

  • Various Install fixes
  • Corrected an error with the password hashing process

####December 02, 2012

  • Implemented Snoopy to manage HTTP requests
  • Orient images with EXIF ( JPG )
  • Improved image processing performance
  • Media model adds serialized EXIF data for supported images.

####November 30, 2012

  • Added server stats to the install and upgrade process
  • If an asset called from a template is empty then we won't load it.

####November 25, 20012

  • Version 0.8.5
  • Added jQuery file drop
  • Removed jQuery file upload
  • Updated the media model
  • Updated helper/image.php

####November 24, 20012

  • Added rout regex patterns
  • Code cleanup
  • Documentation

####November 21, 20012

  • Added Portable PHP Password hashing
  • Added dev_log()

####November 20, 20012

  • Added maybe_encoded() helper/tentacle.php
  • Added is_serialized() helper/tentacle.php
  • Added build_server_stats() helper/serverstats.php
  • Added library/uaparser/

####November 19, 20012

  • Small updates for PHP 5.4
  • replaced readdir with glob in helper/module.php fixed an issue on AppFog.

####November 18, 20012

  • Fixed PNG transparency issue with resizeing image.

####November 17, 20012

  • Fixed BootStrap Tabs
  • Updated string_to_parts()

####November 15, 20012

  • Removed Textile

####November 14, 20012

  • Updated IXR 1.5 - 1.7.4
  • Major refactor of get is and set
  • Media query holder for less
  • Moved load::library('YAML'); into the bootstrap file.
  • Added module model navigation ( to add a lookup by rout for a URI )
  • If there is a module rout on the settings_modules/ page look for a view under that modules folder.

####November 13, 20012

  • Fixed and issue between Bootstrap and Raptor

####November 12, 20012

  • Version 0.8.3
  • Code cleanup
  • Removed fancybox
  • Removed WYSIHTML5
  • Added and Cleaned up Raptor JS
  • Fix to Core Error path
  • Framework code consolidation

####November 9, 20012

  • Tentacle Update process has been implemented using souce from Github

####November 8, 20012

  • Helpers were cleaned up and documented

####November 7, 2012

  • Version 0.8.2

####November 6, 2012

  • Bootstrap LESS version 2.2.1
  • jQuery v1.6.1 - v1.6.2
  • jQuery UI 1.8.16
  • jQuery UI 1.8.16 - 1.9.1
  • jQuery 1.6.2 - 1.8.2
  • Reveal JS added
  • Modernizr 2.0.6
  • Snippet array fix

####November 5 2012

  • Cleaned up admin views
  • Delete category had an error with the assets array

####November 3 2012

  • Core cleanup, Moved the libraries into the system library folder.
  • Placed PDO driver in the DB file.
  • Updated Done page from installer to Bootstrap 2
  • Renamed Barnacle Module
  • Moved the contents of /system into /application
  • Big change to folder locations and defined path values.

####November 2, 2012

  • Update touch_db so that is used a DB connection rather than a table lookup. The result previous was always False
  • Less CSS optimizations
  • application.js fixes

####October 28, 2012

  • Updated the notification system

####October 27, 2012

  • Documentation updates
  • fixed an error with the inflector

####October 24, 2012

  • Added a step to the install process for cloud services, If the DB connection works but the tables are not setup the installer will create the tables and present the create admin user step.

####October 23, 2012

  • Removed TinyMCE

####October 20, 2012

  • Version 0.8.1
  • Less updates
  • Added Olark
  • Fix to IPSUM module

####October 14, 2012

  • Added get_json()

####October 10, 2012

  • Documentation Updates

####October 9, 2012

  • Updates to get_option and set_option
  • Added the ability to acivate and deactivate modules

####October 07, 2012

  • Account activation udates

####September 30, 2012

  • Added Object caching ( Transient Data )
  • Documentation Update