MrZYX
3133ade245
fixed indentation error in devise.ga.yml
2010-12-30 14:38:14 +01:00
MrZYX
892bc2bc1a
Merge branch '99translations' of ../diaspora-fork
2010-12-30 14:29:39 +01:00
MrZYX
a7467dedb8
updated locales
2010-12-30 14:29:36 +01:00
MrZYX
c7458f107a
fixed syntax error in devise.ga.yml
2010-12-30 14:28:13 +01:00
MrZYX
37964892ce
Merge branch 'irish-language' of https://github.com/joedavis/diaspora
2010-12-30 14:24:24 +01:00
Thomas R. Koll
be270c4696
Adding rake statistics:genders to list all genders with profile count
2010-12-30 14:18:12 +01:00
Joe Davis
cca1b207bd
finished translating
2010-12-30 12:58:27 +00:00
Thomas R. Koll
61d0f0ea65
Feature #717 : Adding rake tasks to print statistics on users and content
...
Adds following rake tasks:
rake statistics:users
rake statistics:content
2010-12-30 13:38:26 +01:00
Raphael
4e44b197c2
Begin writing migration from mongo to mysql
2010-12-29 18:15:13 -08:00
Thomas R. Koll
5c7d39505a
Fixes #721 when creating a comment (ajax) the link to your own profile is fucked up and instead it linked to the user id
2010-12-30 00:48:43 +01:00
Thomas R. Koll
367d2756be
Fixes #713 : Set a pointer cursor for "add photos" input field
2010-12-30 00:17:59 +01:00
Raphael
0328c1677c
Get rid of a reference to Mongo
2010-12-29 11:28:22 -08:00
Raphael
64c31af529
GREEN
2010-12-29 11:18:10 -08:00
Thomas R. Koll
5e1f5ff5b1
Starting spec for rails.js
2010-12-29 17:43:50 +01:00
Thomas R. Koll
869cbdf9e9
* Localizeable "Rename aspect" button
...
* Don't list emails_delivered if there are none yet
* Don't show drag_to_add button if there are no @remote_requests
2010-12-29 17:00:08 +01:00
Nick van der Burgt
3faff76b0c
Reverted the changes in ie.js
2010-12-29 16:11:34 +01:00
Nick van der Burgt
c45fa2d402
Revert changes
2010-12-29 16:06:06 +01:00
MrZYX
154fa77bd6
updated locales
2010-12-29 12:49:30 +01:00
Nick van der Burgt
8bbb142c85
Set a limit on the second page
2010-12-29 12:32:24 +01:00
Nick van der Burgt
46e9be88d1
Wrote spec test for notifications pagination
2010-12-29 12:27:39 +01:00
Nick van der Burgt
e0f583d7d3
Fixed mistake of running will_paginate on @people instead of @notifications
2010-12-29 10:51:42 +01:00
Alec Leamas
6a90646eaa
Nullifying test garbage in last patch
2010-12-29 10:46:29 +01:00
Alec Leamas
8d218e7871
suburi cucumber test.
...
Adds the features/uri-features test directory, testing sub-uri
deployment. These tests uses script/server since much of this code is
about configuring the server. They are not run by "rake cucumber", to
run them use "bundle exec rake cucumber features/uri-test".
Tests requires a working app_config.yml setup with pod_url =
"http://localhost:3000/diaspora "
Patches cucumber.yml to always load step definitions from features/**, see
http://thoughtsincomputation.com/posts/cucumber-step-definitions-and-autorequire-hell
2010-12-29 10:31:25 +01:00
Alec Leamas
c92f80b2eb
Cleaning up some paths.
...
Handling root_url if not ending w /, using http: for all cross-site
references.
2010-12-29 10:10:26 +01:00
Alec Leamas
215d6a8504
Build test diaspora_handle properly.
2010-12-29 10:10:08 +01:00
Sarah Mei
e2804dbbcb
Replace old references to request.from with request.sender
2010-12-28 22:56:53 -08:00
Sarah Mei
2184af09d9
Patch database_cleaner to actually, you know, work.
2010-12-28 22:23:27 -08:00
Sarah Mei
f18439fa14
ZOMG specs pass on mysql!
...
Make '_type' column on services into 'type'.
2010-12-28 21:08:54 -08:00
Sarah Mei
fd74b79b61
do clean before each scenario so db doesn't get into borked state
2010-12-28 20:58:16 -08:00
Sarah Mei
a1b92f5224
Merge javascript formatting changes.
2010-12-28 20:31:49 -08:00
Sarah Mei
c1e036d4f7
Merge branch 'mysql' of github.com:diaspora/diaspora into mysql
2010-12-28 20:04:34 -08:00
Sarah Mei
6f1aee990c
Database is cleaned between scenarios. Progress?
2010-12-28 20:03:58 -08:00
zhitomirskiyi
bd05e97c29
requiring the websocket lib file
2010-12-28 19:53:45 -08:00
zhitomirskiyi
ddf95e2750
couple more passing cucumber stories, changed the queries on request and notification
2010-12-28 19:14:47 -08:00
Thomas R. Koll
06d80d0e57
Issue #729 : Failed posts and comments don't retain text
...
The forms were cleared on a submit event instead of a ajax:success
2010-12-28 23:46:34 +01:00
Joe Davis
eb84561dcd
almost finished
2010-12-28 21:59:34 +00:00
Nick van der Burgt
b33056f72b
Fixed a small mistake
2010-12-28 22:03:13 +01:00
Nick van der Burgt
c7f3a9abfd
Pagination for the notifications
2010-12-28 21:54:41 +01:00
Nick van der Burgt
507a273716
Modified IE to be compatible in the future
2010-12-28 21:54:41 +01:00
Nick van der Burgt
2e9aab137f
Added some more HTML5 elements so no suprises in the future
2010-12-28 21:54:41 +01:00
Raphael
4fec1bf717
1 failure left in mysql specs
2010-12-28 11:38:26 -08:00
Alec Leamas
122d1142b9
Fixing "Can't modify frozen string" error messages from rake db:first_user
2010-12-28 18:07:09 +01:00
zhitomirskiyi
be9101b51f
Merge branch 'mysql' of github.com:diaspora/diaspora into mysql
2010-12-27 22:23:58 -08:00
zhitomirskiyi
11153cf2ca
a couple more passing specs
2010-12-27 22:23:41 -08:00
Sarah Mei
787d550a1f
Fix StatusMessagesController. Refactor specs to take out stuff that's tested elsewhere. MOAR REFAKTRNG PLZ. Is ugly.
2010-12-27 21:48:51 -08:00
Nick van der Burgt
00973e6ad6
Changed Chrome Frame back on
2010-12-27 19:13:41 +01:00
Nick van der Burgt
e6127c6aa9
Included ie.js into the layout
2010-12-27 17:33:50 +01:00
Nick van der Burgt
13b33ee864
Added ie.js file
2010-12-27 17:29:10 +01:00
Nick van der Burgt
980914bc87
Turned of Chrome Frame message thing
2010-12-27 17:27:29 +01:00
Raphael
3d7d8b51d2
Add a spec to user, fix a cucumber step for mysql
2010-12-26 21:05:48 -08:00