/[drupal]/contributions/modules/hosting/hosting.js
ViewVC logotype

Contents of /contributions/modules/hosting/hosting.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Fri Jun 27 05:12:10 2008 UTC (17 months ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3, DRUPAL-5--0-2-RC1, DRUPAL-5--0-2-ALPHA1, DRUPAL-5--0-2, DRUPAL-5--0-1, DRUPAL-5--0-1-RC1, DRUPAL-5--0-2-BETA1, DRUPAL-5--0-1-ALPHA3, DRUPAL-5--0-1-ALPHA2, DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-4-ALPHA3, DRUPAL-6--0-4-ALPHA2, DRUPAL-5--0-1-BETA2, DRUPAL-6--0-3-RC4, DRUPAL-5--0-1-BETA1, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC1, HEAD
Branch point for: DRUPAL-5
File MIME type: text/javascript
Made the hosting setup command responsible for a few more things, no actually runs dispatch itself to make sure it's working, before creating the cron entry. Lowered the frequency on the tasks queue to make wizard quicker. Cleaned up the hosting task log screen, so that usable output is gotten when drupal just returns a database connection error or similar
1 Drupal.hostingTaskLogAttach = function() {
2 $('.hosting-summary-expand').click(
3 function() {
4 $(this).parent().toggle();
5 $('.hosting-task-full', $(this).parent().parent()).toggle();
6 }
7 );
8 }
9 if (Drupal.jsEnabled) {
10 $(document).ready(Drupal.hostingTaskLogAttach);
11 }
12

  ViewVC Help
Powered by ViewVC 1.1.2