ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

« Previous | Next » 

Revision 27160b76

ID: 27160b76f578315bdd9070f38637a69052049829
Added by Andrew Smith at 2012-03-20 10:54 pm

The jQuery ajaxStart/Stop functions are being called at the wrong time.

The ajaxStart/ajaxStop functions were being called before the document
was ready and the 'ajax-indicator' element existed. This meant that they
would never be called when an ajax event happened.