1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 23:31:17 +02:00
Commit Graph

643 Commits

Author SHA1 Message Date
Franz Liedke
e07b5eb8eb Recompile dist JS 2016-05-23 22:54:48 +09:00
Dominion
afeee3af4b Pluralize Turkish (#967)
- Changes the pluralization category of Turkish.
- See: https://discuss.flarum.org/d/2937-pluralization-problems
2016-05-23 22:53:33 +09:00
Dominion
682da85dfc Clean up translation keys (#964)
- Corrects the suffix on a key in the Change Email modal.
- Extracts the title of the Edit User modal.
2016-05-21 22:03:57 +09:30
Davis
e4a758dfdf Show post IP address in meta dropdown. closes #956 closes #657 2016-05-21 22:02:42 +09:30
Toby Zerner
6c878cfced Correct order of compiled JavaScript modules 2016-05-21 20:32:06 +09:30
Toby Zerner
553b8f6b29 Move details from post edited indicator back into a tooltip
Showing the username and time of edit is TMI (too much information). This commit changes the visible text to "Edited", and shows the full edit information in a tooltip.

ref #446
2016-05-21 20:27:56 +09:30
Toby Zerner
edbc1164d1 Automatically support basic HTML tags in translations
This allows front-end translations to use basic (attributeless) HTML tags freely, without the need for the translator call to supply a matching vdom element. Translations can thus make use of styling (<em>, <code>, etc.) as they see fit. The translator call can still optionally supply a vdom element to substitute in more complex tags where necessary (e.g. hyperlinks).

/cc @dcsjapan
2016-05-21 20:25:32 +09:30
Franz Liedke
829f0e0275 Customize behavior for various navigation callbacks, pass KeyboardEvent instance to callback
Refs #264.
2016-05-15 23:09:59 +09:00
Franz Liedke
a2b961e525 Make key callback registration more concise
Refs #264.
2016-05-15 22:58:41 +09:00
Franz Liedke
5bbe6f1865 First shot at extracting keyboard navigation code to separate util class
Refs #264.
2016-05-15 22:34:16 +09:00
Franz Liedke
3e8cffeb90 Add a heading to the admin mail page 2016-05-15 20:46:58 +09:00
Franz Liedke
e273796e1c Admin menu: Move email tab closer to the top 2016-05-15 20:31:23 +09:00
Franz Liedke
65dfb749c0 Tweak structure of mail settings page
Refs #258 and #933.
2016-05-15 20:28:05 +09:00
Franz Liedke
57989e32a2 Fix translation keys 2016-05-15 12:08:11 +09:00
Franz Liedke
3b1714c977 Cleanup code (unused import, variable name) 2016-05-14 17:19:01 +09:00
David Sevilla Martín
c17265b04e Replace pencil & tooltip w/ just text; Fixes #446 (#954) 2016-05-14 17:06:02 +09:00
Franz Liedke
8f0935b646 Merge branch 'pr/933'
Closes #258.
2016-05-13 00:25:27 +09:00
Franz Liedke
98b68c6c45 Remove unused import 2016-05-13 00:25:11 +09:00
Franz Liedke
7a1d5a3a35 Compile dist JS for 58a3d33 2016-05-12 23:58:09 +09:00
Augustus D'Souza
58a3d33b60 Fixes #945 - Incorrect Scrubber count value (#946)
* Fixes #945 - Incorrect Scrubber count value

Clicking and dragging the Scrubber beyond the final post causes the counter to exceed the total post count. This commit fixes that issue.

* Updated post calculating logic
2016-05-10 10:52:20 +09:00
David Sevilla Martín
1934d51b8a Changed "Advanced" to "Mail"
+ Added labels above inputs
-  Removed Placeholders
2016-04-23 09:19:02 -04:00
David Sevilla Martín
25b3439d2e Added "Advanced" page on admin & SMTP settings
Refs #258
2016-04-17 09:54:41 -04:00
Franz Liedke
d74d2235db Add a tooltip to the avatar icon
Refs #249.
2016-04-17 22:34:03 +09:00
Franz Liedke
3e7aaf0641 Use a slightly different icon for suggesting upload functionality
Refs #249.
2016-04-17 22:24:09 +09:00
David Sevilla Martín
dfb8ad312b If no avatar uploaded user will see the upload button directly on "avatar" without full opacity
Refs #249
2016-04-16 13:09:09 -04:00
Franz Liedke
2decf76093 Remove unused imports 2016-04-14 23:22:33 +09:00
Toby Zerner
0eee50f6d3 Scroll to reply preview initially 2016-04-08 13:51:23 +09:30
Toby Zerner
1fd5f3f545 Don't show username/email fields when editing own account. fixes #903 2016-04-08 13:40:37 +09:30
Toby Zerner
6a0ea61c55 Fix buttons being given incorrect title 2016-04-08 13:38:50 +09:30
Toby Zerner
2a0bca218a Retain global page components between routes 2016-04-08 13:38:16 +09:30
Sajjad Hasehmian
018b9e0af3 Update app.js 2016-04-07 22:59:01 +04:30
Franz Liedke
e46876006f Fix locale key 2016-04-01 10:49:11 +09:00
Toby Zerner
b9963bbe82 Fix commas in new DiscussionRenamedPost tooltip. ref #428 2016-04-01 12:02:51 +10:30
Franz Liedke
b9b3899dfe DiscussionRenamedPost: Always show new title, show old title in tooltip
Refs #428.
2016-04-01 10:07:34 +09:00
Franz Liedke
38e0fc53ab Improve Button component to only show tooltip if textual content is available 2016-04-01 09:51:18 +09:00
Toby Zerner
b89bfc5194 Fix settings not automatically showing when an extension is enabled 2016-03-31 17:11:23 +10:30
Franz Liedke
e3073832d5 Remove leftover function 2016-03-31 15:12:07 +09:00
Franz Liedke
8093afc008 Fix DiscussionRenamedPost not being redrawn when toggling
Closes #428.
2016-03-31 09:35:19 +09:00
Franz Liedke
1d67e239f7 Make DiscussionRenamedPost spread across three lines
This also adds a little button for expanding / collapsing this additional information.
It is expanded by default right now because I could not get the toggling to work yet.

Refs #428.
2016-03-30 22:13:08 +09:00
Franz Liedke
71c75900cf Extract EventPost description into separate method
This makes it easier to override in subclasses.
In preparation for #428.
2016-03-30 20:41:15 +09:00
Franz Liedke
9df3bbae53 Only update human time objects every ten seconds 2016-03-30 19:47:40 +09:00
Franz Liedke
630215b742 Show full button content as tooltip
Refs #494.
2016-03-30 10:04:08 +09:00
Franz Liedke
43c4c1fe9f extractText: Avoid unnecessary variable 2016-03-30 09:59:54 +09:00
Franz Liedke
c67d6c8c61 Revert "Use GroupBadge component since we already have that"
This reverts commit f6e2a7a7e5.
2016-03-29 22:46:23 +09:00
Franz Liedke
f6e2a7a7e5 Use GroupBadge component since we already have that 2016-03-29 22:39:26 +09:00
Franz Liedke
edc15d3163 Remove unused mixin imports 2016-03-29 22:32:15 +09:00
Franz Liedke
adcda98f30 Prevent humanTime helper to generate future times
Fixes #592.
2016-03-29 22:23:11 +09:00
Franz Liedke
e00661125a Use group ID instead of name in generated class names
This fixes #847.
2016-03-29 22:08:44 +09:00
Toby Zerner
ebde47fe3b Clean up unused code 2016-03-28 15:46:52 +10:30
Toby Zerner
bf003ebe0c Add specific error message when an email address is not found in forgot password modal 2016-03-28 15:46:20 +10:30