Robin Ward
350554e198
UX: Change category badge style to use stripes
2015-01-20 14:56:06 -05:00
Robin Ward
e7443247dd
Adds plugin-outlet for topic menu buttons. Also a d-button component.
2015-01-14 15:50:20 -05:00
Robin Ward
dba57a4a25
Add title to user header. Refactor statusIcon a bit.
2015-01-12 14:45:43 -05:00
Robin Ward
c02a31d8b4
Raw templates should resolve their views with the resolver
2015-01-07 14:21:31 -05:00
Robin Ward
701d896912
FIX: Link domains were not showing up in the topic map
2015-01-02 10:46:04 -05:00
Sam
7707803201
helper should retain context
2014-12-31 12:30:48 +11:00
Sam
8524a9d94b
FEATURE: raw helper has access to parent and options view object
2014-12-31 12:30:14 +11:00
Robin Ward
0e0d8e79df
For plugin outlets, automatically assign the unique name as a class to
...
the connector.
2014-12-30 17:08:39 -05:00
Robin Ward
57b89a2c7f
Plugin stuff:
...
* Allow plugins to work with only autoloaded assets.
* Give a plugin outlet a class name based on its name if no view class
* Give the `topic-title` outlet a default class of `clear: both`
2014-12-30 16:29:28 -05:00
Robin Ward
db89695d4d
FIX: Load order of Javascript
2014-12-18 11:22:02 -05:00
Robin Ward
8b51176f2e
FIX: Category badges were missing stripes in some places
2014-12-18 11:03:17 -05:00
Robin Ward
a8acbc37a2
Refactor selector components for extensibility
2014-12-18 10:36:58 -05:00
Robin Ward
2ca0a307de
FIX: When using {{avatar}} within autocomplete
2014-12-17 10:05:38 -05:00
Robin Ward
f3babdb319
Fixes many Ember 1.9.0 deprecations
2014-12-17 09:31:42 -05:00
Robin Ward
3e8d8bf90d
Revert i18n initializer, it breaks tests.
2014-12-17 09:31:42 -05:00
Robin Ward
3e408f9caa
Fix more deprecated helpers
2014-12-17 09:31:41 -05:00
Robin Ward
7aaf2fcb65
Fix broken qunit tests in 1.9.0
2014-12-17 09:31:41 -05:00
Robin Ward
bdc075b266
Minimize use of stream calls
2014-12-17 09:31:41 -05:00
Sam
f8f1611035
compatibility fixes
2014-12-17 09:31:41 -05:00
Sam
a0787103c1
fix raw helper so its handlebars 2.0 compliant
2014-12-17 09:31:41 -05:00
Robin Ward
008a19f997
More 1.9.0 fixes
2014-12-17 09:31:41 -05:00
Robin Ward
02f3a2d115
Fix more deprecations for 1.9.0
2014-12-17 09:31:41 -05:00
Robin Ward
5659b93c71
Many fixes for Ember 1.9.0
2014-12-17 09:31:40 -05:00
Robin Ward
61101736cb
Ember.empty has been renamed to Ember.isEmpty
2014-12-17 09:31:40 -05:00
Robin Ward
4de412365e
The {{i18n}} helper should use quotes when looking up keys, always.
2014-12-08 16:36:18 -05:00
Robin Ward
5fd3f2547c
FIX: Fix rerendering issues on some components.
2014-12-08 14:47:49 -05:00
Robin Ward
0d12ed2231
UX: More spinner upgrades
2014-11-13 15:40:28 -05:00
Robin Ward
7b50244e98
UX: Use new loading spinner when uploading an image
2014-11-13 12:55:47 -05:00
Robin Ward
03bc91f204
Unify loading-spinner helper, add conditional support via component
2014-11-12 15:11:20 -05:00
Robin Ward
824c0b0f87
FIX: Remove grouped-each helper. GroupedView is deprecated in Ember
...
1.9
2014-11-11 15:58:47 -05:00
Robin Ward
4d4734ef2f
Refactored loading routes for users/badges
2014-11-11 14:17:19 -05:00
Kris Aubuchon
6ca555eee0
simplifying the spinner due to IE/Win Chrome issues
2014-11-11 09:22:14 -05:00
Robin Ward
a6b1be81b1
Upgrade to Ember 1.7.1 + group patch
2014-11-10 14:49:02 -05:00
Kris Aubuchon
a0e5605869
updated loading spinner
2014-11-05 20:13:51 -05:00
Robin Ward
acfd99ebf2
FIX: Use proper HTML for spinner rather than handlebars
2014-11-05 12:04:35 -05:00
Kris Aubuchon
59e0c1b9cd
trying out a new css-only loading spinner
2014-11-05 10:08:20 -05:00
Robin Ward
44ff357e1c
Remove unused view, use preferred dash format for filenames, add
...
warnings when templates are missing
2014-10-29 10:39:06 -04:00
Robin Ward
daf7239d87
Lookup templates using the container
2014-10-29 10:32:57 -04:00
Sam
eab12cc6b8
PERF: move excerpt to raw, expose i18n to handlebars
2014-10-29 16:08:35 +11:00
Sam
5729e7df6f
PERF: use raw rendering for topic list
...
rename my handlebars helper to "raw",
create ember compat handlebars to handle rendering
patch ember rails to use the correct precompiler
2014-10-29 15:24:51 +11:00
Sam
e3b88d3688
Revert "REVERT commits for raw handlebars rendering. We need to create a"
...
This reverts commit a4363e033d .
2014-10-29 13:05:19 +11:00
Robin Ward
a4363e033d
REVERT commits for raw handlebars rendering. We need to create a
...
separate branch and discuss issues of this approach.
2014-10-28 10:56:04 -04:00
Sam
ad46a490cc
correct coldmaps
2014-10-28 17:54:00 +11:00
Sam
f5379cee89
PERF: move activity-column to handlebars
2014-10-28 17:20:56 +11:00
Sam
09f6011bbd
PERF: split out category column rendering
2014-10-28 14:56:27 +11:00
Sam
adb870a909
PERF: use handlebars rendering for user list
...
this shave topic list rendering on local down from 140ms to 100ms
2014-10-28 13:31:25 +11:00
Robin Ward
caf31dde1e
Revert "GroupedEach helper fix for ember 1.8"
...
This reverts commit 3075ebf77c .
2014-10-27 15:58:04 -04:00
Robin Ward
3075ebf77c
GroupedEach helper fix for ember 1.8
2014-10-27 15:31:35 -04:00
Robin Ward
71f211f0b3
FEATURE: Allow users to select a badge with an image to appear on their
...
user card
2014-10-20 16:35:38 -04:00
Robin Ward
d0fb8bbcfc
Instead of .js.handlebars use .hbs for handlebars templates
2014-09-26 15:23:15 -04:00