ixtlan 0.4.0.pre2 → 0.4.0.pre3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/generators/gwt_ixtlan_datamapper_rspec_scaffold/gwt_ixtlan_datamapper_rspec_scaffold_generator.rb +1 -1
- data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Fields.java +13 -0
- data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Model.java +11 -14
- data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/ModelFactory.java +2 -7
- data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Screen.java +14 -7
- data/generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/TestGwt.java +12 -10
- data/generators/ixtlan_datamapper_model/templates/migration.rb +22 -0
- data/generators/ixtlan_datamapper_model/templates/model.rb +2 -2
- data/generators/ixtlan_datamapper_rspec_model/ixtlan_datamapper_rspec_model_generator.rb +2 -0
- data/generators/ixtlan_datamapper_rspec_model/templates/model_spec.rb +8 -5
- data/generators/ixtlan_datamapper_rspec_scaffold/ixtlan_datamapper_rspec_scaffold_generator.rb +2 -0
- data/generators/ixtlan_datamapper_rspec_scaffold/templates/controller_spec.rb +13 -7
- data/lib/dm-serializer/to_xml.rb +2 -2
- data/lib/ixtlan/controllers/authentications_controller.rb +1 -1
- data/lib/ixtlan/controllers/locales_controller.rb +1 -0
- data/lib/ixtlan/controllers/users_controller.rb +5 -3
- data/lib/ixtlan/models/authentication.rb +1 -3
- data/lib/ixtlan/models/i18n_text.rb +4 -4
- data/lib/ixtlan/models/user.rb +2 -0
- data/lib/ixtlan/models/word.rb +3 -1
- data/lib/ixtlan/modified_by.rb +1 -1
- data/lib/ixtlan/optimistic_persistence.rb +2 -5
- data/lib/ixtlan/rails/migrations.rb +30 -25
- data/lib/ixtlan/rails/unrestful_authentication.rb +1 -1
- data/lib/ixtlan/session.rb +2 -2
- data/lib/ixtlan/simple_client.rb +126 -0
- data/lib/ixtlan/user_logger.rb +0 -1
- data/lib/ixtlan/version.rb +1 -1
- data/lib/models.rb +1 -0
- metadata +267 -219
- data/History.txt +0 -49
- data/MIT-LICENSE +0 -20
- data/Manifest.txt +0 -103
- data/README.txt +0 -86
- data/Rakefile +0 -55
- data/ixtlan_rails_templates.rb +0 -537
- data/whitespace.rb +0 -31
metadata
CHANGED
@@ -1,250 +1,298 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ixtlan
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
prerelease: true
|
5
|
+
segments:
|
6
|
+
- 0
|
7
|
+
- 4
|
8
|
+
- 0
|
9
|
+
- pre3
|
10
|
+
version: 0.4.0.pre3
|
5
11
|
platform: ruby
|
6
12
|
authors:
|
7
|
-
- mkristian
|
13
|
+
- mkristian
|
8
14
|
autorequire:
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
17
|
|
12
|
-
date: 2010-
|
18
|
+
date: 2010-06-29 00:00:00 +05:30
|
13
19
|
default_executable:
|
14
20
|
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
- !ruby/object:Gem::
|
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
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
- !ruby/object:Gem::Dependency
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
21
|
+
- !ruby/object:Gem::Dependency
|
22
|
+
name: dm-core
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
requirements:
|
26
|
+
- - ~>
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
segments:
|
29
|
+
- 1
|
30
|
+
- 0
|
31
|
+
- 0
|
32
|
+
version: 1.0.0
|
33
|
+
type: :runtime
|
34
|
+
version_requirements: *id001
|
35
|
+
- !ruby/object:Gem::Dependency
|
36
|
+
name: dm-validations
|
37
|
+
prerelease: false
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ~>
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
segments:
|
43
|
+
- 1
|
44
|
+
- 0
|
45
|
+
- 0
|
46
|
+
version: 1.0.0
|
47
|
+
type: :runtime
|
48
|
+
version_requirements: *id002
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: dm-timestamps
|
51
|
+
prerelease: false
|
52
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - ~>
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
segments:
|
57
|
+
- 1
|
58
|
+
- 0
|
59
|
+
- 0
|
60
|
+
version: 1.0.0
|
61
|
+
type: :runtime
|
62
|
+
version_requirements: *id003
|
63
|
+
- !ruby/object:Gem::Dependency
|
64
|
+
name: dm-migrations
|
65
|
+
prerelease: false
|
66
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
67
|
+
requirements:
|
68
|
+
- - ~>
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
segments:
|
71
|
+
- 1
|
72
|
+
- 0
|
73
|
+
- 0
|
74
|
+
version: 1.0.0
|
75
|
+
type: :runtime
|
76
|
+
version_requirements: *id004
|
77
|
+
- !ruby/object:Gem::Dependency
|
78
|
+
name: slf4r
|
79
|
+
prerelease: false
|
80
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
81
|
+
requirements:
|
82
|
+
- - "="
|
83
|
+
- !ruby/object:Gem::Version
|
84
|
+
segments:
|
85
|
+
- 0
|
86
|
+
- 3
|
87
|
+
- 2
|
88
|
+
version: 0.3.2
|
89
|
+
type: :runtime
|
90
|
+
version_requirements: *id005
|
91
|
+
- !ruby/object:Gem::Dependency
|
92
|
+
name: datamapper4rails
|
93
|
+
prerelease: false
|
94
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
95
|
+
requirements:
|
96
|
+
- - ~>
|
97
|
+
- !ruby/object:Gem::Version
|
98
|
+
segments:
|
99
|
+
- 0
|
100
|
+
- 5
|
101
|
+
- 0
|
102
|
+
version: 0.5.0
|
103
|
+
type: :runtime
|
104
|
+
version_requirements: *id006
|
105
|
+
- !ruby/object:Gem::Dependency
|
106
|
+
name: rack-datamapper
|
107
|
+
prerelease: false
|
108
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
109
|
+
requirements:
|
110
|
+
- - ~>
|
111
|
+
- !ruby/object:Gem::Version
|
112
|
+
segments:
|
113
|
+
- 0
|
114
|
+
- 3
|
115
|
+
- 0
|
116
|
+
version: 0.3.0
|
117
|
+
type: :runtime
|
118
|
+
version_requirements: *id007
|
119
|
+
- !ruby/object:Gem::Dependency
|
120
|
+
name: logging
|
121
|
+
prerelease: false
|
122
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
123
|
+
requirements:
|
124
|
+
- - ~>
|
125
|
+
- !ruby/object:Gem::Version
|
126
|
+
segments:
|
127
|
+
- 1
|
128
|
+
- 2
|
129
|
+
- 3
|
130
|
+
version: 1.2.3
|
131
|
+
type: :runtime
|
132
|
+
version_requirements: *id008
|
133
|
+
- !ruby/object:Gem::Dependency
|
134
|
+
name: rspec
|
135
|
+
prerelease: false
|
136
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
137
|
+
requirements:
|
138
|
+
- - ~>
|
139
|
+
- !ruby/object:Gem::Version
|
140
|
+
segments:
|
141
|
+
- 1
|
142
|
+
- 3
|
143
|
+
- 0
|
144
|
+
version: 1.3.0
|
145
|
+
type: :development
|
146
|
+
version_requirements: *id009
|
105
147
|
description: this is set of rails and datamapper plugins for setting up a little more advanced rails application then the default rails generator does. the focus is on security and privacy as well a complete restful xml support.
|
106
148
|
email:
|
107
|
-
- m.kristian@web.de
|
149
|
+
- m.kristian@web.de
|
108
150
|
executables: []
|
109
151
|
|
110
152
|
extensions: []
|
111
153
|
|
112
|
-
extra_rdoc_files:
|
113
|
-
|
114
|
-
- Manifest.txt
|
115
|
-
- README.txt
|
154
|
+
extra_rdoc_files: []
|
155
|
+
|
116
156
|
files:
|
117
|
-
-
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
-
|
124
|
-
-
|
125
|
-
-
|
126
|
-
-
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
-
|
131
|
-
-
|
132
|
-
-
|
133
|
-
-
|
134
|
-
-
|
135
|
-
-
|
136
|
-
-
|
137
|
-
-
|
138
|
-
-
|
139
|
-
-
|
140
|
-
-
|
141
|
-
- lib/
|
142
|
-
- lib/
|
143
|
-
- lib/
|
144
|
-
- lib/
|
145
|
-
- lib/
|
146
|
-
- lib/
|
147
|
-
- lib/
|
148
|
-
- lib/ixtlan.rb
|
149
|
-
- lib/ixtlan/
|
150
|
-
- lib/ixtlan/
|
151
|
-
- lib/ixtlan/
|
152
|
-
- lib/ixtlan/
|
153
|
-
- lib/ixtlan/
|
154
|
-
- lib/ixtlan/
|
155
|
-
- lib/ixtlan/
|
156
|
-
- lib/ixtlan/
|
157
|
-
- lib/ixtlan/
|
158
|
-
- lib/ixtlan/
|
159
|
-
- lib/ixtlan/
|
160
|
-
- lib/ixtlan/
|
161
|
-
- lib/ixtlan/
|
162
|
-
- lib/ixtlan/controllers/
|
163
|
-
- lib/ixtlan/
|
164
|
-
- lib/ixtlan/
|
165
|
-
- lib/ixtlan/
|
166
|
-
- lib/ixtlan/
|
167
|
-
- lib/ixtlan/
|
168
|
-
- lib/ixtlan/
|
169
|
-
- lib/ixtlan/
|
170
|
-
- lib/ixtlan/
|
171
|
-
- lib/ixtlan/
|
172
|
-
- lib/ixtlan/
|
173
|
-
- lib/ixtlan/
|
174
|
-
- lib/ixtlan/
|
175
|
-
- lib/ixtlan/
|
176
|
-
- lib/ixtlan/
|
177
|
-
- lib/ixtlan/
|
178
|
-
- lib/ixtlan/
|
179
|
-
- lib/ixtlan/
|
180
|
-
- lib/ixtlan/
|
181
|
-
- lib/ixtlan/
|
182
|
-
-
|
183
|
-
-
|
184
|
-
-
|
185
|
-
-
|
186
|
-
-
|
187
|
-
-
|
188
|
-
-
|
189
|
-
-
|
190
|
-
-
|
191
|
-
-
|
192
|
-
-
|
193
|
-
-
|
194
|
-
-
|
195
|
-
-
|
196
|
-
-
|
197
|
-
-
|
198
|
-
-
|
199
|
-
-
|
200
|
-
-
|
201
|
-
-
|
202
|
-
-
|
203
|
-
-
|
204
|
-
-
|
205
|
-
- spec/authentication_spec.rb
|
206
|
-
- spec/
|
207
|
-
- spec/
|
208
|
-
- spec/modified_by_spec.rb
|
209
|
-
- spec/
|
210
|
-
- spec/
|
211
|
-
- spec/
|
212
|
-
- spec/
|
213
|
-
- spec/
|
214
|
-
- spec/
|
215
|
-
- spec/text_spec.rb
|
216
|
-
- spec/unrestful_authentication_spec.rb
|
217
|
-
- spec/user_logger_spec.rb
|
218
|
-
- spec/user_spec.rb
|
219
|
-
- whitespace.rb
|
157
|
+
- lib/models.rb
|
158
|
+
- lib/ixtlan.rb
|
159
|
+
- lib/dm-serializer.rb
|
160
|
+
- lib/dm-serializer/common.rb
|
161
|
+
- lib/dm-serializer/xml_serializers.rb
|
162
|
+
- lib/dm-serializer/to_xml.rb
|
163
|
+
- lib/dm-serializer/xml_serializers/libxml.rb
|
164
|
+
- lib/dm-serializer/xml_serializers/nokogiri.rb
|
165
|
+
- lib/dm-serializer/xml_serializers/rexml.rb
|
166
|
+
- lib/ixtlan/child_path.rb
|
167
|
+
- lib/ixtlan/rolling_file.rb
|
168
|
+
- lib/ixtlan/cms_script.rb
|
169
|
+
- lib/ixtlan/simple_client.rb
|
170
|
+
- lib/ixtlan/logger_config.rb
|
171
|
+
- lib/ixtlan/models.rb
|
172
|
+
- lib/ixtlan/audit_config.rb
|
173
|
+
- lib/ixtlan/session.rb
|
174
|
+
- lib/ixtlan/optimistic_persistence.rb
|
175
|
+
- lib/ixtlan/mailer.rb
|
176
|
+
- lib/ixtlan/modified_by.rb
|
177
|
+
- lib/ixtlan/optimistic_persistence_module.rb
|
178
|
+
- lib/ixtlan/optimistic_persistence_validation.rb
|
179
|
+
- lib/ixtlan/guard.rb
|
180
|
+
- lib/ixtlan/passwords.rb
|
181
|
+
- lib/ixtlan/monkey_patches.rb
|
182
|
+
- lib/ixtlan/digest.rb
|
183
|
+
- lib/ixtlan/version.rb
|
184
|
+
- lib/ixtlan/user_logger.rb
|
185
|
+
- lib/ixtlan/models/domain.rb
|
186
|
+
- lib/ixtlan/models/group_locale_user.rb
|
187
|
+
- lib/ixtlan/models/role.rb
|
188
|
+
- lib/ixtlan/models/phrase.rb
|
189
|
+
- lib/ixtlan/models/update_children.rb
|
190
|
+
- lib/ixtlan/models/translation.rb
|
191
|
+
- lib/ixtlan/models/user.rb
|
192
|
+
- lib/ixtlan/models/permission.rb
|
193
|
+
- lib/ixtlan/models/locale.rb
|
194
|
+
- lib/ixtlan/models/i18n_text.rb
|
195
|
+
- lib/ixtlan/models/domain_group_user.rb
|
196
|
+
- lib/ixtlan/models/configuration_locale.rb
|
197
|
+
- lib/ixtlan/models/word.rb
|
198
|
+
- lib/ixtlan/models/configuration.rb
|
199
|
+
- lib/ixtlan/models/authentication.rb
|
200
|
+
- lib/ixtlan/models/group_user.rb
|
201
|
+
- lib/ixtlan/models/group.rb
|
202
|
+
- lib/ixtlan/controllers/groups_controller.rb
|
203
|
+
- lib/ixtlan/controllers/permissions_controller.rb
|
204
|
+
- lib/ixtlan/controllers/phrases_controller.rb
|
205
|
+
- lib/ixtlan/controllers/configurations_controller.rb
|
206
|
+
- lib/ixtlan/controllers/texts_controller.rb
|
207
|
+
- lib/ixtlan/controllers/locales_controller.rb
|
208
|
+
- lib/ixtlan/controllers/word_bundles_controller.rb
|
209
|
+
- lib/ixtlan/controllers/search_query.rb
|
210
|
+
- lib/ixtlan/controllers/authentications_controller.rb
|
211
|
+
- lib/ixtlan/controllers/domains_controller.rb
|
212
|
+
- lib/ixtlan/controllers/users_controller.rb
|
213
|
+
- lib/ixtlan/mailer/error_notification.erb
|
214
|
+
- lib/ixtlan/mailer/password.erb
|
215
|
+
- lib/ixtlan/rails/timestamps_modified_by_filter.rb
|
216
|
+
- lib/ixtlan/rails/audit.rb
|
217
|
+
- lib/ixtlan/rails/error_handling.rb
|
218
|
+
- lib/ixtlan/rails/migrations.rb
|
219
|
+
- lib/ixtlan/rails/unrestful_authentication.rb
|
220
|
+
- lib/ixtlan/rails/session_timeout.rb
|
221
|
+
- lib/ixtlan/rails/guard.rb
|
222
|
+
- generators/ixtlan_datamapper_rspec_model/ixtlan_datamapper_rspec_model_generator.rb
|
223
|
+
- generators/ixtlan_datamapper_rspec_model/templates/model_spec.rb
|
224
|
+
- generators/ixtlan_datamapper_model/ixtlan_datamapper_model_generator.rb
|
225
|
+
- generators/ixtlan_datamapper_model/templates/migration.rb
|
226
|
+
- generators/ixtlan_datamapper_model/templates/model.rb
|
227
|
+
- generators/ixtlan_datamapper_rspec_scaffold/ixtlan_datamapper_rspec_scaffold_generator.rb
|
228
|
+
- generators/ixtlan_datamapper_rspec_scaffold/templates/layout.html.erb
|
229
|
+
- generators/ixtlan_datamapper_rspec_scaffold/templates/controller.rb
|
230
|
+
- generators/ixtlan_datamapper_rspec_scaffold/templates/controller_spec.rb
|
231
|
+
- generators/ixtlan_datamapper_rspec_scaffold/templates/i18n.rb
|
232
|
+
- generators/ixtlan_datamapper_rspec_scaffold/templates/guard.rb
|
233
|
+
- generators/gwt_ixtlan_datamapper_rspec_scaffold/gwt_ixtlan_datamapper_rspec_scaffold_generator.rb
|
234
|
+
- generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Fields.java
|
235
|
+
- generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Model.java
|
236
|
+
- generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/TestGwt.java
|
237
|
+
- generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/AbstractApplicationResourceTestGwt.java
|
238
|
+
- generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/Screen.java
|
239
|
+
- generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/GwtTestSuite.java
|
240
|
+
- generators/gwt_ixtlan_datamapper_rspec_scaffold/templates/ModelFactory.java
|
241
|
+
- spec/text_collection_spec.rb
|
242
|
+
- spec/optimistic_persistence_spec.rb
|
243
|
+
- spec/phrase_spec.rb
|
244
|
+
- spec/guard_spec.rb
|
245
|
+
- spec/authentication_spec.rb
|
246
|
+
- spec/session_timeout_spec.rb
|
247
|
+
- spec/spec_helper.rb
|
248
|
+
- spec/modified_by_spec.rb
|
249
|
+
- spec/user_spec.rb
|
250
|
+
- spec/spec.opts
|
251
|
+
- spec/text_spec.rb
|
252
|
+
- spec/user_logger_spec.rb
|
253
|
+
- spec/unrestful_authentication_spec.rb
|
254
|
+
- spec/guards/samples.rb
|
220
255
|
has_rdoc: true
|
221
256
|
homepage: http://github.com/mkristian/ixtlan-core
|
222
|
-
licenses:
|
223
|
-
|
257
|
+
licenses:
|
258
|
+
- MIT-LICENSE
|
224
259
|
post_install_message:
|
225
|
-
rdoc_options:
|
226
|
-
|
227
|
-
- README.txt
|
260
|
+
rdoc_options: []
|
261
|
+
|
228
262
|
require_paths:
|
229
|
-
- lib
|
263
|
+
- lib
|
230
264
|
required_ruby_version: !ruby/object:Gem::Requirement
|
231
265
|
requirements:
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
266
|
+
- - ">="
|
267
|
+
- !ruby/object:Gem::Version
|
268
|
+
segments:
|
269
|
+
- 0
|
270
|
+
version: "0"
|
236
271
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
237
272
|
requirements:
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
273
|
+
- - ">"
|
274
|
+
- !ruby/object:Gem::Version
|
275
|
+
segments:
|
276
|
+
- 1
|
277
|
+
- 3
|
278
|
+
- 1
|
279
|
+
version: 1.3.1
|
242
280
|
requirements: []
|
243
281
|
|
244
|
-
rubyforge_project:
|
245
|
-
rubygems_version: 1.3.
|
282
|
+
rubyforge_project:
|
283
|
+
rubygems_version: 1.3.6
|
246
284
|
signing_key:
|
247
285
|
specification_version: 3
|
248
286
|
summary: this is set of rails and datamapper plugins for setting up a little more advanced rails application then the default rails generator does
|
249
|
-
test_files:
|
250
|
-
|
287
|
+
test_files:
|
288
|
+
- spec/text_collection_spec.rb
|
289
|
+
- spec/optimistic_persistence_spec.rb
|
290
|
+
- spec/phrase_spec.rb
|
291
|
+
- spec/guard_spec.rb
|
292
|
+
- spec/authentication_spec.rb
|
293
|
+
- spec/session_timeout_spec.rb
|
294
|
+
- spec/modified_by_spec.rb
|
295
|
+
- spec/user_spec.rb
|
296
|
+
- spec/text_spec.rb
|
297
|
+
- spec/user_logger_spec.rb
|
298
|
+
- spec/unrestful_authentication_spec.rb
|
data/History.txt
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
=== 0.3.0 / 2010-05-24
|
2
|
-
|
3
|
-
* allow model with to_log to have nice log output
|
4
|
-
|
5
|
-
* made all controllers nice modules including before_filters
|
6
|
-
|
7
|
-
* domains/locales work with guard
|
8
|
-
|
9
|
-
* added migration class for ixtlan models
|
10
|
-
|
11
|
-
* all models have an ID now
|
12
|
-
|
13
|
-
* helper for n-m-relations
|
14
|
-
|
15
|
-
* added search module with helper methods
|
16
|
-
|
17
|
-
* better audit log
|
18
|
-
|
19
|
-
=== 0.2.4 / 2010-02-22
|
20
|
-
|
21
|
-
* fixed phrases controller to work
|
22
|
-
|
23
|
-
=== 0.2.3 / 2010-02-03
|
24
|
-
|
25
|
-
* little fixes to use ixtlan with MRI rails !
|
26
|
-
|
27
|
-
* adjust generator to new packages of the restful-gwt jars
|
28
|
-
|
29
|
-
=== 0.2.2 / 2010-01-29
|
30
|
-
|
31
|
-
* symbolize internal map of guard
|
32
|
-
|
33
|
-
* gwt generator: parametrizied package generated java classes - find client directory and use this as base package
|
34
|
-
|
35
|
-
* make phrases to work
|
36
|
-
|
37
|
-
* added code to add screen and testcase for gwt_scaffolding
|
38
|
-
|
39
|
-
=== 0.2.1 / 2009-12-07
|
40
|
-
|
41
|
-
* stay logged in when deleting a resource
|
42
|
-
|
43
|
-
* lot's of work to get restful-gwt version 0.2.1 working with login, and basic i18n = dictonory gets loaded after login or in case the a i18n entry is missing a new one gets created if the permissions allow it
|
44
|
-
|
45
|
-
* the rails template had a lot of version problems after a major refactoring, so lot's of little fixes there
|
46
|
-
|
47
|
-
=== 0.2.0 / 2009-12-07
|
48
|
-
|
49
|
-
* intial import
|
data/MIT-LICENSE
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
Copyright (c) 2008 Kristian Meier
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
-
a copy of this software and associated documentation files (the
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be
|
12
|
-
included in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|