OSDN Git Service

バージョン記載追加
authorCake <cake_67@users.sourceforge.jp>
Wed, 4 Aug 2010 06:45:47 +0000 (15:45 +0900)
committerCake <cake_67@users.sourceforge.jp>
Wed, 4 Aug 2010 06:45:47 +0000 (15:45 +0900)
51 files changed:
app/config/conf/config.php
app/config/conf/mail.php
app/config/conf/mobile.php
app/config/conf/upfile.php
app/config/init.php
app/controllers/app_controller.php
app/controllers/character_pictures_controller.php
app/controllers/character_profile_archives_controller.php
app/controllers/character_sheets_controller.php
app/controllers/characters_controller.php
app/controllers/characters_has_profiles_controller.php
app/controllers/components/auth_plus.php
app/controllers/components/mail.php
app/controllers/components/member_auth.php
app/controllers/components/token.php
app/controllers/groups_controller.php
app/controllers/profile_selects_controller.php
app/controllers/profile_table_statics_controller.php
app/controllers/profile_tables_controller.php
app/controllers/profiles_controller.php
app/controllers/regist_mails_controller.php
app/controllers/site_configs_controller.php
app/controllers/systems_controller.php
app/controllers/users_controller.php
app/error.php
app/libs/core_plus.php
app/locale/default.pot
app/locale/jpn/LC_MESSAGES/default.po
app/locale/jpn/LC_MESSAGES/manual.po
app/models/app_model.php
app/models/behaviors/sanitize_plus.php
app/models/character.php
app/models/character_picture.php
app/models/character_profile_archive.php
app/models/character_sheet.php
app/models/characters_has_profile.php
app/models/group.php
app/models/profile.php
app/models/profile_select.php
app/models/profile_table.php
app/models/profile_table_static.php
app/models/regist_mail.php
app/models/site_config.php
app/models/system.php
app/models/user.php
app/plugins/install/models/install.php
app/plugins/install/views/install/database.ctp
app/plugins/install/views/install/regist.ctp
app/views/elements/version.ctp
app/views/helpers/character_sheet.php
document/README.html

index a225cc3..08da03a 100644 (file)
@@ -1,5 +1,15 @@
 <?php
 /**
+ * PHP version 5
+ *
+ * @category Config
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
+/**
  * 追加設定
  */
 
index f0c03ab..88b2cc5 100644 (file)
@@ -1,5 +1,15 @@
 <?php
 /**
+ * PHP version 5
+ *
+ * @category Config
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
+/**
  * メール送信設定
  */
 
index 59f0222..ee5b0ff 100644 (file)
@@ -1,5 +1,15 @@
 <?php
 /**
+ * PHP version 5
+ *
+ * @category Config
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
+/**
  * 携帯用設定
  */
 
index a4f677b..128e609 100644 (file)
@@ -1,5 +1,15 @@
 <?php
 /**
+ * PHP version 5
+ *
+ * @category Config
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
+/**
  * Media Plugin用
  * Uploadファイルの出力設定
  * 運用途中で変更した場合は、app/webroot/media/filter以下のディレクトリとファイルを全て削除して下さい。
index 640b255..501be20 100644 (file)
@@ -1,5 +1,15 @@
 <?php
 /**
+ * PHP version 5
+ *
+ * @category Config
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
+/**
  * 動作環境設定(基本、編集不可)
  */
 
@@ -68,4 +78,4 @@ mb_substitute_character('long');
 
 
 
-Configure::write('Version', 'alpha');
+Configure::write('Version', 'beta');
index 2ebfe95..12769e9 100644 (file)
@@ -1,5 +1,15 @@
 <?php
 /**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
+/**
  * 独自App Contoroller
  */
 
