C5 Blog Files?

Permalink
I noticed some blog-related files in the latest SVN –- blog_entry.php in the default theme and blog_index.php in the page_list block.

Does this mean that some blog functionality is going to be included in a future release?

-Steve

Shotster
 
Mnkras replied on at Permalink Reply
Mnkras
kind of, there are also 3 (yes 3) new blocks being included in the core (yay!)

to testem out,

http://beta.mnkras.com
Login: test
pass: test1
adamjohnson replied on at Permalink Reply
adamjohnson
I like the integration of the new blocks (especially the next previous block!). How is the mini-blog going to be incorporated?

Also, is there anywhere to find info about the new caching system? Things like how to go about optimizing it for various pages/sections of a site?

Looking good!
Mnkras replied on at Permalink Reply
Mnkras
what do you mean? there are block specific options that are hard coded that tell how it caches for example:
protected $btCacheBlockRecord = true;
      protected $btCacheBlockOutput = true;
      protected $btCacheBlockOutputOnPost = true;
      protected $btCacheBlockOutputForRegisteredUsers = true;
      protected $btCacheBlockOutputLifetime = 300;


can go in the controller of a block
adamjohnson replied on at Permalink Reply
adamjohnson
I was thinking more along the lines of a guide for the end user. For example, when to use the Full page cache (Emergency Cache Mode) versus "Enabled if blocks allow it", etc.

Seems like Emergency Cache Mode would be helpful for lots of pages that are rarely updated...
Mnkras replied on at Permalink Reply
Mnkras
its for use when your site is getting hammered so that you don't make as many quires to the db
faith2 replied on at Permalink Reply
Hello, totally different subject but could not find a topic that asked this question. Can anyone tell me how to remove my login page from the public website? I am concerned about everyone having access to my login page. I am totally new at this and have tried for days to figure it out. Any help would be apprecaited.

Thanks a million
Mnkras replied on at Permalink Reply
Mnkras
you know you "can" make a new thread.... edit your theme's footer to remove the link
andrew replied on at Permalink Reply
andrew
The next how-to that I write will cover this in great detail. Check outhttp://www.concrete5.org/documentation/how-tos/... over the next few days and it should be posted.
frz replied on at Permalink Reply
frz
yup.
Mnkras replied on at Permalink Reply
Mnkras
gotta love your responses Franz

"yup" on like 3 threads

ontopic: coolio