Commit Graph

162 Commits

Author SHA1 Message Date
Miles Gould
e6eb30fbbf Fetch updates in reverse chronological order by default. 2012-11-09 10:13:16 +00:00
Miles Gould
ed896dd7a5 Add "Post an update" link to the header 2012-11-08 14:01:33 +00:00
Miles Gould
27458d982a Show list of updates on a user's profile page.
Listed in reverse chronological order.
2012-11-08 14:01:11 +00:00
Miles Gould
babc345b8d Link update/show to profile of author. 2012-11-08 13:30:52 +00:00
Miles Gould
a8cd45f97c Defuglify the "show updates" page. 2012-11-08 13:13:24 +00:00
Miles Gould
e12bea06c3 Defuglify the "Edit update" page. 2012-11-08 12:53:53 +00:00
Miles Gould
287a964e87 Post new updates
- always use the ID of the logged-in user
2012-11-08 12:32:07 +00:00
Miles Gould
f3a590fb96 Create Update table and associated gubbins 2012-11-08 11:04:42 +00:00
pozorvlak
265ac8e1ef Merge pull request #44 from Skud/cropimport
Crop import
2012-11-08 02:25:23 -08:00
Skud
1dccf5c432 standardised some capitalisation and spelling 2012-11-07 13:59:03 +11:00
Skud
6d7b04e734 Only logged in users can add/edit scientific names
Some small tweaks to crops tests along the way
2012-11-07 13:46:01 +11:00
Skud
4e3c47a82f Showing scientific names on the crop page 2012-11-07 13:19:59 +11:00
Skud
876a74cee8 Import crops spreadsheet.
Run 'rake db:seed' to load up the data.
2012-11-07 13:07:33 +11:00
Skud
a122613ba3 added scientific names table/model/etc 2012-11-07 12:45:35 +11:00
Skud
913695e795 Merge pull request #43 from Skud/friendlymembers
missed these migrations. d'oh.
2012-11-06 02:44:07 -08:00
Skud
87392a392b missed this migrations. i'm a dolt. 2012-11-06 21:43:04 +11:00
Skud
8d1f92084e Merge pull request #42 from Skud/friendlymembers
Added friendly URLs (/members/skud) for each member
2012-11-06 02:32:19 -08:00
Skud
42c7f86d6d Added friendly URLs (/members/skud) for each member 2012-11-06 21:31:16 +11:00
Skud
eb25d24c03 Merge pull request #41 from sauramaia/membersurl
changed profile URL to members (#38934935)
2012-11-06 02:10:03 -08:00
Maia Sauren
af47daa1a4 changed profile URL to members (#38934935) 2012-11-06 20:59:14 +11:00
Skud
c3b91299e5 Merge pull request #40 from pozorvlak/profile_no_last_login
Create a skeleton profile view
2012-10-30 16:18:42 -07:00
Miles Gould
1216862753 Rewrote profile page to use string interpolation.
Thanks to Matt Fitzgerald for pointing this out:
32fa860dbd (commitcomment-2072792)
2012-10-30 12:57:01 +00:00
Miles Gould
946b3236bb Added spec for profile view. 2012-10-30 09:25:32 +00:00
Miles Gould
8432ec57e7 Show creation date in profile.
US date format used for account creation date to match US English usage.
2012-10-30 09:25:15 +00:00
tehjaymo
32fa860dbd Created profile controller, route and view.
It's under the /profile route rather than /user to avoid clashes with
autogenerated Devise pages.
2012-10-29 22:24:26 +00:00
pozorvlak
a8eaa86d2d Merge pull request #39 from Skud/friendlyid
Set up friendly IDs for crops aka slugs (eww!)
2012-10-28 03:32:27 -07:00
Skud
3b72a9ed17 Set up friendly IDs for crops aka slugs (eww!) 2012-10-27 15:08:30 +11:00
Skud
1ad5669328 Merge pull request #38 from sauramaia/devsiteheader
added 'development site' to header
2012-10-25 04:30:06 -07:00
Maia Sauren
2273e28992 added 'development site' to header 2012-10-25 22:23:22 +11:00
Skud
f64f8c4e82 Update README.md 2012-10-06 23:29:01 +02:00
Skud
b6285634fd Update README.md 2012-10-06 23:28:38 +02:00
Skud
07a8c68866 Update README.md 2012-10-06 23:26:47 +02:00
Skud
735dc964cc Merge pull request #37 from Skud/staging
More tweaks to get staging working
2012-10-06 13:53:11 -07:00
Skud
be029541ee and the database config 2012-10-06 21:52:40 +01:00
Skud
cac912c95f More tweaks to get staging working 2012-10-06 21:48:59 +01:00
Skud
82cd399b11 Merge pull request #36 from Skud/staging
missed a comma
2012-10-06 13:41:34 -07:00
Skud
a1f4fbde02 missed a comma 2012-10-06 21:37:14 +01:00
Skud
5a6ce0af25 Merge pull request #34 from Skud/staging
Deploy to staging environment
2012-10-06 13:35:15 -07:00
Skud
58d3f91b9d Deploy to staging environment
as per http://cjohansen.no/en/rails/multi_staging_environment_for_rails_using_capistrano_and_mod_rails
2012-10-06 21:33:08 +01:00
Cesy
ee7ca79c78 Merge pull request #33 from Skud/deployassets
We don't need to restart twice.
2012-10-06 07:54:14 -07:00
Skud
87146ac1b0 We don't need to restart twice. 2012-10-06 15:23:18 +01:00
Skud
415c76268b Merge pull request #32 from Skud/deployassets
Rearranged the order of deploy tasks.
2012-10-06 07:13:58 -07:00
Skud
6c4aa94a97 Rearranged the order of deploy tasks.
We want to make sure that assets:precompile runs, and that there's a
restart afterwards.
2012-10-06 15:11:39 +01:00
Cesy
ad7c655d3f Merge pull request #31 from Skud/bug74resendconfirmation
You can now reconfirm using email or username.
2012-10-06 06:57:00 -07:00
Skud
140852afed You can now reconfirm using email or username.
Also, cleaned up the standard devise links that show up everywhere, removing signup/signin as they duplicate what's in our header.
2012-10-06 14:53:50 +01:00
Skud
5fbcf95743 Merge pull request #30 from Skud/fixemailinprod2
Fixemailinprod2
2012-10-06 05:50:47 -07:00
Skud
8916b91791 This sends mail correctly on the server, using sendmail. 2012-10-06 13:46:09 +01:00
Skud
617feb457e Make email work in production 2012-10-06 13:42:16 +01:00
Skud
1affa92c4e Merge pull request #28 from Skud/dbdeployment
Need to actually call this task
2012-10-06 05:02:56 -07:00
Skud
4497bb8850 Need to actually call this task 2012-10-06 13:02:07 +01:00