Welcome Guest, Not a member yet? Register   Sign In
DBlog v1.8: Out now! - Demo and Documentation included!
#10

[eluser]davidbehler[/eluser]
Another update with some bug fixes and support for syntax highlighting!

Changelog of version 1.2:
Fixed charset in trackback table
- ALTER TABLE `trackback` CHANGE `trackback_url` `trackback_url` VARCHAR( 200 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
CHANGE `trackback_title` `trackback_title` VARCHAR( 200 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
CHANGE `trackback_blog_name` `trackback_blog_name` VARCHAR( 200 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
CHANGE `trackback_excerpt` `trackback_excerpt` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
Added ability to order pages
- ALTER TABLE `page` ADD `page_order_by` BIGINT NOT NULL ;
UPDATE `page` SET `page_order_by` = `page_id`;
- application/controllers/admin/page.php
- application/models/admin/page_model.php
- application/models/common_model.php
- application/view/standard/admin/page_overview.php
- application/view/ablaze/admin/page_overview.php
Fixed listing of pinged urls when editing a post
- application/view/standard/admin/post_edit.php
- application/view/ablaze/admin/post_edit.php
Added ability to highlight code syntax
- application/view/*/index.php
- application/view/*/system_css.php
- application/plugins/fckeditor/fckconfig.js
- application/plugins/fckeditor/editor/css/fck_editorarea.css
- js/shCore.js
- js/shBrushPhp.js
- images/styles/*/fckeditor/help.png
- images/styles/*/fckeditor/magnifier.png
- images/styles/*/fckeditor/page_white_code.png
- images/styles/*/fckeditor/printer.png
- images/styles/*/fckeditor/wrapping.png

Get the newest version here.

Greetz
David


Messages In This Thread
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 04-10-2009, 02:25 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 04-10-2009, 06:11 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 04-10-2009, 06:51 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 04-10-2009, 07:42 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 04-10-2009, 08:44 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 04-10-2009, 08:59 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 04-10-2009, 01:03 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 04-11-2009, 04:46 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 04-15-2009, 04:09 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-09-2009, 05:20 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-11-2009, 11:41 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-13-2009, 11:00 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-14-2009, 01:29 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-14-2009, 04:32 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-14-2009, 04:40 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-14-2009, 05:01 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-14-2009, 06:12 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-15-2009, 01:18 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-15-2009, 01:44 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-15-2009, 05:03 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-24-2009, 04:46 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-25-2009, 04:16 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-26-2009, 08:09 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-26-2009, 10:09 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-26-2009, 06:56 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-29-2009, 12:29 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-29-2009, 01:10 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-29-2009, 01:58 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-29-2009, 04:17 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-29-2009, 06:50 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 05-29-2009, 04:30 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 06-08-2009, 05:19 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 07-28-2009, 05:22 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 09-02-2009, 02:54 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 09-13-2009, 10:24 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 09-29-2009, 02:18 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 09-29-2009, 04:31 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 10-01-2009, 01:31 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 10-01-2009, 01:38 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 10-01-2009, 01:50 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 10-01-2009, 02:01 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 10-01-2009, 02:05 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 11-05-2009, 08:16 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 11-08-2009, 09:05 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 01-24-2010, 08:41 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 01-24-2010, 09:55 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 01-24-2010, 11:36 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 06-21-2010, 08:53 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 06-21-2010, 08:56 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 06-21-2010, 07:00 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 07-15-2010, 02:36 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 07-15-2010, 02:47 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 07-15-2010, 04:41 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 07-15-2010, 04:46 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 06-28-2011, 09:52 PM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 06-29-2011, 01:33 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 06-29-2011, 02:08 AM
DBlog v1.8: Out now! - Demo and Documentation included! - by El Forum - 07-15-2013, 11:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB