Project

General

Profile

Download (1.51 KB) Statistics
| Branch: | Tag: | Revision:
1
Prerequisites:
2
========================================================
3

    
4
Required php extensions:
5

    
6
  - CURL
7

    
8
Required additional Drupal Modules:
9

    
10
  JQuery Update with manual update to jQuery 1.2.1 
11
  --------------------------------------------------------
12
  http://drupal.org/project/jquery_update
13

    
14
  release 5.x-1.0 updates to jQuery version 1.1.2
15

    
16
  IMPORTANT:
17

    
18
  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
  
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

    
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.
(1-1/13)