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, https://www.jobdaren.com)
+
\ 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);
}

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的环境试看看,才能清楚你的问题!

Comments are closed.