Steffen van Bergerem
|
d9bf4a2fa6
|
Remove layout 'centered_with_header_with_footer'
|
2015-03-18 21:59:56 +01:00 |
|
Steffen van Bergerem
|
e188782a9a
|
Remove blueprint code
|
2015-03-02 00:04:57 +01:00 |
|
Steffen van Bergerem
|
9de6a26a22
|
Port contacts page to backbonejs
|
2015-01-04 17:13:18 +01:00 |
|
Steffen van Bergerem
|
8cc5847aec
|
Paginate contacts
|
2014-10-11 22:21:31 +02:00 |
|
Steffen van Bergerem
|
ff84ee0485
|
Small style changes, add tests
|
2014-08-26 22:45:43 +02:00 |
|
Steffen van Bergerem
|
9587961883
|
Display all contacts in the contact list
|
2014-08-26 21:41:02 +02:00 |
|
Steffen van Bergerem
|
6461135bfd
|
Redesign contacts page
|
2014-08-26 19:18:32 +02:00 |
|
Niall Paterson
|
f33038f105
|
updated before_filters to before_actions as recommended for rails 4
|
2014-08-23 16:34:01 +02:00 |
|
Błażej Pankowiak
|
2424301112
|
Port Community Spotlight to Bootstrap
|
2014-08-14 21:09:58 +02:00 |
|
Błażej Pankowiak
|
0ad658f98c
|
Port main Contact page to Bootstrap
|
2014-08-14 21:09:57 +02:00 |
|
Fabián Rodríguez
|
649844ea6a
|
Refactor contacts/index
|
2013-01-29 10:01:08 -02:00 |
|
Gonzalo
|
e1756b5b3f
|
Privatize non-action controller methods
|
2012-10-14 19:32:53 -02:00 |
|
Sarah Mei
|
0e0d40d00e
|
Remove pagination from json format of contacts#index; add explanatory comments. I KNOW. But it's super confusing and I can't find a way to rewrite the code to be more clear. Soloing FTL.
|
2012-01-28 15:31:11 -08:00 |
|
Sarah Mei
|
03e3d8e993
|
Refactor contacts#index to have explicit html and mobile formats again, because apparently infinite scroll wants the html version, not the json version.
|
2012-01-28 15:31:11 -08:00 |
|
Sarah Mei
|
a27b17bc68
|
Slight refactor to contacts#index
|
2012-01-28 15:31:11 -08:00 |
|
Sarah Mei
|
3ec09930fe
|
Refactor contacts#index specs. json requests now paginate correctly, but infinite scroll is still broken.
|
2012-01-28 14:43:47 -08:00 |
|
Sarah Mei
|
7d4a81560d
|
Move contact pagination to controller - fixes #2760
|
2012-01-27 21:56:27 -08:00 |
|
Maxwell Salzberg
|
c100f8bfdd
|
clean up Person scopes, and re-use one in contact controller to deprecate a controller method
|
2012-01-27 02:23:38 -08:00 |
|
danielgrippi
|
44b58d707f
|
featured users => community spotlight
|
2011-10-20 11:50:58 -07:00 |
|
danielgrippi
|
91e649977c
|
MS DG update copyright
|
2011-09-14 11:23:12 -07:00 |
|
Raphael Sofaer
|
3c34749dd7
|
Put a select limit on the person query on contactsController index, since we know exactly what we're doing with the data
|
2011-08-12 10:13:29 -07:00 |
|
Raphael Sofaer
|
7021cd79c8
|
Select distinct people in contacts index
|
2011-08-11 11:56:23 -07:00 |
|
Raphael Sofaer
|
091cdd6f94
|
Basic contacts index page on the mobile site
|
2011-08-10 16:23:33 -07:00 |
|
danielgrippi
|
d51e495925
|
fetch featured users from remote servers on app init unless already in the db
|
2011-08-03 18:02:56 -07:00 |
|
Ilyaaaaaaaaaaaaa Zhitomirskiy
|
e42d7273a8
|
featured users section
|
2011-07-29 19:00:15 -07:00 |
|
Dan Hansen
|
6a11784a2e
|
Rewrote ContactsController#index, thoughts?
|
2011-07-17 15:44:07 -07:00 |
|
Raphael Sofaer
|
5d64611f2b
|
Include profile in contactsController index for the publisher
|
2011-07-15 14:49:35 -07:00 |
|
Raphael Sofaer
|
f60a748c21
|
Ajax in the contacts for mentioning after page load
|
2011-07-15 14:23:44 -04:00 |
|
Ilyaaaaaaaaaaaaa Zhitomirskiy
|
1c79c2c6f0
|
made aspect_dropdown ajax in (created route), in the process of removing aspect_membership js responses
|
2011-07-06 12:45:16 -07:00 |
|
danielgrippi
|
ca76db4550
|
DG RS left nav almost there. touched up publisher, among other things
|
2011-07-01 10:49:19 -07:00 |
|
danielgrippi
|
00ffade884
|
sub menu for people only sharing with you on contacts page
|
2011-06-27 17:22:36 -07:00 |
|
danielgrippi
|
44b77c58a3
|
just have a remove from aspect icon when viewing an aspect in contacts index
|
2011-06-27 16:26:54 -07:00 |
|
danielgrippi
|
f839714646
|
added aspect filtering to contact index. fixed rspec
|
2011-06-27 15:03:39 -07:00 |
|
danielgrippi
|
1fe4c3c3de
|
don't group by
|
2011-06-27 14:06:03 -07:00 |
|
danielgrippi
|
85da6d340f
|
sort contacts by last name on contacts page
|
2011-06-27 14:00:15 -07:00 |
|
danielgrippi
|
a2609f7dac
|
simple filter on contacts index page (my/all contacts)
|
2011-06-27 12:12:50 -07:00 |
|
Raphael Sofaer
|
5884a900a2
|
Get rid of manage
|
2011-06-24 16:55:40 -07:00 |
|
danielgrippi
|
16351227f7
|
use aspect dropdowns everywhere; updated rake to 0.9.0
|
2011-05-20 11:50:41 -07:00 |
|
danielgrippi
|
a02b9c01c8
|
eager loading aspect memberships
|
2011-05-13 18:22:42 -07:00 |
|
danielgrippi
|
ee49fb3547
|
no more n-query in the view problem
|
2011-05-13 16:49:37 -07:00 |
|
danielgrippi
|
60a60733df
|
Merge branch 'master' into follow
Conflicts:
app/controllers/aspects_controller.rb
app/controllers/contacts_controller.rb
app/controllers/people_controller.rb
app/controllers/photos_controller.rb
app/controllers/tags_controller.rb
app/helpers/notifications_helper.rb
app/models/notifications/new_request.rb
app/models/user_preference.rb
public/javascripts/view.js
spec/controllers/aspects_controller_spec.rb
spec/controllers/contacts_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/controllers/post_visibilities_controller_spec.rb
spec/controllers/requests_controller_spec.rb
spec/mailers/notifier_spec.rb
spec/models/user_spec.rb
|
2011-05-12 15:49:51 -07:00 |
|
Raphael Sofaer
|
71e77d59b3
|
Revert to including all helpers everywhere, because the rest of the team prefers it that way
|
2011-05-12 13:54:55 -07:00 |
|
Raphael Sofaer
|
ab1f29c339
|
Working on styling the ContactsController#sharing
|
2011-05-10 14:17:43 -07:00 |
|
zhitomirskiyi
|
469d5b99a2
|
WIP added a share view, tests are red
|
2011-05-09 16:55:22 -07:00 |
|
danielgrippi
|
648a10e6d3
|
Merge branch 'master' into follow
Conflicts:
app/controllers/requests_controller.rb
app/controllers/tags_controller.rb
app/helpers/aspects_helper.rb
app/views/notifications/index.html.haml
config/routes.rb
public/javascripts/aspect-edit.js
public/javascripts/contact-list.js
spec/integration/receiving_spec.rb
spec/models/user/connecting_spec.rb
spec/models/user/posting_spec.rb
|
2011-05-04 11:35:35 -07:00 |
|
Raphael Sofaer
|
a5f297d7f7
|
Don't include every helper everywhere, re-organize helpers
|
2011-04-28 10:38:33 -07:00 |
|
danielgrippi
|
aeda5a4e39
|
dispatching / receiving logic complete. following wip.
|
2011-04-07 18:29:24 -07:00 |
|
danielgrippi
|
590e1fd93f
|
All green except invite connecting +2 misc.
|
2011-04-04 15:16:19 -07:00 |
|
Raphael Sofaer
|
e6836c46a7
|
Remove unnecessary includes, finish renaming set_header_data, only run set_header_data on html requests
|
2011-03-09 17:50:46 -08:00 |
|
zhitomirskiyi
|
61dd5a835a
|
default scope on contact
|
2011-02-18 17:38:02 -08:00 |
|