Vishnu Ks
dab90d52e0
register: Fix the autofocus of registration form.
2018-06-07 08:16:09 -07:00
Anupam Dagar
8939767452
message view: Add loading indicator to bankruptcy modal.
...
Tweaked by tabbott to remove the old logic, which wasn't be displayed
and regardless didn't look as nice.
Fixes : #9629 .
2018-06-06 15:06:05 -07:00
Max Nussenbaum
0f77a1f81d
portico: Restyle blockquotes on Why Zulip.
...
This restyles the blockquotes on the Why Zulip page.
2018-06-06 14:54:38 -07:00
Steve Howell
db514002ec
settings: Use separate lists for the two sidebar panels.
...
The list with the options for normal settings now has
the class normal-settings-list.
The list with the options for org settings now has
the class org-settings-list.
The new markup helps us avoid code like this:
$(".settings-list li:not(.admin)")
We also have funny hacks in our key handlers related
to the old combined-list approach, which we can
eventually eliminate.
2018-06-06 09:42:33 -07:00
Max Nussenbaum
1e6bb09bfc
portico: Restyle Why Zulip page.
...
This updates the Why Zulip page to improve the styling of bullets,
blockquotes, and images.
2018-06-04 15:09:03 -07:00
Steve Howell
96caebf38f
Remove dead code related to settings logout option.
...
I guess we used to have a way to logout from within
settings, but the list item was always hidden when you
went into settings, so it's apparently just dead code,
and it's kind of a strange thing to have in settings.
2018-06-04 09:02:58 -07:00
Shubham Dhama
4b42a1207a
portico: Fix `/plans` link in the tour carousel.
2018-06-04 08:54:52 -07:00
Shubham Dhama
e59fcddb13
portico: Stop wraping of slides in landing page carousel.
2018-06-04 08:54:52 -07:00
Robert Hönig
620b473cc8
botserver: Rename zulip-bot-server to zulip-botserver.
2018-06-04 08:39:25 -07:00
Robert Hönig
f0284c84d6
bot docs: Update botserverrc examples.
...
THe botserverrc sections now include
a token for each bot.
2018-06-04 08:39:25 -07:00
Rishi Gupta
182215d125
portico: Update text of why-zulip.
...
With edits from tabbott.
2018-06-03 09:37:00 -07:00
Anupam Dagar
c8024cec5c
hotkey: Close deprecation notice on Enter keypress.
2018-06-03 09:33:16 -07:00
Max Nussenbaum
7f32c26731
portico: Update landing page tour.
...
This moves the tour on the landing page to the top of the page,
and makes a number of other minor fixes.
2018-06-03 09:01:01 -07:00
Rhea Parekh
b47bc0e082
docs: Remove customprofilefield from caveats in slack import doc.
...
This was added in #9035
2018-06-02 09:01:55 -07:00
Rhea Parekh
f8e53511ea
slack import: Add support for bold-italics formatting.
...
Fixes #8927
2018-06-02 09:01:55 -07:00
Tim Abbott
0e354a4a23
api: Document BAD_EVENT_QUEUE_ID errors more completely.
2018-06-01 12:41:50 -07:00
Tim Abbott
ba835e3511
api: Fix response fixtures for create-user.
2018-06-01 12:36:12 -07:00
Tim Abbott
9cbf6ad03b
api: Fix response fixtures for delete_queue.
...
These were malformed.
2018-06-01 12:34:51 -07:00
Yago González
f68fedd808
api docs: Make minor phrasing improvement.
2018-06-01 12:03:31 -07:00
Anupam Dagar
9674a139bf
hotkeys: Change * to Ctr+s for starring a message.
...
Fixes : #9613 .
2018-06-01 09:53:15 -07:00
Eeshan Garg
f5bfa4e793
css: Fix code block formatting issues in our Markdown docs.
2018-06-01 09:19:42 -07:00
Lyla Fischer
7fba0f1505
user docs: Update logging-in.md.
2018-06-01 01:39:45 -04:00
Lyla Fischer
2807189d87
user docs: Update join-a-zulip-organization.
2018-06-01 01:37:30 -04:00
Tim Abbott
656804bdb7
tour: Remove conditionals around CTA button.
...
We really just want a consistent button for this use case.
2018-05-31 12:55:45 -07:00
Rhea Parekh
ae71aa6084
docs: Add macro for import docs "logging in" section.
...
Fixes #9550 .
2018-05-31 08:46:52 -07:00
Tim Abbott
2aa8f214d4
glossary: Fix confusing discussion of integrations.
...
We now have more integration types, anyway.
2018-05-30 18:22:31 -07:00
Eeshan Garg
4f98a45507
docs: Rename "webhooks" to "incoming webhooks".
...
I only renamed references that I thought were absolutely necessary
and only if the resulting sentence structure wasn't awkward.
If the renaming resulted in awkward structure, I replaced the term
"webhook" with "integration" (but only in some very obvious cases).
Fixes #9500 .
2018-05-30 18:21:13 -07:00
Steve Howell
8abaca1457
minor: Turn HTML comment into template comment.
...
We don't need to send comments about our portico
setup over the wire.
2018-05-30 18:12:34 -07:00
Shubham Dhama
d1bfb59872
home: Make `translations` load before `app` bundle.
2018-05-30 23:20:57 +05:30
Rhea Parekh
25ac6e812f
Matrix: Create 'install-matrix' macro.
...
'install-matrix' is used twice, in 'integrations/irc.md'
and 'integrations/matrix.md'. Hence we create a macro for
it.
2018-05-30 10:47:02 -07:00
Rhea Parekh
dffb23afc2
Matrix: update the integration documentation.
2018-05-30 10:47:02 -07:00
Yashashvi Dave
b94986b1e1
jquery-form: Remove use of jquery-form from invite-user form.
2018-05-30 03:14:39 +05:30
novokrest
9278cdf75b
mercurial: Update mercurial.md documentation.
2018-05-29 11:51:05 -07:00
Tim Abbott
059537e00f
irc: Improve the IRC and Matrix documentation.
...
The big changes here are:
* Making the install instructions easier to copy/paste.
* Adding numbering for the IRc integration. We probably want to do a
similar thing with Matrix, too.
2018-05-29 11:24:47 -07:00
Rhea Parekh
1db442acd4
IRC: Add integration documentation.
2018-05-29 10:59:53 -07:00
Rhea Parekh
25e3515d9b
Matrix: Add integration documentation.
2018-05-29 10:59:53 -07:00
Robert Hönig
fe6b46dfa6
docs: Consistently use Botserver instead of botserver or bot server.
2018-05-29 07:27:33 -07:00
Robert Hönig
04d68d2570
code: Rename flaskbotrc to botserverrc.
2018-05-29 10:19:17 +02:00
Shubham Padia
d9b0ab2ae7
narrow: Show non-existing user message for invalid emails.
...
Also adds people.is_valid_bulk_emails_for_compose and refactors
narrow_state.set_compose_defaults to use it.
2018-05-28 10:45:42 -07:00
Yago González
c25855f703
api docs: Fix broken link.
2018-05-28 10:39:25 -07:00
Vishnu Ks
8a294bd880
registration: Keep settings export select after email.
...
Also rename the label.
2018-05-27 22:39:21 -07:00
Vishnu Ks
2ada226008
registration: Use select instead of radio in import settings.
2018-05-27 22:37:11 -07:00
Vishnu Ks
13fe5582d5
registration: Move organization section to top.
2018-05-27 22:37:11 -07:00
Rishi Gupta
08d7e113db
activity: Add link to installation stats.
2018-05-27 22:07:07 -07:00
Yago González
f84c9b919b
api docs: Read parameters and response fixtures from OpenAPI files.
2018-05-26 22:49:55 +02:00
Rishi Gupta
2b97a9488f
stats: Fix on-hover behavior of number of users.
...
Fixes regression introduced in fa9d79e
.
2018-05-26 12:08:05 -07:00
Lyla Fischer
b446bf3cae
user docs: Add doc for stream privacy settings.
2018-05-26 10:04:46 -07:00
Tim Abbott
7d57e2554f
emails: Fix awkward "Zulip Team" invitations signature block.
...
These should have had the "The" at the start.
2018-05-26 07:38:14 -07:00
Tim Abbott
29ed55b253
followup_day1: Emphasize the Organization URL more strongly.
2018-05-26 07:35:26 -07:00
Yago González
2daf6c92f0
i18n: Tag followup_day1 templates for translation.
2018-05-26 07:32:33 -07:00