[X] The "/OldFiles" file could not be found or is not available. Please select another file.

DBlog is a blogging software based on the CodeIgniter PHP framework. It offers all the important features one might expect from a blogging software like WYSIWYG editor, tagging, categories, static pages, spam protection, RSS feeds, Trackback/ping...


http://ci-dblog.sourceforge.net





Separate each tag with a space.

Release Date:

2009-05-15

Topic:

License:

Translations:

Intended Audience:

Database Environment:

Programming Language:

Registered:

2009-05-11

Ratings and Reviews

Be the first to post a text review of DBlog. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • DBlog 1.4 file released: dblog_1.4.rar

    Added meta-tags to default themes - ALTER TABLE `config` ADD `config_meta_description` VARCHAR( 255 ) NOT NULL , ADD `config_meta_keywords` VARCHAR( 255 ) NOT NULL ; - application/views/*/index.php - application/views/*/admin/config_edit.php - application/config/form_validation.php - application/models/admin/config_model.php Added missing RSS link to ablaze theme - application/views/ablaze/index.php Added missing trackback links - application/views/*/post_view.php Fixed caption of several buttons in administration - application/views/*/admin/comment_edit.php - application/views/*/admin/config_edit.php - application/views/*/admin/file_add.php - application/views/*/admin/file_edit.php - application/views/*/admin/group_add.php - application/views/*/admin/group_edit.php - application/views/*/admin/link_add.php - application/views/*/admin/link_edit.php - application/views/*/admin/page_add.php - application/views/*/admin/page_edit.php - application/views/*/admin/post_add.php - application/views/*/admin/post_edit.php - application/views/*/admin/user_edit.php Added module system - CREATE TABLE IF NOT EXISTS `module` ( `module_id` bigint(20) NOT NULL auto_increment, `module_name` varchar(100) NOT NULL, `module_description` text NOT NULL, `module_version` varchar(10) NOT NULL, `module_is_active` tinyint(1) NOT NULL, `module_file_name` varchar(100) NOT NULL, `module_url` varchar(255) NOT NULL, PRIMARY KEY (`module_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; - application/controllers/admin/module.php - application/models/admin/module.php - INSERT INTO `dblog`.`right` (`right_id` ,`right_name` ,`right_title`) VALUES (NULL , 'can_manage_modules', 'Can manage modules'); - application/views/*/navigation.php - application/views/*/module_overview.php - application/libraries/modules.php - application/models/post_model.php - application/models/admin/comment_model.php - application/views/*/admin/index.php Changed Akismet library into a module for the new module system - application/libraries/Akismet.php (moved to application/modules/config) - application/config/akismet.php (deleted) - application/modules/Akismet.php - application/modules/config/Akismet.php - application/models/post_model.php - application/models/admin/comment_model.php - application/models/admin/config_model.php - application/config/form_validation.php - application/controllers/admin/comment.php - application/views/*/post_view.php - application/views/*/admin/comment_overview.php - application/views/*/admin/config_edit.php - application/config/autoload.php - ALTER TABLE `config` DROP `config_enable_akismet_spam_protection` Updated admin css - application/views/*/admin/system_css.php - application/views/*/admin/index.php Added exemplary module that shows random quotes in administration - application/modules/Quotes.php Added tabs to some admin views using my new javascript library Tabr - application/libraries/View.php - application/controllers/admin/config.php - js/prototype.js - js/effects.js - js/tabr.js - application/views/*/admin/config_edit.php - application/views/*/admin/system_css.php - application/views/*/admin/index.php Increase version number - application/config/dblog_version.php Available hooks for modules so far: - comment_submit_spam_check - admin_comment_spam - admin_comment_unspam - admin_view_head - admin_view_top_bar

    posted 239 days ago

  • File released: /DBlog/1.4/dblog_1.4.rar

    posted 239 days ago

  • DBlog 1.3 file released: dblog_1.3.rar

    Added support for social bookmarks http://de.wikipedia.org/wiki/Social_Bookmarks - ALTER TABLE `config` ADD `config_show_social_bookmarking_links` BOOL NOT NULL ; - application/models/admin/config_model.php - application/views/*/admin/config_edit.php - application/views/*/post_list.php - application/views/*/post_view.php - application/views/*/page_view.php Added missing js files for syntax highlighting in other languages than PHP - js/shBrushJScript.js - js/shBrushSQL.js - js/shBrushCss.js - js/shBrushJava.js - application/views/*/index.php Fixed a problem with syntax highlighting when using the ablaze design - application/views/ablaze/system_css.php Added download manager - CREATE TABLE IF NOT EXISTS `file` ( `file_id` bigint( 20 ) NOT NULL AUTO_INCREMENT , `file_title` varchar( 100 ) NOT NULL , `file_description` text NOT NULL , `file_date_add` datetime NOT NULL , `file_mirror` text NOT NULL , `file_download_count` bigint( 20 ) NOT NULL , `file_is_online` tinyint( 1 ) NOT NULL , `file_size` varchar( 100 ) NOT NULL , PRIMARY KEY ( `file_id` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8; - INSERT INTO `right` (`right_name`, `right_title`) VALUES ('can_manage_files', 'Can manage files'); - application/controllers/admin/file.php - application/controllers/file.php - application/models/admin/file_model.php - application/models/file_model.php - application/models/common_model.php - application/config/form_validation.php - application/views/*/admin/navigation.php - application/views/*/admin/file_edit.php - application/views/*/admin/file_add.php - application/views/*/admin/file_overview.php - application/views/*/admin/config_edit.php - application/views/*/file_view.php - application/views/*/file_overview.php - application/views/*/system_css.php Added check to avoid calling not existing methods when fetching data for navigation - application/models/commen_model.php Increase version number - application/config/dblog_version.php

    posted 240 days ago

  • File released: /DBlog/1.3/dblog_1.3.rar

    posted 240 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks