Create Show URL to this page Search Keywords  in
Folder: /Products/Thetis/Release   Clear   
 
Total 8 items
2427.   Thetis ver.0.9.6_2 (Rails 2.3.5)    /Products/Thetis/Release
by shin  (2009-12-28 15:35)
« Summary »
for Developers only!
 
« Description »

Thetis ver.0.9.6_2 (Rails 2.3.5)

for Developers only! (開発者用!)

This release is based on Thetis ver.0.9.6,

modified to match currently latest version of Rails 2.3.5,

applied following patches:

Note that this release will NOT work under the old environment as Thetis ver.0.9.6. Never try to upgrade it if you are not familiar with Rails and Web environments.

(Japanese)

このリリースはThetis ver.0.9.6の古い実行環境では動作しません。RailsやWeb環境を熟知していない場合は決してver.0.9.6をアップグレードしようとしないでください。
  

thetis_0.9.6_2.zip
Thetis ver.0.9.6_2
Correspondent to Rails 2.3.5 (for Developers only!)

1357.   Thetis ver.0.9.6    /Products/Thetis/Release
by shin  (2009-01-07 16:14)
« Description »

Thetis  ver.0.9.6 is now available!

(English / Japanese / German)

See details in Thetis User's Manual:
 

(en)  http://sysphonic.com/en/thetis_manual.html
(ja)  http://sysphonic.com/ja/thetis_manual.html
(de)  http://sysphonic.com/de/thetis_manual.html

To receive important notices such as those about serious bugs, User Registration on this site is strongly recommended. 


 

thetis_0.9.6.zip
Thetis ver.0.9.6
(zip)
thetis_0.9.6.tar.gz
Thetis ver.0.9.6
(tar.gz)

1260.   Thetis ver.0.9.5_1    /Products/Thetis/Release
by shin  (2008-12-05 17:08)
« Description »

Thetis  ver.0.9.5_1 is now available!

(English / Japanese / German)

See details in Thetis User's Manual:
 

(en)  http://sysphonic.com/en/thetis_manual.html
(ja)  http://sysphonic.com/ja/thetis_manual.html
(de)  http://sysphonic.com/de/thetis_manual.html

To receive important notices such as those about serious bugs, User Registration on this site is strongly recommended. 


 

thetis_0.9.5_1.zip
Thetis ver.0.9.5_1
(zip)
thetis_0.9.5_1.tar.gz
Thetis ver.0.9.5_1
(tar.gz)
JianGuoLiu  (2008-12-10 16:39)
Thetisのワークフローについて、下記二つを教えていただけませんか。
1)承認者3人、順番の制御できるかどうか?
2)申請者より、申請書を出すとき、自動的にメール通知が可能か?
お忙しいところ、ご回答いただければ幸いと思います。
shin  (2008-12-10 17:13)
JianGuoLiuさん
以下、ご質問への回答です。

1)できます。
  オーダー1にユーザーA
  オーダー2にユーザーB
  オーダー3にユーザーC
 と指定すれば、Aが承認してからB、Bが承認してからCとなります。

2)現状ではRSSリーダーとデスクトップ画面での通知だけです。

 ですが、プログラミングの心得のある方でしたら改造はいたって簡単です。
 たぶん下のような感じでそれらしいメールが出るかも知れません。
 (全然試していませんが。。)

■ app\controllers\items_controller.rb
(あくまで自力でカスタマイズされる方のための参考として)

def wf_issue
  ...

# >>> ADD
    @workflow.get_target_users.each do |user_id|
      user = User.find(user_id)
      unless user.nil?
        NoticeMailer.deliver_comment(user, ApplicationHelper.root_url(request))
      end
    end
# <<<
    render :partial => 'ajax_workflow', :layout => false
  end

(この場合の送信メールの内容は
 app\views\notice_mailer\comment.html.erb
 ▲ 現状未使用ですが、将来のリリースでどうなるかは未定です)

# JianGuoLiuさん、
# 記事を掲示板として公開するには、フォルダ指定で、/Forum/Thetis/Requests などに
# 置いてください。
JianGuoLiu  (2008-12-11 16:18)
shin さん、
早速返事がありがとうございます。
1)の承認フローについては、承認者が代行承認者をしていできるような、機能があるどうか、
私のほうはなかなか見つからない。
お忙しいところ、ご回答いただければ幸いと思います。
shin  (2008-12-11 16:54)
 なるほど、代行承認者ですか。 確かに必要な場面もありそうですね 。。
 今は発行する前にオーダーを変えて頂くしかないです。

 やるとすれば、
 代行指定されたユーザーにその旨通知して、もとの承認者も結果は知りたいだろうから
確定後のコピーは配付して、か。。
 記事上に代行者と元の承認者を明記して、でも代行取り消したいなんて場合も
ありそうだな 。。
 う゛~む。
 今後の課題にさせてください。。
