From a8aafff07b471e674b8085bafb10b6f41b98316c Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 3 Mar 2012 14:21:03 +0100 Subject: Allow comment setting was not saved correctly. Fixed. Also fixed the Heading of CONTRIBUTORS. Copy&Paste is not always a good idea... Beta 4 --- CONTRIBUTORS | 4 ++-- ratatoeskr/backend.php | 3 ++- ratatoeskr/templates/src/systemtemplates/backend_login.html | 2 +- ratatoeskr/templates/src/systemtemplates/master.html | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index eb521ac..6a90cd6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ -People who have worked on r7r_repo -================================== +People who have worked on Ratatöskr +=================================== If you modified something, feel free to append your name to this list. diff --git a/ratatoeskr/backend.php b/ratatoeskr/backend.php index 6cf00cb..19d3891 100644 --- a/ratatoeskr/backend.php +++ b/ratatoeskr/backend.php @@ -216,7 +216,7 @@ $backend_subactions = url_action_subactions(array( } else $inputs["date"] = time(); - $inputs["allow_comments"] = !(empty($_POST["allow_comments"]) or $_POST["allow_comments"] != "yes"); + $inputs["allow_comments"] = !(empty($_POST["allow_comments"]) or ($_POST["allow_comments"] != "yes")); try { @@ -245,6 +245,7 @@ $backend_subactions = url_action_subactions(array( $article->excerpt[$editlang] = new Translation($inputs["excerpt"], $inputs["excerpt_txtproc"]); $article->set_tags(maketags($inputs["tags"], $editlang)); $article->set_section($inputs["article_section"]); + $article->allow_comments = $inputs["allow_comments"]; } if(empty($article)) diff --git a/ratatoeskr/templates/src/systemtemplates/backend_login.html b/ratatoeskr/templates/src/systemtemplates/backend_login.html index 4e38704..f38317c 100755 --- a/ratatoeskr/templates/src/systemtemplates/backend_login.html +++ b/ratatoeskr/templates/src/systemtemplates/backend_login.html @@ -9,7 +9,7 @@
-
Ratatöskr::Noctilucent clouds (v. 0.1 β 3)
+
Ratatöskr::Noctilucent clouds (v. 0.1 β 4)

diff --git a/ratatoeskr/templates/src/systemtemplates/master.html b/ratatoeskr/templates/src/systemtemplates/master.html index 23905e8..07a47c3 100755 --- a/ratatoeskr/templates/src/systemtemplates/master.html +++ b/ratatoeskr/templates/src/systemtemplates/master.html @@ -31,7 +31,7 @@
- Ratatöskr::Noctilucent clouds (v. 0.1 β 3) + Ratatöskr::Noctilucent clouds (v. 0.1 β 4) $user[name] | -- cgit v1.2.3-54-g00ecf