benel / Dolomite

Directories Led by Members
https://github.com/benel/Dolomite/wiki
21 stars 20 forks source link

some improvements in communities implementation #59

Closed anthonyNkuinjeu closed 13 years ago

anthonyNkuinjeu commented 13 years ago

Hi sir,

We've made some improvements in the implementation of communities. All is in the last commit. Tell us if there is a problem with the merge. We will try our best to fix it.

There is again the problem of the number of all the commits.

benel commented 13 years ago

I got the following error:

Compilation error (In /test/CommunityTest.java around line 74) The file /test/CommunityTest.java could not be compiled. Error raised is : The method setCommunityPrefix(String) is undefined for the type Community

anthonyNkuinjeu commented 13 years ago

It is normal,

I totally forgot that the CommunityTest.java is not updated. In fact this file has become useless. When you update a community, the play framework uses public variables in the object database. So, getters and setters are not any longer used. Play manages all the access to object's variables.

I close this pull request and I make a cleaner one.

Sorry For the error.