You're not currently signed in. Sign in.

  1. This is more of a browser bug with no good workaround than a Jifty bug, but pressing enter while a non-submit button is focused has unspecified results. On IE, and recent versions of Mozilla, it acts as if the user pressed the first submit button in the form. This may lead to unintended consequences if the developer has attached any side effects to that particular button. See this reference on the Enter key and form submission for more detail on the general problem.

  2. On install, make test errors with '../../lib/auto/Jifty', does not exist at ../../lib/Jifty/Util.pm line 57.

    Workaround: In the distribution dir (i.e. where you type "make test"), type: cd lib ; ln -s ../blib/lib/auto . ; cd ..

  3. Still working on Oracle support. jifty schema --setup doesn't work -- there's the beginnings of a fix in SVN, but there's more work to be done. See the mailing list for more info.