User contributions for Bravehorse
A user with 24,582 edits. Account created on 10 May 2018.
A user with 24,582 edits. Account created on 10 May 2018.
12 April 2024
- 23:4323:43, 12 April 2024 diff hist −3 Translations:How to design a good survey (guide)/5/ja No edit summary current
- 23:4223:42, 12 April 2024 diff hist +40 Quick-translation/ja Created page with "有料サブスクリプションプランで'''LimeSurvey Cloud'''を使用している場合は、キーを入力する必要はなく、APIキーがなくてもこの機能を使用できます。" current
- 23:4123:41, 12 April 2024 diff hist +199 N Translations:Quick-translation/20/ja Created page with "有料サブスクリプションプランで'''LimeSurvey Cloud'''を使用している場合は、キーを入力する必要はなく、APIキーがなくてもこの機能を使用できます。" current
- 23:4123:41, 12 April 2024 diff hist −139 Quick-translation/ja No edit summary
- 23:4023:40, 12 April 2024 diff hist −99 Translations:Quick-translation/15/ja No edit summary current
- 23:3823:38, 12 April 2024 diff hist +58 Optional settings/ja Created page with "{{Alert|注意:iframeを許可するいかなる設定を行っても、ブラウザーまたはユーザーの設定により動作しない場合があります。この設定は、Firefox 81.0.2から115、Chromium 85.0.4183.121から119、Edge 119の既定の設定でテストされています。'''この機能はサポート外で、コミュニティサポートのみとなります。'''}}" current
- 23:3723:37, 12 April 2024 diff hist 0 Translations:Optional settings/124/ja No edit summary current
- 23:3723:37, 12 April 2024 diff hist +402 N Translations:Optional settings/136/ja Created page with "{{Alert|注意:iframeを許可するいかなる設定を行っても、ブラウザーまたはユーザーの設定により動作しない場合があります。この設定は、Firefox 81.0.2から115、Chromium 85.0.4183.121から119、Edge 119の既定の設定でテストされています。'''この機能はサポート外で、コミュニティサポートのみとなります。'''}}" current
- 23:3123:31, 12 April 2024 diff hist −4 Installation Version 1.92 or older/ja No edit summary current
- 23:3023:30, 12 April 2024 diff hist −4 Translations:Installation Version 1.92 or older/42/ja No edit summary current
- 23:3023:30, 12 April 2024 diff hist −1 Installation Version 1.92 or older/ja No edit summary
- 23:2923:29, 12 April 2024 diff hist −1 Translations:Installation Version 1.92 or older/42/ja No edit summary
- 23:2923:29, 12 April 2024 diff hist −7 Installation Version 1.92 or older/ja No edit summary
- 23:2823:28, 12 April 2024 diff hist −7 Translations:Installation Version 1.92 or older/42/ja No edit summary
- 23:2823:28, 12 April 2024 diff hist −36 Installation Version 1.92 or older/ja No edit summary
- 23:2723:27, 12 April 2024 diff hist +4 Translations:Installation Version 1.92 or older/43/ja No edit summary current
- 23:2723:27, 12 April 2024 diff hist +507 Installation Version 1.92 or older/ja No edit summary
- 23:2623:26, 12 April 2024 diff hist −71 Translations:Installation Version 1.92 or older/42/ja No edit summary
- 23:2623:26, 12 April 2024 diff hist +927 Optional settings/ja No edit summary
- 23:2523:25, 12 April 2024 diff hist −249 Translations:Optional settings/119/ja No edit summary current
- 23:2523:25, 12 April 2024 diff hist −12 Plugins - advanced/ja No edit summary
- 23:2423:24, 12 April 2024 diff hist +28 Translations:Plugins - advanced/52/ja No edit summary current
- 23:2423:24, 12 April 2024 diff hist +16 Plugins - advanced/ja Created page with "public function newSurveySettings() { $event = $this->event; foreach ($event->get('settings') as $name => $value) { $this->set($name, $value, 'Survey', $event->get('survey'), false); } }"
- 23:2323:23, 12 April 2024 diff hist +144 N Translations:Plugins - advanced/131/ja Created page with "private function getIsActive(int $sid): bool { return (bool) $this->get('isActive', 'Survey', $sid, false); } </syntaxhighlight>" current
- 23:2323:23, 12 April 2024 diff hist +238 N Translations:Plugins - advanced/130/ja Created page with "public function newSurveySettings() { $event = $this->event; foreach ($event->get('settings') as $name => $value) { $this->set($name, $value, 'Survey', $event->get('survey'), false); } }" current
- 23:2323:23, 12 April 2024 diff hist +480 N Translations:Plugins - advanced/129/ja Created page with "$event->set( "surveysettings.{$this->id}", [ 'name' => get_class($this), 'settings' => [ 'isActive' => [ 'type' => 'boolean', 'label' => 'isActive', 'current' => $this->getIsActive($surveyId), 'help' => 'Activate plugin for this survey' ], ] ] );..." current
- 23:2323:23, 12 April 2024 diff hist +120 N Translations:Plugins - advanced/128/ja Created page with "public function beforeSurveySettings() { $event = $this->event; $surveyId = intval($event->get('survey'));" current
- 23:2323:23, 12 April 2024 diff hist +195 N Translations:Plugins - advanced/127/ja Created page with "<syntaxhighlight lang="php"> public function init() { $this->subscribe('beforeSurveySettings'); $this->subscribe('newSurveySettings'); // Other events... }" current
- 23:2323:23, 12 April 2024 diff hist +66 N Translations:Plugins - advanced/126/ja Created page with "特定のアンケートでプラグインを無効にする例:" current
- 23:2123:21, 12 April 2024 diff hist +42 N Translations:Plugins - advanced/125/ja Created page with "* newSurveySettings * beforeSurveySettings" current
- 23:2123:21, 12 April 2024 diff hist +744 Plugins - advanced/ja Created page with "アンケート固有のプラグイン設定を作成するには次の2つのイベントを使用します。"
- 23:2023:20, 12 April 2024 diff hist +114 N Translations:Plugins - advanced/124/ja Created page with "アンケート固有のプラグイン設定を作成するには次の2つのイベントを使用します。" current
- 23:2023:20, 12 April 2024 diff hist +53 N Translations:Plugins - advanced/123/ja Created page with "=== アンケート固有のプラグイン設定 ===" current
- 14:4814:48, 12 April 2024 diff hist −5 Manage users/ja Created page with "無効化されたユーザーは管理者インターフェースにログインできません。" current
- 14:4714:47, 12 April 2024 diff hist +99 N Translations:Manage users/108/ja Created page with "無効化されたユーザーは管理者インターフェースにログインできません。" current
- 14:4614:46, 12 April 2024 diff hist +86 Manage users/ja Created page with "==ユーザーの有効化と無効化=="
- 14:4514:45, 12 April 2024 diff hist +113 N Translations:Manage users/107/ja Created page with "{{FeatureStarting/ja|6.4.0}} ユーザーを有効または無効としてマークすることができます。" current
- 14:4514:45, 12 April 2024 diff hist +40 N Translations:Manage users/106/ja Created page with "==ユーザーの有効化と無効化==" current
- 14:4514:45, 12 April 2024 diff hist +177 N Translations:Manage users/105/ja Created page with "<syntaxhighlight> uid;users_name;full_name;email;lang;password 1;admin;Administrator;your-email@example.net;en; 2;ben;"Ben Alister";ben@test.ing;auto;test!123 </syntaxhighlight>" current
- 14:4514:45, 12 April 2024 diff hist −11 Manage users/ja Created page with "JSON構造の例:"
- 14:4514:45, 12 April 2024 diff hist +18 N Translations:Manage users/103/ja Created page with "CSV構造の例:" current
- 14:4514:45, 12 April 2024 diff hist −11 Manage users/ja Created page with "<syntaxhighlight lang="json"> [ { "uid": 1, "users_name": "admin2", "full_name": "Administrator", "email": "your-email@example.net", "lang": "en", "password": "" }, { "uid": 2, "users_name": "ben2", "full_name": "Ben Alister", "email": "ben@test.ing", "lang": "auto", "password": "test!123" } ] </syntaxhighlight>"
- 14:4414:44, 12 April 2024 diff hist +341 N Translations:Manage users/104/ja Created page with "<syntaxhighlight lang="json"> [ { "uid": 1, "users_name": "admin2", "full_name": "Administrator", "email": "your-email@example.net", "lang": "en", "password": "" }, { "uid": 2, "users_name": "ben2", "full_name": "Ben Alister", "email": "ben@test.ing", "lang": "auto", "password": "test!123" } ] </syntaxhighlight>" current
- 14:4414:44, 12 April 2024 diff hist +19 N Translations:Manage users/102/ja Created page with "JSON構造の例:" current
- 14:4314:43, 12 April 2024 diff hist +61 Manage users/ja Created page with "ユーザーをインポートする際、どのフィールドを含めるかを示すモーダルが開きます。このチェックボックスをチェックすると、既存のユーザーが上書きされます。 <center>File:ImportUsersModal.png</center>"
- 14:4214:42, 12 April 2024 diff hist +269 N Translations:Manage users/101/ja Created page with "ユーザーをインポートする際、どのフィールドを含めるかを示すモーダルが開きます。このチェックボックスをチェックすると、既存のユーザーが上書きされます。 <center>File:ImportUsersModal.png</center>" current
- 14:4014:40, 12 April 2024 diff hist +67 Manage users/ja Created page with "ユーザー管理ページにある以下のボタンを使用して、CSVまたはJSON形式でユーザーをインポートまたはエクスポートできます。 <center>File:ImportExportButtons.png</center>"
- 14:3914:39, 12 April 2024 diff hist +219 N Translations:Manage users/100/ja Created page with "ユーザー管理ページにある以下のボタンを使用して、CSVまたはJSON形式でユーザーをインポートまたはエクスポートできます。 <center>File:ImportExportButtons.png</center>" current
- 14:3914:39, 12 April 2024 diff hist +542 Manage users/ja Created page with "==ユーザーのインポートとエクスポート=="
- 14:3814:38, 12 April 2024 diff hist +55 N Translations:Manage users/99/ja Created page with "==ユーザーのインポートとエクスポート==" current