dontplay media

A Website Design, Web Hosting and IT Soutions Company based in Farnham, Surrey, UK

  • Home
  • Articles
  • Cms
  • Services
  • About Us

Infinitas CMS 0.6 Alpha Released

Feb 4th, 22:54

dfgsdfgsdfg

Infinitas :: Shopping cart newsletter emailing system blog c
  • Printer Friendly
  • Comments ( 0 )
  • Read more
 
Start
Prev
1
Next
End
Page 1 of 1.
  • Veroeros sit dolore

    Donec turpis orci facilisis et ornare eget, sagittis eu massa. Quisque dui diam, euismod et lobortis sed etiam lorem ipsum dolor etiam nullam et faucibus. More…

  • Categories

    • 09.13.09Vestibulum risus vitae
    • 09.13.09Condimentum et molestie
    • 09.13.09Facilisis sed vestibulum
    • 09.13.09Ipsum primis et sed luctus
    • 09.13.09Ultrices posuere nulla
    • 09.13.09Accumsan lorem sodales
    • 09.13.09Scelerisque consectetur
    • 09.13.09Maecenas quam aliquet
 

Volutpat quisque sed et aliquam

Maecenas ut ante eu velit laoreet tempor accumsan vitae nibh. Aenean commodo, tortor eu porta convolutpat elementum. Proin fermentum molestie erat eget vehicula. Aenean eget tellus mi. Fusce scelerisque odio quis ante bibendum sollicitudin. Suspendisse potenti. Vivamus quam odio, facilisis at ultrices nec, sollicitudin ac risus. Donec ut odio ipsum, sed tincidunt. Learn more…

  • Tempor accumsan vitae sed nibh dolore
  • Aenean commodo, tortor eu porta veroeros
  • Fermentum molestie erat eget consequat
  • Donec vestibulum interdum diam etiam
  • Vehicula aenean eget sed tellus blandit

