2011-04-17 |
Christopher... | Reorganization of storage.py. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-17 |
Christopher... | storage.storage_system_from_paste_config() utility... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-17 |
Christopher... | Moved app.load_controller -> util.import_component... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-17 |
Christopher... | documentation for get_jinja_env |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-17 |
Christopher... | Encourage storage systems to passively accept extraneou... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-16 |
Christopher... | Test for BasicFileStorage.file_url() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-16 |
Christopher... | Import urlparse! Duh. I should remember to turn flyma... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-16 |
Christopher... | Tests for BasicFileStorage.delete_file() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-16 |
Christopher... | Tests for BasicFileStorage.get_file() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-16 |
Christopher... | "if not os.path.exists(directory)", not "if not os... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-16 |
Christopher... | when running get_unique_filepath, clean_listy_filepath... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-16 |
Christopher... | Added delete_file, url_for_file methods to BasicFileStorage |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-15 |
Christopher... | Ignore the docs/_build directory. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-15 |
Will Kahn-Greene | Overhauls TOC of manual |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-13 |
Will Kahn-Greene | Adds license/copyright headers to jinja2 templates. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-13 |
Will Kahn-Greene | Clarifies licensing for the project. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-13 |
Will Kahn-Greene | Changes Mediagoblin -> MediaGoblin. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-13 |
Will Kahn-Greene | Adds documentation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-13 |
Will Kahn-Greene | Adds license/copyright header. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-12 |
Will Kahn-Greene | Fixes docs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-11 |
Matt Lee | Adding a file for testing of CIA bot |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-11 |
Christopher... | Started the workflow document. Currently just mockups... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | get_file() implementation for BasicFileStorage |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | Test BasicFileStorage.get_unique_filepath() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | We should import uuid, because we use it! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | get_unique_filepath not get_unique_filename! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | Unit tests for BasicFileStorage.file_exists() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | Started BasicFileStorage tests. test_basic_storage__re... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | Merge branch 'master' of gitorious.org:mediagoblin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | Added the url_for_file stub to the interface |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | I don't think we need _create_dirs_for_filepath. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-10 |
Christopher... | Put down structure of BasicFileStorage, and the ._resol... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-09 |
Will Kahn-Greene | Fleshes out documentation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-09 |
Christopher... | More documentation on all the core storage API methods |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-09 |
Christopher... | u'string', but of course ;) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-09 |
Christopher... | Actually, we can implement get_unique_filename, which... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-09 |
Christopher... | Most of the StorageInterface stubs in place and documented. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-09 |
Christopher... | Raise a specific error if a filename component can... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-09 |
Christopher... | file storage filelist cleaning |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-09 |
Christopher... | Include werkzeug. We'll need it for werkzeug.util... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-09 |
Christopher... | Adding staticdirect infrastructure from cc.engine |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-08 |
Will Kahn-Greene | Adds Sphinx docs infrastructure. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Herp derp GPL notice blocks should even be on routing. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Since we're searching by id, that try: except: was... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Functioning request.user, and a functioning greeting... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | This should allow for request.user and show users logged in |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | We should always have a request.user object, even if... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Added setup_user_in_request |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | We should use one instead of find_one to really make... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Also handle when there is no such user |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Working logout function |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Logins seem to work. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Added a check_login command to User |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Use beaker from middleware, it's official. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Clarified documentation on fake_login_attempt and resto... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | starting to write login code |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Added a fake_login_attempt utility. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Use the passwordfield for password fields, obviously ;o |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Return an HTTPFound, not HTTPTemporaryRedirect |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Registering almost works right :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Base mediagoblin template, and register templates |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | We should return a unicode object in bcrypt_gen_passwor... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-03 |
Christopher... | Put the User object officially in the 'users' document... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-02 |
Christopher... | Also make sure the auth system successfully returns... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-02 |
Christopher... | Where did this o come from. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-02 |
Christopher... | Merge branch 'master' of gitorious.org:mediagoblin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-02 |
Christopher... | Unit tests for our bcrypt auth stuff. Our first tests! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-02 |
Christopher... | Basic authentication tools using py-bcrypt |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-28 |
Matt Lee | Added catalogue number |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-28 |
Christopher... | HTML export of the READMEish braindump. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-28 |
Christopher... | A semi-verbose braindump of what I think GNU MediaGobli... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-27 |
Matt Lee | Added copying and authors files |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-27 |
Matt Lee | Added copyright notices |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-27 |
Christopher... | A testing submit view that doesn't work but is getting... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-27 |
Christopher... | __collection__ should be auto-defined as media_entries |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-27 |
Christopher... | erp, connection[database_path] not connection['database... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-27 |
Christopher... | Ignore mediagoblin egg-info |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-26 |
Christopher... | Properly load in the database and register the connecti... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-26 |
Christopher... | date_creation should be created |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-26 |
Christopher... | required_values, default_values! For the only two... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-26 |
Christopher... | A simple register_modules helper function. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-25 |
Christopher... | Adding a skeletal models.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-25 |
Christopher... | Requiring mongokit |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-25 |
Christopher... | Commenting out beaker till we start using it :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-25 |
Christopher... | Adding requirements :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2010-07-18 |
Christopher... | beakered_app removed from the paste_app_factory. Deplo... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2010-07-18 |
Christopher... | Added session support w/ beaker |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2010-07-18 |
Christopher... | Still totally useless but at least it writes to the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2010-07-18 |
Christopher... | Starting with the test submit view using wtforms |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2010-07-18 |
Christopher... | A few adustments to the routing and etc |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2010-07-17 |
Christopher... | Basic but useless connection to the database |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2010-07-17 |
Christopher... | Initial mediagoblin structure |
commit | commitdiff | tree | snapshot (zip tar.gz) |
|