Andrew Brown
cbe37b40c4
Merge branch 'master' into serendipitous-improvements
2016-10-03 22:02:02 +02:00
Andrew Brown
f277853df2
Couple other typos
2016-10-03 21:41:33 +02:00
Ashley Sullins
eb281b6165
Add archetype to character information
2016-10-02 22:24:52 -05:00
Robert Richter
901d76c890
Make serendipitous card more robust
2016-10-02 14:47:52 -05:00
Robert Richter
922bea78fe
Resolve some unitialized variable warnings
2016-10-02 13:06:15 -05:00
Andrew Brown
5dbfc08ff9
Verbiage tweaks on landing page
2016-10-01 18:28:02 +02:00
Andrew Brown
6d08285a72
Disable share on content#edit, add confirmation dialog to deleting content
2016-10-01 17:46:32 +02:00
Andrew Brown
8ab97e7ea6
author page polish
2016-10-01 17:35:59 +02:00
Robert Richter
6239205e95
Add favicons
2016-09-30 18:40:04 -05:00
Andrew Brown
8f6f2ebc5f
Remove bug that slipped in too #yolo
2016-09-30 19:07:48 +02:00
Andrew Brown
39e3a71572
Only show serendipitous card if we have a i18n question associated with the field
2016-09-30 04:11:25 +02:00
Andrew Brown
07b5b99b5e
Merge branch 'master' into issue-18-serendipitous-i18n
2016-09-30 03:44:30 +02:00
Robert Richter
4ee0d5f008
Merge master
2016-09-29 20:06:41 -05:00
Andrew Brown
aa446939a6
Merge branch 'master' into polish-ui
2016-09-30 02:36:51 +02:00
Andrew Brown
8ca219c605
Only show edit links on content list to owner
2016-09-30 02:33:15 +02:00
Andrew Brown
6efa18ecf8
Merge branch 'master' into slack-stats
...
Conflicts:
app/views/devise/registrations/new.html.erb
2016-09-30 02:23:01 +02:00
Andrew Brown
50a4626c66
Report new author signups to slackgit status!
2016-09-30 00:32:07 +02:00
Andrew Brown
b8496e9dc7
Fix skintone test
2016-09-29 21:40:30 +02:00
Andrew Brown
96be59d85b
dashboard, footer, and misc polish
2016-09-29 21:35:43 +02:00
Andrew Brown
258a9b23fb
sidebar polish
2016-09-29 20:04:44 +02:00
Andrew Brown
dd6c8789bf
Content show page polish / autocomplete hooks
2016-09-29 19:57:42 +02:00
Andrew Brown
321f382999
navbar polish for mobile responsiveness
2016-09-29 17:54:39 +02:00
Andrew Brown
c89a7625cf
content show page polish
2016-09-29 17:31:18 +02:00
Andrew Brown
3125a56d72
password reset page polish
2016-09-29 17:17:51 +02:00
Andrew Brown
586d5c5500
login page polish
2016-09-29 17:15:22 +02:00
Andrew Brown
af866fc64b
sign up page polish
2016-09-29 17:12:11 +02:00
Andrew Brown
425deb71ab
privacy policy polish
2016-09-29 17:08:59 +02:00
Andrew Brown
f49f793771
Edit user page styling/polish
2016-09-29 17:06:46 +02:00
Andrew Brown
6cfa555da0
Author profile page polish
2016-09-29 16:57:53 +02:00
Andrew Brown
cf33c18c7c
Content index page polishes
2016-09-29 16:28:18 +02:00
Andrew Brown
ff5314732f
Content show/edit pages polish
2016-09-29 15:58:30 +02:00
Andrew Brown
b4c2dc1cb3
Dashboard polish
2016-09-29 14:58:42 +02:00
Andrew Brown
689d755de2
Fix graphs
2016-09-29 00:57:27 +02:00
Andrew Brown
7c0b7b7b90
take datetimes out of card tables for focus on content
2016-09-29 00:49:38 +02:00
Andrew Brown
96393e75ef
Add the rest of the graphs
2016-09-29 00:29:10 +02:00
Andrew Brown
061f0aef37
Add admin stat pages for users, characters, locations, items, and universes
2016-09-28 23:39:32 +02:00
Andrew Brown
aa6ac445fd
Allow updating privacy field on content
2016-09-24 02:55:48 +02:00
Andrew Brown
bb32f61799
Avoid 500s when all fields on content are filled already
2016-09-24 02:40:12 +02:00
Andrew Brown
6d68184ec1
Better utilize whitespace on content#show pages
2016-09-24 01:36:50 +02:00
Andrew Brown
7616906f71
Merge branch 'master' into polish-ui
...
Conflicts:
app/views/content/form/_actions_dropdown.html.erb
2016-09-24 01:32:05 +02:00
Andrew Brown
2978c38102
Replace sharing toggles with an info message for content visitors
2016-09-23 23:33:11 +02:00
Andrew Brown
c46b8bdcc6
Remove placeholder in dropdown
2016-09-23 23:11:45 +02:00
Andrew Brown
c0d645c79f
Merge branch 'master' into issue-15
2016-09-23 22:58:35 +02:00
Andrew Brown
16ef4f79fa
Merge branch 'master' into add-gravatars
2016-09-23 22:53:31 +02:00
Robert Richter
6052c4eaad
Make the whole button clickable
...
This test won't catch a regression of this, but it's still useful! So I'm
leaving it.
2016-09-23 11:01:14 -05:00
Robert Richter
e6793fab2b
Create failing test to demonstrate #46
2016-09-23 10:25:17 -05:00
Robert Richter
bcb60a40dc
Remove "disabled" argument to privacy toggle
2016-09-22 17:25:29 -05:00
Robert Richter
8706cf9109
Change is_public logic
...
Previously, Universe privacy was checked first. If it was private, then
any content within it was private. If it was public, only then would
the content's privacy be checked.
Now, both values are checked in an OR comparison. If either the universe
or content privacy is "public," then the content is public.
2016-09-22 15:30:56 -05:00
Robert Richter
bb9edc1377
Merge branch 'master' into issue-15
2016-09-22 13:15:56 -05:00
Robert Richter
9ae81c40d6
Add a message about image dimensions
2016-09-22 13:11:41 -05:00
Robert Richter
3252962a9f
Clean up share box styles
2016-09-22 13:03:42 -05:00
Robert Richter
ad178d7854
Make privacy toggle send "public" or "private"
2016-09-22 11:33:58 -05:00
Robert Richter
4184366e32
Fix typo
2016-09-22 11:05:17 -05:00
Robert Richter
75455a3a62
Add links to users profile image
2016-09-22 11:03:39 -05:00
Robert Richter
0823d2e026
Merge branch 'master' into add-gravatars
2016-09-22 10:28:59 -05:00
Andrew Brown
bfb77ec249
Add more benefits
2016-09-22 16:14:59 +02:00
Andrew Brown
95fd2cf6bd
Merge branch 'master' into landing-page-redesign
...
Conflicts:
app/views/main/index.html.erb
2016-09-22 05:39:41 +02:00
Andrew Brown
a9d35a45d9
Add footer and promo code to signup form
2016-09-22 05:35:08 +02:00
Andrew Brown
f837c4fce4
Link through to signup page
2016-09-22 05:16:48 +02:00
Andrew Brown
1823695816
Normalize card intro assets to the same size
2016-09-22 05:12:31 +02:00
Andrew Brown
989628085f
landing page content
2016-09-22 05:03:53 +02:00
Robert Richter
f86c910812
Make all images for user metadata 120px
2016-09-21 21:16:58 -05:00
Robert Richter
96fb62e758
Display user image to their profile page
2016-09-21 21:13:30 -05:00
Robert Richter
801a5fd55f
Add user avatar to User page metadata
2016-09-21 20:37:44 -05:00
Robert Richter
911f1f2ed0
Update website domain name in analytics
2016-09-21 11:53:29 -05:00
Robert Richter
b8449a16eb
Add user-specific meta tags to User profile
2016-09-21 11:50:00 -05:00
Robert Richter
67a3cfa3b7
Move description and keywords into layout
2016-09-21 11:35:37 -05:00
Robert Richter
37a5898b65
Add meta info to privacy policy
2016-09-21 11:30:10 -05:00
Robert Richter
961dc903fc
Add newline to end of file
2016-09-21 11:29:04 -05:00
Robert Richter
a7441a3b9a
Restructured meta tags
2016-09-21 11:13:44 -05:00
Andrew Brown
2b18b1b789
Way better landing page, still wip
2016-09-21 04:23:00 +02:00
Robert Richter
e8dc289ff8
Restructure meta tags for content
2016-09-20 18:32:08 -05:00
Robert Richter
286d06c60e
Add share buttons and wire them up
2016-09-20 17:09:43 -05:00
Robert Richter
a0ffdc5ee8
Create "Share" modal dialog
...
Can only be opened by calling `$('#share-modal').openModal()`
2016-09-20 11:08:34 -05:00
Robert Richter
cd820206aa
Close another tag I missed
2016-09-19 21:58:40 -05:00
Andrew Brown
cfc34ec248
Merge branch 'master' into issue-6-seo
2016-09-19 21:44:20 -05:00
Robert Richter
6fec224fd0
Close a tag I missed
2016-09-19 21:16:52 -05:00
Andrew Brown
9f0a82aea2
Two takes on landing pages, each wip
2016-09-14 23:53:52 -05:00
Andrew Brown
8998a0fbf3
Update footer link to source code, fixes #34
2016-09-14 22:12:37 -05:00
Robert Richter
a90dda4f27
Add ID and Name JSON LD to all content show pages
2016-09-06 18:47:21 -05:00
Robert Richter
3b11cea630
Remove practmatic_context gem
...
Use some simple hand-written JSON-LD for now
2016-09-06 18:37:15 -05:00
Robert Richter
b817cdf1fe
Add JSON-LD to Universes
2016-09-06 10:36:16 -05:00
Robert Richter
ccc2aeef24
Add JSON LD blocks to User pages
2016-09-06 10:23:05 -05:00
Robert Richter
d1b0c5b517
Merge branch 'master' into issue-6-seo
2016-09-06 09:23:01 -05:00
Andrew Brown
b4ae80c4c0
Use 'Anonymous Author' on author pages without name set
2016-09-06 00:37:22 -05:00
Andrew Brown
a1fd0d00cb
Use singular form on author pages if content only has 1 object in it
2016-09-06 00:37:06 -05:00
Andrew Brown
5333ddc975
Display universe name on author content
2016-09-06 00:31:50 -05:00
Andrew Brown
96ca2a3304
Sort author content lists alphabetically
2016-09-06 00:28:12 -05:00
Andrew Brown
8e2f095f91
Link from content pages to author profiles
2016-09-06 00:01:01 -05:00
Andrew Brown
6b9c1bf9c5
Add author profile mvp
2016-09-05 23:48:06 -05:00
Andrew Brown
e5f088d3d0
Add users controller + routes for author profiles
2016-09-05 21:51:21 -05:00
Robert Richter
9c1f9fdb60
Add keywords to main page
2016-09-05 16:53:15 -05:00
Robert Richter
df20108ec1
Keep only default data in SEO partial
...
Since the SEO partial will be in every page, we must keep either data
that is the same for all pages, or pointers to the data that will
be set dynamically in other pages.
2016-09-05 12:39:14 -05:00
Robert Richter
7d90638eab
Add a message explaining now values can be changed
2016-09-05 11:15:22 -05:00
Robert Richter
92a269185d
Add twitter:url, and split out display_meta_tags
2016-09-05 00:31:00 -05:00
Robert Richter
c629bcf719
Use ID-based G+ link for publisher
2016-09-05 00:19:08 -05:00
Robert Richter
528f0379ef
Start work on SEO info in header
2016-09-04 23:57:30 -05:00
Andrew Brown
5897c53760
Humanize relation button texts
2016-09-03 16:32:30 -05:00
Andrew Brown
e15a2b5ac5
Sort dashboard content lists alphabetically
2016-09-03 16:23:29 -05:00
Andrew Brown
10eaaf248e
Split user#edit form into sections to make it more manageable
2016-08-19 16:50:17 -05:00
Andrew Brown
84d819fcce
Allow users to sign up with and edit a full name, for their public content
2016-08-19 16:46:19 -05:00
Andrew Brown
8f6cc0ee3a
Properly show universe content from within universe#show page
2016-08-19 00:44:16 -05:00
Andrew Brown
034cf1198b
Don't show private content (e.g. private notes) to other users when content is shared
2016-08-18 17:56:13 -05:00
Andrew Brown
cf9b4b82fb
Allow users to mark their universes (and their contents) as public/private
2016-08-18 17:52:10 -05:00
Andrew Brown
4b2a73dd8d
Update privacy policy, add bug/feature/feedback form links
2016-08-11 01:30:06 -05:00
Andrew Brown
01589d75e9
Re-enable serendipitous cards for content#index, contnent#show, and main#dashboard
2016-08-11 00:51:17 -05:00
Andrew Brown
c3561c0ab1
Autopopulate the currently-scoped universe into new content forms
2016-08-11 00:18:26 -05:00
Andrew Brown
a4390caa45
Only show universes filter for logged-in users
2016-08-11 00:05:49 -05:00
Andrew Brown
8ef7a74791
Sort universes in scope dropdown alphabetically
2016-08-10 23:47:35 -05:00
Andrew Brown
3c662a8ef6
Universe scoping!
2016-08-10 23:43:11 -05:00
Andrew Brown
efcc75d96b
Better column responsiveness on tablets
2016-08-10 22:49:57 -05:00
Andrew Brown
c7d752a298
Abstract index.html to content/index view
2016-08-10 22:49:22 -05:00
Andrew Brown
3cba837c56
Bubble edits to the top of recent creations sidebar
2016-08-10 20:56:57 -05:00
Andrew Brown
68f22427d8
Restrict long-form css to .long-form containers
2016-08-07 14:46:25 -05:00
Andrew Brown
13f1ee6e6a
Use simple_format for long-form content values
2016-08-07 14:40:46 -05:00
Andrew Brown
d8fce0c70e
Polishing dashboard and universe data lists
2016-08-06 03:07:59 -05:00
Andrew Brown
246e9707a0
Show secondary actions on universe content tables on row hover
2016-08-06 02:39:00 -05:00
Andrew Brown
1f6a49ecfe
Only link to universes if they exist
2016-08-06 02:13:21 -05:00
Andrew Brown
10fb5b07f4
Link content pages through to universe they're attached to
2016-08-06 02:04:44 -05:00
Andrew Brown
0654b36ca1
Allow linking content to universes
2016-08-06 01:58:52 -05:00
Andrew Brown
b09c8714eb
bugfix: get rid of dupe universe create button
2016-08-06 01:06:15 -05:00
Andrew Brown
cc9b9601c1
Sort link dropdowns by name
2016-08-05 22:10:32 -05:00
Andrew Brown
22a28d5d3b
uh, disregard
2016-08-04 23:05:37 -05:00
Andrew Brown
d04024f7a3
Show content names as page titles when available
2016-08-04 22:41:48 -05:00
Andrew Brown
eda6e72db6
Hook up serendipitous form for simple fields
2016-08-04 20:50:40 -05:00
Andrew Brown
5e64920cbb
Fix content link dropdowns (git statusgit status)
2016-08-04 19:43:33 -05:00
Andrew Brown
150200812f
Dat polish tho
2016-08-04 00:51:48 -05:00
Andrew Brown
b7771f4a27
Merge branch 'master' of https://github.com/indentlabs/Indent
2016-07-31 02:00:39 -05:00
Andrew Brown
6170913c78
Minor styling polish for editor cards
2016-07-31 01:59:56 -05:00
Andrew Brown
dbe6118efe
Lean entity extraction + contextual card popups in editor
2016-07-31 01:36:54 -05:00
Andrew Brown
28cd4c4739
add proof of concept editor
2016-07-31 00:20:28 -05:00
Robert Richter
534c9519e1
Start getting build closer to passing
...
Also updated URLs to point to new org repo.
2016-07-05 17:47:47 -05:00
Andrew Brown
c809b3ed9c
Character birthplace / tweaking for Character-->Location relations
2016-05-03 15:46:58 -05:00
Andrew Brown
5062a41f89
All self-referential relations for Characters
2016-05-03 14:48:01 -05:00
Andrew Brown
ffdb9c7b26
Character#mothers is now a relation
2016-05-03 13:45:14 -05:00
Andrew Brown
bd6a2236db
Characters#fathers is now a relation
2016-05-03 13:34:05 -05:00
Andrew Brown
5c67f76b21
Abstract out siblingships into relation
2016-05-03 12:54:02 -05:00
Andrew Brown
e7c9f6c0c9
Code cleanup
2016-05-03 12:09:18 -05:00
Andrew Brown
18d058aa88
Polishing up siblingship UI
2016-05-03 11:56:57 -05:00
Andrew Brown
c689938b7d
Bring back autocomplete on siblings
2016-05-02 20:24:14 -05:00
Andrew Brown
4300bf492a
Edit siblingships/relations from #_form
2016-05-02 19:37:37 -05:00
Andrew Brown
02b447c4e0
Populate relation options in dropdown
2016-05-02 13:11:11 -05:00
Andrew Brown
8e0a5113d1
Add chips on content#_form
2016-05-02 11:44:09 -05:00
Andrew Brown
2819f062e3
Use chips in content#show relations
2016-05-02 11:31:47 -05:00
Andrew Brown
344ac20fb7
Relation autocomplete tweaking
2016-04-30 15:14:08 -05:00
Andrew Brown
22b2d2bf66
More routes/code cleanup
2016-04-30 14:41:12 -05:00
Andrew Brown
af01d6e451
routes cleanup
2016-04-30 14:25:08 -05:00
Andrew Brown
80e0a7228f
Relation autocomplete plumbing
2016-04-30 13:06:22 -05:00
Andrew Brown
c611022f1d
Recognize associations on content#edit
2016-04-30 12:21:32 -05:00
Andrew Brown
b065cd8908
Link to siblings in Character#show
2016-04-29 16:11:02 -05:00
Andrew Brown
1d12e96506
Siblingship join model
2016-04-29 14:01:35 -05:00
Andrew Brown
4761f2ddb2
Show universe content on universe#show page
2016-04-29 12:48:38 -05:00
Andrew Brown
753e843972
content views polish
2016-04-27 18:46:07 -05:00
Andrew Brown
8a89519c5e
Content#edit restyling with tabs
2016-04-27 18:29:57 -05:00
Andrew Brown
0fc8585127
Content#show restyling with tabs
2016-04-27 17:13:53 -05:00
Andrew Brown
6cfd0e06af
Show serendipitous card base
2016-04-25 22:04:00 -05:00
Andrew Brown
e1d9694690
Sidebar partial refactoring
2016-04-25 13:12:11 -05:00
Andrew Brown
afcb02036e
clean up redundancy
2016-04-07 02:30:38 -05:00
Andrew Brown
4ef11e8563
Legal imagesgit status
2016-04-07 01:50:34 -05:00
Andrew Brown
c516b6f888
add devise secret
2016-04-07 01:14:04 -05:00
Andrew Brown
6273345e5a
to heroku we go
2016-04-07 00:56:33 -05:00
Andrew Brown
e56fddeeac
Index and sidebar revamps for all
2016-04-07 00:35:50 -05:00
Andrew Brown
8cb416c04b
shows and forms for everything
2016-04-07 00:06:15 -05:00
Andrew Brown
4f7456c11d
remove ruby gemfile spec for heroku?
2016-04-06 23:33:13 -05:00
Andrew Brown
467cf6e33d
Abstract new/edit forms to content model
2016-04-06 23:30:14 -05:00
Andrew Brown
e55287c8d4
character show page
2016-04-06 22:30:18 -05:00
Andrew Brown
b7db09042a
characters & universe index pages
2016-04-06 20:08:20 -05:00
Andrew Brown
293a456b32
Landing page redesign (lol)
2016-04-06 19:18:34 -05:00
Andrew Brown
029032900a
restyle dashboard
2016-04-06 18:45:14 -05:00
Andrew Brown
d2209b2374
Rename equipment to items, hook up nav links
2016-04-06 17:46:18 -05:00
Andrew Brown
eefcc5fbc5
new footer with fab ~~~~
2016-04-06 17:31:31 -05:00
Andrew Brown
0a44ce1a67
new navbar
2016-04-06 16:51:52 -05:00
Andrew Brown
d1295ef243
ponr: replace custom login with devise login
2016-04-06 15:04:06 -05:00
Andrew Brown
c5564968fd
Add devise
2016-04-04 22:58:47 -05:00
Andrew Brown
6ad0acf524
Start abstracting index views
2015-09-03 22:11:33 -05:00
Andrew Brown
317f0e8f7d
Universe abstraction
2015-09-01 23:15:16 -05:00
Andrew Brown
2db13f92f1
Locations abstraction
2015-09-01 23:07:53 -05:00
Andrew Brown
3a98e48bf5
Language abstraction
2015-09-01 22:59:07 -05:00
Andrew Brown
95eb44616d
Equipment abstraction
2015-09-01 22:53:50 -05:00
Andrew Brown
1172be4c9d
Characters abstraction
2015-09-01 22:49:59 -05:00
Andrew Brown
d6d10a30cc
Abstract core content functionality from magic controller to content controller
2015-09-01 22:08:34 -05:00
Andrew Brown
5248c0b802
Revert "Internationalize strings"
2015-04-28 23:04:18 -05:00
Robert Richter
7de6a7a6da
Internationalize sidebar
2015-04-25 14:04:11 -05:00
Robert Richter
8cf88fd5d0
Internationalize application layout
2015-04-25 13:21:43 -05:00
Robert Richter
3ec462620a
Internationalize noscript notice
2015-04-25 12:27:13 -05:00
Robert Richter
4338a98864
Internationalize navbar
2015-04-25 12:24:34 -05:00
Robert Richter
9eeda2d7e3
Internationalize login_box
2015-04-25 12:01:20 -05:00
Robert Richter
495ea7f328
Internationalize index
2015-04-25 11:18:42 -05:00
Robert Richter
367a70d3f3
Internationalize dashboard
2015-04-25 09:46:33 -05:00
Robert Richter
f10249ebd7
Internationalize comingsoon page
2015-04-24 21:36:42 -05:00
Robert Richter
e897d021fa
Internationalize privacyinfo page
2015-04-24 21:30:23 -05:00
Robert Richter
7e26addc86
Internationalize attributions page
2015-04-24 21:20:47 -05:00
Robert Richter
201448dc95
Internationalize dashboard_intro partial
2015-04-24 17:58:43 -05:00
Robert Richter
0615ae3baa
Fix reference to abbreviated i18n keys
2015-04-23 22:05:07 -05:00
Robert Richter
49e9d52b4e
Internationalize anoninfo
2015-04-23 21:57:04 -05:00
Robert Richter
8b4bef1291
Add newline
2015-04-21 18:41:07 -05:00
Robert Richter
fa154b6f90
Allow random access of quotes for #89
2015-04-21 18:21:26 -05:00
Robert Richter
1e06763f98
Refactor ApplicationController for style
...
Strings were internationalized, methods extracted, partials written.
2015-03-24 20:25:57 -05:00
Robert Richter
e2a882117e
Extract fragment and text from quote card for #89
2015-03-17 21:35:52 -05:00
Andrew Brown
78305d4166
Temporarily disable S3 map uploading until bucket bug is fixed
2015-03-16 02:59:39 -05:00
Andrew Brown
97dca04ec1
Fix the rest of the broken tests #410
2015-03-14 01:54:42 -05:00
Andrew Brown
50944c3727
Fix some tests
2015-03-14 01:29:17 -05:00
Andrew Brown
3fd6d604fe
Revert "Revert "Resolve merge with master""
...
This reverts commit 6f8ae925ba .
Conflicts:
app/assets/stylesheets/bootplus_overrides.css.less
2015-03-13 22:46:31 -05:00
Robert Richter
6f8ae925ba
Revert "Resolve merge with master"
...
This reverts commit 8524963f1c12d6f4667964acc16680749dec20cf, reversing
changes made to bdb208e18769be9ea95c06d54c72f86d2d6a0209.
2015-03-13 20:18:49 -05:00
Robert Richter
9ade889a35
Change Mongo reference to ActiveRecord reference
2015-03-13 20:15:54 -05:00
Andrew Brown
8dca1c72af
Use location paths on location#edit, not character paths
2014-10-23 03:33:04 +00:00
Andrew Brown
ca5ed40a1a
Add problem reporting, feedback, and feature request links
2014-09-07 03:41:36 +00:00
Andrew Brown
dd9bbd1301
Fix dashboard closing tag in html
2014-08-03 01:06:55 +00:00
Andrew Brown
5c81b25383
Fix landing page closing html tags
2014-08-03 01:05:16 +00:00
Andrew Brown
61cb970c97
Don't show anon_notice card on account page #350
2014-08-03 00:54:38 +00:00
Andrew Brown
8530aab1ed
Show anon notice as a sidebar card rather than a banner
2014-08-02 19:48:23 -05:00
Andrew Brown
a380e9d2cd
fix 500 on universe#new and magic#new in prod
2014-08-02 00:43:48 -05:00
Andrew Brown
dc2476e636
more prod hotfixes
2014-08-01 04:01:24 +00:00
Andrew Brown
18d49e677b
Production hotfixes lel
2014-08-01 01:04:27 +00:00
Andrew Brown
7798532f1b
Fix universe edit html for submission
2014-07-28 22:37:33 -05:00
Andrew Brown
b293481da8
Style flash and error notices as card notifications
2014-07-28 22:30:04 -05:00
Andrew Brown
ff40419f46
Hook up Expand All macro on all content forms
2014-07-28 22:18:44 -05:00
Andrew Brown
4d114b7740
Fix html problems
2014-07-28 21:41:59 -05:00
Andrew Brown
2ec364f7ac
locations new/show/edit pages
2014-07-28 00:00:34 -05:00
Andrew Brown
98547af36e
universe add/edit/show pages
2014-07-27 23:15:42 -05:00
Andrew Brown
c2590104f1
magic new/edit/show pages
2014-07-27 23:05:28 -05:00
Andrew Brown
f9352ffeb8
languages new/edit/show pages
2014-07-27 22:31:41 -05:00
Andrew Brown
ebc0b1933f
equipment new/edit/show pages
2014-07-27 18:22:04 -05:00
Andrew Brown
ff954484ce
character edit and show pages
2014-07-20 03:44:46 -05:00
Andrew Brown
8adc24e9e5
character page form
2014-07-20 03:19:41 -05:00
Andrew Brown
e6917e2259
Create helper for generating form rows
2014-07-20 02:28:12 -05:00
Andrew Brown
9afc3cad0d
bring attribution page up to speed in new design
2014-05-21 21:13:14 +00:00
Andrew Brown
385182ca8b
login pages restyling
2014-05-21 20:39:52 +00:00
Andrew Brown
d37bc792c8
restyle hero on landing
2014-05-21 20:28:41 +00:00
Andrew Brown
8ebef947f0
character view changes
2014-05-21 19:40:02 +00:00
Andrew Brown
963567ec77
move pickers to their own helper and dear god remove a little of that duplicated code
2014-03-14 20:39:58 +00:00
Andrew Brown
12811d1412
use glyphicon for dropdown control in navbar
2014-03-14 16:50:19 +00:00
Andrew Brown
f23f481476
use new lists in universe content listing
2014-03-13 19:28:14 +00:00
Andrew Brown
649860f1f9
magic design pass
2014-03-13 18:21:43 +00:00
Andrew Brown
56ea03d647
locations design pass
2014-03-13 18:17:05 +00:00
Andrew Brown
a493c41eef
languages design pass
2014-03-13 17:59:15 +00:00
Andrew Brown
2c8a32ec64
equipment pass
2014-03-13 17:56:46 +00:00
Andrew Brown
c29be33e90
characters design pass
2014-03-13 17:39:31 +00:00
Andrew Brown
49424543f2
dashboard and universes design pass
2014-03-13 17:02:02 +00:00
Andrew Brown
3d34f5a041
redesign pass over login/signup
2014-03-13 14:27:57 +00:00
Andrew Brown
8299e6c0d3
card-comments restyling
2014-03-13 13:37:02 +00:00
Andrew Brown
4097d961cd
scale landing page cards down properly on phones
2014-03-13 13:28:23 +00:00
Andrew Brown
14f4ae6fcb
clean up css
2014-03-13 13:05:21 +00:00
Andrew Brown
200e0c7b12
navbar dropdown works beautifully
2014-03-04 06:19:24 +00:00
Andrew Brown
2e51465261
card styling + navbar collapses again
2014-03-04 05:40:53 +00:00
Andrew Brown
a221597ab8
removed bootstrap 2 and bootplus, installed bootstrap 3
2014-03-04 01:55:53 +00:00
Andrew Brown
678608cd2d
character list page redesign
2014-03-03 17:52:15 +00:00
Andrew Brown
8830ebb96d
use more of the screen
2014-03-03 06:21:44 +00:00
Andrew Brown
9392830fe9
finalized navbar + card border fix
2014-03-03 02:00:55 +00:00
Andrew Brown
183329a4ef
better dropdown positioning on navbar
2014-03-02 23:33:55 +00:00
Andrew Brown
209d875e6a
all of navbar actually collapses now
2014-03-02 23:27:09 +00:00
Andrew Brown
2118bd424b
navbar collapses* and icons are back
2014-03-02 23:25:45 +00:00
Andrew Brown
611bb8d06f
catch more-->notes renaming miss on univ edit form
2014-01-09 17:46:08 +00:00
Andrew Brown
d1574fe08d
add private notes field to magic
2014-01-09 17:39:17 +00:00
Andrew Brown
bdb3853d89
fix typo in languages form
2014-01-09 17:31:55 +00:00
Andrew Brown
1b4d7956b0
add private notes to locations model
2014-01-09 17:30:04 +00:00
Andrew Brown
5096de4261
add private notes to equipment
2014-01-09 17:20:11 +00:00
Andrew Brown
68e1c92258
add private notes to characters
2014-01-09 17:16:09 +00:00
Andrew Brown
7e09c0f16d
add notes and private notes to universes
2014-01-09 17:04:42 +00:00
Andrew Brown
61791db3ec
don't accidentally clobber magic type on edit
2014-01-09 15:40:02 +00:00
Andrew Brown
125da43df8
remove double list render on equipment index
2014-01-09 15:34:50 +00:00
Andrew Brown
7544fa0558
don't show action buttons on #show unless content owner
2014-01-09 15:08:08 +00:00
Andrew Brown
e0a1bf4fe6
tie magic to universe + show it on universe#show
2014-01-09 14:57:03 +00:00
Andrew Brown
632a8ded0b
location pairing with universe + showing on universe#show
2014-01-09 14:48:10 +00:00
Andrew Brown
0d14e0bf98
show list of languages in universe on universe#show
2014-01-09 14:29:43 +00:00
Andrew Brown
02556afe32
allow languages to be tied to a universe
2014-01-09 14:25:21 +00:00
Andrew Brown
34deb80518
render list of equipment in universe on universe#show
2014-01-09 14:11:23 +00:00
Andrew Brown
cde90ead99
let equipment be tied to a universe
2014-01-09 14:01:36 +00:00
Andrew Brown
34e08d3705
show character list on universe page of chars in that universe
2014-01-09 13:51:02 +00:00
Andrew Brown
f2b1fadd26
don't show edit/delete buttons on #show if not being viewed by owner
2014-01-09 03:14:21 +00:00
Andrew Brown
294a282aff
let users specify a privacy setting on universes
2014-01-09 02:41:35 +00:00
Andrew Brown
24ceebd11b
link site to g+ page
2014-01-08 22:01:42 +00:00
Andrew Brown
34cc940a55
show file picker dialogs by default in case some browsers don't catch clicks correctly
2014-01-08 21:48:39 +00:00
Andrew Brown
69c489ca4e
don't show secondary map card on locations (it's ugly)
2014-01-08 20:25:32 +00:00
Andrew Brown
c74bb619f2
trigger file dialog on placeholder map click
2014-01-08 20:23:04 +00:00
Andrew Brown
164b40c95d
only show map on location#show if one has been uploaded
2014-01-08 19:58:57 +00:00
Andrew Brown
39b6cdddce
Squashed commit of the following:
...
commit 98cce1cece
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 22:32:13 2014 +0000
precompile assets
commit 5d8ee6b0b9
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 22:30:10 2014 +0000
show map on location page
commit 0bbbf65be6
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 22:18:43 2014 +0000
upload + read works oh god that took long enough
commit 8ca38110d3
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 19:48:23 2014 +0000
halve the number of transformations needed on map uploads
commit 866ad0f32c
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 19:48:03 2014 +0000
add aws credentials to dev environment
commit f55dc796fa
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 19:34:20 2014 +0000
imagemagick gem for image resizing
commit 666e7ac260
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 19:18:55 2014 +0000
add dev s3 bucket for testing
commit 9984a475e8
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 19:17:45 2014 +0000
add upload form to locations#new
commit 72ed656e82
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 19:05:25 2014 +0000
use mongoid-paperclip instead of paperclip
commit 01204e1443
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 19:00:38 2014 +0000
add attached_file property to location model
commit 3097be4a5a
Author: Andrew Brown <drusepth@gmail.com>
Date: Tue Jan 7 18:58:25 2014 +0000
set paperclip aws config
2014-01-07 22:48:06 +00:00
Andrew Brown
e33d679858
use same-size text on card headers as landing page
2014-01-07 17:17:06 +00:00
Andrew Brown
4ee79d73a5
add source code link to footer
2014-01-07 17:15:47 +00:00
Andrew Brown
94ef91d38a
show onboarding if the user hasn't created any content
2014-01-07 17:11:28 +00:00
Andrew Brown
86de62a5fd
move universe history to its own tabas per #147
2013-12-10 21:28:42 -06:00
Andrew Brown
3a80db14b0
minor dashboard restyling
2013-12-09 14:32:19 -06:00
Andrew Brown
a01b246cd3
add login link next to CTA
2013-12-09 14:32:09 -06:00
Andrew Brown
40f6762717
get started now button no longer needs login
2013-12-09 01:48:36 -06:00
Andrew Brown
f0f6062f25
do away with forced-accounts and create them on the fly when users make stuff
2013-12-08 21:43:23 -06:00
Andrew Brown
dbc31f2d2f
expand nav menu into nav bar
2013-12-08 21:29:30 -06:00
Andrew Brown
387e4028eb
Merge pull request #224 from euank/master
...
The cats are gone; nothing to excuse
2013-12-08 18:27:25 -08:00
Euan
ec2ba97e35
The cats are gone; nothing to excuse
2013-12-08 21:25:44 -05:00
Andrew Brown
6e23c92251
Merge branch 'images'
2013-12-08 18:33:33 -06:00
Andrew Brown
50e4eff908
landing page images + attribution
2013-12-08 18:32:40 -06:00
Euan
b57ed16a98
Add noscript notice
...
Some parts display incorrectly without javascript, and it's not obvious.
2013-12-08 17:55:03 -05:00
Andrew Brown
e0b1074aed
universes landing page image + attribution
2013-12-08 15:56:54 -06:00
Andrew Brown
fb5a2fbbc1
fix frontpage links
2013-12-08 03:02:10 -06:00
Andrew Brown
4d5be4e5f1
last of the info page restylings
2013-12-08 02:53:20 -06:00
Andrew Brown
17787a8e7b
account info page restyling
2013-12-08 02:46:33 -06:00
Andrew Brown
4770f80dc6
dashboard and anon info page restyling
2013-12-08 02:43:13 -06:00
Andrew Brown
9a07f15073
magic ui restyling
2013-12-08 02:36:03 -06:00
Andrew Brown
7d2cd29704
locations restyling
2013-12-08 02:28:58 -06:00
Andrew Brown
20ccead878
languages and equipment restyling
2013-12-08 02:23:25 -06:00
Andrew Brown
a23b1c0cdf
character ui redesign
2013-12-08 02:02:40 -06:00
Andrew Brown
44923ebf64
universe ui restyling
2013-12-08 01:13:12 -06:00
Andrew Brown
397c9d9384
restyle onboarding page
2013-12-07 23:38:08 -06:00
Andrew Brown
9de1a13019
only show signup card when signed out
2013-12-07 23:22:37 -06:00
Andrew Brown
63e7e4b374
redesign login info in navbar
2013-12-07 23:22:23 -06:00
Andrew Brown
c286419e85
redesign login/signup/anon
2013-12-07 22:43:35 -06:00
Andrew Brown
aa9e2eae33
add in simple footer and bottom-padding for content
2013-12-07 21:44:51 -06:00
Andrew Brown
41e3d90a74
landing page and sidebar redesign
2013-12-07 21:29:18 -06:00
Andrew Brown
a49414d8d0
change size of equipment description box
2013-04-21 21:59:18 -05:00
Andrew Brown
fc51cbc4b4
fix sizing on magic appearance tab long-form content fields
2013-04-21 21:53:00 -05:00
Andrew Brown
ce06d3059e
don't lose type of location on edit form
2013-04-21 21:37:47 -05:00
Andrew Brown
143d5f28a9
add facial hair field to character
2013-04-21 02:08:02 -05:00
Andrew Brown
aebd72dad6
bring back description to general tab on equipment?
2013-04-20 19:50:57 -05:00
Andrew Brown
2743fa5d51
add history field to universe, fix sizing of long-form
2013-04-20 17:59:49 -05:00
Andrew Brown
bd3489ffda
add long-form background field under history tab (issue #109 )
2013-04-20 17:44:02 -05:00
Andrew Brown
971266da3f
fix spelling of deity
2013-03-12 14:45:59 -05:00
Andrew Brown
b265418189
show name on character #show
2013-03-12 01:42:38 -05:00
Andrew Brown
dd61eb321f
clear all session data on deleted accounts
2013-03-12 01:24:39 -05:00
Andrew Brown
0ba95a6091
launch preparations and copy changes
2013-03-12 01:19:19 -05:00
Andrew Brown
402f82f0dc
fix div closing too soon
2013-03-12 00:10:32 -05:00
Andrew Brown
d0fc7663ce
redirect clientside
2013-03-12 00:04:38 -05:00
Andrew Brown
e46e81a31f
double oops, ouch
2013-03-12 00:01:54 -05:00
Andrew Brown
4cf9708271
oopsies
2013-03-11 23:57:38 -05:00
Andrew Brown
debab7660d
Destroy old sessions if a user has been deleted
2013-03-11 23:54:39 -05:00
Andrew Brown
cf5e75e970
notes on all models but universe
2013-03-11 23:43:51 -05:00
Andrew Brown
5be1d4649f
add google analytics
2013-03-11 22:49:42 -05:00
Andrew Brown
5392b475b0
fix quick type on magic
2013-03-11 19:24:56 -05:00
Andrew Brown
e7ed81f5f2
omg finally fixed #4
2013-03-11 19:22:03 -05:00
Andrew Brown
49c434e66b
hook up create buttons on homepage
2013-03-11 03:16:20 -05:00
Andrew Brown
2c85f086fb
privacy policy
2013-03-11 02:43:45 -05:00
Andrew Brown
25de0d3ad3
too late at night to safely delete this but deleted ref to pword
2013-03-11 02:06:35 -05:00
Andrew Brown
0e276cabb5
post universe creation onboarding process
2013-03-11 02:02:10 -05:00
Andrew Brown
7c9c932f21
link to linked things from #show if they actually exist
2013-03-11 01:39:44 -05:00
Andrew Brown
084e82b9b5
homepage copy updatE
2013-03-11 00:19:26 -05:00
Andrew Brown
2fce134e0b
update homepage copy
2013-03-10 23:59:21 -05:00
Andrew Brown
4667f4bce1
fix account link
2013-03-10 23:16:23 -05:00
Andrew Brown
a03a10e135
anon info page
2013-03-10 23:11:17 -05:00
Andrew Brown
65f6ba2b10
hide anon user data
2013-03-10 22:47:01 -05:00
Andrew Brown
e17cf877ed
onboarding process from anon account to real account
2013-03-10 22:40:48 -05:00
Andrew Brown
27c060cba9
truncate descriptions on index pages
2013-03-10 20:36:35 -05:00
Andrew Brown
ce79faa660
escape nasty html and give index columns widths
2013-03-10 20:32:32 -05:00
Andrew Brown
458cf07f60
copy change
2013-03-04 02:10:23 -06:00
Andrew Brown
5d8198b889
width on button column in index views
2013-03-04 01:58:19 -06:00
Andrew Brown
f1aeff9aaf
rename generator triggers on character form
2013-03-03 17:44:17 -06:00
Andrew Brown
4c1b652b9b
plug in location name generator to forms
2013-03-03 17:41:33 -06:00
Andrew Brown
95fcab50fb
random character age generation
2013-03-03 16:40:51 -06:00
Andrew Brown
68912fa50f
include random name generator on edit form too
2013-03-03 16:33:26 -06:00
Andrew Brown
aa84b7070a
name randomization for characters
2013-03-03 16:30:59 -06:00
Andrew Brown
529a9ba30c
recolor alert notices
2013-02-27 00:11:26 -06:00
Andrew Brown
fa31b019fb
link to register on cta homepage button
2013-02-27 00:06:47 -06:00
Andrew Brown
9c836a654b
wording change on homepage
2013-02-27 00:05:35 -06:00
Andrew Brown
96dc7dc5f2
redesign homepage
2013-02-27 00:03:07 -06:00
Andrew Brown
66cff20025
redesign sidebar
2013-02-27 00:02:57 -06:00
Andrew Brown
ca5d490762
add error notices
2013-02-27 00:02:47 -06:00
Andrew Brown
f785c9d6f9
redirect from homepage to dashboard if logged in
2013-02-25 22:21:52 -06:00
Andrew Brown
ff11f63177
onboarding universe prompt for new people
2013-02-25 22:16:24 -06:00
Andrew Brown
e1659b8470
link to planning sections from dashboard
2013-02-25 21:50:26 -06:00
Andrew Brown
57428c0d03
black icon on user button
2013-02-25 21:44:30 -06:00
Andrew Brown
b6d4155947
make clicking account button link to dashboard
2013-02-25 21:43:28 -06:00
Andrew Brown
b34da40a73
link to dashboard in account dropdown
2013-02-25 21:35:05 -06:00
Andrew Brown
832e7cbaa3
pluralize dashboard nouns
2013-02-25 21:33:59 -06:00
Andrew Brown
ffb167f0f5
initial nonlinking stats on dashboard
2013-02-25 21:27:19 -06:00
Andrew Brown
0010b08557
add dashboard page
2013-02-25 21:18:17 -06:00
Andrew Brown
c2e9b39bda
change navbar site name
2013-02-25 21:10:20 -06:00
Andrew Brown
95dee1176b
some work on front page before showing to wisely
2013-02-25 19:38:44 -06:00
Andrew Brown
2ab2809dea
fix bug #45 , add nl2br to multiline data
2013-02-25 19:17:09 -06:00
Andrew Brown
8aff599421
convert some magic fields to long-form, solve #48 and #49
2013-02-25 18:59:18 -06:00
Andrew Brown
b39c032840
change name of site to Indent
2013-02-25 18:53:37 -06:00
Andrew Brown
f0f7758fb0
remove shortcut for creating location->building
2013-02-03 19:49:03 -06:00
Andrew Brown
933f699f5b
add quick type filling for locations
2013-02-03 19:10:30 -06:00
Andrew Brown
5344da8943
add description to locations, move location to geography section
2013-02-03 19:08:46 -06:00
Andrew Brown
bd086ca19f
add more fields to magic
2013-01-22 22:06:09 -06:00
Andrew Brown
793db6be28
allow people to log in anonymously
2013-01-22 19:40:30 -06:00
Andrew Brown
7488043bcb
don't show table headers if there is nothing in the table
2013-01-22 19:22:15 -06:00
Andrew Brown
1e96371422
intro box on universes, need rewording
2013-01-22 18:59:37 -06:00
Andrew Brown
bb5c36d65f
intro box for adding magic
2013-01-22 18:52:02 -06:00
Andrew Brown
c10ac9c54a
de-pluralize magic
2013-01-22 18:47:41 -06:00
Andrew Brown
737f79e2dd
remove extra info from sidebar
2013-01-22 18:46:52 -06:00
Andrew Brown
be0e27f802
shortcuts on creating location types
2013-01-22 18:46:17 -06:00
Andrew Brown
064db98e17
intro box to locations page
2013-01-22 18:42:43 -06:00
Andrew Brown
d8f41f00f4
intro box to languages page
2013-01-22 18:39:01 -06:00
Andrew Brown
754107c5be
intro box to equipment page
2013-01-22 18:36:27 -06:00
Andrew Brown
4831b65f9d
quick types for adding equipment
2013-01-22 18:09:52 -06:00
Andrew Brown
809fafa464
fix github issue #9
2013-01-22 00:32:01 -06:00
Andrew Brown
e4a8f19f04
show the universe a character hails from in character#view
2013-01-22 00:13:29 -06:00
Andrew Brown
c5c96f86dc
don't show universe filter/columns if they haven't created any universes yet
2013-01-22 00:11:54 -06:00
Andrew Brown
4242f3a922
add universe column to characters page
2013-01-21 23:50:40 -06:00
Andrew Brown
e8bf589cc6
show selected universe name in filter
2013-01-21 23:44:24 -06:00
Andrew Brown
211e45d1da
don't error on lost universes
2013-01-10 03:30:17 -06:00
Andrew Brown
dd4a38c650
assign characters to universes
2013-01-10 03:10:43 -06:00
Andrew Brown
7f8b3c401d
filter characters by universe
2013-01-10 02:38:25 -06:00
Andrew Brown
c5c0db0156
add universes to navbar
2013-01-10 02:09:37 -06:00
Andrew Brown
42721e3a3d
add universes
2013-01-10 02:05:55 -06:00
Andrew Brown
51066190ca
link bug: magic/back
2013-01-02 00:31:39 -06:00
Andrew Brown
54bd06f35f
magic is here
2013-01-01 23:04:47 -06:00
Andrew Brown
5fc5148720
update sidebar
2013-01-01 20:59:34 -06:00
Andrew Brown
64173091ac
fixed pickers on equipment and location forms
2013-01-01 20:22:55 -06:00
Andrew Brown
9a70863fe7
better structure for pickers
2013-01-01 20:15:11 -06:00
Andrew Brown
77336bb096
working picker for character forms
2013-01-01 19:58:48 -06:00
Andrew Brown
149e398357
testing link in edit dropdown
2013-01-01 18:23:50 -06:00
Andrew Brown
18a8e41d17
quick select dropdowns on each form
2013-01-01 18:02:20 -06:00
Andrew Brown
c16c049730
added bug in sidebar
2013-01-01 17:44:22 -06:00
Andrew Brown
ce6c4f50c0
testing dropdowns
2013-01-01 15:01:24 -06:00
Andrew Brown
b95a48ff28
push asap
2012-12-31 03:41:40 -06:00
Andrew Brown
30b2e1f583
locations
2012-12-28 00:38:54 -06:00
Andrew Brown
ce1f25fcee
languages
2012-12-27 23:25:32 -06:00
Andrew Brown
ca8beb18dc
languages
2012-12-27 23:18:41 -06:00
Andrew Brown
6e0fcaedf6
update sidebar
2012-12-27 22:31:19 -06:00
Andrew Brown
00a68a7cb6
character role on character list page
2012-12-27 21:47:22 -06:00
Andrew Brown
4db81c4988
proper links in navbar
2012-12-27 20:42:05 -06:00
Andrew Brown
fd27bed6d8
routes / coming soon pages
2012-12-27 20:36:41 -06:00
Andrew Brown
286f12a95a
character role in story
2012-12-27 19:57:26 -06:00
Andrew Brown
cea5d7a20a
view button in lists
2012-12-27 00:20:37 -06:00
Andrew Brown
ba6e77101e
I don't even remember
2012-12-27 00:17:49 -06:00
Andrew Brown
309cddb62a
tab issues
2012-12-27 00:08:25 -06:00
Andrew Brown
4b91f4ccdc
equipment (exclamation mark)
2012-12-26 23:30:04 -06:00
Andrew Brown
b01aaa6424
some stuff
2012-12-26 22:30:43 -06:00
Andrew Brown
d8a52cd365
assets and shizzle
2012-12-26 21:26:06 -06:00
Andrew Brown
19727b2f4c
help message on signup
2012-12-26 20:02:25 -06:00
Andrew Brown
de2b64e2c8
show page fixed with all new info
2012-12-26 03:06:09 -06:00
Andrew Brown
dcc24ea614
oh god that character form is so sexy now
2012-12-26 02:32:54 -06:00
Andrew Brown
e045883840
wtf when did it get 7am
2012-12-24 06:49:42 -06:00
Andrew Brown
3f1393ea8f
login/signup/anon page updated with tabs
2012-12-24 05:25:06 -06:00
Andrew Brown
bbd2312b62
I don't even remember
2012-12-24 04:53:06 -06:00
Andrew Brown
886bda4ad9
more navbar stuff
2012-12-24 04:01:42 -06:00
Andrew Brown
b3615cf4e2
iconify navbar
2012-12-24 03:52:05 -06:00
Andrew Brown
9f6f56c77f
navbar
2012-12-24 02:53:02 -06:00
Andrew Brown
aef06f029d
remove unneccessary views
2012-12-24 00:26:33 -06:00
Andrew Brown
f96c9d2abd
characters bootstrapped
2012-12-24 00:18:50 -06:00
Andrew Brown
9ad8810839
bootstrapped sessions
2012-12-23 23:31:02 -06:00
Andrew Brown
393ce2b6e4
bootstrapped user
2012-12-23 23:23:00 -06:00
Andrew Brown
4cddbd3c2c
fixed user redirection stuff
2012-12-23 20:35:16 -06:00
Andrew Brown
860a83e90f
proper routes and links
2012-12-23 19:59:38 -06:00
Andrew Brown
34689fa706
characters scaffolding
2012-12-23 17:42:28 -06:00
Andrew Brown
dcdd93f284
make login form use password field
2012-12-23 17:31:10 -06:00
Andrew Brown
a1fdc2e2bb
fix users views link paths
2012-12-23 17:27:51 -06:00
Andrew Brown
d410015fdc
bulletproofing
2012-12-23 03:09:32 -06:00
Andrew Brown
0c4ecfda64
forgot a word
2012-12-23 02:42:37 -06:00
Andrew Brown
268b1bc7b9
main controller and misc changes
2012-12-23 02:32:39 -06:00
Andrew Brown
d00045eedf
started drinking
2012-12-22 23:50:10 -06:00
Andrew Brown
69110c64e9
users scaffold
2012-12-22 20:24:25 -06:00
Andrew Brown
bb7c5eeee4
rails app
2012-12-22 17:39:34 -06:00