index 3a30abc..cc1ebb8 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class CharacterPicturesController extends AppController {
 
        var $name = 'CharacterPictures';
index 88b9b88..2f98ea4 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class CharacterProfileArchivesController extends AppController {
 
        var $name = 'CharacterProfileArchives';
index cdb85ed..cc0cf21 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class CharacterSheetsController extends AppController {
 
        var $name = 'CharacterSheets';
index a7f3300..2bfa87c 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 
 class CharactersController extends AppController {
 
index aa5eca4..c034172 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class CharactersHasProfilesController extends AppController {
 
        var $name = 'CharactersHasProfiles';
index 1d9656c..06db793 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Component
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 /*
  * 認証コンポーネント拡張
  */
index 365a75b..5779435 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Component
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 /* メール送信コンポーネント
  * Qdmailer使用
  */
index 160e335..a18fbfa 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Component
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 /*
  * 一般メンバー認証コンポーネント
  */
index bb993dd..519d238 100644 (file)
@@ -1,5 +1,15 @@
 <?php
 /**
+ * PHP version 5
+ *
+ * @category Component
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
+/**
  * CSRF対策用Tokenチェッカー
  * Security.level = medium または low のみ
  */
index a81f32a..1fc0044 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class GroupsController extends ModuleController {
 
        var $name = 'Groups';
index b75ed71..b2e5fce 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class ProfileSelectsController extends AppController {
 
        var $name = 'ProfileSelects';
index 84b4182..504bf8d 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class ProfileTableStaticsController extends AppController {
 
        var $name = 'ProfileTableStatics';
index 386a1c3..35cb8d7 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class ProfileTablesController extends AppController {
 
        var $name = 'ProfileTables';
index 981d59e..8741cbc 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class ProfilesController extends AppController {
 
        var $name = 'Profiles';
index 7b7fc6d..8e3e9a5 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class RegistMailsController extends AppController {
 
        var $name = 'RegistMails';
index 26cd2e8..c0b0c7c 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class SiteConfigsController extends AppController {
 
        var $name = 'SiteConfigs';
index b26db6e..9400d2a 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class SystemsController extends AppController {
 
        var $name = 'Systems';
@@ -68,7 +78,7 @@ class SystemsController extends AppController {
        }
 
        function view($id = null) {
-               $this->System->hasMany['Character']['limit'] = 60;
+               $this->System->hasMany['Character']['limit'] = 15;
                $this->_view($id);
        }
 
index 294bb29..d71836a 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Controller
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class UsersController extends ModuleController {
 
        var $name = 'Users';
index 005b0dd..3103376 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category App
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class AppError extends ErrorHandler {
 
        function errorPcView($params) {
index 46ced82..44043c6 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Lib
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 /* 
  * 汎用関数
  */
index 4f74635..5d2f866 100644 (file)
@@ -1,14 +1,12 @@
 # LANGUAGE translation of CakePHP Application
-# Copyright YEAR NAME <EMAIL@ADDRESS>
+# Copyright 2010 Cake <cake_67@users.sourceforge.jp>
 # No version information was available in the source files.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2010-04-20 23:19+0900\n"
+"POT-Creation-Date: 2010-08-04 15:19+0900\n"
 "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
-"Last-Translator: NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -1635,7 +1633,7 @@ msgid "List users"
 msgstr ""
 
 #: /views/elements/version.ctp:5
-msgid "Chara-Shee! ver.alpha"
+msgid "Chara-Shee! ver.beta"
 msgstr ""
 
 #: /views/errors/error_pc_view.ctp:4
@@ -3860,7 +3858,7 @@ msgid "List users"
 msgstr ""
 
 #: /views/elements/version.ctp:5;5
-msgid "Chara-Shee! ver.alpha"
+msgid "Chara-Shee! ver.beta"
 msgstr ""
 
 #: /views/errors/error_pc_view.ctp:4;4
index 0a98363..aa4d991 100644 (file)
@@ -1,14 +1,10 @@
 # LANGUAGE translation of CakePHP Application
-# Copyright YEAR NAME <EMAIL@ADDRESS>
+# Copyright 2010 Cake <cake_67@users.sourceforge.jp>
 # No version information was available in the source files.
 #
-msgid ""
-msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2010-04-20 23:19+0900\n"
-"PO-Revision-Date: 2010-04-22 11:24+0900\n"
-"Last-Translator: Cake <cake_67@users.sourceforge.jp>\n"
-"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2010-08-04 15:19+0900\n"
+"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -1472,8 +1468,8 @@ msgid "List users"
 msgstr "ユーザ一覧"
 
 #: /views/elements/version.ctp:12
-msgid "alpha"
-msgstr "α"
+msgid "beta"
+msgstr "β"
 
 #: /views/errors/error_pc_view.ctp:4
 msgid "The requested address was %s ."
index df2d997..6b7451c 100644 (file)
@@ -1,15 +1,12 @@
 # LANGUAGE translation of CakePHP Application
-# Copyright YEAR NAME <EMAIL@ADDRESS>
+# Copyright 2010 Cake <cake_67@users.sourceforge.jp>
 # No version information was available in the source files.
 #
-#, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2010-04-13 21:49+0900\n"
+"POT-Creation-Date: 2010-08-04 15:19+0900\n"
 "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
-"Last-Translator: NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
index 4001385..8e77e11 100644 (file)
@@ -1,7 +1,16 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 
 app::import('Sanitize');
-
 class AppModel extends Model {
        var $actsAs = array(
                'Cakeplus.ValidationErrorI18n',
index 63e2df0..d3f11c7 100644 (file)
@@ -1,5 +1,14 @@
 <?php
-
+/**
+ * PHP version 5
+ *
+ * @category Behavoir
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 /* 
  * 独自のSanitize、逆Sanitizeの追加Behavoir
  * The behavoir of the additional Sanitize rules, reverse-Sanitize rules.
index bf2a74f..e8d1dbf 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class Character extends AppModel {
 
        var $name = 'Character';
index f85f17c..bb1dd88 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class CharacterPicture extends AppModel {
 
        var $name = 'CharacterPicture';
index b325adf..883f725 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class CharacterProfileArchive extends AppModel {
 
        var $name = 'CharacterProfileArchive';
index 9acd3e8..3654e1e 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class CharacterSheet extends AppModel {
 
        var $name = 'CharacterSheet';
index ea36941..f3bbf3f 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class CharactersHasProfile extends AppModel {
 
        var $name = 'CharactersHasProfile';
index 03c16fe..2618370 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class Group extends AppModel {
 
        var $name = 'Group';
index 9345087..e171c85 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class Profile extends AppModel {
 
        var $name = 'Profile';
index e19361a..38bce60 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class ProfileSelect extends AppModel {
 
        var $name = 'ProfileSelect';
index 662f84a..1504d98 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class ProfileTable extends AppModel {
 
        var $name = 'ProfileTable';
index 851f0cf..1733864 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class ProfileTableStatic extends AppModel {
 
        var $name = 'ProfileTableStatic';
index f01cf95..19e3e10 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class RegistMail extends AppModel {
 
        var $name = 'RegistMail';
index c2820ef..10ae4e1 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class SiteConfig extends AppModel {
 
        var $name = 'SiteConfig';
index 97c968b..745a37a 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class System extends AppModel {
 
        var $name = 'System';
index e7f339d..8bd6692 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**
+ * PHP version 5
+ *
+ * @category Model
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 class User extends AppModel {
 
        var $name = 'User';
index 5e27015..c8e82b3 100644 (file)
@@ -2,6 +2,6 @@
 class Install extends InstallAppModel {
 
        var $name = 'Install';
-    var $useTable = false;
+       var $useTable = false;
 
 }
index cfd76e6..f59a577 100644 (file)
@@ -12,6 +12,6 @@
                'value' => '',
                'after' => $html->div('', __('The last letter of the prefix must be underscore: Ex. "cakephp_"', true)),
        ));
-        echo $form->end('Submit');
+        echo $form->end(array('label' => __('Submit', true)));
     ?>
 </div>
index b5a279b..fd250ac 100644 (file)
@@ -93,7 +93,7 @@
 </p>
 <p>
 <?php
-       echo $form->end('Submit');
+       echo $form->end(array('label' => __('Submit', true)));
 ?>
 </p>
 </div>
index cabc96d..34d9cdb 100644 (file)
@@ -12,7 +12,7 @@
 
                // version
 //             $version,
-               __('alpha', true), // α、β措置
+               __('beta', true), // α、β措置
 
                // CopyRight期間
                '2010'
index 2fd6b15..cd1641c 100644 (file)
@@ -6,6 +6,7 @@ class CharacterSheetHelper extends Helper {
        var $helpers = array(
                'Html',
                'Form',
+               'Time',
 //             'Profiledisp',
        );
 
@@ -197,5 +198,14 @@ class CharacterSheetHelper extends Helper {
                echo call_user_func_array('sprintf', array_merge((array)$pattern, (array)$replacement));
        }
 
+       /* Time */
+       function formatTime($time, $format = 'Y/m/d H:i')
+       {
+               if (empty($format)) {
+                       echo $time;
+               }
+
+
+       }
 }
 
index 983a40e..81b55f3 100644 (file)
@@ -6,21 +6,26 @@
 </head>
 
 <body>
-
-<h1>きゃら・し!について</h1>
-
 <hr>
+<h1>きゃら・し!</h1>
 <pre>
-COPYRIGHT
+/**
+ * PHP version 5
+ *
+ * @package  Chara-Shee!
+ * @version  beta
+ * @author   Cake <cake_67@users.sourceforge.jp>
+ * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
+ * @link     http://trpgtools-onweb.sourceforge.jp/
+ */
 </pre>
 <hr>
 
 <h2>概要</h2>
 
 <h2>注意事項他</h2>
-本スクリプトの使用および配布は、***ライセンスに基づきます。<br>
-***ライセンスの詳細につきましては、添付のライセンス.txtを参照してください。<br>
-<ol><h3>***ライセンス概要&使用上の注意</h3>
+本スクリプトの使用および配布は、MITライセンスに基づきます。<br>
+<ol><h3>MITライセンス概要&使用上の注意</h3>
 <li>本スクリプトは、<a href="http://cakephp.org/" target="_blank">CakePHP</a>フレームワークで作成しています。</li>
 <li>本スクリプトは無保証です。自己責任で使用してください。このスクリプトを使用したいかなる損害に対しても、作者は一切の責任を負いません。</li>
 <li>設置および使用方法に関する質問は、配布サイトの掲示板にお願いします。ただし、必ず回答できるとは限りません。<br>