Project

General

Profile

Download (1.51 KB) Statistics
| Branch: | Tag: | Revision:
1 2721a2bc Andreas Kohlbecker
Prerequisites:
2
========================================================
3
4 4f462b79 Andreas Kohlbecker
Required php extensions:
5
6
  - CURL
7
8 2721a2bc Andreas Kohlbecker
Required additional Drupal Modules:
9
10 4f462b79 Andreas Kohlbecker
  JQuery Update with manual update to jQuery 1.2.1 
11
  --------------------------------------------------------
12
  http://drupal.org/project/jquery_update
13 2721a2bc Andreas Kohlbecker
14 4f462b79 Andreas Kohlbecker
  release 5.x-1.0 updates to jQuery version 1.1.2
15 2721a2bc Andreas Kohlbecker
16 4f462b79 Andreas Kohlbecker
  IMPORTANT:
17 2721a2bc Andreas Kohlbecker
18 4f462b79 Andreas Kohlbecker
  cdm_dataportl requires jQuery version 1.2.1
19
  The contributed Drupal module 'jquery_update' however updates only to version 1.1.2, 
20
  thus a manual update as described in http://drupal.org/node/196140 is nessecary.  
21 6f4dd14a Andreas Kohlbecker
  
22
  I addition you must edit compat-1.0.js: replace lines 24 - 26 by:
23
  
24
          /*
25
           * a.kohlbecker: unload is still a valid event type and must not be replaced! 
26
           *               compat-1.0.js breaks plugins wich are using this event e.g. thickbox
27
           *  => thus I removed load from var e.
28
           */ 
29
          var e = ("blur,focus, resize,scroll,unload,click,dblclick," +
30
            "mousedown,mouseup,mousemove,mouseover,mouseout,change,reset,select," + 
31
            "submit,keydown,keypress,keyup,error").split(",");
32 2721a2bc Andreas Kohlbecker
33
34
Installation procedure:
35
========================================================
36
37
- Install the module by extracting it into the folder 
38
  sites/all/modules or into a site specific module folder
39
- Enable the module cdm_dataportal in the admin section.
40
- Go to admin/settings/cdm_dataportal and configure the 
41
  cdm web service connection according to your needs.