Commit graph

2043 commits

Author SHA1 Message Date
Raphael
60e29f6572 Magent should use the same settings as mongomapper, app config should load first, websocket spec is a little better. 2010-09-19 16:37:34 -07:00
danielvincent
14ad24ba7e visual tweaks on header. moved upload a file button to header on album#show 2010-09-19 14:27:20 -07:00
danielvincent
b40b81e447 aspect manage tab now reads 'manage aspects' 2010-09-19 10:11:41 -07:00
Pedro Silva
230865aaa2 Added Portuguese Portugal locale 2010-09-20 00:58:57 +08:00
kook
6c6c7be1e5 oopsie 2010-09-19 10:28:33 +08:00
kook
c34e4caafa czech translation 2010-09-19 10:28:20 +08:00
MrZYX
7c62a5adf7 fixed drag & drop on aspect manage page 2010-09-19 09:57:58 +08:00
MrZYX
5740c72804 made websocket server host configurable 2010-09-19 09:57:57 +08:00
danielvincent
cc4e9f8d39 description text for all boxes in manage page. search box text defaults to query on people#index. 2010-09-18 17:56:26 -07:00
danielvincent
b5a2971302 search results for people now look like the stream 2010-09-18 17:49:52 -07:00
danielvincent
08f833ba7a case insensitivity on search 2010-09-18 17:21:18 -07:00
danielvincent
e9a3f46fbd fixed query function to go through mongomapper instead of custom 2010-09-18 16:42:07 -07:00
danielvincent
2efde8a841 added missing quote in finnish locale 2010-09-18 15:50:35 -07:00
Danillo César
ac09f48cf8 Added locales files for portuguese brazilian. 2010-09-19 06:42:36 +08:00
’Jarkko
6cf5f6c8c7 Finnish locales 2010-09-19 06:39:32 +08:00
danielvincent
f034b180c2 quotation fix in italian locale 2010-09-18 15:36:42 -07:00
Otacon
34c0c3c89f Added italian translation (it) 2010-09-19 06:28:35 +08:00
ZTurtleMan
7d0db11444 Lithuanian local should use 'lt' not 'en' 2010-09-18 13:07:34 +08:00
Vytautas Jakutis
211bc1b59a adding Lithuanian locale, thanks to my friends and typewith.me :) 2010-09-18 08:14:51 +08:00
Ariel Zavala
6c3882ce57 Added devise spanish locale 2010-09-18 08:08:32 +08:00
Ariel Zavala
0b91a2c186 Added I18n initializer 2010-09-18 08:08:32 +08:00
Rick Waldron
535f6ed334 More clean up to decrementRequestsCounter() 2010-09-18 08:05:51 +08:00
Rick Waldron
fcdc1d914c Cached all reused match selector sets, moved synchronous functions into callbacks where needed for optimization; Moved all DOM manip into $(function () {} ) 2010-09-18 08:04:47 +08:00
Rick Waldron
773839308c Moved .live(...) into $(function() {}) block - DOM logic should not be left to synchronously execute outside of a DOMContentLoaded closure 2010-09-18 08:03:59 +08:00
Johan Brinch
1f2592db18 Remove trailing whitespace 2010-09-18 08:02:02 +08:00
Don Park
2d16289e46 use photos_path to generate the correct POST destination for photo uploads 2010-09-18 07:50:12 +08:00
Sven Kräuter
3457883787 added missing directory creation for mongodb mac os x installation 2010-09-18 07:48:24 +08:00
cori schlegel
6223b7d78f update README with mongodb install info for other Ubuntu distros 2010-09-18 07:45:57 +08:00
T-Moe
2e55666b46 Added note about universe being required under Ubuntu to Readme.md 2010-09-18 07:38:47 +08:00
Ethan Bruning
d1c7559c29 Added check to see if Mongod is running 2010-09-18 07:37:35 +08:00
Patrick Aljord
182c6228f3 show comments ordered by created_at, they are showing up at random order without that 2010-09-18 07:36:21 +08:00
Raphael
5b29c2700a Restore thin yml 2010-09-17 15:03:16 -07:00
Raphael
84789f64c9 scope album queries through user 2010-09-17 14:57:14 -07:00
Raphael
f5c10bb24c Put master deploy info back in master 2010-09-17 14:39:15 -07:00
Stephen Caudill
81d753e773 Refactor Album spec
* use let(!) where appropriate (see [1] for more info).
* use `context` to portray scenarios
* use `describe` to portray method and Class specifications
* omit the word "should" from example descriptions (Dave Chelimsky
  remarked to me that it was "tantamount to line-noise" and I'm of the
  opinion that it adds no value.
* use more idiomatic Ruby (prefer things like 2.times to 1.upto(2))
* use more idiomatic Rails (prefer 1.minute.from_now to Time.now +
  60*60)
* use more idiomatic Rspec (prefer album.should be_valid to
  album.valid?.should be_true
* also ensure to only make one assertion per example

Other sundry cleanups.

[1] http://rdoc.info/github/rspec/rspec-core/master/RSpec/Core/Let/ClassMethods#let-instance_method
2010-09-17 16:41:58 -04:00
Raphael
b3549c79f4 Give slightly more specific error message 2010-09-17 12:49:49 -07:00
Raphael
71ac61c01d Fix websocket specs 2010-09-17 12:49:05 -07:00
Raphael
a96a52def7 Run 3 thins 2010-09-17 11:58:34 -07:00
Raphael
ce2260b747 Merge branch 'master' of github.com:diaspora/diaspora into production 2010-09-17 11:57:36 -07:00
Raphael
3859f8a529 Adding instructions to readme 2010-09-17 10:56:42 -07:00
Raphael
5df33a6fd0 Take out users/show, use current_user in update 2010-09-17 10:50:18 -07:00
Raphael
be26794e4a only write to your own profile 2010-09-17 10:46:14 -07:00
Raphael
511a4487de Make running the websocket server a little easier 2010-09-17 10:44:15 -07:00
Raphael
99ad001d28 Fix websocket spec, take out puts in by_webfinger 2010-09-17 09:52:31 -07:00
Raphael
5c48e81f67 Give a little more feedback on the websocket server 2010-09-17 09:48:01 -07:00
Raphael
cf02b3221c Merge branch 'production' of github.com:diaspora/diaspora into production 2010-09-16 21:53:47 -07:00
Raphael
2e8ecceaf7 Merge branch 'master' of github.com:diaspora/diaspora into production 2010-09-16 21:53:34 -07:00
Raphael
7c02200a67 Finish moving out websocket server, add task to start it 2010-09-16 21:42:16 -07:00
Raphael
b45906f902 Merge branch 'master' of github.com:diaspora/diaspora 2010-09-16 21:35:48 -07:00
Raphael
c520fb71a7 Moved socket out to separate process. Multiple thins should now be possible 2010-09-16 21:34:15 -07:00