Change Log
InkType 0.4.1 (Saturn Patch 1 - Released 2008.09.06)
- BUGFIXES
- Fixed bug in controllers/register.php
- Fixed bug in models/mdl_download.php
- Fixed bug that prevented search function from working properly in some scenarios
- MISC
- Migrated most admin pagination responsibility to libraries/lib_pagination.php
InkType 0.4 (Saturn - Released 2008.08.31)
- NEW LANGUAGES FILES
- Bulgarian
- Dutch
- Polish
- Romanian
- BUGFIXES
- Corrected views/admin/visitors_daily.php: $visitor['visitors_page_visited']; should be $visitor['page_visited'];
- Corrected libraries/lib_paginate.php: Changed language reference from next_page and previous_page to page_next and page_previous
- Fixed language reference in pagination (page x of y is no longer hard coded)
- Fixed language reference to 'View Site' in admin header
- Fixed language references in admin post management
- Fixed language references in admin comment management
- Fixed language reference in admin login stats
- Fixed language reference in admin download stats
- Fixed language references in admin visitor stats
- Corrected a bug that prevented posts from being made @ midnight
- IFRAME was incorrectly using base_url() instead of site_url() in views/admin/posts_form.php
- controllers/blog.php and controllers/page.php have improved uri handling
- Numerous minor bugs in wz_image TinyMCE image upload plugin
- DATABASE CHANGES
- Added "inktype_" prefix to all database tables and adjusted models accordingly
InkType 0.3.1 (Uranus Patch 1 - Released 2008.08.04)
- NEW LANGUAGE FILES
- English
- Japanese
- Norwegian
- Italian
- French
InkType 0.3 (Uranus - Released 2008.08.03)
- FEATURES
- Support added for multiple languages
- BUGFIXES
- If default category was modified, the default setting was removed
- Login button no longer reads 'Register'
- Admin backend no longer displays system error if no admin record is found in the database when attempting to log in
- Fixed sort order issue in login stats model
- ENHANCEMENTS
- Link added to preview site from backend
- MISC
- Removed MY_Controller
- Classes now use valid capitalized names
InkType 0.2.2 (Neptune Patch 2 - Released 2008.07.06)
- BUGFIXES
- Various minor bugfixes that eliminate notices and warnings if error_reporting is turned on
- Deleting a post now properly removes the related records in postcats
- ENHANCEMENTS
- Upgraded to CI 1.6.3
- Substantially reduced query load through blog.php controller
- Save notification now displays upon items saved in admin backend
- Improved captcha font
- MISC
- At least one category must exist before post is created
- Various minor improvements to admin backend
- lib_settings is deprecated
- Added MY_Controller for common vars and functions between controllers
- Data is no longer retrieved through libraries from views by default; rather it is collected and passed through controller
InkType 0.2.1 (Neptune Patch 1 - Released 2008.05.28)
- BUGFIXES
- Date information in form will no longer change when a post is submitted but doesn't validate
- Fixed small bug that prevented IE from properly displaying the TinyMCE WYSIWYG editor
- FEATURES
- Initial implementation of Template Package Installer
- ENHANCEMENTS
- Admin accounts will now be WYSIWYG enabled by default when first_login is called
- editorjs no longer loads in backend where not required
- Removed a lot of unnecessary $this->load->model calls (models now loaded in autoload.php)
- MISC
- Post and Page statuses now show 'Published' and 'Unpublished' in main list as opposed to 'Publish' and 'Unpublish'
- Change 'Draft' to read 'Unpublished'
- Removed ibrowser folder from TinyMCE plugins folder
- Removed $config['models_autoload'] from config.php
- Added autoincrement to user_meta.user_meta_id
InkType 0.2 (Neptune - Released 2008.05.21)
- BUGFIXES
- Visitor Stats - Daily now works properly
- FEATURES
- Admins can choose to enable / disable WYSIWYG editor in their user profile
- Admins can enable / disable the site
- Admins can track user logins
- New custom TinyMCE image upload plugin for admin backend (thanks wiredesignz)
- ENHANCEMENTS
- Implemented initial download throttler
- Admin User control panel improved
- System setting changes now shows when settings are saved
- Added inktype_user_panel() to inktype_helper
- Date / time can now be changed on posts
- Admin category page now shows num posts per category
- A category cannot be deleted if it contains posts
- Visual improvements to admin panel
- System now requires admin to create first account upon first time accessing control panel
- MISC
- Moved login set_session to lib_login
- User registration no longer needs username; uses email address instead; all logins use email address instead of username
- Several database tweaks
InkType 0.1.2 (Pluto Patch 2 - Released 2008.04.16)
- BUGFIXES
- When viewing a specific category, all categories now show in the post metadata
- The [download]filename[/download] content wrapper now properly parses before output
- The [download]filename[/download] content wrapper will no longer change data before database submission
- Turned TinyMCE relative_url's to FALSE so it uses an absolute URL instead
- return($no_longer_returns_as_function) instead: return $returns_properly
- Comment bug fixed
- Added indexes on visitors.human_year, visitors.human_month, visitors.human_day
- ENHANCEMENTS
- Added delete verification to all admin delete actions
- Replace current tinyMCE with tinMCE 3
- Installed ibrowser plugin for tinyMCE
- MISC
- View loads are no longer concatenated into $page
- Page controllers now uses _remap() and has no index() function
- Broke lib_inktype into separate libraries:
- lib_blogroll
- lib_categories
- lib_comments
- lib_pages
- lib_paginate
- lib_posts
- lib_settings
- lib_view
- lib_visitors
InkType 0.1.1 (Pluto Patch 1 - Released 2008.04.05)
- Fixed bug that prevented default page view from loading if something other than the blog view was set as the default
- Email and Website will no longer appear in Admin Manage Comments if they weren't entered
- Fixed bug that prevented pagination from working properly if more items exist for search results than displayed per page
- Fixed Page 1 of 0 bug
- Fixed RSS feed bug
InkType 0.1 (Pluto - Released 2008.04.03)
- Added ability to enable / disable page from list (icon was there but no functions supported it)
- Upgraded to CodeIgniter 1.6.1
- Posts can now be previewed as they are worked on
- Now retrieved from lib_inktype:
- Blog settings
- Posts
- Categories
- Blogroll
- Pages
- Pagination
- Comments
- Comments now display in proper sort order
- Changed the search query to generage WHERE LIKE instead of MATCH AGAINST because CI 1.6.1 backticks the match keyword in $this->db->where("MATCH ...
- Created lib_inktype library
- Moved load_view() to lib_inktype
- Moved save_visitor_info() to lib_inktype
- Added comment form helper to inktype helper file
- Began work on user registration with standard registration form
- Removed previous templates
- Added template: default
- Added inktype_page_link to inktype_helper
- Corrected bug that disallowed comments from showing as soon as they were posted
- Removed 'Read More' capability from inktype_post_content helper function
- Added function inktype_post_read_more to inktype_helper
- Added default_page_id to settings table if main blog page is not to be displayed by default
- Began admin panel image enhancements