Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 1173)

Ticket Resolution Summary Owner Reporter
#403 fixed Add ipython support to ./bin/gmg shell hugomatic Christopher Allan Webber
Description

It would be great if we could launch ipython optionally like:

  ./bin/gmg shell --ipython

There's some code in werkzeug's codebase that looks like it does this the right way.

        if ipython:
            try:
                try:
                    from IPython.frontend.terminal.embed import InteractiveShellEmbed
                    sh = InteractiveShellEmbed(banner1=banner)
                except ImportError:
                    from IPython.Shell import IPShellEmbed
                    sh = IPShellEmbed(banner=banner)
            except ImportError:
                pass
            else:
                sh(global_ns={}, local_ns=namespace)
                return
        from code import interact
        interact(banner, local=namespace)

If we borrow a significant chunk of this code, we should annotate correctly:

http://www.softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html

#971 fixed Add location model that all objects can use Jessica Tallon
Description

Add a location model that can be used by MediaEntry, User, Collection and MediaComment so that location data from other servers in the pump.io API can retain this data and see it. This has been outlined here.

#243 wontfix Add minimized exception to javascript headers when we start adding them :) Christopher Allan Webber
Description
See the bottom of:

`http://www.gnu.org/p/javascript-trap.html <http://www.gnu.org/p/javascript-trap.html>`_

I don't want to make minimizing javascript not-okay. When we add
our first javascript code, we should add a version of this
exception.



Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.