| Commit message (Expand) | Author | Age | Files | Lines |
* | Nearly complete support for Tags | Elrond | 2012-01-28 | 1 | -1/+1 |
* | Oops, I broke teh all rights reserved ;) | Christopher Allan Webber | 2012-01-21 | 1 | -1/+1 |
* | License "all rights reserved" default should be None/NULL, not empty string | Christopher Allan Webber | 2012-01-21 | 1 | -1/+1 |
* | Fix unit tests with new license support | Elrond | 2012-01-21 | 2 | -3/+2 |
* | Minor formatting and syntax fix. | Aaron Williamson | 2012-01-18 | 1 | -1/+2 |
* | Fixed a syntax error in edit/views and added back in some missing license stu... | Aaron Williamson | 2012-01-17 | 1 | -2/+2 |
* | Merged changes with upstream | Aaron Williamson | 2012-01-17 | 5 | -38/+105 |
|\ |
|
| * | Remove unnecessary piece of text in media.html. Fix "Markdown text" indentati... | Jef van Schendel | 2012-01-13 | 1 | -4/+3 |
| * | Dot-Notation: Some random places | Elrond | 2012-01-11 | 1 | -5/+5 |
| * | Make show-password-js work for change password too | Elrond | 2012-01-05 | 1 | -1/+2 |
| * | Create edit_account.html | Jef van Schendel | 2012-01-05 | 3 | -21/+47 |
| * | Add Markdown for submit page, edit page, profile edit page; thus fixing ticke... | Jef van Schendel | 2012-01-04 | 1 | -2/+10 |
| * | Fix #715: On media submit page, "Separate" is misspelled | Jef van Schendel | 2011-12-30 | 1 | -1/+1 |
| * | Dot-Notation for MediaEntry.description(_html) | Elrond | 2011-12-05 | 1 | -4/+4 |
| * | Dot-Notation for MediaEntry.slug | Elrond | 2011-12-05 | 1 | -2/+2 |
| * | Dot-Notation for MediaEntry.title | Elrond | 2011-12-05 | 1 | -2/+2 |
| * | Dot-Notation for MediaEntry.uploader | Elrond | 2011-12-05 | 2 | -3/+3 |
| * | Dot-Notation for Users.bio and .bio_html | Elrond | 2011-12-05 | 1 | -2/+2 |
| * | Dot-Notation for Users.url | Elrond | 2011-12-05 | 1 | -1/+1 |
| * | Dot-Notation for Users.is_admin | Elrond | 2011-12-05 | 2 | -3/+3 |
| * | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -1/+1 |
| * | Fix the text "Seperate tags by commas and spaces" since spaces are not used t... | Manuel Urbano Santos | 2011-11-27 | 1 | -1/+1 |
| * | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying that... | Jef van Schendel | 2011-11-20 | 1 | -1/+3 |
| * | added unittests, now using form errors and fixed bug when no GET parameter is... | Jakob Kramer | 2011-11-20 | 1 | -9/+14 |
| * | added support for changing the password, issue #643 | Jakob Kramer | 2011-11-20 | 2 | -10/+37 |
| * | Dot-Notation for "_id" | Elrond | 2011-11-15 | 2 | -4/+4 |
| * | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 2 | -3/+1 |
| |\ |
|
| | * | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 2 | -3/+1 |
| * | | Mark two strings for translation | Elrond | 2011-11-13 | 1 | -1/+1 |
* | | | First crack at basic license support. | Aaron Williamson | 2012-01-17 | 2 | -2/+11 |
|/ / |
|
* / | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 2 | -9/+8 |
|/ |
|
* | Use media.url_for_self() instead of generating it | Elrond | 2011-09-09 | 1 | -5/+4 |
* | Added a description to the slug field on the media entry form. | Christopher Allan Webber | 2011-09-04 | 1 | -3/+8 |
* | #i536: Removing attachments stuff from edit_media(), in its own method now | Christopher Allan Webber | 2011-09-04 | 1 | -11/+0 |
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 5 | -5/+5 |
* | Merge remote branch 'remotes/jwandborg/f403_ability_to_delete' | Christopher Allan Webber | 2011-08-28 | 1 | -5/+6 |
|\ |
|
| * | + 'confirm' section for confirmation dialogues | Mark Holmquist | 2011-08-22 | 1 | -5/+8 |
* | | Merge branch 'master' into jwandborg-f482_media_attachments | Christopher Allan Webber | 2011-08-22 | 2 | -9/+13 |
|\| |
|
| * | Converting all forms to use the "fake/null" gettext conversion function | Christopher Allan Webber | 2011-08-10 | 1 | -1/+1 |
| * | Marked relevant strings in python views/forms for translation via ugettext | Christopher Allan Webber | 2011-08-08 | 2 | -10/+14 |
* | | Feature #482 - Media attachments - | Joar Wandborg | 2011-08-22 | 2 | -23/+79 |
* | | Feature #482 - Media attachments | Joar Wandborg | 2011-08-05 | 2 | -1/+20 |
|/ |
|
* | Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetags | Christopher Allan Webber | 2011-07-30 | 2 | -3/+13 |
|\ |
|
| * | changes tags to a list of dicts in the db, adding tag slugs | Caleb Forbes Davis V | 2011-07-27 | 1 | -3/+5 |
| * | use config_spec.ini to store tag parsing directives | Caleb Forbes Davis V | 2011-07-25 | 1 | -3/+3 |
| * | raises tag length error in form context instead of in message queue | Caleb Forbes Davis V | 2011-07-21 | 2 | -4/+5 |
| * | enforces maximum tag length with (in)appropriate messaging | Caleb Forbes Davis V | 2011-07-13 | 1 | -1/+3 |
| * | uses standard functions instead of form filters and fixes taglist default | Caleb Forbes Davis V | 2011-07-12 | 2 | -5/+4 |
| * | displays the tags on edit correctly now | Caleb Forbes Davis V | 2011-07-12 | 2 | -2/+2 |
| * | adds filter function to parse and clean tags field input | Caleb Forbes Davis V | 2011-07-12 | 2 | -4/+6 |