index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utilities to lazily translate strings and also fake a translation for extraction
Christopher Allan Webber
2011-08-10
1
-1
/
+47
*
Provide a pass_to_ugettext method and set up gettext to default to English.
Christopher Allan Webber
2011-08-08
1
-0
/
+16
*
We should pass ugettext instead of gettext into the jinja template env
Christopher Allan Webber
2011-08-08
1
-1
/
+1
*
Changed mediagoblin translations directory to the one we actually use.
Christopher Allan Webber
2011-08-07
1
-1
/
+1
*
Removing option to make tags lowercase
Christopher Allan Webber
2011-07-30
1
-6
/
+2
*
Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetags
Christopher Allan Webber
2011-07-30
1
-1
/
+60
|
\
|
*
modifies duplicate tag check for list of dict tag type change
Caleb Forbes Davis V
2011-07-28
1
-2
/
+2
|
*
changes tags to a list of dicts in the db, adding tag slugs
Caleb Forbes Davis V
2011-07-27
1
-7
/
+21
|
*
use config_spec.ini to store tag parsing directives
Caleb Forbes Davis V
2011-07-25
1
-9
/
+6
|
*
raises tag length error in form context instead of in message queue
Caleb Forbes Davis V
2011-07-21
1
-14
/
+21
|
*
enforces maximum tag length with (in)appropriate messaging
Caleb Forbes Davis V
2011-07-13
1
-3
/
+23
|
*
ensures no duplicate tags per media entry
Caleb Forbes Davis V
2011-07-12
1
-1
/
+1
|
*
uses standard functions instead of form filters and fixes taglist default
Caleb Forbes Davis V
2011-07-12
1
-3
/
+8
|
*
displays the tags on edit correctly now
Caleb Forbes Davis V
2011-07-12
1
-2
/
+2
|
*
adds filter function to parse and clean tags field input
Caleb Forbes Davis V
2011-07-12
1
-1
/
+18
*
|
Merge remote branch 'remotes/jwandborg/feature_400-resize_images_to_fit_page'
Christopher Allan Webber
2011-07-16
1
-0
/
+2
|
\
\
|
*
|
Feature #400 - Resize images to fit on page - Additions
Joar Wandborg
2011-07-03
1
-0
/
+2
*
|
|
removed email variables from globals module
Deb
2011-07-12
1
-3
/
+3
*
|
|
Issue #431 - Prevent comment link expiry - Added functionality for comment li...
Joar Wandborg
2011-07-07
1
-4
/
+32
|
|
/
|
/
|
*
|
Move get_jinja_loader to init submodule.
Elrond
2011-07-02
1
-16
/
+0
|
/
*
removes messages.add_message from the global template context
Caleb Forbes Davis V
2011-06-27
1
-2
/
+0
*
adds message queue
Caleb Forbes Davis V
2011-06-27
1
-0
/
+7
*
Also fix clean_html so that it doesn't barf on an empty string.
Christopher Allan Webber
2011-06-21
1
-0
/
+4
*
Fix cleaned_markdown_conversion so that it doesn't bork on empty strings
Christopher Allan Webber
2011-06-20
1
-0
/
+5
*
Adds util.cleaned_markdown_conversion() and uses it in the submission process
Christopher Allan Webber
2011-06-19
1
-0
/
+11
*
Merge remote branch 'remotes/jwandborg/issue_363'
Christopher Allan Webber
2011-06-19
1
-2
/
+1
|
\
|
*
Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin
Joar Wandborg
2011-06-15
1
-7
/
+34
|
|
\
|
*
|
Added Markdown rendering for `media_entry`
Joar Wandborg
2011-06-12
1
-2
/
+1
*
|
|
Removing a couple of unused imports from util.py
Christopher Allan Webber
2011-06-19
1
-2
/
+0
*
|
|
util.read_config_file() no longer needed; removing.
Christopher Allan Webber
2011-06-19
1
-22
/
+0
|
|
/
|
/
|
*
|
A super strict HTML cleaner method with mediocre tests.
Christopher Allan Webber
2011-06-13
1
-0
/
+27
*
|
mediagoblin.globals->mediagoblin.mg_globals
Christopher Allan Webber
2011-06-12
1
-7
/
+7
|
/
*
A clear_test_buckets() method
Christopher Allan Webber
2011-06-06
1
-0
/
+20
*
Merge remote branch 'remotes/elrond/idea/shortcuts'
Christopher Allan Webber
2011-06-05
1
-0
/
+11
|
\
|
*
Create redirect shortcut and use it around
Elrond
2011-06-05
1
-1
/
+6
|
*
Create render_to_reponse and use it everywhere.
Elrond
2011-06-05
1
-0
/
+6
*
|
We should store the template path, not the template object, as the key
Christopher Allan Webber
2011-06-05
1
-3
/
+3
|
/
*
Cache template environments and gettexts so we don't have to reproduce
Christopher Allan Webber
2011-06-04
1
-2
/
+21
*
Added new render_template method which will make our lives nicer and
Christopher Allan Webber
2011-06-04
1
-0
/
+27
*
Proper webtest infrastructure... seems to be about right anyway :)
Christopher Allan Webber
2011-06-04
1
-4
/
+29
*
A more explicit version of get_page_url that doesn't use the request
Christopher Allan Webber
2011-05-22
1
-5
/
+12
*
Fix doc string of get_page_url()
Elrond
2011-05-21
1
-3
/
+1
*
Give Pagination.get_page_url() a request instead of path and GET
Elrond
2011-05-21
1
-4
/
+4
*
I think 30 is a good default number of items per page.
Christopher Allan Webber
2011-05-19
1
-1
/
+3
*
Another minor formatting change.
Christopher Allan Webber
2011-05-19
1
-3
/
+4
*
We don't really need to use a \ here so let's not do so.
Christopher Allan Webber
2011-05-19
1
-2
/
+2
*
Adjusting docstrings a bit to my taste.
Christopher Allan Webber
2011-05-19
1
-5
/
+7
*
Merge remote branch 'remotes/hanaku/pagination'
Christopher Allan Webber
2011-05-19
1
-0
/
+68
|
\
|
*
moved check for correct page values into decorator for view function
Bernhard Keller
2011-05-19
1
-2
/
+4
|
*
removed request arg from Pagination class
Bernhard Keller
2011-05-19
1
-12
/
+26
[next]