Dennis Collinson
|
9d24b518f5
|
DC DG; correctly populate the stream jasmine fixture
|
2012-01-07 14:23:28 -08:00 |
|
danielgrippi
|
dbfb18e249
|
display reshare counts; test inf scroll & reshare counter in jasmine instead of cucumber
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
31fac53969
|
added blocks js model; load app.models.Post before any other model when loading assets
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
5e88ca846a
|
remove jquery-debounce in lieu of _.debounce; remove web_socket vendor libs
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
5bbe8bfccd
|
remove Mustache.js, use _.template as a replacement (we only want to use one js templating library)
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
1e20ca0cf5
|
remove old js files, specs; remove stream references in page js initializers
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
85b5974fa9
|
removed top-level element delcarations from app templates
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
64a90a30ef
|
only load photos for a post if photos_count > 0; display 'limited' or 'public' in stream elements; fix small like bug in stream
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
71bae10317
|
fixed notification specs; removed a cuke around reshares already tested in jasmine
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
565a0b21f7
|
fix .avatar declaration in the header template; make socketing always return nil straight away (we are not using the websocket in this branch, and it makes everything faster when it's off)
|
2012-01-07 14:23:26 -08:00 |
|
danielgrippi
|
3268726a9a
|
added LikesInfo view; simplified Feedback view (not sure how to mock the jasmine specs correctly... ugh)
|
2012-01-07 14:23:26 -08:00 |
|
danielgrippi
|
719e265b68
|
modified app to return a hash if current_user is not present; removed view specs in postsController specs & moved logic to js/jasmine
|
2012-01-07 14:23:26 -08:00 |
|
danielgrippi
|
0a4b4fb344
|
remove duplication in jasmine tests (Post view / Feedback view); one correclty failing jasmine spec for Feedback view; created a StatusMessage model for the publisher
|
2012-01-07 14:23:26 -08:00 |
|
danielgrippi
|
02ca7a32f0
|
added reshare logic back (doesn't append it to the stream...)
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
027bb3dee7
|
removed content-updater widget; better tests around likes on feedback widget; extend the defaultPresenter return value instead of passing the function in Feedback view
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
4029b26c03
|
created publisher view; wip
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
1a5e493b22
|
downcase namespacing of app
|
2012-01-07 14:23:25 -08:00 |
|
Dennis Collinson
|
f5609f2182
|
App views base renders subviews like magic
|
2012-01-07 14:23:24 -08:00 |
|
danielgrippi
|
31d24c60c7
|
added spec for .like_action link being rendered; added comments div back to stream_element for now
|
2012-01-07 14:23:24 -08:00 |
|
danielgrippi
|
1ffdfa8465
|
DC DG; created feedback view; moved jasmine fixtures; modified jasmine spec helper; jasmine is green
|
2012-01-07 14:23:24 -08:00 |
|
danielgrippi
|
67e56dce2c
|
backbone view for header; moved user dropdown logic in there; moved jasmine specs over; removed old widget
|
2012-01-07 14:23:23 -08:00 |
|
danielgrippi
|
c6e4172926
|
fixed likes_controller; half of the failing jasmine tests
|
2012-01-07 14:23:23 -08:00 |
|
Dennis Collinson
|
a7627fabea
|
pulling more view logic into superclass
|
2012-01-07 14:23:23 -08:00 |
|
danielgrippi
|
ae6fa5bebb
|
don't use Diaspora widget system or stream.js when backbone is active;
migrating like actions over to backbone; some cleanup; bump jquery to
1.7.1
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
525fd3c4e4
|
make views associated in stream inherit from App.Views.StreamObject (location of shared deletion function)
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
ffae0f8e85
|
added more jasmine spec; NSFW wip
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
bc1ffd317e
|
reference 'el' explicitly (render methods now return this instead of this.el); comment area focusing working again
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
34e3403e2e
|
jasmine green again; template switching in place, defaulting to displaying post text
|
2012-01-07 14:23:21 -08:00 |
|
Dennis Collinson
|
8e3db3aebe
|
make jasmine view tests work, load templates, party
|
2012-01-07 14:23:21 -08:00 |
|
danielgrippi
|
52e3f1b240
|
DC DG; test stream view WIP
|
2012-01-07 14:23:21 -08:00 |
|
danielgrippi
|
1d178116e9
|
DC DG; jasmine green
|
2012-01-07 14:23:21 -08:00 |
|
Dan Hansen
|
80f797a581
|
introduce comments
|
2012-01-07 14:23:21 -08:00 |
|
Dan Hansen
|
ba9ece0014
|
Use routers, remove some hacks
|
2012-01-07 14:23:21 -08:00 |
|
Jonne Hass
|
77d850f492
|
fix jasmine:ci
|
2011-12-11 02:43:04 +01:00 |
|
Jonne Hass
|
4f993b3d24
|
fix jasmine spec
|
2011-11-10 18:15:23 +01:00 |
|
Dan Hansen & Maxwell Salzberg
|
3cfa0c4602
|
use the stream element partials for testing the StreamElement widget instead of Aspects#index
|
2011-11-04 18:40:24 -05:00 |
|
danielgrippi
|
a46a1d91db
|
Revert "refactor aspects dropdown, (wip, still need to backfill specs)"
This reverts commit 3d8f971ca9.
|
2011-10-27 23:53:55 -07:00 |
|
Dan Hansen
|
3d8f971ca9
|
refactor aspects dropdown, (wip, still need to backfill specs)
|
2011-10-27 22:09:04 -05:00 |
|
Dan Hansen
|
db3e411978
|
fix bootstrap-popover spelling
|
2011-10-26 13:33:04 -05:00 |
|
Dan Hansen
|
ad978f4342
|
add bootstrap js to jasmine src files
|
2011-10-26 13:32:20 -05:00 |
|
Dan Hansen
|
091db3fd66
|
js i18n now accepts a count
|
2011-10-25 21:58:37 -05:00 |
|
Dan Hansen
|
b92cb921c1
|
Publisher.bindAspectToggles() is called in Publisher.initialize(). only bind the events once
jQuery objects containing the same elements don't evaluate as true. test that the elements within the jQuery objects are the same
|
2011-10-23 21:30:54 -05:00 |
|
Dan Hansen
|
81fc5b28da
|
remove embedder
|
2011-10-23 21:30:54 -05:00 |
|
Sarah Mei
|
06ad78f026
|
Fix some publisher specs - spelling errors and stray console.log
|
2011-10-23 19:09:20 -07:00 |
|
danielgrippi
|
8ffbf59f41
|
updated publisher spec; fixed dropdown opacity bug
|
2011-10-17 19:00:33 -07:00 |
|
danielgrippi
|
b61246c168
|
fixed all but two jasmine specs...
|
2011-10-17 16:54:18 -07:00 |
|
Gonzalo Rodriguez
|
e0ffd7c63e
|
Merge branch 'master' into aspect_nav_rework
Conflicts:
features/posts_from_main_page.feature
public/javascripts/aspect-filters.js
spec/javascripts/aspect-filters-spec.js
|
2011-09-27 00:08:05 -03:00 |
|
danielgrippi
|
91e649977c
|
MS DG update copyright
|
2011-09-14 11:23:12 -07:00 |
|
Dan Hansen & Gonzalo Rodriguez
|
2057c8fcf1
|
Aspect navigation rework started..
ToDo:
* Fix failing posts cuke, seems to be timing issue
* Populate stream title when no aspects selected
* All aspects selected by default?
|
2011-09-05 02:02:07 -03:00 |
|
Sarah Mei
|
d701581379
|
Fix 1.9 yaml error caused by asterisks in the glob path.
|
2011-09-03 20:35:16 -07:00 |
|