Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update templates/Includes/BlogSummary.ss #56

Closed
wants to merge 305 commits into from
Closed

Update templates/Includes/BlogSummary.ss #56

wants to merge 305 commits into from

Conversation

LiamW
Copy link

@LiamW LiamW commented Oct 5, 2012

Is there a need to wrap $Content.FirstParagraph(html) in its own p tag since it's using html and tinymce will put p tags in the content?

Sean Harvey and others added 30 commits July 29, 2008 04:03
…ch is less confusing and now renders the tags correctly
MINOR whitespace in PHP cleanup
…r. If it's not set, then fall back to using "mysite blog" or whatever the global $project variable is set to
Refactored BlogEntries() to be more testable.
Added tests for Entries().
…stance of it, since it's a 3rd party class
…Collector functionality. The table is now sorted alphabetically by namespace and entity. Entities now include more translatable statics from DataObject subclasses like $db, $has_one etc.
mlewis-everley and others added 24 commits August 14, 2012 15:40
$this->extend('updateCMSFields', $fields);
is already called by;
$fields = parent::getCMSFields();
Replaced the old page icons, and moved where the blog specific fields
appear in the CMS to above the content area
Updated template elements for 3.0.
Made html follow proper heading hierarchy
Optimized generated html so it can be more easily styled.
Fix archive widget so that dates render correctly
Merge pull request #41 from mattclegg/master
FIXED: Missing hook to extensions updateCMSFields function
ENHANCEMENT: UI Improvements and template updates
 Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website.

For more information please visit this page http://extension.openbees.org/instructions/
For SilverStripe 3+, descriptions can be shown for each available page type
when pages are created.  This commit adds descriptions for the BlogEntry,
BlogHolder and BlogTree classes, as derived from comments within the code.
Add descriptions for blog page types (Fixes #42)
Contains some minor bugs :

1 - JSON doesn't allow multi line string so making "description" field in single line.

2 - Few typo errors .
Bug : Removed errors from Composer.json
Added required dependency.
Is there a need to wrap $Content.FirstParagraph(html) in its own <p> tag since it's using html and tinymce will put <p> tags in the content?
@wilr
Copy link
Member

wilr commented Oct 5, 2012

What happens when users are using bbcode (I'm not sure any actually are), does it still wrap it?

@LiamW
Copy link
Author

LiamW commented Oct 10, 2012

I haven't checked as I've never used bbcode, but I will do as soon as I can and get back to you.

@clarkepaul
Copy link

Currently extra p tags are being created before and after $Content.FirstParagraph(html). Not sure about bbcode either but think its better to clean up the template for the majority and dev's can add the

back if needed. what say yee?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet