-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
77 lines (57 loc) · 2.28 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Changed VCM to git;
the master branch contains the following:
- initial hack to support databases with slightly different schemas (MySQL, PostgreSQL)
= 1.0.17 (commit a294a5010c60864c73c26757ec44a69e689c4961)
- introduced schema versions, automatic detection from the release_ table
- migrations imported from caterpillar trunk, define the migrations directory for caterpillar
- Group#asset_viewer_portlet(), the asset viewer selection is based on the schema version
- Liferay portlet path definitions (tagged_content, asset_publisher)
- Journal::Article#path(), Tag::Asset#path()
- fixed journal article link
- Web::PortletPreferences and Web::Portlet: cleanup
- DRY up various models with Acts::Resourceful
- api change; layout.contents -> layout.settings
- api change; user.user_permissions -> user.permissions
- self.get methods to ResourceCode, Resource and Permission
- Typesettings: accept Strings and Portlet* models
- Company: methods to find various groups by type
= 1.0.9
- creation of MB::Messages
- new models: SocialActivity, SocialRelation, RatingsStats, MB::MessageFlag, MB::StatsUser
- URL path to download Document Library File
- helper methods to find various types of groups and groups assets tags
= 1.0.8
- Uniqueness scopes in User
- Group members taken from Organization, if Group type if Organization
- Role creation and deletion
- Group creation
- Added a method to clean Phone number
- Web::Layout creation
- Typesettings model for Layout content
- MB::Category creation, MB::Category.path
- User.activate, User.portrait_path, User.path
- Group.name returns the name of Group's owner, if classnameid != 0
- Layout portlets helper methods
- fixed Tag::Asset relations
Known bugs:
- Typesettings does not parse all existing Layouts correctly!
= 1.0.7
- User creation
- new models: Listtype, Announcement::Delivery
- Counter increment method
- better creation of Phone, Contact and Group
= 1.0.6
- fixed a bug in user.gsm= method
- portlet names
- Company's guest
- layouts and various Liferay URL handling
= 1.0.5
- Group types
= 1.0.4
- Saving user's birthday through User.birthday=
- New relations
- New models
- More tests!
= 1.0.0
Initial release on 18.11.2008.
The structure is usable (though not complete), so tagged as version 1.0.0.