cfdv
78c0744077
Merge remote-tracking branch 'origin/master' into is315
2011-06-20 12:50:44 -05:00
cfdv
630b57a366
baby step towards enabling profile edits
...
adds
* url and bio fields to database
* form for editing the user profile
* route to the edit profile controller
* view for the profile editing page
* template for the profile editing page
* link to edit profile in the welcome page
still needs
* thorough inspection to see if it makes sense
* tests
* ?
2011-06-18 16:42:22 -05:00
cfdv
279d925e75
adds user bio and website url fields to the database
2011-06-18 15:00:05 -05:00
Joar Wandborg
9e883ed3b2
Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin
2011-06-15 22:18:24 +02:00
Christopher Allan Webber
6e7ce8d1af
mediagoblin.globals->mediagoblin.mg_globals
2011-06-12 17:27:37 -05:00
Joar Wandborg
44e2da2fe6
Added Markdown rendering for media_entry
2011-06-12 03:24:31 +02:00
Christopher Allan Webber
a77d952aa6
No need for a method for generating the verification key as a method
...
on the class, can just do that in the view
2011-06-02 09:02:13 -05:00
Christopher Allan Webber
d9951a6e03
Merge remote branch 'remotes/aleks/aleks'
2011-05-31 19:17:28 -05:00
Aleksandar Micovic
b93a6a229e
Added the ability to regenerate a verification key.
2011-05-31 17:14:23 -04:00
Christopher Allan Webber
b1ae76aea0
Add an index on MediaEntries making sure slugs + uploader combos are unique
2011-05-30 18:06:12 -05:00
Jakob Kramer
db5912e358
remove all 'username_repr' stuff
2011-05-29 19:49:25 +02:00
Jakob Kramer
ce72a1bb15
this should fix #354
2011-05-29 19:15:46 +02:00
Christopher Allan Webber
16509be160
Update all the views so that they use the uploader reference instead
...
of uploader embedding
2011-05-22 16:06:45 -05:00
Christopher Allan Webber
757f37a52d
User migration works (but the rest of the system isn't updated for new user setup yet)
2011-05-22 10:52:53 -05:00
Christopher Allan Webber
6926b23d43
Added a url_for_self method for generating mediaentry links
...
This allows for optionally making the url based off of slugs or ids
2011-05-20 18:16:10 -05:00
Elrond
0f18ed8f5e
Move models into new db/ directory
...
The database is a central point of interest/discussion.
Represent that by its own directory.
This will surely become more interesting when we have
migrations for example.
2011-05-18 00:44:10 +02:00