Skip to content

Commit

Permalink
0.9.4 Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
klimashkin committed Oct 9, 2013
1 parent 0953af6 commit 78ad9b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pastvu",
"version": "0.9.4-dev",
"version": "0.9.4",
"description": "Retrospective topography of media content",
"homepage": "https://github.com/klimashkin/pastvu",
"keywords": ["oldmos", "pastvu"],
Expand Down
2 changes: 1 addition & 1 deletion public/history.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.9.4 / 2013-09-20
0.9.4 / 2013-10-09
==================

* (added) Присвоение званий через страницу управления в профиле пользователя
Expand Down
5 changes: 3 additions & 2 deletions views/module/common/auth.jade
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@
div(data-bind="text: msg()")

script(id="recallRequestForMeTpl", type="text/html")
.head Восстановление пароля
| Отправить запрос на изменение пароля без ввода текущего?
.head Запрос нового пароля
div(style="text-align: center; max-width: 350px; margin-bottom: 10px;")
| На почту придет письмо со ссылкой на установку нового пароля без ввода текущего. Отправить запрос?
//-Send request to change your password without entering current?
button.btn-strict.formAction(type="submit") Отправить
button.btn-strict.formAction(type="button", data-bind="click: function () {formClose()}") Отмена
Expand Down
6 changes: 3 additions & 3 deletions views/module/user/settings.jade
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
dt Мой пароль
dd
//ko if: itsMe()
button.btn-strict.btn-strict-small(type="button", data-bind="event:{click: function(data, evt){auth.show('passChange')}}")
button.btn-strict.btn-strict-small(type="button", title="Сменить текущий пароль", data-bind="event:{click: function(data, evt){auth.show('passChange')}}")
span Сменить
// /ko
button.btn-strict.btn-strict-small(type="button", data-bind="event:{click: function(data, evt){auth.showRecallRequest(u.login())}}")
span Восстановить
button.btn-strict.btn-strict-small(type="button", title="Сменить через почту без ввода текущего", data-bind="event:{click: function(data, evt){auth.showRecallRequest(u.login())}}")
span Запросить смену
dl.dl-horizontal
dt Показывать в обсуждениях реальное имя
dd
Expand Down

0 comments on commit 78ad9b5

Please sign in to comment.