adnrs96
fee774e6b6
Clean markdown_help.html to use 4 space indents.
2017-02-28 13:57:48 -08:00
adnrs96
2181434efd
Clean portico_signup.html to use 4 space indents.
2017-02-28 13:55:20 -08:00
adnrs96
22264d6086
Clean portico.html to use 4 space indents.
...
Tweaked manually by tabbott for minor formatting improvements.
2017-02-28 13:54:59 -08:00
Tim Abbott
9f67feba0b
invite_user: Add missing translation tag.
2017-02-28 13:53:21 -08:00
adnrs96
4e73e50f6f
Clean invite_user.html to use 4 space indents.
2017-02-28 13:52:03 -08:00
adnrs96
8e76b81a15
Clean api_endpoints.html to use 4 space indents.
...
Tweaked a bit by tabbott.
2017-02-28 13:51:48 -08:00
adnrs96
0a2c771504
Clean authors.html to use 4 space indents.
2017-02-28 13:49:59 -08:00
adnrs96
bf2bccb6f8
Clean base.html to use 4 space indents.
2017-02-28 13:49:35 -08:00
K.Kanakhin
23706a3c9e
Add server error response for failed handlebars template compilation.
...
- Add stamp file creation for the failed templates compilation.
- Add error response to `home` route if stamp file exists. It appears
just for the development environment.
- Add jinja2 template for failed handlebars templates compilation error.
Fixes #3650 .
2017-02-28 09:44:08 -08:00
adnrs96
a4f99fdb22
Clean search_operators.html to use 4 space indents.
2017-02-26 19:33:39 -08:00
adnrs96
9320fbd1a0
Clean accounts_home.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
05ad108268
Clean zulipchat_migration_tos.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
8a08f39cde
Clean tutorial_finale.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
d7ed6bd645
Clean terms.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
74b6978cc1
Clean settings_overlay.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
92d6d5a213
Clean reset_emailed.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
3664236713
Clean reset_confirm.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
aba825f858
Clean reset.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
35b3daacf3
Clean missed_message_email.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
8f5670dfbc
Clean logout.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
11bf32073d
Clean find_my_team.html to use 4 space indents.
2017-02-26 19:32:21 -08:00
adnrs96
5116f00b2a
Clean drafts.html to use 4 space indents.
2017-02-26 19:32:20 -08:00
adnrs96
07b2fe7d27
Clean debug.html to use 4 space indents.
2017-02-26 19:32:20 -08:00
adnrs96
2465191a9a
Clean deactivated.html to use 4 space indents.
2017-02-26 19:32:20 -08:00
adnrs96
15414aaeab
Clean about.html to use 4 space indents.
2017-02-26 19:32:20 -08:00
adnrs96
0b9669d1df
Clean create_realm.html to use 4 space indents.
2017-02-26 19:32:20 -08:00
adnrs96
f37d354cc5
Clean accounts_send_confirm.html to use 4 space indents.
2017-02-26 19:32:20 -08:00
Sampriti Panda
fcfa3123d3
Fix compose box opening when clicking drafts button.
2017-02-26 18:37:03 -08:00
Elliott Jin
8decddb44b
Clean up Google Calendar integration docs.
...
This change fixes a broken link, fixes minor typo, and includes some minor
rewording for clarity / consistency.
2017-02-25 18:20:58 -08:00
Brock Whittaker
9ee5ac6d23
Redesign compose box.
...
This redesigns it to closer to the new implementation design.
2017-02-24 15:07:33 -08:00
Brock Whittaker
0f9a5108fc
settings: Change admin pages to have readonly view for non-admins.
...
This changes the layout of administration for non-administrators such
that they can view organization settings and emoji settings and
displays everything as readonly unless they have the capability to edit.
For now, we just enabled this for the emoji settings and organization
settings features.
2017-02-23 14:20:31 -08:00
Sampriti Panda
1929cc5190
Implement persistent drafts functionality
...
* Created a drafts modal to display/restore/delete drafts
* Created a Draft model to support storing draft data in localstorage
* Removed existing restore-draft functionality
* Added casper and node tests for drafts functionality
Fixes #1717 .
2017-02-23 02:58:23 -08:00
adnrs96
27c0d93ecc
Clean message_history.html to use 4 space indents.
2017-02-22 20:36:12 -08:00
adnrs96
aa194f8ea9
Clean image-overlay.html to use 4 space indents.
2017-02-22 20:36:12 -08:00
adnrs96
77f412f05f
Clean bankruptcy.html to use 4 space indents.
2017-02-22 20:36:12 -08:00
Ayush Jain
455c1919fc
Add customizable invite-new-user text.
...
This makes life a lot easier for people inviting users to a new Zulip
organization, since they can give some form of context now.
Modified by tabbott to clean up CSS, backend code flow, and improve
the formatting of the emails.
Fixes : #1409 .
2017-02-21 22:35:01 -08:00
Brock Whittaker
021e43356f
Replace settings v1 toggle with v2 component toggle.
...
This replaces the settings toggle which had the same markup as the
current component toggle, but not the same JavaScript, along with
having an issue with inline-block spacing, with the new JS generated
one.
2017-02-21 11:31:00 -08:00
Kartik Maji
1a697b6e02
Add frontend to show message edit history.
...
Fixes #268 .
Modified significantly by tabbott to:
* improve code cleanliness / repetition
* add missing translation tags
* move code into message_edit.js
* correspond with the new backend.
* not display the option for messages only topic-edited
2017-02-19 17:41:06 -08:00
Tim Abbott
bbecd41376
help: Fix link to index page being present on index page.
...
Fixes #3613 .
2017-02-18 14:59:43 -08:00
Cynthia Lin
d75a1b0bfc
user docs: Add user guide for *Add an emoji reaction to a message*.
...
Fixes #3616 .
2017-02-18 14:13:57 -08:00
Cynthia Lin
6890f80383
user docs: Fix minor errors in *Star a message*.
2017-02-18 09:21:35 -08:00
Cynthia Lin
3647a6414a
user docs: Add"emoji reaction" to Zulip glossary.
2017-02-18 09:21:35 -08:00
aakash-cr7
b72262e8ec
Add UI for seeing all muted topics in settings page.
...
Fixes #2322 .
2017-02-17 00:10:18 -08:00
paxapy
9a5179c460
Add support for managing and deleting attachments.
...
Modified substantially by tabbott to fix tons of issues.
Fixes #454 .
2017-02-16 23:44:44 -08:00
Brock Whittaker
2592ea56bb
Change portico navbar style.
...
This changes the portico navbar style to be in the new brand color
scheme along with removing the borders around the bottom nav bar.
2017-02-13 17:02:03 -08:00
Igor Tokarev
55cffa1e69
Added keyboard shortcut to edit the last message.
...
Tweaked significantly by tabbott to update Casper tests, document the
new feature, and fix hotkeys.
Fixes #1147 .
2017-02-12 00:29:28 -08:00
Tim Abbott
dd37f9ab1f
help: add :s to hotkeys docs.
2017-02-11 23:19:45 -08:00
Tim Abbott
6ddb625003
help: Clean up hotkeys doc, e.g. using symbols for arrow keys.
2017-02-11 23:19:04 -08:00
Naren Surampudi
373c7c8f95
help: Document MacOS specific version of various hotkeys.
...
Fixes #3577 .
2017-02-11 23:18:54 -08:00
Brock Whittaker
c2e9690e34
Add line break to prevent image inline-block'ing.
...
The image in the page will display next in line to the previous
paragraph which is not how it should look. This adds a <br> to
make the image appear to work as a block element and go down to
the next line without corrupting the <ol> it lives within.
2017-02-10 21:46:09 -08:00