frepple Revision 951

感覺就像做了一件善事!讓人覺得很快樂!

Revision: 951
http://frepple.svn.sourceforge.net/frepple/?rev=951&view=rev
Author:   jdetaeye
Date:     2009-04-30 15:25:19 +0000 (Thu, 30 Apr 2009)

Log Message:
———–
– Fix to support the broken browser IE6. Many thanks to Stephen Liu for the
patch.

Modified Paths:
————–
trunk/AUTHORS
trunk/contrib/django/freppledb/static/frepple.js

Modified: trunk/AUTHORS
===================================================================
— trunk/AUTHORS         2009-04-19 16:08:57 UTC (rev 950)
+++ trunk/AUTHORS         2009-04-30 15:25:19 UTC (rev 951)
@@ -1,12 +1,14 @@

-The primary authors of frePPLe are:
+The primary authors of frePPLe are:

Johan De Taeye (jdetaeye at users.sourceforge.net)

-And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS

+And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS

people who have submitted patches, reported bugs, and generally made
-frePPLe that much better:
+frePPLe that much better:

– Tom Vergote (tom at think-wize.com)
– Tobias Schlemmer (the_tsc at users.sourceforge.net)
– J K (e_k at users.sourceforge.net)
No newline at end of file
+ Tom Vergote (tom at think-wize dot com)
+ Tobias Schlemmer (the_tsc at users dot sourceforge dot net)
+ J K (e_k at users dot sourceforge dot net)
+ Stephen Liu (2notebook at yahoo dot com dot tw, http://job.achi.idv.tw)
+
No newline at end of file

Modified: trunk/contrib/django/freppledb/static/frepple.js
===================================================================
— trunk/contrib/django/freppledb/static/frepple.js         2009-04-19 16:08:57
UTC (rev 950)
+++ trunk/contrib/django/freppledb/static/frepple.js         2009-04-30 15:25:19
UTC (rev 951)
@@ -586,8 +586,9 @@
// Resize the available size for the table.
syncResize();

–  // Watch all changes in window size
–  Event.observe(window, ‘resize’, syncResize);
+  // Watch all changes in window size (except in broken IE6)
+  if (navigator.userAgent.toUpperCase().indexOf(‘MSIE 6’) == -1)
+    Event.observe(window, ‘resize’, syncResize);
}

感謝你看到這裡,很快就可以離開了,但最好的獎勵行動就是按一下幫我分享或留言,感恩喔~

點我分享到Facebook

4 則留言

  1. 琪大,您好
    無意間看到您的Blog,發現不但您的見解超專業,連留言的各位大大也是行家
    所以就連要留言給您,小弟都考慮了好幾天。
    因為小弟跟您有一樣的際遇,老闆要我負責找一個免費的Planning軟體
    不同的是,小弟沒有您的專業,所以FrePPLe這套軟體,試了一個多禮拜還是摸不著頭緒,尤其每次在用”Operationplans”時,更是直接當在那邊,看著error message,不知道該怎麼辦。
    請問有沒有關於FrePPLe簡單又易懂,適合我們這種外行人的教學網頁可以推薦給小弟呢?
    謝謝

  2. Author

    你是不是也是用IE 6之類的,如果是請看我的上一篇:
    frePPLe 0.6.1 在 IE 6 的 Operation Report 死當
    這一篇只要將一行程式碼給註解起來就可以用了!
    我現在在試如何自行編譯,令人挫折感很大,不過jdetaeye人滿好的,願意回答我的問題!

  3. 琪大,感謝您的回應
    其實我在使用之前,就有先拜讀您那篇文章,所以一開始就用了IE7來跑
    但是在使用Input>Operationplans時
    不管怎麼做,只要一存檔,就會出現”Server Error (500)
    There’s been an error. It’s been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience.”
    我想應該不是程式的bug,可能是我哪邊設定錯誤,但是又不知道自己錯在哪邊?
    我想我再試一試,真不行的話,也只能寫信向jdetaeye求救了。

  4. Author

    嗯!這是一個新的問題,我還沒在IE7試過,所以等我找到有IE7的環境試看看,才能清楚你的問題!

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *