Commit Graph

332 Commits

Author SHA1 Message Date
Ingo Schommer
01a25df080 Increased minimum requirement to 3.1 2013-03-20 10:52:21 +01:00
Ingo Schommer
7ecffc568a Fixing template deprecation 2013-03-19 11:35:37 +01:00
Ingo Schommer
a0736df537 Fixed add_extension() usage 2013-03-19 10:12:12 +01:00
carlos barberis
8cfabfc3d8 MINOR: change requirements in README 2013-03-18 11:02:52 +13:00
carlos barberis
94e9543f6c BUGFIX: fix post in the front end when not logged in 2013-03-18 11:00:04 +13:00
carlos barberis
d8383f00cb Merge pull request #75 from jaredkipe/master
Tags with spaces will not properly locate BlogEntries
2013-03-17 13:05:14 -07:00
jaredkipe
7e0c58a637 SelectedTag will now 'urldecode' tag.
Inside of 'code/BlogEntry.php' the method TagsCollection() 'urlencode's the tag before making it into a link.  Tags with spaces, and other special characters, will not return any BlogEntries from BlogTree::Entries().
2013-03-16 18:39:16 -07:00
carlos barberis
2936024e8d MINOR: add widgets module and replace framework for cms 2013-03-01 09:54:48 +13:00
carlos barberis
debd7e4e1b Merge pull request #69 from icecaster/patch-1
Fixed RSS Link, using 'rss' as $action param
2013-02-28 12:28:59 -08:00
Ingo Schommer
50b19daca1 Show "selected author" headline when filtering 2013-02-28 17:33:21 +01:00
carlos barberis
1f5aaa51bd Merge pull request #74 from bilekt3/master
Initial support for Czech Language translation
2013-02-19 13:56:29 -08:00
Tomáš Bílek
eafcb4da59 Minor: Small corrections to Czech Language translation for BLOG module 2013-02-19 22:30:20 +01:00
Tomáš Bílek
48291f2e86 Major: Added initial support from Czech Language translations 2013-02-19 22:29:31 +01:00
carlos barberis
415392821a Merge pull request #67 from UndefinedOffset/master
Migrate PHP language files to Yaml
2013-02-17 12:15:59 -08:00
carlos barberis
c2a6ba5b69 SECURITY: avoid XSS vulnerability within the Tags field in BlogEntry 2013-02-07 13:31:08 +13:00
Sam Minnee
ff439a5ac0 Small fix to test 2013-02-01 17:47:53 +13:00
Tim Klein
95eb0d2c38 Fixed RSS Link, using 'rss' as $action param
Fixed RSS Link, using 'rss' as $action param for Link() method on BlogHolder.
This fixes the rss url when removing trailing slashes from page urls
2013-01-18 17:58:34 +13:00
UndefinedOffset
8a5840b0af Auto migrated language files to yaml using i18n_yml_converter module 2012-12-13 10:02:58 -04:00
carlos barberis
6bad5edb9f Merge pull request #64 from cam-findlay/patch-4
Update code/BlogTree.php
2012-11-13 12:30:05 -08:00
cam-findlay
de44b90a4a Update code/BlogTree.php
Name of a blog could do with more space than default 50 characters.

Example a blog name with a tagline for consistant branding...