JianGuoLiu  (2008-12-12 09:32)
shinさん
返事がありがとうございます。

1258.   Patch 1 for Thetis ver.0.9.5    /Products/Thetis/Release
by shin  (2008-12-05 17:08)
« Description »

  Patch 1  for Thetis ver. 0.9.5


Description in Japanese is under the English.
(日本語は英語の下にあります)

(English)

"ver.0.9.5_1" is the release of "ver.0.9.5" applied with this Patch.

 « Description of the Bug-fix and Improvements 
  • Corrected: An error on Folder-Tree screen when applying display-control setting (Administrators only) for a Folder.
  • Improves too dense lines in Items (when no carriage-return manually entered) and too tiny characters on the editor.
  • Corrected: Screen not updated on Opera after uploading images and attachment files to Items. 

 « How to apply this Patch »
(1) Overwrite the root folder of Thetis (named "thetis") with "thetis" folder included in this patch.
     (It is recommended to backup the original folder first.)

(2) Restart the server and confirm the version number by clicking the Symbol(Emblem) Image on the top-left corner of Thetis.
    If you can read it as "ver.0.9.5_1", you have done it successfully.

 


(Japanese)

 "ver.0.9.5_1" が、"ver.0.9.5" にこのパッチを当てたリリースになります。

 《 障害内容 》
  • フォルダツリー画面上で、「表示設定」で適用ボタン(管理者のみ)を押すとエラーになる障害対応。
  • 記事の行間が詰まりすぎる(手動で改行を入れない時に)、またエディタ上で文字が小さすぎる点の改善。
  • Operaで画像や添付ファイルを記事にアップロードした後、画面が更新されない障害への対応。

 《 パッチの当て方 》
(1) Thetisのルートフォルダ("thetis")に、このパッチに含まれる"thetis"フォルダを上書きします。
     (先にフォルダごとバックアップしておくことをお勧めします) 

(2) サーバーを再起動し、Thetisの画面左上のシンボル画像をクリックし、バージョン番号を確認します。
    "ver.0.9.5_1" となっていればOKです。

 

thetis_095_patch1.zip
Patch 1 for Thetis ver.0.9.5
(zip)
thetis_095_patch1.tar.gz
Patch 1 for Thetis ver.0.9.5
(tar.gz)

778.   Thetis ver.0.9.5    /Products/Thetis/Release
by shin  (2008-12-02 10:08)
« Description »

Thetis  ver.0.9.5  is now available!

(English / Japanese / German)


See details in Thetis User's Manual:
 

 

(en)  http://sysphonic.com/en/thetis_manual.html
(ja)  http://sysphonic.com/ja/thetis_manual.html
(de)  http://sysphonic.com/de/thetis_manual.html

To receive important notices such as those about serious bugs, User Registration on this site is strongly recommended. 


 

thetis_0.9.5.zip
Thetis ver.0.9.5
(zip)
thetis_0.9.5.tar.gz
Thetis ver.0.9.5
(tar.gz)

1114.   Thetis ver.0.9.4_6    /Products/Thetis/Release
by shin  (2008-11-05 15:49)
« Description »

Thetis  ver.0.9.4_6  is now available!

(English / Japanese / German)


See details in Thetis User's Manual:
 

 

(en)  http://sysphonic.com/en/thetis_manual.html
(ja)  http://sysphonic.com/ja/thetis_manual.html
(de)  http://sysphonic.com/de/thetis_manual.html

To receive important notices such as those about serious bugs, User Registration on this site is strongly recommended. 


 

thetis_0.9.4_6.zip
Thetis ver.0.9.4_6
(ZIP)
thetis_0.9.4_6.tar.gz
Thetis ver.0.9.4_6
(tar.gz)

1113.   Patch 6 for Thetis ver.0.9.4_5    /Products/Thetis/Release
by shin  (2008-11-05 15:47)
« Description »

  Patch 6  for Thetis ver. 0.9.4_5


Description in Japanese is under the English.
(日本語は英語の下にあります)

(English)

"ver.0.9.4_6" is the release of "ver.0.9.4" applied with this Patch.

(This patch includes Patch 1 to 5)

*** If you have lower versions than 0.9.4_5, please apply Patch 5 first. ***

 « Description of the Bugs and Improvements 
  • Support for ThetisCore ver.0.9.1 which implements Exporting Timecards to Excel files.
  • On Timecard-Edit Display english words were shown instead of japanese for japanese browsers.
  • Sorting column was not inherited after paging lists such as Users, Logs and so on. 

 « How to apply this Patch »
(1) Overwrite the root folder of Thetis (named "thetis") with "thetis" folder included in this patch.
     (It is recommended to backup the original folder first.)

(2) Restart the server and confirm the version number by clicking the Symbol(Emblem) Image on the top-left corner of Thetis.
    If you can read it as "ver.0.9.4_6", you have done it successfully.

 


(Japanese)

 "ver.0.9.4_6" が、"ver.0.9.4" にこのパッチを当てたリリースになります。

