Dan Neumann
0cf68e2714
Extracted default value initializers.
2013-02-08 01:56:12 -06:00
Alessandro Vermeulen
4589e41302
Added requirements on postgres and redis-server
2013-02-08 08:38:23 +01:00
Elliot Murphy
f28dc6115d
Restore NFS shares on darwin & 1024MB in Vagrant.
2013-02-07 22:07:03 -05:00
tms
b502a40b36
Button container should be no wider than suggested topics
...
The button container sticks out farther than necessary because of the
left margin, causing unnecessary horizontal scrolling at supported
resolutions
2013-02-07 21:18:22 -05:00
Neil Lalonde
79dfccf717
Username validation in signup and username change forms
2013-02-07 18:23:52 -05:00
Neil Lalonde
c524e769d0
Mothership#current_discourse_version had an invalid path
2013-02-07 18:23:52 -05:00
Robin Ward
2c8c602086
Always show username on hover, unless there's something else more interesting to say.
2013-02-07 17:41:32 -05:00
Robin Ward
06f4d7ca8e
Merge pull request #67 from arikfr/master
...
Configured Travis CI to run Jasmine specs too
2013-02-07 14:13:06 -08:00
Robin Ward
2d3b3325a0
Updated to acts_as_paranoid. Fixes #5 .
2013-02-07 17:08:54 -05:00
Arik Fraimovich
95179ac22c
Run Jasmine specs in Travis CI
2013-02-08 00:07:48 +02:00
Sam Saffron
14a807f433
Merge branch 'master' of github.com:discourse/discourse
2013-02-08 08:50:08 +11:00
Sam Saffron
470ecf97cc
I have no objection to the removing of haml, but breaking our templates ... bad
2013-02-08 08:49:58 +11:00
Robin Ward
76cb20ae1f
Merge pull request #65 from ZogStriP/patch-3
...
Added travis-ci build status image
2013-02-07 13:48:31 -08:00
Régis Hanol
139d44cb33
Added travis-ci build status image
...
Now that discourse is using travis-ci, why not show the build status right in the README?
Note: not sure where to place it...
Documentation is over here: http://about.travis-ci.org/docs/user/status-images/
2013-02-07 22:46:06 +01:00
Robin Ward
2d064571df
Fixes some minor issues with users deleting their own posts.
2013-02-07 16:42:31 -05:00
Jeff Atwood
b8ded55450
a few minor copyedits, 1px adjust
2013-02-07 13:41:33 -08:00
Robin Ward
5ee91cc296
Merge pull request #62 from arikfr/master
...
Added TravisCI support
2013-02-07 13:20:46 -08:00
Robin Ward
c4ad927024
Site Settings was deleting the wrong cache object
2013-02-07 16:11:30 -05:00
Robin Ward
63c0fdda44
Merge pull request #57 from blowmage/user_search_refactor
...
Refactor UserController#search_users
2013-02-07 12:38:39 -08:00
Robin Ward
e98fb5592d
Delete button on OP deletes topic
2013-02-07 15:31:53 -05:00
Robin Ward
084a873b91
Give regular users a delete button. If they click it, their post will be revised to
...
say it was deleted.
2013-02-07 15:14:23 -05:00
Arik Fraimovich
ad93fe68d8
Updated .travis.yml to run migrations
2013-02-07 22:03:44 +02:00
Jeff Atwood
af11547108
shift post metadata closer to post
2013-02-07 11:56:22 -08:00
Arik Fraimovich
a63b07f7a5
Empty commit to trigger CI build.
2013-02-07 21:47:41 +02:00
Jeff Atwood
18b0be7a3a
need break-word on user page excerpts
2013-02-07 11:45:20 -08:00
Arik Fraimovich
c5233505e9
Added TravisCI configuration file
2013-02-07 21:43:07 +02:00
Elliot Murphy
f3bcbd8bc3
Use chef-solo to install phantomjs into Vagrant VM.
...
This introduces two configuration management runs into the
Vagrant provisioning phase. The first chef-solo run ensures that
a current version of chef is installed using the omnibus updater.
The second chef-solo run installs vim and phantomjs.
Much more is possible, this is a proof of concept.
Cookbooks are stored in the chef directory, and managed by
librarian-chef, which is like a bundler for cookbooks.
Chef is run when VM is first downloaded and booted, but not on
subsequent halt/up cycles. To force chef to run again, use
`vagrant provision`.
2013-02-07 14:09:57 -05:00
Elliot Murphy
9e198c3ac5
Merge branch 'master' into vagrant-chef
2013-02-07 13:58:28 -05:00
Robin Ward
8be8be9d93
Merge pull request #58 from tjstein/master
...
Fixing spelling error in public/500.html
2013-02-07 10:25:44 -08:00
Robin Ward
424d131d00
Merge pull request #60 from ZogStriP/patch-2
...
Changed Discourse CLA link to the canonical one
2013-02-07 09:49:52 -08:00
Régis Hanol
bb20466215
Changed Discourse CLA link to the canonical one
2013-02-07 18:47:51 +01:00
Robin Ward
3bd72d79f0
Merge pull request #59 from ZogStriP/patch-1
...
Added the link to the Discourse development forums
2013-02-07 09:42:42 -08:00
Régis Hanol
dbb595d83d
Added the link to the Discourse development forums
2013-02-07 18:38:57 +01:00
Mike Moore
d72c26ff92
Refactor UserSearch tests
2013-02-07 09:35:38 -07:00
Mike Moore
e41b6537f9
Remove expectation of term case
2013-02-07 09:35:38 -07:00
Mike Moore
5b01ac9288
Return User objects instead of hashes
2013-02-07 09:35:38 -07:00
Mike Moore
1cd565ec0d
Extract SQL generation method
2013-02-07 09:35:38 -07:00
Mike Moore
972b9d735c
Extract search logic to UserSearch model
2013-02-07 09:35:38 -07:00
Mike Moore
0136727595
Add test coverage for UsersController#search_users
2013-02-07 09:34:06 -07:00
Robin Ward
66a9b97b65
Oops, slim is required for sidekiq's web interface.
2013-02-07 11:32:23 -05:00
TJ
555fed1f45
fixing spelling error
2013-02-07 08:27:59 -08:00
Robin Ward
09a1317478
Merge pull request #12 from darthdeus/fix-all-the-trailing-whitespace
...
Fix all the trailing whitespace
2013-02-07 08:08:44 -08:00
Elliot Murphy
d2cebda786
Merge branch 'master' into vagrant-chef
2013-02-07 11:08:17 -05:00
Jakub Arnold
61654ab8f0
Fix all the trailing whitespace
2013-02-07 16:45:24 +01:00
Robin Ward
00ad40c243
Merge pull request #55 from spockz/patch-1
...
Added bundle install command to easy setup
2013-02-07 07:32:52 -08:00
Robin Ward
1839614bcc
Merge pull request #36 from fenprace/master
...
Remove some gems in the Gemfile
2013-02-07 07:09:28 -08:00
Robin Ward
f83dc09804
Merge pull request #54 from patdeegan/test-cleanups
...
Test cleanups.
2013-02-07 07:05:56 -08:00
Robin Ward
d49cf88c35
Merge pull request #51 from danneu/slug-patch
...
Strip leading and trailing slug punctuation.
2013-02-07 07:02:58 -08:00
Sam Saffron
4fcd924797
I committed a regression around multi site today and site customization, added tests so it don't happen again
2013-02-08 00:55:04 +11:00
Alessandro Vermeulen
efa4495fc2
Added bundle install command to easy setup
...
When I tried to follow the steps mentioned I needed to perform `bundle install` as well.
2013-02-07 13:44:10 +01:00