silverstripe-blog/templates
Johannes Weberhofer 6190f66802 * Internationalized all messages
* added german translations
* to make dates internationalized, too, the
  setlocale(LC_TIME, Translatable::get_current_locale() . ".UTF8");
  should be set in the mysite/code/Page.php ContentController's init
  function
2011-05-17 14:51:42 +02:00
..
Includes * Internationalized all messages 2011-05-17 14:51:42 +02:00
Layout * Internationalized all messages 2011-05-17 14:51:42 +02:00
ArchiveWidget.ss * Internationalized all messages 2011-05-17 14:51:42 +02:00
BlogManagementWidget.ss BUGFIX: Got rid of link to post new entry in the front end on a BlogTree (method does not exist on BlogTree). 2010-07-01 21:49:58 +00:00
RSSWidget.ss Move blog to open source path 2007-09-06 22:33:58 +00:00
SubscribeRSSWidget.ss ENHANCEMENT Added SubscribeRSSWidget for linking directly to blog RSS from the BlogHolder 2008-12-10 06:49:06 +00:00
TagCloudWidget.ss API CHANGE Changed BlogEntry->Tags() to TagsCollection() to avoid confusion with the property "Tags" which is of DBField type "Text" (not DataObjectSet) - necessary to adjust to changed DataObject-write() behaviour of using DBField instances to write the value (rather than directly editing the SQL manipulation). See r52927 for details. 2008-07-20 07:45:55 +00:00
TrackBackPingReturn.ss FEATURE: Added receiving of TrackPack pings 2008-09-12 02:09:13 +00:00
TrackBackRdf.ss FEATURE: Added receiving of TrackPack pings 2008-09-12 02:09:13 +00:00