Skip to content

Releases: irohasoft/irohaboard

iroha Board v0.10.1

12 Jun 09:55
Compare
Choose a tag to compare
  • Improved performance (パフォーマンス改善)

iroha Board v0.10.0.2

23 Apr 06:29
Compare
Choose a tag to compare
  • Fix a bug that occurs in PHP7 (PHP7の環境でテスト採点時に発生していた不具合を修正)

iroha Board v0.10.0.1

22 Apr 01:39
Compare
Choose a tag to compare
  • Fix a bug that fail to install (インストールに失敗する不具合を修正)
  • Fix a bug that the link to home disappears (コース一覧画面へのリンクが非表示になる不具合を修正)
  • Improve performance (ユーザ情報エクスポート時のパフォーマンスを改善)
  • Refactoring, cleanup and formatting

iroha Board v0.10.0

14 Apr 23:54
Compare
Choose a tag to compare
  • Add user import and export function (ユーザのインポート・エクスポート機能を追加)
  • Add content copy and move function (コンテンツのコピー・移動機能を追加)
  • Add random test function (ランダムテスト機能を追加)
  • Add multiple choice test function (複数選択肢問題の作成機能を追加)
  • Add content closed label (管理者向けにコンテンツの非公開ラベルを追加)
  • Add Apache and PHP module check for installer (インストーラに iroha Board で必須となるPHP、Apache のモジュールのチェックを追加)
  • Add custom directories and files (カスタム領域を追加)
  • Refactoring, cleanup and formatting (全体的なリファクタリング、コード整理)
  • Improve performance (管理画面のパフォーマンス改善)
  • Avoid black-holed error (テスト終了時の black-holed error を回避)

※ /update にてテーブル定義を更新してください。

iroha Board v0.9.23

13 Mar 00:53
Compare
Choose a tag to compare
  • Add theme colors (テーマカラーを新しく8色追加)
  • Change auto layout rules (管理画面の自動レイアウトのルールを変更)
  • Update check logic for PHP's version and directory structures (PHPのバージョンとディレクトリ構造のチェックロジックを変更)
  • Refactoring

iroha Board v0.9.22

12 Feb 09:52
Compare
Choose a tag to compare
  • Add contents status (コンテンツのステータス設定機能を追加)
  • Adjust layouts (画面サイズによる管理画面のレイアウト崩れ対応)

※ /update にてテーブル定義を更新してください。

iroha Board v0.9.21

15 Jan 05:10
Compare
Choose a tag to compare

Disable password autocomplete in Chrome (Chromeでユーザ情報編集時、パスワードが入力状態になるのを抑止)
Fixed sort problem by joined table field (受講コースと所属グループによるソート時の不具合を修正)
Set default sort column (コース、グループ、ユーザのデフォルトのソート値を設定)
Remove [complete] column on records list(学習履歴一覧から「完了」列を削除)
Update README
Fixed other bugs

iroha Board v0.9.20

10 Dec 08:04
Compare
Choose a tag to compare
  • Update System Requirements. (動作環境をPHP5.4以上/CakePHP2.10に変更、PHP7をサポート)
  • Add function to make download file name original file name. (配布資料ダウンロード時のファイル名を、元のファイル名とする)
  • Don't allow saving a video file by right click. (動画コンテンツの右クリックによる動画の保存を無効化)
  • Refactoring.
  • Fixed bugs. (同じお知らせが複数表示される不具合を修正)

※ /update にてテーブル定義を更新してください。

iroha Board v0.9.19

15 Oct 10:00
Compare
Choose a tag to compare
  • Display course titles for group list screen (グループ一覧画面に受講コースを表示)
  • Display group titles for info list screen (お知らせ一覧画面に対象グループを表示)
  • Add max-width on rich contents view screen for smartphones (スマートフォンでリッチテキストコンテンツを表示した場合、画像及びIFRAMEの最大幅を100%に設定)
  • Fixed bugs (テキストコンテンツ保存時に内容がクリアされる不具合、IE11でコース・コンテンツの並べ替えができない不具合を修正)

iroha Board v0.9.18

10 Sep 08:13
Compare
Choose a tag to compare
  • Fixed issues caused by MySQL strict mode #1 (MySQL strict mode に起因する各種不具合を修正)
  • Allow uploading text and audio files (テキストファイルと音声ファイルのアップロードを許可)
  • Change the saving location of error details of installer/updater (インストーラ、アップデータで発生したのエラー詳細の記録場所を debug.log から error.log に変更)