© 2004-2010 dontplay media. Powered by Infinitas CMS.

  • CakePHP
  • History

    Request History

    4 previous requests available
    • Restore to current request
    • services
    • about
    • products
    • /
    ====
  • Session

    Session

    • Config
      • userAgent1f83388d9b15115d68c77d69c60967f8
      • time1268203702
      • timeout10
    • Auth
      • User
        • id1
        • usernamedogmatic
        • emailadmin@admin.com
        • passworddef267b31a9443f297b593b42992da19c0e72fec
        • active1
        • created2009-12-13 01:53:54
        • modified2009-12-13 01:53:54
    ====
  • Request

    Request

    Cake Params

    • named(empty)
    • pass(empty)
    • pluginblog
    • controllerposts
    • admin(null)
    • actionindex
    • form(empty)
    • url
      • urlarticles
    • isAjax(false)
    • paging
      • Post
        • page1
        • current1
        • count1
        • prevPage(false)
        • nextPage(false)
        • pageCount1
        • defaults
          • limit20
          • step1
          • fields
            • 0Post.id
            • 1Post.title
            • 2Post.slug
            • 3Post.body
            • 4Post.intro
            • 5Post.comment_count
            • 6Post.created
          • conditions
            • Post.active1
            • 0Post.id > 0
          • contain
            • Tag
              • fields
                • 0Tag.name
        • options
          • page1
          • limit20
          • fields
            • 0Post.id
            • 1Post.title
            • 2Post.slug
            • 3Post.body
            • 4Post.intro
            • 5Post.comment_count
            • 6Post.created
          • conditions
            • Post.active1
            • 0Post.id > 0
          • contain
            • Tag
              • fields
                • 0Tag.name

    $_GET

    • urlarticles

    Cookie

    To view Cookies, add CookieComponent to Controller

    Current Route

    • keys(empty)
    • options(empty)
    • defaults
      • pluginblog
      • controllerposts
      • admin(null)
      • actionindex
    • template/articles
    • _greedy(false)
    • _compiledRoute#^/articles[/]*$#
    • __headerMap
      • typecontent_type
      • methodrequest_method
      • serverserver_name
    ====
  • Sql Log

    Sql Logs

    default

    Query Error Affected Num. rows Took (ms) Actions
    DESCRIBE `core_routes` 19 19 1 maybe slow
    DESCRIBE `core_themes` 11 11 1 maybe slow
    DESCRIBE `core_logs` 10 10 1 maybe slow
    DESCRIBE `core_users` 7 7 1 maybe slow
    SELECT `Route`.`url`, `Route`.`prefix`, `Route`.`plugin`, `Route`.`controller`, `Route`.`action`, `Route`.`values`, `Route`.`pass`, `Route`.`rules`, `Route`.`force_backend`, `Route`.`force_frontend`, `Route`.`theme_id`, `Theme`.`id`, `Theme`.`name` FROM `core_routes` AS `Route` LEFT JOIN `core_themes` AS `Theme` ON (`Route`.`theme_id` = `Theme`.`id`) WHERE `Route`.`active` = 1 ORDER BY `Route`.`ordering` ASC 14 14 0 Explain
    DESCRIBE `blog_posts` 15 15 1 maybe slow
    DESCRIBE `blog_tags` 4 4 1 maybe slow
    DESCRIBE `blog_posts_tags` 3 3 0
    DESCRIBE `core_comments` 12 12 1 maybe slow
    DESCRIBE `core_ratings` 7 7 1 maybe slow
    SELECT `Theme`.`id`, `Theme`.`name`, `Theme`.`description`, `Theme`.`author`, `Theme`.`url`, `Theme`.`update_url`, `Theme`.`licence`, `Theme`.`active`, `Theme`.`core`, `Theme`.`created`, `Theme`.`modified` FROM `core_themes` AS `Theme` WHERE `Theme`.`active` = 1 LIMIT 1 1 1 0 Explain
    SELECT `User`.`id`, `User`.`username`, `User`.`email`, `User`.`password`, `User`.`active`, `User`.`created`, `User`.`modified` FROM `core_users` AS `User` WHERE `User`.`id` = 1 LIMIT 1 1 1 0 Explain
    SELECT `Tag`.`id`, `Tag`.`name` FROM `blog_tags` AS `Tag` WHERE 1 = 1 ORDER BY `Tag`.`name` ASC LIMIT 50 2 2 0 Explain
    SELECT `Post`.`id`, `BlogPostsTag`.`id`, `BlogPostsTag`.`post_id`, `BlogPostsTag`.`tag_id` FROM `blog_posts` AS `Post` JOIN `blog_posts_tags` AS `BlogPostsTag` ON (`BlogPostsTag`.`tag_id` IN (1, 2) AND `BlogPostsTag`.`post_id` = `Post`.`id`) 2 2 0 Explain
    SELECT DISTINCT year( Post.created ) as year FROM `blog_posts` AS `Post` WHERE `Post`.`active` = 1 ORDER BY `Post`.`created` DESC 1 1 0 Explain
    SELECT DISTINCT month( Post.created ) as month FROM `blog_posts` AS `Post` WHERE `Post`.`active` = 1 ORDER BY `Post`.`created` DESC 1 1 0 Explain
    SELECT `Post`.`id`, `Post`.`title` FROM `blog_posts` AS `Post` WHERE `Post`.`active` = 1 ORDER BY `Post`.`created` DESC LIMIT 10 1 1 0 Explain
    SELECT COUNT(*) AS `count` FROM `blog_posts` AS `Post` LEFT JOIN `core_users` AS `Locker` ON (`Post`.`locked_by` = `Locker`.`id`) WHERE `Post`.`active` = 1 1 1 0 Explain
    SELECT `Post`.`id`, `Post`.`title` FROM `blog_posts` AS `Post` WHERE `Post`.`active` = 0 ORDER BY `Post`.`modified` ASC LIMIT 10 1 1 0 Explain
    SELECT COUNT(*) AS `count` FROM `blog_posts` AS `Post` LEFT JOIN `core_users` AS `Locker` ON (`Post`.`locked_by` = `Locker`.`id`) WHERE `Post`.`active` = 0 1 1 0 Explain
    SELECT `Post`.`id`, `Post`.`title` FROM `blog_posts` AS `Post` WHERE `Post`.`active` = 1 ORDER BY `Post`.`views` DESC LIMIT 10 1 1 0 Explain
    SELECT COUNT(*) AS `count` FROM `core_comments` AS `Comment` WHERE `Comment`.`active` = 1 AND `Comment`.`class` = 'Post' 1 1 0 Explain
    SELECT COUNT(*) AS `count` FROM `core_comments` AS `Comment` WHERE `Comment`.`active` = 0 AND `Comment`.`class` = 'Post' 1 1 0 Explain
    SELECT COUNT(*) AS `count` FROM `blog_posts` AS `Post` WHERE `Post`.`active` = 1 AND `Post`.`id` > 0 1 1 0 Explain
    SELECT `Post`.`id`, `Post`.`title`, `Post`.`slug`, `Post`.`body`, `Post`.`intro`, `Post`.`comment_count`, `Post`.`created` FROM `blog_posts` AS `Post` WHERE `Post`.`active` = 1 AND `Post`.`id` > 0 ORDER BY `Post`.`created` DESC LIMIT 20 1 1 0 Explain
    SELECT `Tag`.`name`, `BlogPostsTag`.`id`, `BlogPostsTag`.`post_id`, `BlogPostsTag`.`tag_id` FROM `blog_tags` AS `Tag` JOIN `blog_posts_tags` AS `BlogPostsTag` ON (`BlogPostsTag`.`post_id` = 2 AND `BlogPostsTag`.`tag_id` = `Tag`.`id`) 2 2 0 Explain
    DESCRIBE `core_menu_items` 20 20 1 maybe slow
    DESCRIBE `core_menus` 7 7 1 maybe slow
    DESCRIBE `core_groups` 8 8 1 maybe slow
    SELECT `Menu`.`id`, `Menu`.`name`, `Menu`.`type`, `Menu`.`active`, `MenuItem`.`id`, `MenuItem`.`name`, `MenuItem`.`link`, `MenuItem`.`prefix`, `MenuItem`.`plugin`, `MenuItem`.`controller`, `MenuItem`.`action`, `MenuItem`.`params`, `MenuItem`.`force_backend`, `MenuItem`.`force_frontend`, `MenuItem`.`class`, `MenuItem`.`active`, `MenuItem`.`menu_id`, `MenuItem`.`parent_id`, `MenuItem`.`lft`, `MenuItem`.`rght`, `MenuItem`.`group_id` FROM `core_menu_items` AS `MenuItem` LEFT JOIN `core_menus` AS `Menu` ON (`MenuItem`.`menu_id` = `Menu`.`id`) LEFT JOIN `core_groups` AS `Group` ON (`MenuItem`.`group_id` = `Group`.`id`) WHERE `Menu`.`type` = 'main_menu' AND `Menu`.`active` = 1 AND `MenuItem`.`active` = 1 ORDER BY `MenuItem`.`menu_id` ASC, `MenuItem`.`lft` ASC 5 5 0 Explain
    DESCRIBE `core_modules` 22 22 1
    DESCRIBE `core_module_positions` 4 4 0
    DESCRIBE `core_modules_routes` 3 3 0
    SELECT `Module`.`id`, `Module`.`name`, `Module`.`content`, `Module`.`module`, `Module`.`config`, `Module`.`show_heading`, `Position`.`id`, `Position`.`name`, `Theme`.`id`, `Theme`.`name`, `Group`.`id`, `Group`.`name` FROM `core_modules` AS `Module` LEFT JOIN `core_module_positions` AS `Position` ON (`Module`.`position_id` = `Position`.`id`) LEFT JOIN `core_themes` AS `Theme` ON (`Module`.`theme_id` = `Theme`.`id`) LEFT JOIN `core_groups` AS `Group` ON (`Module`.`group_id` = `Group`.`id`) WHERE `Position`.`name` = 'right' AND `Module`.`admin` = 0 AND `Module`.`active` = 1 ORDER BY `Module`.`position_id` ASC, `Module`.`ordering` ASC 1 1 0 Explain
    SELECT `Route`.`id`, `Route`.`name`, `Route`.`url`, `CoreModulesRoute`.`id`, `CoreModulesRoute`.`module_id`, `CoreModulesRoute`.`route_id` FROM `core_routes` AS `Route` JOIN `core_modules_routes` AS `CoreModulesRoute` ON (`CoreModulesRoute`.`module_id` = 11 AND `CoreModulesRoute`.`route_id` = `Route`.`id`) 0 0 0 Explain
    SELECT `Module`.`id`, `Module`.`name`, `Module`.`content`, `Module`.`module`, `Module`.`config`, `Module`.`show_heading`, `Position`.`id`, `Position`.`name`, `Theme`.`id`, `Theme`.`name`, `Group`.`id`, `Group`.`name` FROM `core_modules` AS `Module` LEFT JOIN `core_module_positions` AS `Position` ON (`Module`.`position_id` = `Position`.`id`) LEFT JOIN `core_themes` AS `Theme` ON (`Module`.`theme_id` = `Theme`.`id`) LEFT JOIN `core_groups` AS `Group` ON (`Module`.`group_id` = `Group`.`id`) WHERE `Position`.`name` = 'search' AND `Module`.`admin` = 0 AND `Module`.`active` = 1 ORDER BY `Module`.`position_id` ASC, `Module`.`ordering` ASC 1 1 0 Explain
    SELECT `Route`.`id`, `Route`.`name`, `Route`.`url`, `CoreModulesRoute`.`id`, `CoreModulesRoute`.`module_id`, `CoreModulesRoute`.`route_id` FROM `core_routes` AS `Route` JOIN `core_modules_routes` AS `CoreModulesRoute` ON (`CoreModulesRoute`.`module_id` = 5 AND `CoreModulesRoute`.`route_id` = `Route`.`id`) 0 0 0 Explain
    SELECT `Module`.`id`, `Module`.`name`, `Module`.`content`, `Module`.`module`, `Module`.`config`, `Module`.`show_heading`, `Position`.`id`, `Position`.`name`, `Theme`.`id`, `Theme`.`name`, `Group`.`id`, `Group`.`name` FROM `core_modules` AS `Module` LEFT JOIN `core_module_positions` AS `Position` ON (`Module`.`position_id` = `Position`.`id`) LEFT JOIN `core_themes` AS `Theme` ON (`Module`.`theme_id` = `Theme`.`id`) LEFT JOIN `core_groups` AS `Group` ON (`Module`.`group_id` = `Group`.`id`) WHERE `Position`.`name` = 'bottom' AND `Module`.`admin` = 0 AND `Module`.`active` = 1 ORDER BY `Module`.`position_id` ASC, `Module`.`ordering` ASC 0 0 0 Explain

    Query Explain:

    Click an "Explain" link above, to see the query explanation.

    ====
  • Timer

    Memory

    Peak Memory Use 12.49 MB

    Message Memory use
    Component intitailization 7.53 MB
    Controller action start 7.62 MB
    Controller render start 7.73 MB
    View render complete 11.66 MB

    Timers

    Total Request Time: 647 (ms)

    Message Time in ms Graph
    Core Processing (Derived) 326.60
    Component initialization and startup 36.16
    Controller action 8.61
    Render Controller Action 174.80
    » Rendering View 172.30
    » » Rendering APP/infinitas/blog/views/posts/index.ctp 105.69
    » » » Rendering APP/views/elements/pagination/navigation.ctp 6.36
    » » Rendering APP/views/themed/earthling_two/layouts/front.ctp 64.10
    » » » Rendering APP/views/elements/modules/main_menu.ctp 29.91
    » » » Rendering APP/views/elements/modules/search.ctp 0.28
    ====
  • Log

    Logs

    error.log

    There were no log entries made this request

    debug.log

    There were no log entries made this request

    ====
  • Variables

    View Variables

    • commentModelComment
    • tagCount
      • 0
        • Tag
          • id1
          • nameInfinitas
          • count1
      • 1
        • Tag
          • id2
          • nameShopping cart newsletter emailing system blog c
          • count1
    • postDates
      • 2010
        • 02
    • postLatest
      • 2Infinitas CMS 0.6 Alpha Released
      • countAll1
    • postPending
      • 1test
    • postPopular
      • 2Infinitas CMS 0.6 Alpha Released
    • commentCount
      • active0
      • pending1
    • posts
      • 0
        • Post
          • id2
          • titleInfinitas CMS 0.6 Alpha Released
          • sluginfinitas-cms-0-6-alpha-released
          • body<p><a href="http://www.infinitas-cms.org">Infinitas</a> is an open source content management system that was developed using the <a href="http://cakephp.org">CakePHP</a> v1.3 framework. Amongst other things, its a blog, cms, newsletter emailing system and an on-line shopping cart.</p> <p>Some of the other features you might enjoy are themed layouts that are easy to manage, SEO things are taken care of and its really easy to expand with plugins and modules.</p> <p>&nbsp;</p> <p>This new release brings a better installer, menu management and modules. There is a lot more functionality available and the code base is a lot more stable.</p> <p><a href="http://bit.ly/bLErnX">Download</a> your copy of <a href="http://bit.ly/bLErnX">Infinitas 0.6 Alpha</a></p> <p>If you have any questions, need some help setting up or just want to hang out: Join them on <a href="irc://irc.freenode.net/infinitas">FreeNode (#Infinitas)</a> (irc.freenode.net #infinitas)</p>
          • intro<p>dfgsdfgsdfg</p>
          • comment_count0
          • created2010-02-04 22:54:38
        • Tag
          • 0
            • nameInfinitas
            • BlogPostsTag
              • id2
              • post_id2
              • tag_id1
          • 1
            • nameShopping cart newsletter emailing system blog c
            • BlogPostsTag
              • id3
              • post_id2
              • tag_id2
    • $this->data(null)
    • $this->validationErrors(empty)
    • Loaded Helpers
      • 0jqueryEngine
      • 1js
      • 2paginator
      • 3simpleGraph
      • 4htmlToolbar
      • 5toolbar
      • 6commentLayout
      • 7postLayout
      • 8number
      • 9chart
      • 10blog
      • 11tagCloud
      • 12image
      • 13time
      • 14status
      • 15infinitas
      • 16session
      • 17javascript
      • 18filter
      • 19gravatar
      • 20form
      • 21wysiwyg
      • 22text
      • 23design
      • 24html
      • 25geshi
    ====