aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check for edit permission.Elrond2011-06-021-0/+13
* "edit": Finally implement saving.Elrond2011-05-271-1/+12
* Use new button styleElrond2011-05-261-1/+1
* Starting "edit" functionality.Elrond2011-05-268-0/+135
* *GNU* MediaGoblin home ;)Christopher Allan Webber2011-05-261-1/+1
* Changed header sizeJef van Schendel2011-05-261-4/+4
* We now have only one button styleJef van Schendel2011-05-267-28/+19
* Put log in / log out in its place!Jef van Schendel2011-05-262-1/+6
* Changed mediagoblin_content name to mediagoblin_containerJef van Schendel2011-05-262-3/+4
* Added actual imageJef van Schendel2011-05-261-0/+0
* Added header icon linkJef van Schendel2011-05-262-1/+6
* Removed clever subtitleJef van Schendel2011-05-251-3/+0
* Changed link color and underlineJef van Schendel2011-05-231-3/+1
* Changed background colors to plain colorsJef van Schendel2011-05-231-1/+1
* Expanded page width to 960pxChristopher Allan Webber2011-05-232-87/+1
* Removed background images and logo, won't need those for a whileJef van Schendel2011-05-233-0/+0
* modified atomfeed feature, corrected spacing, url generation, routing idBernhard Keller2011-05-234-1/+50
* Encourage users to run migrations every time they buildout.Christopher Allan Webber2011-05-221-1/+1
* A more explicit version of get_page_url that doesn't use the requestChristopher Allan Webber2011-05-221-5/+12
* Merge remote branch 'refs/remotes/elrond/idea/new_get_page_url'Christopher Allan Webber2011-05-222-12/+7
|\
| * Fix doc string of get_page_url()Elrond2011-05-211-3/+1
| * Give Pagination.get_page_url() a request instead of path and GETElrond2011-05-212-10/+7
* | Slightly better spacing in media.htmlChristopher Allan Webber2011-05-221-10/+17
* | Forgot switch to media.uploader() in the same way on two lines :PChristopher Allan Webber2011-05-221-2/+2
* | Update all the views so that they use the uploader reference insteadChristopher Allan Webber2011-05-225-8/+13
* | User migration works (but the rest of the system isn't updated for new user s...Christopher Allan Webber2011-05-224-1/+93
* | Move the general applicaiton setup commands to a utility moduleChristopher Allan Webber2011-05-223-22/+51
* | Move the ./bin/gmg shell command into its own module.Christopher Allan Webber2011-05-222-55/+73
|/
* Clarified: don't do this in production!Christopher Allan Webber2011-05-201-1/+2
* Added some stuff on how to run CELERY_ALWAYS_EAGERChristopher Allan Webber2011-05-201-0/+10
* Moves virtualenv instructions to a place far far awayWill Kahn-Greene2011-05-201-121/+15
* This check is redundant now that it's handled by the decorator.Christopher Allan Webber2011-05-201-4/+0
* Make sure that a MediaEntry does belong to this appropriate user inChristopher Allan Webber2011-05-202-7/+19
* Now you can set CELERY_ALWAYS_EAGER environment variable so that youChristopher Allan Webber2011-05-202-1/+12
* Added a url_for_self method for generating mediaentry linksChristopher Allan Webber2011-05-203-4/+20
* Cosmetic changes: removed an unused import, stripped some trailing whitespace.Christopher Allan Webber2011-05-202-2/+2
* MediaEntry slugs usable in URLs, & decorator that grabs media from the requestChristopher Allan Webber2011-05-203-10/+31
* Adjusting spacing a little bitChristopher Allan Webber2011-05-201-1/+1
* pass in page number in uses_pagination view via keyword argument so ordering ...Christopher Allan Webber2011-05-201-1/+1
* I think 30 is a good default number of items per page.Christopher Allan Webber2011-05-191-1/+3
* Another minor formatting change.Christopher Allan Webber2011-05-191-3/+4
* One more mild styling tweakChristopher Allan Webber2011-05-191-3/+4
* We don't really need to use a \ here so let's not do so.Christopher Allan Webber2011-05-191-2/+2
* Adjusting docstrings a bit to my taste.Christopher Allan Webber2011-05-191-5/+7
* Reorganizing the uses_pagination decorator a little and having it passChristopher Allan Webber2011-05-192-7/+5
* Merge remote branch 'remotes/hanaku/pagination'Christopher Allan Webber2011-05-197-16/+192
|\
| * moved check for correct page values into decorator for view functionBernhard Keller2011-05-193-8/+28
| * removed request arg from Pagination classBernhard Keller2011-05-195-46/+61
| * changed some coding styles and changed the interface for pagination from __ca...Bernhard Keller2011-05-194-87/+62
| * added Pagination class, usage description in Pagination,__call__Bernhard Keller2011-05-186-16/+183