Merge lp:~quam-plures-core/quam-plures/qp_blog_defaults into lp:quam-plures

Proposed by Lee Turner
Status: Merged
Merged at revision: 7575
Proposed branch: lp:~quam-plures-core/quam-plures/qp_blog_defaults
Merge into: lp:quam-plures
Diff against target: 28 lines (+3/-3)
1 file modified
qp_inc/collections/model/_collsettings.class.php (+3/-3)
To merge this branch: bzr merge lp:~quam-plures-core/quam-plures/qp_blog_defaults
Reviewer Review Type Date Requested Status
Yabs (community) Approve
Review via email: mp+44522@code.launchpad.net

Description of the change

http://forums.quamplures.net/viewtopic.php?f=6&t=566&start=0

This branch fixes the xml_item_footer_text and makes the require_title optional and removed default pings

L

To post a comment you must log in.
Revision history for this message
Yabs (yabs) wrote :

Another easy review

¥

review: Approve
Revision history for this message
Lee Turner (leeturner) wrote :

I write better code at Xmas :-)

L

Revision history for this message
Yabs (yabs) wrote :

That'll be the booze helping :D

¥

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qp_inc/collections/model/_collsettings.class.php'
2--- qp_inc/collections/model/_collsettings.class.php 2010-10-17 15:32:23 +0000
3+++ qp_inc/collections/model/_collsettings.class.php 2010-12-22 20:26:12 +0000
4@@ -55,13 +55,13 @@
5 'blog_footer_text' => '©$year$ by $owner$',
6 'single_item_footer_text' => '',
7 // "Meta data" section
8- 'xml_item_footer_text' => '<p><small><a href="$item_perm_url$">xml item footer text</small></p>',
9+ 'xml_item_footer_text' => '<p><small><a href="$item_perm_url$" title="$item_title$">$item_title$</a></small></p>',
10 // "Aggregation" section
11 'aggregate_coll_IDs' => '',
12
13 // Blog settings -> Features subtab
14 // "Post options" section
15- 'require_title' => 'required', // 'required', 'optional', 'none'
16+ 'require_title' => 'optional', // 'required', 'optional', 'none'
17 // "Feedback options" section
18 'allow_rating' => 'never',
19 'new_feedback_status' => 'draft', // 'draft', 'published', 'deprecated'
20@@ -73,7 +73,7 @@
21 // "Subscriptions" section
22 'allow_subscriptions' => 0,
23 // "After each new post..." section
24- 'ping_plugins' => 'ping_pingomatic,ping_twitter', // ping plugin codes, separated by comma
25+ 'ping_plugins' => '', // ping plugin codes, separated by comma
26 // "External Feeds" section
27 'atom_redirect' => '',
28 'rss2_redirect' => '',

Subscribers

People subscribed via source and target branches