Cynthia Lin
6fd6ef5d57
user docs: Mention message edit history feature in *Edit or delete a message*.
2017-03-13 15:03:35 -07:00
Cynthia Lin
1f2eddad8b
user docs: Add user guide for *View a message's edit history* feature.
...
Fixes #3730
2017-03-13 15:03:35 -07:00
Cynthia Lin
ccd2e40c3a
templates: Change button name in *Message edit history* modal.
...
Changed from **Cancel** to **Close**.
2017-03-13 15:03:35 -07:00
adnrs96
3d2fc9171f
Clean features.html to use 4 space indents.
2017-03-10 11:24:30 -08:00
adnrs96
b33836ed76
Clean subscriptions.html to use 4 space indents.
2017-03-10 11:24:30 -08:00
adnrs96
7e20c96281
Clean right_sidebar.html to use 4 space indents.
2017-03-10 11:24:29 -08:00
James Wang
405f07454c
Add server version to about page template.
...
zserver/context_processors.py: Pull in ZULIP_VERSION variable from version.py
about.html: Put server version into template.
Fixes : #3907
2017-03-09 22:10:54 -08:00
Umair Khan
b228cca377
linter: Fix periods in translatable strings.
2017-03-09 21:57:24 -08:00
Raghav Jajodia
c17e574211
Remove product_name setting and return to harcoding 'Zulip'.
...
This removes some confusion in grep for frontend strings with Zulip in
them and also cleans up the code in some places.
Fixes #1602 .
2017-03-09 21:48:15 -08:00
Tim Abbott
84d4f62abf
lint: Exclude Acme placeholders from translations.
...
These strings represented a small waste of time for our translators.
2017-03-09 00:38:15 -08:00
adnrs96
e43f446b1e
Clean portico.html to use 4 space indents.
2017-03-08 22:08:05 -08:00
adnrs96
b7b295f0ad
Clean api_endpoints.html to use 4 space indents.
2017-03-08 22:08:01 -08:00
adnrs96
c5abccc9ec
Clean accounts_accept_terms.html to use 4 space indents.
2017-03-08 22:08:01 -08:00
Brock Whittaker
db45d220a8
Disable mobile zooming of the Zulip webpage.
...
This disables the zooming ability of the mobile webpage which is good
as focusing on input will automatically zoom the page and sometimes
break content.
2017-03-08 21:08:04 -08:00
Brock Whittaker
c5ba4e11d4
Redesign "/integrations/" page in portico.
...
This redesigns the integrations page to incorporate the new landing nav,
CSS animations, and general styling of the product page set.
2017-03-08 17:42:17 -08:00
Tim Abbott
ac138b6e93
templates: Rename landing-nav.html to landing_nav.html.
2017-03-08 17:30:44 -08:00
Tim Abbott
3b59e6c3cc
subs: Rename /#subscriptions to /#streams.
...
Fixes #3653 .
2017-03-08 16:57:58 -08:00
Tim Abbott
ee231c0223
login: Improve development server login copy.
2017-03-08 12:36:04 -08:00
Tim Abbott
b126d64ead
api: Fix API Keys capitalization.
2017-03-08 12:33:37 -08:00
Umair Khan
f5a1b5d88f
capitalization: Fix Zulip Features.
2017-03-08 12:33:37 -08:00
Umair Khan
4ab06a8645
capitalization: Fix Short Name.
2017-03-08 12:33:37 -08:00
Umair Khan
a7ac0c69ac
capitalization: Fix Organization Type.
2017-03-08 12:33:37 -08:00
Umair Khan
194ac99315
capitalization: Fix Log In.
2017-03-08 12:33:37 -08:00
Umair Khan
7f129397a6
capitalization: Fix Bot Email.
2017-03-08 12:33:37 -08:00
Umair Khan
935cacfc86
capitalization: Fix View Source.
2017-03-08 12:33:37 -08:00
Umair Khan
523f8ecd79
capitalization: Fix Upload New Avatar.
2017-03-08 12:33:37 -08:00
Umair Khan
3dd823b0af
capitalization: Fix Stream Name.
2017-03-08 12:33:36 -08:00
Tim Abbott
6dfbdec82c
lint: Fix closing tags in api.html.
2017-03-08 01:16:08 -08:00
Rohitt Vashishtha
6e238c9235
docs: Update API docs to include complete list of supported Env Vars.
2017-03-08 01:02:33 -08:00
Rohitt Vashishtha
fc41a37db3
docs: Update API docs to include Environment Variables details.
2017-03-08 01:02:33 -08:00
Brock Whittaker
3b55519b11
Redesign "/features/" page in portico.
...
This redesigns the features page to incorporate the new landing nav,
CSS animations, and general styling of the product page set.
2017-03-07 23:25:39 -08:00
Archana BS
a6b5b03122
stats: Change time ranges for bar graph and pie chart.
...
- Change templates/analytics/stats.html to use 'Last
Week', 'Last Month', 'Last Year' time ranges instead
of 'Last 10 days', 'Last 30 days'.
- Change static/styles/stats.css to not set background
color for default time option, for messages sent by
client and message by recipient type.
- Change static/js/stats/stats.js to show only available
time range options, and set background color for the
default. The default is Last Month if it exists, and
otherwise All Time.
Fixes : #3856
2017-03-07 17:25:58 -08:00
Raghav Jajodia
d52e08a25c
analytics: Add a "Last updated" to the bottom of the stats page.
...
Fixes #3857 .
2017-03-07 16:02:27 -08:00
Tim Abbott
9e8023843a
zilencer: Remove obsolete desktop_sso_dispatch.
...
This feature has been obsolete since when Zulip was released as open
source software, since it's purpose was to avoid putting a "server
url" prompt in the desktop app, and now that prompt is required
anyway.
2017-03-06 00:01:47 -08:00
Cynthia Lin
0f02031846
user docs: Add user guide for *View messages containing files or links*.
...
Fixes #3754
2017-03-05 14:17:25 -08:00
Tim Abbott
90bc76cf87
base.html: Remove commented-out HTML5 shim code.
...
From reading the history, I think this was actually never uncommented
in any version of Zulip; and regardless we no longer support IE8.
2017-03-04 20:42:25 -08:00
Raghav Jajodia
c3dbce810e
right-sidebar: Added clear-search button on user-list searchbar.
...
A clear-search option to clear the user-list searchbox has been added.
This feature was present in the main searchbar but absent elsewhere.
Fix a part of #3716 .
2017-03-04 20:30:58 -08:00
Cynthia Lin
f7db3a7d3d
user docs: Fix broken link in *Upload and share files* doc.
2017-03-04 19:07:46 -08:00
Cynthia Lin
777b7d4cb7
user docs: Add user guide for *Manage your uploaded files* feature.
...
Fixes #3723
2017-03-04 17:50:49 -08:00
Cynthia Lin
33e7ae1fd0
user docs: Mention file upload management in *Upload and share files*.
2017-03-04 17:50:49 -08:00
Cynthia Lin
9ed15fa100
user docs: Update *Mute a topic* doc with new Settings feature.
...
Fixes #3793
2017-03-04 17:48:42 -08:00
Raghav Jajodia
4752eb39b4
help: Added user docs for change of email address.
2017-03-04 17:32:48 -08:00
Tim Abbott
9b11993fa7
settings: Fix need to reload when changing time format.
...
I noticed while reviewing #3807 that we still haven't fixed this;
because timestamps are primarily displayed in the message view, fixing
this is trivial.
2017-03-01 22:43:19 -08:00
Tim Abbott
97c23bc1ab
compose: Rename 'New stream message' to 'New topic'.
...
This doesn't update documentation, because we need to update that
anyway to show screenshots of the new compose box.
2017-03-01 21:31:43 -08:00
Tim Abbott
b0f53fd1a8
check-templates: Check left and right sidebars.
2017-03-01 09:08:09 -08:00
Tim Abbott
c21365cacf
templates: Rename image-overlay.html to lightbox_overlay.html.
2017-03-01 09:03:35 -08:00
Tim Abbott
0712926b84
templates: Rename right-sidebar.html to right_sidebar.html.
2017-03-01 09:02:15 -08:00
Tim Abbott
748ec32349
templates: Rename left-sidebar.html to left_sidebar.html.
2017-03-01 09:00:51 -08:00
Tim Abbott
291cfa3c11
templates: Fix settings-sidebar.html usage.
2017-03-01 08:59:23 -08:00
Brock Whittaker
b8f2685b18
Change bots actions to sidebar.
...
This changes the bot actions to a sidebar that resides in the settings
overlay.
2017-02-28 20:02:23 -08:00