aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/util.py
Commit message (Expand)AuthorAgeFilesLines
* Switch the grid over to using a... erk... table! :)Christopher Allan Webber2011-08-181-0/+32
* Utilities to lazily translate strings and also fake a translation for extractionChristopher Allan Webber2011-08-101-1/+47
* Provide a pass_to_ugettext method and set up gettext to default to English.Christopher Allan Webber2011-08-081-0/+16
* We should pass ugettext instead of gettext into the jinja template envChristopher Allan Webber2011-08-081-1/+1
* Changed mediagoblin translations directory to the one we actually use.Christopher Allan Webber2011-08-071-1/+1
* Removing option to make tags lowercaseChristopher Allan Webber2011-07-301-6/+2
* Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetagsChristopher Allan Webber2011-07-301-1/+60
|\
| * modifies duplicate tag check for list of dict tag type changeCaleb Forbes Davis V2011-07-281-2/+2
| * changes tags to a list of dicts in the db, adding tag slugsCaleb Forbes Davis V2011-07-271-7/+21
| * use config_spec.ini to store tag parsing directivesCaleb Forbes Davis V2011-07-251-9/+6
| * raises tag length error in form context instead of in message queueCaleb Forbes Davis V2011-07-211-14/+21
| * enforces maximum tag length with (in)appropriate messagingCaleb Forbes Davis V2011-07-131-3/+23
| * ensures no duplicate tags per media entryCaleb Forbes Davis V2011-07-121-1/+1
| * uses standard functions instead of form filters and fixes taglist defaultCaleb Forbes Davis V2011-07-121-3/+8
| * displays the tags on edit correctly nowCaleb Forbes Davis V2011-07-121-2/+2
| * adds filter function to parse and clean tags field inputCaleb Forbes Davis V2011-07-121-1/+18
* | Merge remote branch 'remotes/jwandborg/feature_400-resize_images_to_fit_page'Christopher Allan Webber2011-07-161-0/+2
|\ \
| * | Feature #400 - Resize images to fit on page - AdditionsJoar Wandborg2011-07-031-0/+2
* | | removed email variables from globals moduleDeb2011-07-121-3/+3
* | | Issue #431 - Prevent comment link expiry - Added functionality for comment li...Joar Wandborg2011-07-071-4/+32
| |/ |/|
* | Move get_jinja_loader to init submodule.Elrond2011-07-021-16/+0
|/
* removes messages.add_message from the global template contextCaleb Forbes Davis V2011-06-271-2/+0
* adds message queueCaleb Forbes Davis V2011-06-271-0/+7
* Also fix clean_html so that it doesn't barf on an empty string.Christopher Allan Webber2011-06-211-0/+4
* Fix cleaned_markdown_conversion so that it doesn't bork on empty stringsChristopher Allan Webber2011-06-201-0/+5
* Adds util.cleaned_markdown_conversion() and uses it in the submission processChristopher Allan Webber2011-06-191-0/+11
* Merge remote branch 'remotes/jwandborg/issue_363'Christopher Allan Webber2011-06-191-2/+1
|\
| * Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-06-151-7/+34
| |\
| * | Added Markdown rendering for `media_entry`Joar Wandborg2011-06-121-2/+1
* | | Removing a couple of unused imports from util.pyChristopher Allan Webber2011-06-191-2/+0
* | | util.read_config_file() no longer needed; removing.Christopher Allan Webber2011-06-191-22/+0
| |/ |/|
* | A super strict HTML cleaner method with mediocre tests.Christopher Allan Webber2011-06-131-0/+27
* | mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-7/+7
|/
* A clear_test_buckets() methodChristopher Allan Webber2011-06-061-0/+20
* Merge remote branch 'remotes/elrond/idea/shortcuts'Christopher Allan Webber2011-06-051-0/+11
|\
| * Create redirect shortcut and use it aroundElrond2011-06-051-1/+6
| * Create render_to_reponse and use it everywhere.Elrond2011-06-051-0/+6
* | We should store the template path, not the template object, as the keyChristopher Allan Webber2011-06-051-3/+3
|/
* Cache template environments and gettexts so we don't have to reproduceChristopher Allan Webber2011-06-041-2/+21
* Added new render_template method which will make our lives nicer andChristopher Allan Webber2011-06-041-0/+27
* Proper webtest infrastructure... seems to be about right anyway :)Christopher Allan Webber2011-06-041-4/+29
* A more explicit version of get_page_url that doesn't use the requestChristopher Allan Webber2011-05-221-5/+12
* 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-211-4/+4
* 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
* 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
* Merge remote branch 'remotes/hanaku/pagination'Christopher Allan Webber2011-05-191-0/+68
|\
| * moved check for correct page values into decorator for view functionBernhard Keller2011-05-191-2/+4