12113 Commits

Author SHA1 Message Date
Skud
cd72350e9e refactor: remove unneeded %div in HAML 2012-12-02 11:59:31 +11:00
Skud
496a76d635 things flow better with posessive apostrophes 2012-11-26 23:15:49 +11:00
Skud
208afba8c9 'Garden' is a better name, I think 2012-11-26 23:11:16 +11:00
Skud
32061e889b link member page from garden page 2012-11-26 22:59:59 +11:00
Skud
e4e150d4be tabbed interface for plantings/updates 2012-11-26 22:54:50 +11:00
Skud
ec4360400e removed spurious table tag 2012-11-26 22:50:58 +11:00
Skud
ad71d240b3 oops, should be an = here 2012-11-26 22:50:08 +11:00
Skud
91e24e4ac2 fixed broken tests 2012-11-26 22:36:50 +11:00
Skud
1aa59f01d8 Standardised the messages about UI stubs 2012-11-26 22:08:01 +11:00
Skud
1cb80d9645 Link to "My Garden" from member profile page
Also includes random selection of crops
2012-11-26 21:46:30 +11:00
Skud
08302a4864 Randomly display 8 crops on the garden page 2012-11-26 21:34:23 +11:00
Skud
2a64f04c2d Call the thumbnail partial 2012-11-26 21:31:23 +11:00
Skud
1d6fedf712 extracted crop thumbnail into a partial 2012-11-26 20:53:00 +11:00
Skud
6d3a4e6be6 Reformatted this page to use bootstrap and look nicer 2012-11-26 20:49:41 +11:00
Skud
54acbba854 added pivotal tracker rc file to .gitignore 2012-11-26 19:06:09 +11:00
Skud
760cf03b2c Fixed tests by getting rid of valid_session 2012-11-26 19:04:43 +11:00
pozorvlak
1808786670 Merge pull request #54 from Skud/footerscroll
Footerscroll
2012-11-21 02:37:38 -08:00
Skud
a226ccd496 Added just a smidge more padding
... so the "new crop" button on /crops isn't hard up against the footer
2012-11-20 23:02:02 +11:00
Skud
4023059ea5 Fixed footer problem by adding padding to body 2012-11-19 10:01:02 +11:00
pozorvlak
1d7dac018f Merge pull request #53 from pozorvlak/crops_formatting
Crops formatting
2012-11-15 16:11:16 -08:00
Miles Gould
6d44bafa31 Change markup of buttons to Bootstrap format. 2012-11-16 00:07:58 +00:00
Miles Gould
b6e7cd4479 Fix weird linebreaks on crops index page. 2012-11-15 23:59:03 +00:00
pozorvlak
43999936a2 Merge pull request #52 from pozorvlak/dev
Merged "bootstrap".
2012-11-15 15:34:02 -08:00
Miles Gould
26e4699812 Merged "bootstrap". 2012-11-15 23:22:40 +00:00
Skud
9349eb9d63 Merge pull request #50 from Skud/updaterss3
Fixes problem with devise caused by RSS changes
2012-11-13 03:34:17 -08:00
Skud
0cc4b81d9b Fixes problem with devise caused by RSS changes
The auto discovery links in the head of the HTML were causing
trouble when rails tried to render the devise pages.  It kept
saying it couldn't find a route for /devise/updates.  This seems
to have fixed it.
2012-11-13 22:32:55 +11:00
Skud
9f70027f87 Merge pull request #49 from Skud/updaterss2
Updaterss2
2012-11-13 01:54:10 -08:00
Skud
3ac30007e2 Make member's RSS feed the first/default
In at least one RSS reader (NetNewsWire) it uses the first on the
list, so it makes sense to have the most contextually relevant
one be listed first.
2012-11-13 20:48:40 +11:00
Skud
208553bf89 apparently we need to send just ONE local through 2012-11-13 20:43:56 +11:00
Skud
1d529f0783 oops, locals aren't required here 2012-11-13 20:37:03 +11:00
Skud
b6675fa8cb Added a link to "Members" on the homepage.
The members' index page was another story (#39029449) but it ended
up getting done as a side effect of the RSS story.
2012-11-12 17:44:17 +11:00
Skud
4e3dff25f6 Standardised RSS feed titles and removed descriptions.
The descriptions were just repeating the titles anyway.
2012-11-12 17:36:28 +11:00
Skud
ae386149d8 Limited the firehose feed to 100 updates
(should be MORE than enough. we're going to have to cut this feed off
pretty promptly, I should think!)
2012-11-12 17:32:51 +11:00
Skud
1d3df3cba9 Added an feed for crops, too (PT #37282795) 2012-11-12 17:29:37 +11:00
Skud
cdc356fc73 Added RSS auto-discovery to the <head> of each page
Note: no tests because we haven't yet figured out how to test things
that appear in the HEAD section. Suggestions welcome.
2012-11-12 16:57:37 +11:00
Skud
8006f75275 RSS feeds for each member, plus tests. 2012-11-12 16:15:13 +11:00
cephLpod
1c5c780753 RSS feed for all updates.
Haven't written any tests yet. Oops.
Still need each user's individual feed.
2012-11-11 22:19:54 -06:00
Skud
5a379a40ab Merge pull request #46 from Skud/updates2
Updates
2012-11-11 16:16:15 -08:00
Skud
e20c28a9b4 Merge pull request #48 from pozorvlak/login_profile_link
Change "you are logged in as X" to a link to your profile
2012-11-10 03:57:54 -08:00
Juliet
3cca99155b Link 'you are logged in as' to profile page (ID 38703855) 2012-11-09 14:56:33 +00:00
Juliet
95a330a768 Removing unused growstuff/ and test/ directories (use spec/ instead of test/) 2012-11-09 14:56:33 +00:00
Skud
cf75af105f Added dual index on creation date and user id
As suggested by rails tutorial, as it'll be needed for displaying
updates quickly on members' pages.
2012-11-10 00:07:11 +11:00
Skud
c68ff5424e Added tests for markdown formatting 2012-11-09 23:29:58 +11:00
Miles Gould
02fbae0cfc Use Markdown to display updates 2012-11-09 12:06:18 +00:00
Miles Gould
78532ca2aa Link to list of recent updates from homepage. 2012-11-09 10:35:50 +00:00
Miles Gould
c77badaa58 Show updates in divs instead of tables
Using a partial to DRY out the rendering.
2012-11-09 10:32:12 +00:00
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