(このパッチには Patch 1 から 5 の内容も含まれます)

★ 0.9.4_5より前のバージョンをお使いの場合は、Patch 5を先に当ててください。 ★

 《 障害内容 》
  • タイムカードのExcelエクスポート機能が追加された ThetisCore ver.0.9.1 連携対応。
  • タイムカード入力画面で、「出勤」などが日本語ではなく英語で表示される。
  • ユーザーリスト、ログリストなどで、列によるソートがページ移動後に引き継がれない。

 《 パッチの当て方 》
(1) Thetisのルートフォルダ("thetis")に、このパッチに含まれる"thetis"フォルダを上書きします。
     (先にフォルダごとバックアップしておくことをお勧めします) 

(2) サーバーを再起動し、Thetisの画面左上のシンボル画像をクリックし、バージョン番号を確認します。
    "ver.0.9.4_6" となっていればOKです。

 

thetis_094_patch6.zip
Patch 6 for Thetis ver.0.9.4_5
(ZIP)
thetis_094_patch6.tar.gz
Patch 6 for Thetis ver.0.9.4_5
(tar.gz)

785.   Patch 5 for Thetis ver.0.9.4    /Products/Thetis/Release
by shin  (2008-09-25 12:41)
« Description »

  Patch 5  for Thetis ver. 0.9.4 / 0.9.4_1 - 0.9.4_4


Description in Japanese is under the English.
(日本語は英語の下にあります)

(English)

 

"ver.0.9.4_5" is the release of "ver.0.9.4" applied with this Patch.

(This patch includes Patch 1, 2, 3 and 4 )

This patch is for the following bug found in Thetis ver.0.9.4 .

 

Although normally bugs found in Thetis are supported on this site with announcing how to fix, this time we have decided to provide a patch, taking into consideration a large number of files to modify and the influence which these bugs have.

 

 « Description of the Bugs »
  • Work on holiday, Makeup holidays, Special holidays and absence days are alwarys 0 in the summary columns on Timecard (by month) display.
  • An error occurs when applying for a Team (Project).
  • An error occurs when executing "rake db:migrate ...." on new installation.
  • Browser's error page is shown when importing users.csv including many errors.
  • Timestamps of items whose orders are changed are updated without expectation.
  • Permission Error occurs when updating user registration on Linux and Solaris.
  • CSRF protection
  • An error occurs when opening Questionnaire after starting it.
  • An error occurs when sorting by ID on Users-list etc.

 « How to apply this Patch »
(1) Overwrite the root folder of Thetis (named "thetis") with "thetis" folder included in this patch.
 
(2) Move to thetis folder on your command line, then enter the following commands:
         rake  db:migrate  RAILS_ENV=production
         rake  thetis:rename_rhtml

(3) Restart the server and confirm the version number by clicking the Symbol(Emblem) Image on the top-left corner of Thetis.
    If you can read it as "ver.0.9.4_5", you have done it successfully.

 


(Japanese)

 

 "ver.0.9.4_5" が、"ver.0.9.4" にこのパッチを当てたリリースになります。

(このパッチには Patch 1 から 4 の内容も含まれます)

このパッチは、Thetis ver.0.9.4 の下記の不具合に対応するものです。

 

通常、不具合はこのサイト上で対処法をお知らせしていますが、今回、修正ファイルが多数になること、不具合の及ぼす影響を勘案し、パッチとしてリリースすることに致しました。

 

 《 障害内容 》
  • タイムカード(月単位)画面の集計欄で、休日出勤、代休、特別休暇、欠勤欄が常に0。
  • チーム(プロジェクト)への応募時にエラーが発生する。
  • 新規インストール時、「rake db:migrate ....」でエラーが発生する。
  • エラーが多く含まれるCSVファイルでユーザーをインポートしようとすると、ブラウザのエラーページが表示される。
  • 記事の並び順を変更しただけで、記事の変更日時が更新されてしまう。
  • Linux、Solaris系でユーザーの登録などに失敗する(パーミッションエラー)。
  • CSRF攻撃対策。
  • スタート後のアンケートでエラーページが表示される。
  • ユーザー一覧などでIDでソートしようとするとエラーになる。

 《 パッチの当て方 》
(1) Thetisのルートフォルダ("thetis")に、このパッチに含まれる"thetis"フォルダを上書きします。
 
(2) コマンドラインでthetisフォルダに移り、下記コマンドを実行。
         rake  db:migrate  RAILS_ENV=production
         rake  thetis:rename_rhtml

(3) サーバーを再起動し、Thetisの画面左上のシンボル画像をクリックし、バージョン番号を確認します。
    "ver.0.9.4_5" となっていればOKです。

 

thetis_094_patch5.zip
Patch 5 for Thetis ver.0.9.4
(zip)
thetis_094_patch5.tar.gz
Patch 5 for Thetis ver.0.9.4
(tar.gz)