forked from publify/publify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
108 lines (67 loc) · 3.17 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
8.0.2
* #423: stutter article content
This 8.0.1 release fixes the most important bugs we found since the 8.0 release.
* #398: the user-style.css stylesheet is not loaded in the Bootstrap theme
* #399: the note style is not applied.
* #402, #410, #411: deployment crashes on Heroku (thank you @slainer68 for fixing that).
* #412: the editor locally saves the content of the edited note, which means it reloads it when you edit another note, overwriting the legit content.
commit 53d29ee99da1d74bca53d60748dc023119213fca
Author: Yannick Francois <[email protected]>
Fix specs
commit dbfa4ad4b06655983a55a2e00494e8ad67f8ad36
Author: Yannick Francois <[email protected]>
Article can be protected by password
commit b5fd07d13ae7f2344392d433d71db9d83fa1c8b7
Author: slainer68 <[email protected]>
Improves deployment on Heroku, removes Gemfile.heroku file, update README, #402
commit 51e4a5b676338cd30bbbd571dc98898c128a1d32
Author: Yannick Francois <[email protected]>
Use a publisher for note. #406
commit 5d2c257a4aa7eb974dc49da12f3627487b99031a
Author: Yannick Francois <[email protected]>
Set trait for user factory
commit 1a167aa10e0c9649a7166edf495b1273b502c537
Author: Yannick Francois <[email protected]>
Refactor share index action to a clean spec
commit f2e5d0d6bbe766e6431e4b4248eb197cbb1ecdd4
Author: Yannick Francois <[email protected]>
Start to clean admin content spec
commit 3f66cdbf361a38e54ad3a56fccf43a0962d557ef
Author: Yannick Francois <[email protected]>
Fix specs (sorry :-))
commit 68df5260bf2f5a4490b9f50d4f7cb5ba1f68cad4
Author: kellym <[email protected]>
Fix typo for admin.base.cant_generate_secret
commit 52910f5965d233afac283b3b9d80806bca194400
Merge: 3f66cdb 68df526
Author: yaf <[email protected]>
Merge pull request #407 from kellym/master
commit 00ed731dbc0bcb18c75b6216a9b6075e7112bec6
Author: Yannick Francois <[email protected]>
Clean admin content specs
commit 44ff42001c8d5152efd9c97414db5660f3371316
Author: Yannick Francois <[email protected]>
Refactor settings specs
commit 22f57d27e19df073d70795b9a4e02e2e63051bf1
Author: Matijs van Zuijlen <[email protected]>
Update dependencies
commit 6fa90eb1d14621a49bef86a610007c8d9dbe4352
Author: Frédéric de Villamil <[email protected]>
Crappy but efficient way to solve a very nasty bug.
commit ef2e80442107fe38ba6b6770c03f03eadc84a15e
Author: Frédéric de Villamil <[email protected]>
Fixes the note styling.
commit 0aa880c4be223c4ef2c43139a1e8e200657c8bcb
Author: Frédéric de Villamil <[email protected]>
Imports the `user-style.css` stylesheet
commit 84f2c25475e09c418a724677b02beb905f571edf
Merge: 0aa880c b5fd07d
Author: Frédéric de Villamil <[email protected]>
Merge pull request #403 from slainer68/heroku_gemfile_fix
commit 5defb34ff5c25f2b36d154d3fe935a8d5a1ca791
Author: Frédéric de Villamil <[email protected]>
Updates the version to 8.0.1
commit 066fa901bc9013955ba475b011211d1eca73569e
Merge: 5defb34 84f2c25
Author: Frédéric de Villamil <[email protected]>
Merge branch 'master' of github.com:fdv/publify