Mahara日本語ドキュメント/開発者エリア: Difference between revisions
From Mahara Wiki
< Mahara日本語ドキュメント
Line 37: | Line 37: | ||
* [[Mahara日本語ドキュメント/開発者エリア/リリースポリシ|リリースポリシ]] | * [[Mahara日本語ドキュメント/開発者エリア/リリースポリシ|リリースポリシ]] | ||
* [[Developer_Area/CLI_Framework|Command Line Interface Framework]] | * [[Developer_Area/CLI_Framework|Command Line Interface Framework]] | ||
* [[Mahara日本語ドキュメント/開発者エリア/CLIフレームワーク|CLI (Command Line Interface) フレームワーク]] | |||
=== セットアップ (Getting set up) === | === セットアップ (Getting set up) === |
Revision as of 04:23, 6 August 2023
再作成中です - mits
このページにはデザイン、ポリシおよび特定の機能ドキュメントを含む一連の開発者ドキュメントを掲載しています。
このページはMaharaがどのように動作するのか理解したい人、Maharaの新しいコードまたはプラグインを開発したい人のためにあります。あなたのMaharaをカスタマイズしたい場合 - 例) 言語/テーマの変更またはプラグインのインストール、カスタマイズセクションをご覧ください。
概要
- Mahara開発概要 - 誰がどのようにMaharaを開発しているのか、またどのようにすればMaharaの開発者になれるのか説明します。
- Maharaアーキテクチャ解説 - このドキュメントではプラグ着脱可能なMaharaがどのように連携するのか、なぜそのように記述されているのか説明します。
- プラグイン - Maharaのプラグイン開発に関する情報です。
- 言語パック - Maharaの言語パックの書き方および提供方法です。
- ウィッシュリスト - あなたが不足しているドキュメントを発見した場合、どのような貢献を期待しますか?
- そして、あなたがソースコードのみを希望している場合、gitを使用して以下の場所から入手できます:
- 私たちのgerritコードレビューシステム: git clone https://reviews.mahara.org/mahara
- git.mahara.org: https://git.mahara.org/mahara/mahara
- Github: https://github.com/MaharaProject/mahara
- 開発者エリア/よくある問題
- PHP8
全体を把握してみる (Finding your way around)
- Maharaアーキテクチャ解説
- コアサブシステム
- データベース規約
- Development Tutorials
- 開発チュートリアル
- How to write a view template
- ページテンプレートの書き方
- Import/Export
- インポート/エクスポート
- Language Packs
- 言語パック
- Plugins
- プラグイン
- Release Policy
- リリースポリシ
- Command Line Interface Framework
- CLI (Command Line Interface) フレームワーク
セットアップ (Getting set up)
- Setting up your development tools
- Setting up a development environment
- Getting Code from Git
- Changing Hostnames
改善のために貢献する (Contributing improvements)
- How to submit good bug reports
- Bug Status Policy
- Bite sized code tasks
- Coding guidelines
- Contributing Code
- Commit Policy
- How to Review Code
- Unit Testing
ディスカッションに参加する (Join in the discussion)
We have a discussion forum on mahara.org. 私たちにはmahara.orgにディスカッションフォーラムがあります。
You can also find us in #mahara-dev on irc.freenode.net
If you have not got an IRC client or cannot connect with one, you can use the freenode web client.
議事録および開発チームノート (Meeting minutes & dev team notes)
- Developer Meetings
- Packaging
- Release Instructions
- Security Team
- Specifications in Development
- Fixes for significant bugs that might bite later
APIドキュメンテーション
These pages describe specific Mahara APIs. Note: we're in the process of reorganizing our developer documentation, so not all API documentation pages will be present in this list. Please use the wiki's search feature if you don't find what you need here. Also, not all API's are documented. :(
- Architecture Introduction
- Hello World
- Database-DML
- Database-DDL
- I wrote a forum post here that gives an outline of how the database works: https://mahara.org/interaction/forum/topic.php?id=5515&offset=0&limit=10#post23753
- Language strings
- Config API
- Retrieving user input
- aka "What to use instead of $_GET and $_POST"
- Cron API
- Events API
- File uploads API
- Login form
- Mahara global variables
- $SESSION, $USER, $THEME, etc
- Mahara pagetop constants
- Notification Plugins & Activities
- Pagetop Constants
- Pieforms
- Sideblocks API
- Site menus
- Smarty&Dwoo
有用なリソース
- コミットのたびにメールを受信したい場合、あなたはLaunchpadのmasterブランチを購読できます。あなたがRSSフィードを希望する場合、コミットのRSSフィードもあります。
- freenode (irc.freenode.org) 上の#mahara-devはコア開発者がMaharaの開発について議論するためのIRCチャネルです。このチャンネルはMaharaのサポートではありませんが (代わりに #mahara を使用してください)、潜り込んで開発者の会話を聞けます - そして、新機能が追加された場合、その情報も取得できます ;)