All public logs
Combined display of all available logs of LimeSurvey Manual. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/75/ko (Created page with "UpdaterCheck 플러그인 실행 시 프로그램 흐름:")
- 10:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/74/ko (Created page with "<pre> Yii init VersionFetcherServiceLocator->init() Add REST version fetcher ExtensionUpdaterServiceLocator->init() Add PluginUpdater TODO: Add an updater for each extension type (theme, question template, ...) </pre>")
- 10:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/73/ko (Created page with "Yii가 시작될 때의 프로그램 흐름:")
- 10:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/72/ko (Created page with "|확장 업데이트 UML 다이어그램")
- 10:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/71/ko (Created page with "확장 업데이트 프로그램은 ExtensionInstaller 라이브러리의 일부입니다. 아래는 업데이터 프로세스와 관련된 클래스에 대한 UML 다이어그램입니다.")
- 10:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/70/ko (Created page with "이 섹션에서는 확장 업데이트 구현에 대한 간략한 개요를 제공합니다.")
- 10:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/69/ko (Created page with "=== 내부 내용 ===")
- 10:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/68/ko (Created page with "|수동으로 업데이트 확인")
- 10:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/67/ko (Created page with "플러그인 관리자 보기로 이동하여 "업데이트 확인"을 클릭하면 업데이트를 수동으로 확인할 수 있습니다. 이 버튼은 UpdateCheck 플러그인이 활성화된 경우에만 표시됩니다.")
- 10:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/66/ko (Created page with "|사용 가능한 보안 업데이트")
- 10:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/65/ko (Created page with "새로운 보안 업데이트가 발견되면 알림이 자동으로 열리고 "위험" 클래스로 스타일이 지정됩니다.")
- 10:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/64/ko (Created page with "|사용 가능한 업데이트")
- 10:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/63/ko (Created page with "새로운 플러그인 '''UpdateCheck'''(기본적으로 설치 및 활성화됨)는 최고 관리자가 로그인할 때 최대 24시간마다 최대 한 번 비동기적으로 로그인할 때 ''모든'' 설치된 확장 프로그램에 대한 새 업데이트를 확인합니다. 새 버전이 발견되면 알림이 푸시됩니다.")
- 10:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/62/ko (Created page with "이렇게 하면 업데이트 시스템을 의도적으로 비활성화했으며 업데이트 시스템을 추가하는 것을 잊지 않았음을 시스템에 알릴 수 있습니다.")
- 10:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/61/ko (Created page with "<syntaxhighlight lang="xml"> <updaters disabled="disabled"> </updaters> </syntaxhighlight>")
- 10:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/60/ko (Created page with "업데이트 프로그램을 제공하지 않으려면 구성 XML 파일에 다음 텍스트를 입력해야 합니다.")
- 10:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/59/ko (Created page with "{| class="wikitable" |+ Updater tag descriptions |- ! Tag ! Description |- | stable | "1" if this source only gives you stable version numbers; "0" if the source will also provide unstable versions, like <code>0.3.3-beta</code>. |- | type | For now, only type <code>rest</code> is supported. It's easy to add new updater types (version checkers), like git, wget, etc. |- | source | The URL to fetch new versions from. |- | manualUpdateUrl | URL which the user can go to...")
- 10:12, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/58/ko (Created page with "(위의 소스 태그는 LimeStore에서 사용 가능한 모든 확장 프로그램에 사용되는 LimeStore REST API를 가리킵니다.)")
- 10:12, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/57/ko (Created page with "<syntaxhighlight lang="xml"> <updaters> <updater> <stable>1</stable> <type>rest</type> <source>https://comfortupdate.limesurvey.org/index.php?r=limestorerest</source> <manualUpdateUrl>https://somedownloadlink.com/maybegithub</manualUpdateUrl> </updater> </updaters> </syntaxhighlight>")
- 10:12, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/56/ko (Created page with "LimeSurvey 버전 4.0.0부터 플러그인 및 기타 확장 업데이트를 처리하는 시스템이 마련되어 있습니다. 이 시스템을 사용하려면 확장 config.xml 파일에 업데이트 구성이 포함되어야 합니다.")
- 10:12, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/55/ko (Created page with "== 확장 업데이트 {{NewIn|v=4}} ==")
- 10:11, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/88/ko (Created page with "Yii 1의 로깅 구성에 대한 추가 정보: Optional_settings#Logging_settings.")
- 10:11, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/49/ko (Created page with " $ tail -f tmp/runtime/plugin.log | grep <your plugin name>")
- 10:11, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/48/ko (Created page with "플러그인 이름이 자동으로 카테고리로 사용됩니다. 플러그인의 오류만 확인하는 좋은 방법은 grep(Linux에서)을 사용하는 것입니다.")
- 09:15, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/47/ko (Created page with "<limesurvey root folder>/tmp/runtime/plugin.log")
- 09:15, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/46/ko (Created page with "로그 파일은 폴더에서 찾을 수 있습니다:")
- 09:15, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/45/ko (Created page with "<syntaxhighlight lang="php"> $this->log("Something went wrong!", CLogger::LEVEL_ERROR); </syntaxhighlight>")
- 09:15, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/44/ko (Created page with "기본 로깅 수준은 추적이지만 선택적인 두 번째 인수로 다른 로그 수준을 제공할 수 있습니다.")
- 09:15, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/43/ko (Created page with "<syntaxhighlight lang="php"> $this->log("Your message"); </syntaxhighlight>")
- 09:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/42/ko (Created page with "플러그인에서 무언가를 기록하고 싶다면 다음과 같이 작성하세요:")
- 09:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/41/ko (Created page with "== 로깅 {{NewIn|v=3}} ==")
- 09:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/97/ko (Created page with "po 및 mo 파일을 편집하는 오픈 소스 도구 중 하나는 [https://poedit.net/Poedit]입니다.")
- 09:14, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/96/ko (Created page with "=== 도구 ===")
- 09:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/95/ko (Created page with "pot 파일의 모양에 대한 예로 [https://github.com/LimeSurvey/LimeSurvey/blob/master/locale/_template/limesurvey.potlimesurvey.pot] 파일을 사용할 수 있습니다. 이를 번역 도구로 가져옵니다.")
- 09:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/40/ko (Created page with "보기에서 플러그인별 번역을 수행합니다.")
- 09:13, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/39/ko (Created page with "<syntaxhighlight lang="php"> $plugin->gT("Translate me"); </syntaxhighlight>")
- 09:12, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/38/ko (Created page with "플러그인과 함께 뷰를 사용하는 경우 다음을 사용해야 합니다:")
- 09:12, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/37/ko (Created page with "<syntaxhighlight lang="php"> $this->gT("Cancel"); // Will be translated even if "Cancel" is not in the plugin locale file </syntaxhighlight>")
- 09:12, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/36/ko (Created page with "특정 문자열을 플러그인 특정 로케일 파일에서 찾을 수 없는 경우 함수는 핵심 로케일 파일을 찾습니다. 따라서 "취소"와 같은 문자열을 사용하는 것이 안전합니다.")
- 09:12, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/35/ko (Created page with "<syntaxhighlight lang="php"> $this->gT("A plugin text that needs to be translated"); </syntaxhighlight>")
- 09:11, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/34/ko (Created page with "특정 로케일 파일을 사용하려면 플러그인 함수 gT를 사용하십시오.")
- 09:11, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/33/ko (Created page with ""<language>"에는 "de" 또는 "ko"와 같은 두 글자 단어입니다.")
- 09:09, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/32/ko (Created page with "<plugin root folder>/locale/<language>/<language>.mo")
- 09:09, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/31/ko (Created page with "플러그인이 자신의 로케일 파일을 추가하는 것이 가능합니다. 사용되는 파일 형식은 핵심 번역과 동일하게 .mo입니다. 파일은 다음 위치에 저장되어야 합니다.")
- 09:09, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/30/ko (Created page with "== 현지화 {{NewIn|v=3}} ==")
- 09:09, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/122/ko (Created page with "그게 다입니다!")
- 09:09, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/121/ko (Created page with "<syntaxhighlight lang="php"> $request = App()->request; Yii::app()->formExtensionService->applySave('globalsettings', $request); </syntaxhighlight>")
- 09:09, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/120/ko (Created page with "두 번째 변경 사항은 양식을 저장하는 컨트롤러 작업에서 양식 확장 서비스 클래스에 대한 호출을 추가하는 것입니다:")
- 09:08, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/119/ko (Created page with "양식 HTML이 다른 양식과 다른 경우 <code>DefaultBaseRenderer</code> 기반으로 새 렌더러(renderer) 클래스를 만들어야 할 수도 있습니다. 아직 추가되지 않은 입력 유형을 사용하여 기본 렌더러 클래스를 확장해야 할 수도 있습니다.")
- 09:07, 11 July 2024 Modernity4r talk contribs created page Translations:Plugins - advanced/118/ko (Created page with "<syntaxhighlight lang="php"> <?php use LimeSurvey\Libraries\FormExtension\FormExtensionWidget; use LimeSurvey\Libraries\FormExtension\Inputs\DefaultBaseRenderer; ?> ... more HTML <?= FormExtensionWidget::render( App()->formExtensionService->getAll('globalsettings.security'), new DefaultBaseRenderer() ); ?> </syntaxhighlight>")