"My Awesome Brand Blog - Servicing customers and good things like that"
2012-11-14 08:50:25 +13:00
carlos barberis
7b92c199c9 Merge pull request #63 from cam-findlay/patch-3
Update code/BlogHolder.php
2012-11-12 14:27:36 -08:00
cam-findlay
553b5686d7 Update code/BlogHolder.php
fix to the ownerID issue with BlogHolder.php was previously storing the ID of the downdown select having been renumbered from 0, now stores the actual Member->ID of the blog owner.
2012-11-13 09:59:48 +13:00
Ingo Schommer
4c30a80963 Composer installer dependency for correct module path 2012-11-01 17:08:44 +01:00
Will Rossiter
2cb9414b5a Merge pull request #60 from cam-findlay/patch-1
FIX Update to RSSFeed SS3 API.
2012-10-28 00:47:59 -07:00
cam-findlay
e441b4e690 Update code/BlogTree.php
BUGFIX missing return for rss feeds
2012-10-28 16:21:46 +13:00
Saophalkun Ponlu
289940b7e7 Add an option show full blog entry on the holder
https://github.com/silverstripe/silverstripe-blog/issues/57
2012-10-18 10:10:16 +13:00
carlos barberis
59731c2b13 Merge pull request #58 from lrc/page-details-fix
BUGFIX Specify names and improve descriptions for page types.
2012-10-08 17:25:45 -07:00
Simon Elvery
17421c9965 BUGFIX Specify names and improve descriptions for page types. 2012-10-09 10:14:31 +10:00
carlos barberis
cfa7410cf2 BUGFIX: replace deprecated DataObjectSet for ArrayList 2012-10-05 09:32:49 +13:00
Will Rossiter
40d704a0d7 Merge pull request #54 from mateusz/patch-1
Update README.md
2012-10-02 00:05:10 -07:00
Mateusz U
87576d419e Update README.md
Added required dependency.
2012-10-02 16:35:11 +13:00
carlos barberis
b1f4a4f5b1 BUGFIX: Fix blog management widget to work with comments module 2012-10-01 14:54:22 +13:00
carlos barberis
efbbba6a79 MINOR: add emails to composer (manually merge from pull request #53) 2012-10-01 10:50:37 +13:00
Will Rossiter
391d43f296 Merge pull request #52 from vikas-srivastava/composer
Bug : Removed errors from Composer.json
2012-09-29 21:53:26 -07:00
vikas srivastava
0eed8de60c Bug : Removed errors from Composer.json
Contains some minor bugs :

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

2 - Few typo errors .
2012-09-29 11:15:02 +05:30
Will Rossiter
48d2704d9e Merge pull request #51 from sekjal/master
Add descriptions for blog page types (Fixes #42)
2012-09-25 01:12:00 -07:00
Will Rossiter
de0d9e0483 Merge pull request #50 from vikas-srivastava/composer
NEW Add composer.json
2012-09-21 14:17:20 -07:00
Ian Walls
13b10c6331 Issue #42: Descriptions for BlogEntry, BlogHolder and BlogTree
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.
2012-09-21 11:39:31 -04:00
vikas srivastava
95eabca7b8 New : Added composer.json
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/
2012-09-21 16:32:11 +05:30
carlos barberis
795f1a6a21 BUGFIX: fix blog widgets so their methods are accessible from templates 2012-09-20 16:36:01 +12:00
Saophalkun Ponlu
55895d9515 BUG Fix an issue caused by adding BlogTreeExtension using a wrong api 2012-09-10 20:25:33 +12:00
Saophalkun Ponlu
520721c4f2 Merge pull request #46 from adrexia/ui-improvements
ENHANCEMENT: UI Improvements and template updates
2012-08-28 19:46:37 -07:00
Naomi Guyer
658ebb85dc Update .gitignore 2012-08-29 11:21:48 +12:00
Will Rossiter
e559e1ca34 Merge pull request #48 from tractorcow/3.0-extension-fix
FIXED: Missing hook to extensions updateCMSFields function
2012-08-22 21:30:57 -07:00
Damian Mooyman
9f9a560767 FIXED: Missing hook to extensions updateCMSFields function 2012-08-23 16:20:06 +12:00
Will Rossiter
ac4e6f2b56 Merge pull request #41 from mattclegg/master
Merge pull request #41 from mattclegg/master
2012-08-22 00:27:20 -07:00
carlos barberis
524e68f542 Merge pull request #45 from mlewis-everley/44-archive-widget-fix
Fix archive widget so that dates render correctly
2012-08-20 22:20:09 -07:00
Naomi Guyer
d33e209ee5 ENHANCEMENT: Template changes
Updated template elements for 3.0.
Made html follow proper heading hierarchy
Optimized generated html so it can be more easily styled.
2012-08-17 15:55:08 +12:00
Naomi Guyer
448d34757e ENHANCEMENT: UI Improvements
Replaced the old page icons, and moved where the blog specific fields
appear in the CMS to above the content area
2012-08-17 14:08:43 +12:00
mattclegg
6fd6bd869d BUGFIX Removed duplicate calls to extension
$this->extend('updateCMSFields', $fields);
is already called by;
$fields = parent::getCMSFields();
2012-08-16 15:15:56 +02:00