Régis Hanol
0bb02505b0
BUGFIX: error when find_similar_to has no response
2014-01-21 19:32:37 +01:00
Robin Ward
a524194a46
FIX: Bugged up Components vs. Views. My original error was using
...
`templateName` instead of `layoutName` in an `Em.Component`. This fixes
that and backs out other "fixes"
2014-01-21 13:08:47 -05:00
Neil Lalonde
ba74226346
FIX: invited users get clearer messaging when setting a password for the first time
2014-01-21 12:42:26 -05:00
Robin Ward
3c3449aa1b
Revert "New API for replacing elements in the final JsonML. Also changes spoiler"
...
This reverts commit 6b9b2d3d6a
.
We have come up with a better solution that does not involve HTML
parsing.
2014-01-21 12:04:58 -05:00
Wojciech Zawistowski
e9c0445769
FIX: keyboard navigation in the search box results dropdown
2014-01-21 17:17:40 +01:00
Neil Lalonde
5f46ce7329
Fix cold colours in activity column of topic lists
2014-01-21 11:11:30 -05:00
Robin Ward
564a7e505e
FIX: Deprecation warning on bindAttr
2014-01-21 11:06:18 -05:00
Vikhyat Korrapati
7a45d261a7
Fix inviting others to private messages.
2014-01-21 11:57:05 +05:30
Robin Ward
8c32f22ae0
FIX: Adding components to a ContainerView doesn't set the context
...
properly.
2014-01-20 17:13:36 -05:00
Robin Ward
6b9b2d3d6a
New API for replacing elements in the final JsonML. Also changes spoiler
...
tag handling to be more robust with repsect to HTML content.
2014-01-20 15:15:50 -05:00
Neil Lalonde
daa5d023d6
FIX: topics with no replies should show coldness in activity column
2014-01-20 15:06:20 -05:00
Régis Hanol
26b7bf388e
BUGFIX: JS error when login_required is enabled
2014-01-20 14:41:11 +01:00
Sam
c7c1c937af
STYLE: cleaner targetting in components
2014-01-20 17:25:54 +11:00
Sam
12b72762da
BUGFIX: computed.alias (and even property) seems bust in components
2014-01-20 17:22:53 +11:00
Sam
a7730f4b52
BUGFIX: missing styling
2014-01-20 10:44:13 +11:00
Sam
84ff5b7a81
UI: missing space
2014-01-20 10:32:03 +11:00
Régis Hanol
57eacdaeed
BUGFIX: properly escape HTML entities in excerpt (props to @ecuk)
2014-01-19 23:54:52 +01:00
Régis Hanol
a24e1f152d
BUGFIX: clicking cancel should not reload the page
...
when assets have changed.
2014-01-19 20:55:46 +01:00
Régis Hanol
5ec22cdd23
BUGFIX: edit category button should only be shown to staff members
2014-01-19 13:55:32 +01:00
Régis Hanol
c4cbf934d0
BUGFIX: move mobile templates to discovery
2014-01-19 00:49:45 +01:00
Régis Hanol
b49e448556
FEATURE: show pinned topics for TL0 on top/year page
...
BUGFIX: word-wrap on topic-excerpt
2014-01-18 19:27:26 +01:00
Régis Hanol
aca53aa722
BUGFIX: display links to other periods at the bottom of the top/:period page
2014-01-18 19:27:26 +01:00
Régis Hanol
8d2e5041bc
BUGFIX: proper handling of /none subcategory
2014-01-18 19:27:25 +01:00
Régis Hanol
7f5ef60d5f
BUGFIX: url was overriden when using the back button after visiting a topic
2014-01-18 19:27:25 +01:00
Régis Hanol
129617b415
Lots of bugfixes
...
BUGFIX: navigation bar should always activate the right tab (even when diging into a top period)
BUGFIX: /top pages titles
BUGFIX: no "edit category" button on /top page after visiting a category
BUGFIX: properly hide category columns when there is no children category (on both filter + top pages)
BUGFIX: promises not caught when scrolling down a topic list to load more of them
BUGFIX: CSS on category dropdowns
Updated `top_menu` i18n with available filters
2014-01-18 19:27:25 +01:00
Robin Ward
4981525047
REFACTOR: Fixes poor class hierarchy for listing topics
...
- Upgrades Ember to latest
- Fixes a bunch of bugs with page titles and missing "active" states
2014-01-18 19:26:24 +01:00
Régis Hanol
86214989f5
BUGFIX: remote upload dialog was broken
2014-01-18 19:26:24 +01:00
Robin Ward
55397361be
Update ember-cloaking to remove dependency on I18n
2014-01-17 16:56:24 -05:00
Robin Ward
f47e8e12dd
FIX #1831 : Dates were unbound on the profile page.
2014-01-17 16:24:45 -05:00
Robin Ward
6131829df0
rename date
to unboundDate
because it is unbound.
2014-01-17 15:23:51 -05:00
Robin Ward
bc2993b458
FIX: Incorrect comment, thanks @ZogStrIP
2014-01-17 14:05:31 -05:00
Robin Ward
f4c57130dc
Renames unboundDate
to rawDate
because date
is current unbound.
2014-01-17 13:56:26 -05:00
Robin Ward
0c0833d6b9
FIXES #1833 , thanks @stefanpenner
2014-01-17 10:44:42 -05:00
Neil Lalonde
09ed7fe283
Sanitize your bio after you save it and render it to yourself.
2014-01-16 16:12:34 -05:00
Neil Lalonde
2a33a35566
Staff can create uncategorized topics even if allow_uncategorized_topics is false
2014-01-15 15:58:29 -05:00
Neil Lalonde
158306f2f4
Don't show uncategorized in hamburger menu if it's empty, unless you're staff
2014-01-15 15:20:07 -05:00
Régis Hanol
41a53c3203
FEATURE: overridable template for adding custom buttons on the composer
2014-01-15 17:52:38 +01:00
Sam
5a238c62eb
BUGFIX: more robust breakUp helper
2014-01-15 17:08:00 +11:00
Sam
e5b4f0f51e
Merge pull request #1822 from cfstras/breakUp_username_fix
...
Fix Post-rendering bug
2014-01-14 22:01:09 -08:00
Sam
a247389d4e
FEATURE: automatically update site to latest version of assets
...
if a user neglects to move around the site it will prompt to do so 2 hours in
2014-01-15 12:08:35 +11:00
Sam
fd95dbe75a
FEATURE: Automatically force a full refresh between pages if assets change
2014-01-15 12:08:35 +11:00
Régis Hanol
ad8755aa70
BUGFIX: inline spoiler for text, block spoiler for images
2014-01-15 00:53:06 +01:00
Robin Ward
9097368038
FIX: Incorrect string match
2014-01-14 15:38:12 -05:00
Robin Ward
71aed34e64
FIX: Allow click tracking to work with different origins
2014-01-14 15:20:46 -05:00
Régis Hanol
8e5b736caa
BUGFIX: could not save user's preferences when categories where watched/tracked/muted
2014-01-14 20:30:35 +01:00
Régis Hanol
92cb52e76e
BUGFIX: groups page wasn't working
2014-01-14 19:18:04 +01:00
Régis Hanol
2a89f51d19
BUGFIX: cannot sort topic
2014-01-14 10:30:05 +01:00
Régis Hanol
9ab5b3a123
BUGFIX: properly hide categories/top lists view when loading another tab
2014-01-14 01:47:36 +01:00
Régis Hanol
3a6bffa05d
FEATURE: better top pages
2014-01-14 01:09:12 +01:00
Jeff Atwood
069a42cde1
Merge pull request #1825 from awesomerobot/master
...
fixing the admin icon in the compose window
2014-01-13 16:04:06 -08:00