Skip to content

Commit cdb4465

Browse files
Update to fix bug regarding client-side account creation
1 parent f151f82 commit cdb4465

File tree

5 files changed

+30
-40
lines changed

5 files changed

+30
-40
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ kadira:flow-router 2.12.1 Carefully Designed Client Side Router for
164164
less 2.7.5 Leaner CSS language
165165
sacha:spin 2.3.1 Simple spinner package for Meteor
166166
semantic:ui 2.2.1 Official Semantic UI Integration for Meteor
167-
useraccounts:semantic-ui 1.14.2 Accounts Templates styled for Semantic UI.
168167
zimme:active-route 2.3.2 Active route helpers
169168
```
170169

@@ -221,13 +220,13 @@ Note that this system uses autopublish to avoid the need to define publications
221220

222221
### CSS
223222

224-
The application uses [Semantic UI](http://semantic-ui.com/), and installs two Meteor packages: `useraccounts:semantic-ui` and `fabienb4:autoform-semantic-ui`.
223+
The application uses [Semantic UI](http://semantic-ui.com/), and installs one Meteor packages: `fabienb4:autoform-semantic-ui`.
225224

226225
The Semantic UI theme files are located in [app/client/lib/semantic-ui](https://github.com/ics-software-engineering/meteor-application-template/tree/master/app/client/lib/semantic-ui) directory.
227226

228227
Because the application implements a menu fixed to the top of the screen, the [app/imports/ui/stylesheets/style.css](https://github.com/ics-software-engineering/meteor-application-template/blob/master/app/imports/ui/stylesheets/style.css) file adds 61px of padding to the body. Other page templates add additional padding to improve the look.
229228

230-
If you wish to customize the Semantic UI theme, follow the instructions in [Semantic-UI-Meteor](https://github.com/Semantic-Org/Semantic-UI-Meteor).
229+
To learn more about the Semantic UI theme, see [Semantic-UI-Meteor](https://github.com/Semantic-Org/Semantic-UI-Meteor).
231230

232231
### Routing
233232

@@ -286,10 +285,3 @@ Click the image below to watch a 27 minute walkthrough of this system.
286285

287286
[<img src="https://raw.githubusercontent.com/ics-software-engineering/meteor-application-template/master/doc/meteor-application-template-youtube.png" width="600">](https://www.youtube.com/watch?v=kEJN3kjyugs)
288287

289-
290-
291-
292-
293-
294-
295-

app/.meteor/packages

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
# Basic packages and utilities for most Meteor app development
88
meteor-base@1.0.4
99
mobile-experience@1.0.4
10-
mongo@1.1.12
10+
mongo@1.1.12_1
1111
blaze-html-templates@1.0.4
1212
session@1.1.6
13-
jquery
13+
jquery@1.11.9
1414
tracker@1.1.0
15-
es5-shim@4.6.14
16-
ecmascript@0.5.8
15+
es5-shim@4.6.14_1
16+
ecmascript@0.5.8_1
1717
underscore@1.0.9
1818
ejson@1.0.12
1919
check@1.2.3
20-
standard-minifier-js
21-
shell-server
20+
standard-minifier-js@1.2.0_1
21+
shell-server@0.2.1
2222

2323
# Collection utilities
2424
aldeed:collection2
@@ -30,8 +30,8 @@ aldeed:autoform
3030
sacha:spin
3131

3232
# Account management
33-
accounts-password@1.3.0
3433
accounts-ui
34+
accounts-password@1.3.0
3535

3636
# Routing
3737
kadira:flow-router
@@ -42,12 +42,12 @@ arillo:flow-router-helpers
4242
# Semantic UI (and packages to integrate with accounts and autoform)
4343
semantic:ui
4444
juliancwirko:postcss
45-
less
46-
useraccounts:semantic-ui
45+
less@2.7.5_1
4746
fabienb4:autoform-semantic-ui
4847

4948
# For prototyping purposes, enable autopublish and insecure
50-
autopublish
51-
insecure
49+
autopublish@1.0.7
50+
insecure@1.0.7
51+
5252

5353

app/.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.4.1.1
1+
METEOR@1.4.1.2

app/.meteor/versions

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ allow-deny@1.0.5
1212
arillo:flow-router-helpers@0.5.2
1313
autopublish@1.0.7
1414
autoupdate@1.3.11
15-
babel-compiler@6.9.1
16-
babel-runtime@0.1.11
15+
babel-compiler@6.9.1_1
16+
babel-runtime@0.1.11_1
1717
base64@1.0.9
1818
binary-heap@1.0.9
1919
blaze@2.1.9
2020
blaze-html-templates@1.0.5
2121
blaze-tools@1.0.10
2222
boilerplate-generator@1.0.9
23-
caching-compiler@1.1.7
23+
caching-compiler@1.1.7_1
2424
caching-html-compiler@1.0.7
2525
callback-hook@1.0.9
2626
check@1.2.3
@@ -32,11 +32,11 @@ ddp-rate-limiter@1.0.5
3232
ddp-server@1.3.10
3333
deps@1.0.12
3434
diff-sequence@1.0.6
35-
ecmascript@0.5.8
36-
ecmascript-runtime@0.3.14
35+
ecmascript@0.5.8_1
36+
ecmascript-runtime@0.3.14_1
3737
ejson@1.0.12
3838
email@1.1.17
39-
es5-shim@4.6.14
39+
es5-shim@4.6.14_1
4040
fabienb4:autoform-semantic-ui@0.9.3
4141
fastclick@1.0.12
4242
geojson-utils@1.0.9
@@ -51,22 +51,22 @@ juliancwirko:postcss@1.1.1
5151
kadira:blaze-layout@2.3.0
5252
kadira:flow-router@2.12.1
5353
launch-screen@1.0.12
54-
less@2.7.5
54+
less@2.7.5_1
5555
livedata@1.0.18
5656
localstorage@1.0.11
57-
logging@1.1.15
57+
logging@1.1.15_1
5858
mdg:validation-error@0.5.1
59-
meteor@1.2.17
59+
meteor@1.2.17_1
6060
meteor-base@1.0.4
6161
minifier-css@1.1.13
62-
minifier-js@1.2.14
62+
minifier-js@1.2.14_1
6363
minimongo@1.0.17
6464
mobile-experience@1.0.4
6565
mobile-status-bar@1.0.12
66-
modules@0.7.6
67-
modules-runtime@0.7.6
66+
modules@0.7.6_1
67+
modules-runtime@0.7.6_1
6868
momentjs:moment@2.15.0
69-
mongo@1.1.12
69+
mongo@1.1.12_1
7070
mongo-id@1.0.5
7171
npm-bcrypt@0.9.1
7272
npm-mongo@1.5.49
@@ -88,11 +88,10 @@ service-configuration@1.0.10
8888
session@1.1.6
8989
sha@1.0.8
9090
shell-server@0.2.1
91-
softwarerero:accounts-t9n@1.3.4
9291
spacebars@1.0.13
9392
spacebars-compiler@1.0.13
9493
srp@1.0.9
95-
standard-minifier-js@1.2.0
94+
standard-minifier-js@1.2.0_1
9695
templating@1.2.15
9796
templating-compiler@1.2.15
9897
templating-runtime@1.2.15
@@ -101,8 +100,6 @@ tracker@1.1.0
101100
ui@1.0.12
102101
underscore@1.0.9
103102
url@1.0.10
104-
useraccounts:core@1.14.2
105-
useraccounts:semantic-ui@1.14.2
106-
webapp@1.3.11
103+
webapp@1.3.11_1
107104
webapp-hashing@1.0.9
108105
zimme:active-route@2.3.2

app/imports/startup/both/accounts-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ if (Meteor.isClient) {
66
passwordSignupFields: 'USERNAME_ONLY',
77
});
88
}
9+

0 commit comments

Comments
 (0)