Feature #400 - Resize images to fit on page - Additions
[mediagoblin.git] / mediagoblin / util.py
2011-07-03 Joar WandborgFeature #400 - Resize images to fit on page - Additions
2011-06-30 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-30 Christopher Allan... Merge remote branch 'remotes/jwandborg/feature_362...
2011-06-29 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-29 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f368_msg_f...
2011-06-28 Caleb Forbes Davis Vremoves messages.add_message from the global template...
2011-06-27 Caleb Forbes Davis Vadds message queue
2011-06-25 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-22 Christopher Allan... Merge remote branch 'remotes/elrond/idea/invalidid'
2011-06-22 Christopher Allan... Merge remote branch 'refs/remotes/gullydwarf-cfdv/is315'
2011-06-21 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-21 Christopher Allan... Also fix clean_html so that it doesn't barf on an empty...
2011-06-21 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-21 Christopher Allan... Fix cleaned_markdown_conversion so that it doesn't...
2011-06-20 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-20 Christopher Allan... Adds util.cleaned_markdown_conversion() and uses it...
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-19 cfdvMerge branch 'is330', remote-tracking branch 'origin...
2011-06-19 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-19 Christopher Allan... Merge branch 'configobj'
2011-06-19 Christopher Allan... Removing a couple of unused imports from util.py
2011-06-19 Christopher Allan... util.read_config_file() no longer needed; removing.
2011-06-15 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-15 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-14 Christopher Allan... Merge remote branch 'remotes/elrond/dev/workbench_class'
2011-06-14 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-06-14 Christopher Allan... A super strict HTML cleaner method with mediocre tests.
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/simple_proc_me...
2011-06-12 Christopher Allan... mediagoblin.globals->mediagoblin.mg_globals
2011-06-12 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Joar WandborgAdded Markdown rendering for `media_entry`
2011-06-06 Christopher Allan... Merge remote branch 'remotes/gandaro/324-bad-media...
2011-06-06 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-06 Christopher Allan... A clear_test_buckets() method
2011-06-05 Christopher Allan... Merge remote branch 'remotes/elrond/idea/shortcuts'
2011-06-05 Christopher Allan... We should store the template path, not the template...
2011-06-05 ElrondCreate redirect shortcut and use it around
2011-06-05 ElrondCreate render_to_reponse and use it everywhere.
2011-06-04 Christopher Allan... Cache template environments and gettexts so we don...
2011-06-04 Christopher Allan... Added new render_template method which will make our...
2011-06-04 Christopher Allan... Proper webtest infrastructure... seems to be about...
2011-05-22 Christopher Allan... A more explicit version of get_page_url that doesn...
2011-05-22 Christopher Allan... Merge remote branch 'refs/remotes/elrond/idea/new_get_p...
2011-05-21 ElrondFix doc string of get_page_url()
2011-05-21 ElrondGive Pagination.get_page_url() a request instead of...
2011-05-20 Christopher Allan... I think 30 is a good default number of items per page.
2011-05-20 Christopher Allan... Another minor formatting change.
2011-05-20 Christopher Allan... We don't really need to use a \ here so let's not do so.
2011-05-20 Christopher Allan... Adjusting docstrings a bit to my taste.
2011-05-20 Christopher Allan... Merge remote branch 'remotes/hanaku/pagination'
2011-05-19 Bernhard Kellermoved check for correct page values into decorator...
2011-05-19 Bernhard Kellerremoved request arg from Pagination class
2011-05-19 Bernhard Kellerchanged some coding styles and changed the interface...
2011-05-18 Bernhard Kelleradded Pagination class, usage description in Pagination...
2011-05-18 ElrondMove ObjectId, DESCENDING to db.util
2011-05-13 Aaron WilliamsonGenerate unique slugs for newly submitted images.
2011-05-13 Christopher Allan... Merge remote branch 'refs/remotes/dneelyeps/master'
2011-05-13 Christopher Allan... locale rather than target_lang in the get parameters
2011-05-13 Christopher Allan... Load gettext, and load it into the template environment
2011-05-12 Christopher Allan... Separation between setting up the template env and...
2011-05-12 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-05-12 Christopher Allan... Added some locale determination tools
2011-05-12 Christopher Allan... Fix the email debug inbox
2011-05-12 Christopher Allan... Add the jinja2 extension to the jinja loader
2011-05-08 Christopher Allan... Added an email debug mode which, by default, is enabled
2011-05-07 Joar WandborgMade changes according to bugs.foocorp.net/issues/271...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-06 Joar Wandborgmediagoblin.util.send_email now supports both list...
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Christopher Allan... A simple, maybe obvious, docstring for util.send_email()
2011-05-04 Christopher Allan... send_email tool and email sending tests
2011-04-20 Christopher Allan... Use request.app.db, not request.db
2011-04-17 Christopher Allan... Moved app.load_controller -> util.import_component...
2011-04-17 Christopher Allan... documentation for get_jinja_env
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-03 Christopher Allan... Since we're searching by id, that try: except: was...
2011-04-03 Christopher Allan... Functioning request.user, and a functioning greeting...
2011-04-03 Christopher Allan... We should always have a request.user object, even if...
2011-04-03 Christopher Allan... Added setup_user_in_request
2011-03-27 Matt LeeAdded copyright notices
2010-07-17 Christopher Allan... Initial mediagoblin structure