Project

General

Profile

« Previous | Next » 

Revision 51340

1. Version changed to 1.0.1
1. DivIdis not related to any Community. All communities share the same divIds.
2. DivHelpContent is related to a Community.
3. Statistics' change operations fixed in init_db.js and update_db.js.
4. pom.xml, init_db.js, update_db.js updated to the new version.
5. Each DivId is considered to have unique name (findByName returns one DivId).
6. Bug fix in PageHelpContentController.java (/pagehelpcontent). When a parameter is not found in database do not ignore it!

View differences:

DivHelpContentResponse.java
9 9
    private String id;
10 10

  
11 11
    private DivIdResponse divId;
12
    private Community community;
12 13
    private String content;
13 14
    private boolean isActive = true;
14 15

  
......
34 35
        this.divId = divId;
35 36
    }
36 37

  
38
    public Community getCommunity() {
39
        return community;
40
    }
41

  
42
    public void setCommunity(Community community) {
43
        this.community = community;
44
    }
45

  
37 46
    public String getContent() {
38 47
        return content;
39 48
    }

Also available in: Unified diff