zhitomirskiyi
da6e16b3a4
WIP
2011-02-05 15:01:04 -08:00
Dan Hansen
8039ab312a
publisher is now a hot widget
2011-02-05 16:47:43 -06:00
Dan Hansen
d533f46cd7
update widget regardless of scroll count
2011-02-04 15:21:42 -06:00
MrZYX
5b1737b817
updated locales
2011-02-04 19:11:39 +01:00
maxwell
ce010c24ec
update jquery mobile to a3
2011-02-03 20:41:38 -08:00
maxwell
ee02a073cd
toggle mobile site, when mobile device
2011-02-03 18:43:56 -08:00
maxwell
35bc4e3aad
attempt to rebind infield labels on comment form
2011-02-03 18:43:56 -08:00
Dan Hansen
22c1743886
only use more button have inf scroll happens 3 times
2011-02-03 20:38:49 -06:00
zhitomirskiyi
1fbcb3c3e5
added a special case for share bc js being slow
2011-02-03 16:16:45 -08:00
maxwell
1ed737c3b9
make aspects a link, and remove a big db query from the view
2011-02-03 16:15:51 -08:00
maxwell
9879a6eb99
Merge branch 'master' of github.com:diaspora/diaspora
2011-02-03 15:21:59 -08:00
zhitomirskiyi
41bb7a8564
blank instead of nil
2011-02-03 15:16:00 -08:00
maxwell
84325edeb8
Revert "added prune method"
...
This reverts commit 7078937311 .
2011-02-03 15:10:54 -08:00
maxwell
7078937311
added prune method
2011-02-03 14:47:04 -08:00
danielvincent
7668e8d262
fix mobile_fu/ipad issue
2011-02-03 14:11:26 -08:00
zhitomirskiyi
d905021252
comment emails have text
2011-02-03 13:07:26 -08:00
danielvincent
8269e4b300
touched up photo show and status message show pages
2011-02-03 13:05:25 -08:00
danielvincent
9922c42f5e
corrected searchbox autocomplete width
2011-02-03 12:59:03 -08:00
Raphael
460f25e848
run gladiac's migration, rename migration file so it finds class
2011-02-03 11:55:36 -08:00
Raphael
8c9aa2242b
Merge remote branch 'gladiac/835-fixed-mysql-migration'
2011-02-03 11:30:14 -08:00
MrZYX
9ae6ba4d66
updated locales
2011-02-03 15:35:59 +01:00
Raphael
636242283b
Fix cucumber features
2011-02-02 18:49:45 -08:00
Raphael
7c59a5b4bd
Schema changed on rebuild
2011-02-02 18:24:53 -08:00
Raphael
3114672989
Merge branch 'master' of github.com:diaspora/diaspora
2011-02-02 18:13:03 -08:00
Sarah Mei
e7cf5fc841
Fix/expand cucumber feature for new user signup.
...
Replace "wait for aspects page"-type steps with general wait for step.
2011-02-02 17:17:00 -08:00
Raphael
8a2e0eef7c
No semicolons in names
2011-02-02 16:57:04 -08:00
maxwell
7bfaf462c8
zomg actually set the db and use it
2011-02-02 15:33:19 -08:00
maxwell
450696fa60
added db to variables
2011-02-02 15:31:55 -08:00
maxwell
228c1a85e8
add equals
2011-02-02 15:12:51 -08:00
maxwell
f97c4ae5c9
adding loading of user and password from database.yml
2011-02-02 15:09:19 -08:00
maxwell
94135827ce
add mysql dump cron and task
2011-02-02 14:55:13 -08:00
Raphael
cd8d9989cf
Refactor publisher JS, use hidden field for submitting
2011-02-02 14:27:14 -08:00
Sarah Mei
a687f26961
Merge branch 'master' of github.com:diaspora/diaspora
2011-02-02 14:22:20 -08:00
Sarah Mei
b84836ed95
Merging close_account.feature and closes_account.feature
2011-02-02 14:22:07 -08:00
maxwell
3b77663481
people controller takes so much time on CI
2011-02-02 13:37:54 -08:00
maxwell
34a0abe0c8
fix 500 on mobile notifications page
2011-02-02 13:14:34 -08:00
Dan Hansen
286dcef0f0
only hide pagination in #main_stream divs
2011-02-02 14:14:47 -06:00
Raphael
ff3f376c07
Fix cucumber feature
2011-02-02 11:56:39 -08:00
Raphael
3fb6b0e072
Fix saved state cucumber feature
2011-02-02 11:52:56 -08:00
Andreas Schneider
aa6d616d69
db: person_id can only be updated if index is updated too.
...
This fixes the following error:
Mysql2::Error: Duplicate entry '0' for key
'index_profiles_on_person_id': ALTER TABLE `profiles` CHANGE `person_id`
`person_id` int(11) NOT NULL
2011-02-02 20:37:55 +01:00
Andreas Schneider
e63b605b2a
db: Create limited varchar to be able to add index.
2011-02-02 20:37:55 +01:00
Andreas Schneider
8bdc3ec35a
db: Alter the import tables to avoid a mysql bug.
2011-02-02 20:37:55 +01:00
Andreas Schneider
2ddd810dea
db: Fixed the migration of the database.
...
The limit down to 127 is needed cause of a long time bug in mysql. The
error message looks like this when creating an index.
Mysql2::Error: Specified key was too long; max key length is 1000 bytes
So with utf8 (3 bytes for one char) you exceed this with two
varchar(255).
See http://bugs.mysql.com/bug.php?id=4541
2011-02-02 20:37:55 +01:00
danielvincent
693ad112ba
stream element sockets in non-mobile
2011-02-02 11:29:37 -08:00
Sarah Mei
73ea3c60a0
Merge branch 'master' of github.com:diaspora/diaspora
2011-02-02 11:14:36 -08:00
Sarah Mei
9a6fca87ff
Re-enable running a single cucumber feature on the command line
2011-02-02 11:13:59 -08:00
Dan Hansen
82db655a56
make the markup between _comment and _stream_element more consistent, fix embedder in comments
2011-02-02 12:55:16 -06:00
Sarah Mei
9a618d4dc0
Try removing all cached gems for REE before bundle installing on CI
2011-02-02 09:52:20 -08:00
Sarah Mei
a8d6fcd952
remove gem cache before bundle install on ci
2011-02-02 08:55:56 -08:00
Sarah Mei
1de4976915
remove histories table from schema.rb. this is why you don't edit or revert migrations >.<
2011-02-02 08:54:57 -08:00