@@ -280,7 +280,7 @@ discard block |
||
280 | 280 | /** |
281 | 281 | * Search and replace by a regexp using a callback. |
282 | 282 | * |
283 | - * @param string|array $pattern |
|
283 | + * @param string $pattern |
|
284 | 284 | * @param function $callback |
285 | 285 | * @param string|array $subject |
286 | 286 | * @param int $limit |
@@ -314,7 +314,7 @@ discard block |
||
314 | 314 | * |
315 | 315 | * @param string $str String |
316 | 316 | * |
317 | - * @return bool |
|
317 | + * @return string|boolean |
|
318 | 318 | */ |
319 | 319 | public static function isUTF8($str) |
320 | 320 | { |
@@ -182,9 +182,9 @@ |
||
182 | 182 | public static function isLangUTF8ToLatinConvertable($language) |
183 | 183 | { |
184 | 184 | $iso_languages = array('af', 'sq', 'br', 'ca', 'da', 'en', 'fo', 'gl', 'de', 'is', 'it', |
185 | - 'ku', 'la', 'lb', 'nb', 'oc', 'pt', 'es', 'sw', 'sv', 'wa', 'eu', |
|
186 | - // NOTE this languages are not fully supported by latin1 |
|
187 | - 'nl', 'fr', 'et', 'fi', 'cy', |
|
185 | + 'ku', 'la', 'lb', 'nb', 'oc', 'pt', 'es', 'sw', 'sv', 'wa', 'eu', |
|
186 | + // NOTE this languages are not fully supported by latin1 |
|
187 | + 'nl', 'fr', 'et', 'fi', 'cy', |
|
188 | 188 | ); |
189 | 189 | |
190 | 190 | return in_array($language, $iso_languages); |
@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | * Returns the current API version of phpMyFAQ for installation and |
171 | 171 | * version in the database. |
172 | 172 | * |
173 | - * @return int |
|
173 | + * @return string |
|
174 | 174 | */ |
175 | 175 | public static function getApiVersion() |
176 | 176 | { |
@@ -219,7 +219,7 @@ discard block |
||
219 | 219 | * |
220 | 220 | * @param PMF_Configuration $faqConfig |
221 | 221 | * |
222 | - * @return mixed |
|
222 | + * @return string |
|
223 | 223 | */ |
224 | 224 | public function getSystemUri(PMF_Configuration $faqConfig) |
225 | 225 | { |
@@ -87,11 +87,11 @@ |
||
87 | 87 | * @var array |
88 | 88 | */ |
89 | 89 | private $supportedDatabases = [ |
90 | - 'mysqli' => [ self::VERSION_MINIMUM_PHP, 'MySQL 5.x / Percona Server 5.x / MariaDB 5.x and later' ], |
|
91 | - 'pgsql' => [ self::VERSION_MINIMUM_PHP, 'PostgreSQL 9.x' ], |
|
92 | - 'sqlite3' => [ self::VERSION_MINIMUM_PHP, 'SQLite 3' ], |
|
93 | - 'mssql' => [ self::VERSION_MINIMUM_PHP, 'MS SQL Server 2012 and later (deprecated, PHP 5 only)' ], |
|
94 | - 'sqlsrv' => [ self::VERSION_MINIMUM_PHP, 'MS SQL Server 2012 Driver for PHP (PHP 5 and PHP 7)'] |
|
90 | + 'mysqli' => [self::VERSION_MINIMUM_PHP, 'MySQL 5.x / Percona Server 5.x / MariaDB 5.x and later'], |
|
91 | + 'pgsql' => [self::VERSION_MINIMUM_PHP, 'PostgreSQL 9.x'], |
|
92 | + 'sqlite3' => [self::VERSION_MINIMUM_PHP, 'SQLite 3'], |
|
93 | + 'mssql' => [self::VERSION_MINIMUM_PHP, 'MS SQL Server 2012 and later (deprecated, PHP 5 only)'], |
|
94 | + 'sqlsrv' => [self::VERSION_MINIMUM_PHP, 'MS SQL Server 2012 Driver for PHP (PHP 5 and PHP 7)'] |
|
95 | 95 | ]; |
96 | 96 | |
97 | 97 | /** |
@@ -260,7 +260,7 @@ discard block |
||
260 | 260 | * This function multiplies blocks. |
261 | 261 | * |
262 | 262 | * @param string $block Blockname |
263 | - * @param array $blockContent Content of block |
|
263 | + * @param string $blockContent Content of block |
|
264 | 264 | * |
265 | 265 | * @return string implode('', $tmpBlock) |
266 | 266 | */ |
@@ -351,7 +351,7 @@ discard block |
||
351 | 351 | * |
352 | 352 | * @param string $content Content to check |
353 | 353 | * |
354 | - * @return array |
|
354 | + * @return string |
|
355 | 355 | */ |
356 | 356 | private function _checkContent($content) |
357 | 357 | { |
@@ -183,7 +183,7 @@ |
||
183 | 183 | * |
184 | 184 | * @param string $val Value |
185 | 185 | * |
186 | - * @return bool |
|
186 | + * @return integer |
|
187 | 187 | */ |
188 | 188 | public function isValIgnorable($val) |
189 | 189 | { |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | $exemplaryNPlurals = intval($exemplary['PMF_LANG[nplurals]']); |
96 | 96 | $toCheckNPlurals = intval($toCheck['PMF_LANG[nplurals]']); |
97 | 97 | // One English plural form is equal to (xx/en) of xx plural forms (1/2, 2/2, 3/2,..,6/2..) |
98 | - $pluralsRatio = ($toCheckNPlurals != -1) ? ($toCheckNPlurals / $exemplaryNPlurals) : 1; |
|
98 | + $pluralsRatio = ($toCheckNPlurals != -1) ? ($toCheckNPlurals/$exemplaryNPlurals) : 1; |
|
99 | 99 | |
100 | 100 | $retval = $countAll = $countTranslated = 0; |
101 | 101 | |
@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | } |
126 | 126 | } |
127 | 127 | |
128 | - $retval = floor(100 * $countTranslated / $countAll); |
|
128 | + $retval = floor(100*$countTranslated/$countAll); |
|
129 | 129 | } |
130 | 130 | |
131 | 131 | unset($exemplary, $toCheck); |
@@ -71,7 +71,7 @@ |
||
71 | 71 | * Returns the field $field of the user data. If $field is an |
72 | 72 | * array, an associative array will be returned. |
73 | 73 | * |
74 | - * @param mixed $field Field(s) |
|
74 | + * @param string $field Field(s) |
|
75 | 75 | * |
76 | 76 | * @return mixed |
77 | 77 | */ |
@@ -182,7 +182,7 @@ discard block |
||
182 | 182 | */ |
183 | 183 | public function load($userId) |
184 | 184 | { |
185 | - $userId = (int) $userId; |
|
185 | + $userId = (int)$userId; |
|
186 | 186 | if (($userId <= 0) && ($userId != -1)) { |
187 | 187 | return false; |
188 | 188 | } |
@@ -250,7 +250,7 @@ discard block |
||
250 | 250 | */ |
251 | 251 | public function add($userId) |
252 | 252 | { |
253 | - $userId = (int) $userId; |
|
253 | + $userId = (int)$userId; |
|
254 | 254 | if (($userId <= 0) && ($userId != -1)) { |
255 | 255 | return false; |
256 | 256 | } |
@@ -285,7 +285,7 @@ discard block |
||
285 | 285 | */ |
286 | 286 | public function delete($userId) |
287 | 287 | { |
288 | - $userId = (int) $userId; |
|
288 | + $userId = (int)$userId; |
|
289 | 289 | if (($userId <= 0) && ($userId != -1)) { |
290 | 290 | return false; |
291 | 291 | } |
@@ -41,7 +41,7 @@ |
||
41 | 41 | $dateEnd = PMF_Filter::filterInput(INPUT_POST, 'dateEnd', FILTER_SANITIZE_STRING); |
42 | 42 | $question = PMF_Filter::filterInput(INPUT_POST, 'question', FILTER_SANITIZE_STRING); |
43 | 43 | $categories = PMF_Filter::filterInputArray(INPUT_POST, array('rubrik' => array('filter' => FILTER_VALIDATE_INT, |
44 | - 'flags' => FILTER_REQUIRE_ARRAY, ))); |
|
44 | + 'flags' => FILTER_REQUIRE_ARRAY, ))); |
|
45 | 45 | $record_lang = PMF_Filter::filterInput(INPUT_POST, 'lang', FILTER_SANITIZE_STRING); |
46 | 46 | $tags = PMF_Filter::filterInput(INPUT_POST, 'tags', FILTER_SANITIZE_STRING); |
47 | 47 | $active = PMF_Filter::filterInput(INPUT_POST, 'active', FILTER_SANITIZE_STRING); |
@@ -41,7 +41,7 @@ |
||
41 | 41 | $dateEnd = PMF_Filter::filterInput(INPUT_POST, 'dateEnd', FILTER_SANITIZE_STRING); |
42 | 42 | $question = PMF_Filter::filterInput(INPUT_POST, 'question', FILTER_SANITIZE_STRING); |
43 | 43 | $categories = PMF_Filter::filterInputArray(INPUT_POST, array('rubrik' => array('filter' => FILTER_VALIDATE_INT, |
44 | - 'flags' => FILTER_REQUIRE_ARRAY, ))); |
|
44 | + 'flags' => FILTER_REQUIRE_ARRAY,))); |
|
45 | 45 | $record_lang = PMF_Filter::filterInput(INPUT_POST, 'lang', FILTER_SANITIZE_STRING); |
46 | 46 | $tags = PMF_Filter::filterInput(INPUT_POST, 'tags', FILTER_SANITIZE_STRING); |
47 | 47 | $active = PMF_Filter::filterInput(INPUT_POST, 'active', FILTER_SANITIZE_STRING); |
@@ -50,7 +50,7 @@ |
||
50 | 50 | if (empty($ajaxData['categories'])) { |
51 | 51 | $categories = array(-1); // Access for all users and groups |
52 | 52 | } else { |
53 | - $categories = explode(',', (int) $ajaxData['categories']); |
|
53 | + $categories = explode(',', (int)$ajaxData['categories']); |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | echo json_encode( |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | foreach ($userList as $single_user) { |
67 | 67 | $user->getUserById($single_user, true); |
68 | 68 | $users[] = array('user_id' => $user->getUserId(), |
69 | - 'login' => $user->getLogin(), ); |
|
69 | + 'login' => $user->getLogin(), ); |
|
70 | 70 | } |
71 | 71 | echo json_encode($users); |
72 | 72 | } |
@@ -78,7 +78,7 @@ discard block |
||
78 | 78 | foreach ($memberList as $single_member) { |
79 | 79 | $user->getUserById($single_member, true); |
80 | 80 | $members[] = array('user_id' => $user->getUserId(), |
81 | - 'login' => $user->getLogin(), ); |
|
81 | + 'login' => $user->getLogin(), ); |
|
82 | 82 | } |
83 | 83 | echo json_encode($members); |
84 | 84 | } |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | foreach ($userList as $single_user) { |
67 | 67 | $user->getUserById($single_user, true); |
68 | 68 | $users[] = array('user_id' => $user->getUserId(), |
69 | - 'login' => $user->getLogin(), ); |
|
69 | + 'login' => $user->getLogin(),); |
|
70 | 70 | } |
71 | 71 | echo json_encode($users); |
72 | 72 | } |
@@ -78,7 +78,7 @@ discard block |
||
78 | 78 | foreach ($memberList as $single_member) { |
79 | 79 | $user->getUserById($single_member, true); |
80 | 80 | $members[] = array('user_id' => $user->getUserId(), |
81 | - 'login' => $user->getLogin(), ); |
|
81 | + 'login' => $user->getLogin(),); |
|
82 | 82 | } |
83 | 83 | echo json_encode($members); |
84 | 84 | } |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | |
56 | 56 | foreach ($items as $item) { |
57 | 57 | if (is_array($item) && count($item) == 3 && PMF_Language::isASupportedLanguage($item[1])) { |
58 | - echo $faq->updateRecordFlag((int) $item[0], addslashes($item[1]), $item[2], 'active'); |
|
58 | + echo $faq->updateRecordFlag((int)$item[0], addslashes($item[1]), $item[2], 'active'); |
|
59 | 59 | } |
60 | 60 | } |
61 | 61 | } |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | |
73 | 73 | foreach ($items as $item) { |
74 | 74 | if (is_array($item) && count($item) == 3 && PMF_Language::isASupportedLanguage($item[1])) { |
75 | - echo $faq->updateRecordFlag((int) $item[0], addslashes($item[1]), $item[2], 'sticky'); |
|
75 | + echo $faq->updateRecordFlag((int)$item[0], addslashes($item[1]), $item[2], 'sticky'); |
|
76 | 76 | } |
77 | 77 | } |
78 | 78 | } |
@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | |
133 | 133 | if (!is_null($questionIds['questions'])) { |
134 | 134 | foreach ($questionIds['questions'] as $questionId) { |
135 | - $faq->deleteQuestion((int) $questionId); |
|
135 | + $faq->deleteQuestion((int)$questionId); |
|
136 | 136 | } |
137 | 137 | } |
138 | 138 | echo $PMF_LANG['ad_entry_delsuc']; |
@@ -48,98 +48,98 @@ |
||
48 | 48 | switch ($ajax_action) { |
49 | 49 | |
50 | 50 | // save active FAQs |
51 | - case 'save_active_records': |
|
52 | - if ($user->perm->checkRight($user->getUserId(), 'approverec')) { |
|
53 | - if (!empty($items)) { |
|
54 | - $faq = new PMF_Faq($faqConfig); |
|
55 | - |
|
56 | - foreach ($items as $item) { |
|
57 | - if (is_array($item) && count($item) == 3 && PMF_Language::isASupportedLanguage($item[1])) { |
|
58 | - echo $faq->updateRecordFlag((int) $item[0], addslashes($item[1]), $item[2], 'active'); |
|
51 | + case 'save_active_records': |
|
52 | + if ($user->perm->checkRight($user->getUserId(), 'approverec')) { |
|
53 | + if (!empty($items)) { |
|
54 | + $faq = new PMF_Faq($faqConfig); |
|
55 | + |
|
56 | + foreach ($items as $item) { |
|
57 | + if (is_array($item) && count($item) == 3 && PMF_Language::isASupportedLanguage($item[1])) { |
|
58 | + echo $faq->updateRecordFlag((int) $item[0], addslashes($item[1]), $item[2], 'active'); |
|
59 | + } |
|
59 | 60 | } |
60 | 61 | } |
62 | + } else { |
|
63 | + echo $PMF_LANG['err_NotAuth']; |
|
61 | 64 | } |
62 | - } else { |
|
63 | - echo $PMF_LANG['err_NotAuth']; |
|
64 | - } |
|
65 | - break; |
|
66 | - |
|
67 | - // save sticky FAQs |
|
68 | - case 'save_sticky_records': |
|
69 | - if ($user->perm->checkRight($user->getUserId(), 'editbt')) { |
|
70 | - if (!empty($items)) { |
|
71 | - $faq = new PMF_Faq($faqConfig); |
|
72 | - |
|
73 | - foreach ($items as $item) { |
|
74 | - if (is_array($item) && count($item) == 3 && PMF_Language::isASupportedLanguage($item[1])) { |
|
75 | - echo $faq->updateRecordFlag((int) $item[0], addslashes($item[1]), $item[2], 'sticky'); |
|
65 | + break; |
|
66 | + |
|
67 | + // save sticky FAQs |
|
68 | + case 'save_sticky_records': |
|
69 | + if ($user->perm->checkRight($user->getUserId(), 'editbt')) { |
|
70 | + if (!empty($items)) { |
|
71 | + $faq = new PMF_Faq($faqConfig); |
|
72 | + |
|
73 | + foreach ($items as $item) { |
|
74 | + if (is_array($item) && count($item) == 3 && PMF_Language::isASupportedLanguage($item[1])) { |
|
75 | + echo $faq->updateRecordFlag((int) $item[0], addslashes($item[1]), $item[2], 'sticky'); |
|
76 | + } |
|
76 | 77 | } |
77 | 78 | } |
79 | + } else { |
|
80 | + echo $PMF_LANG['err_NotAuth']; |
|
78 | 81 | } |
79 | - } else { |
|
80 | - echo $PMF_LANG['err_NotAuth']; |
|
81 | - } |
|
82 | - break; |
|
82 | + break; |
|
83 | 83 | |
84 | - // search FAQs for suggestions |
|
85 | - case 'search_records': |
|
86 | - if ($user->perm->checkRight($user->getUserId(), 'editbt')) { |
|
87 | - $faq = new PMF_Faq($faqConfig); |
|
88 | - $faqSearch = new PMF_Search($faqConfig); |
|
89 | - $faqSearch->setCategory(new PMF_Category($faqConfig)); |
|
90 | - $faqSearchResult = new PMF_Search_Resultset($user, $faq, $faqConfig); |
|
91 | - $searchResult = ''; |
|
92 | - $searchString = PMF_Filter::filterInput(INPUT_POST, 'search', FILTER_SANITIZE_STRIPPED); |
|
84 | + // search FAQs for suggestions |
|
85 | + case 'search_records': |
|
86 | + if ($user->perm->checkRight($user->getUserId(), 'editbt')) { |
|
87 | + $faq = new PMF_Faq($faqConfig); |
|
88 | + $faqSearch = new PMF_Search($faqConfig); |
|
89 | + $faqSearch->setCategory(new PMF_Category($faqConfig)); |
|
90 | + $faqSearchResult = new PMF_Search_Resultset($user, $faq, $faqConfig); |
|
91 | + $searchResult = ''; |
|
92 | + $searchString = PMF_Filter::filterInput(INPUT_POST, 'search', FILTER_SANITIZE_STRIPPED); |
|
93 | 93 | |
94 | - if (!is_null($searchString)) { |
|
94 | + if (!is_null($searchString)) { |
|
95 | 95 | |
96 | - $searchResult = $faqSearch->search($searchString, false); |
|
96 | + $searchResult = $faqSearch->search($searchString, false); |
|
97 | 97 | |
98 | - $faqSearchResult->reviewResultset($searchResult); |
|
98 | + $faqSearchResult->reviewResultset($searchResult); |
|
99 | 99 | |
100 | - $searchHelper = new PMF_Helper_Search($faqConfig); |
|
101 | - $searchHelper->setSearchterm($searchString); |
|
100 | + $searchHelper = new PMF_Helper_Search($faqConfig); |
|
101 | + $searchHelper->setSearchterm($searchString); |
|
102 | 102 | |
103 | - echo $searchHelper->renderAdminSuggestionResult($faqSearchResult); |
|
103 | + echo $searchHelper->renderAdminSuggestionResult($faqSearchResult); |
|
104 | + } |
|
105 | + } else { |
|
106 | + echo $PMF_LANG['err_NotAuth']; |
|
104 | 107 | } |
105 | - } else { |
|
106 | - echo $PMF_LANG['err_NotAuth']; |
|
107 | - } |
|
108 | - break; |
|
109 | - |
|
110 | - // delete FAQs |
|
111 | - case 'delete_record': |
|
112 | - if ($user->perm->checkRight($user->getUserId(), 'delbt')) { |
|
113 | - $recordId = PMF_Filter::filterInput(INPUT_POST, 'record_id', FILTER_VALIDATE_INT); |
|
114 | - $recordLang = PMF_Filter::filterInput(INPUT_POST, 'record_lang', FILTER_SANITIZE_STRING); |
|
115 | - |
|
116 | - $logging = new PMF_Logging($faqConfig); |
|
117 | - $logging->logAdmin($user, 'Deleted FAQ ID '.$recordId); |
|
118 | - |
|
119 | - $faq->deleteRecord($recordId, $recordLang); |
|
120 | - echo $PMF_LANG['ad_entry_delsuc']; |
|
121 | - } else { |
|
122 | - echo $PMF_LANG['err_NotAuth']; |
|
123 | - } |
|
124 | - break; |
|
125 | - |
|
126 | - // delete open questions |
|
127 | - case 'delete_question': |
|
128 | - if ($user->perm->checkRight($user->getUserId(), 'delquestion')) { |
|
129 | - $checks = array( |
|
130 | - 'filter' => FILTER_VALIDATE_INT, |
|
131 | - 'flags' => FILTER_REQUIRE_ARRAY, |
|
132 | - ); |
|
133 | - $questionIds = PMF_Filter::filterInputArray(INPUT_POST, array('questions' => $checks)); |
|
134 | - |
|
135 | - if (!is_null($questionIds['questions'])) { |
|
136 | - foreach ($questionIds['questions'] as $questionId) { |
|
137 | - $faq->deleteQuestion((int) $questionId); |
|
108 | + break; |
|
109 | + |
|
110 | + // delete FAQs |
|
111 | + case 'delete_record': |
|
112 | + if ($user->perm->checkRight($user->getUserId(), 'delbt')) { |
|
113 | + $recordId = PMF_Filter::filterInput(INPUT_POST, 'record_id', FILTER_VALIDATE_INT); |
|
114 | + $recordLang = PMF_Filter::filterInput(INPUT_POST, 'record_lang', FILTER_SANITIZE_STRING); |
|
115 | + |
|
116 | + $logging = new PMF_Logging($faqConfig); |
|
117 | + $logging->logAdmin($user, 'Deleted FAQ ID '.$recordId); |
|
118 | + |
|
119 | + $faq->deleteRecord($recordId, $recordLang); |
|
120 | + echo $PMF_LANG['ad_entry_delsuc']; |
|
121 | + } else { |
|
122 | + echo $PMF_LANG['err_NotAuth']; |
|
123 | + } |
|
124 | + break; |
|
125 | + |
|
126 | + // delete open questions |
|
127 | + case 'delete_question': |
|
128 | + if ($user->perm->checkRight($user->getUserId(), 'delquestion')) { |
|
129 | + $checks = array( |
|
130 | + 'filter' => FILTER_VALIDATE_INT, |
|
131 | + 'flags' => FILTER_REQUIRE_ARRAY, |
|
132 | + ); |
|
133 | + $questionIds = PMF_Filter::filterInputArray(INPUT_POST, array('questions' => $checks)); |
|
134 | + |
|
135 | + if (!is_null($questionIds['questions'])) { |
|
136 | + foreach ($questionIds['questions'] as $questionId) { |
|
137 | + $faq->deleteQuestion((int) $questionId); |
|
138 | + } |
|
138 | 139 | } |
140 | + echo $PMF_LANG['ad_entry_delsuc']; |
|
141 | + } else { |
|
142 | + echo $PMF_LANG['err_NotAuth']; |
|
139 | 143 | } |
140 | - echo $PMF_LANG['ad_entry_delsuc']; |
|
141 | - } else { |
|
142 | - echo $PMF_LANG['err_NotAuth']; |
|
143 | - } |
|
144 | - break; |
|
144 | + break; |
|
145 | 145 | } |