Christopher Allan Webber
ef30978ad2
tests for setup_celery_from_config()
2011-04-30 21:54:05 -05:00
Christopher Allan Webber
1c61a6ca3b
A few more corrections to make setup_celery_from_config() work right
2011-04-30 21:53:39 -05:00
Will Kahn-Greene
94459eadb8
Changes beardomatic things to codebase things
2011-04-30 14:42:14 -04:00
Christopher Allan Webber
694c235106
Import based on the DEFAULT_SETTINGS_MODULE in setup_celery_from_config
2011-04-30 11:32:33 -05:00
Will Kahn-Greene
845c3ae250
Adds section on git
...
* instructions for contributing patches
* learning git
* learning other utilities
2011-04-30 11:17:35 -04:00
Christopher Allan Webber
109c87f829
Changing the wording around the django-like components statement
2011-04-30 09:31:03 -05:00
Christopher Allan Webber
2514dc0280
Clarified that copyright assignment is encouraged, but not mandatory.
2011-04-30 09:26:03 -05:00
Christopher Allan Webber
776331fd96
Merge branch 'master' into celerysubmit
2011-04-30 08:27:15 -05:00
Will Kahn-Greene
87b44d61ef
Adds initial root page
...
This adds an initial root page that's ugly as sin, but makes it easier
to test what exists so far (e.g. register, login, submit pictures).
2011-04-30 08:57:08 -04:00
Will Kahn-Greene
0f03e1d394
Adds a README
2011-04-30 08:41:39 -04:00
Will Kahn-Greene
515b8a48c9
Adds placeholder file so _static exists.
2011-04-28 16:27:09 -04:00
Will Kahn-Greene
4305e7e64b
Adds "Send encouragement" section
2011-04-28 10:58:16 -04:00
Will Kahn-Greene
0c95302512
Moves "run your own instance" to the future section
...
Chris correctly pointed out that you can't quite run your own instance,
yet. But that's the goal!
2011-04-28 10:38:37 -04:00
Will Kahn-Greene
9d952fdc79
Reworked contributing docs based on Asheesh's thoughts
...
I chatted with Asheesh on IRC today and asked him to look over the
contributer howto. He had a lot of thoughts and I factored most/all
of them in. It's much better now.
2011-04-27 22:46:27 -04:00
Matt Lee
84489d7d4a
Updated copyright
2011-04-27 10:55:35 -04:00
Christopher Allan Webber
1bb0fdf2f4
HTTPFound more accurate than HTTPMovedPermanently.
...
(Just observed this in cc.engine, making observation here also while I'm at it :))
2011-04-26 15:46:56 -05:00
Christopher Allan Webber
5784c4e963
Actually call setup_celery_from_config when launching from paste.
...
Also changed **kw to **app_config, which is more useful of a variable
name.
2011-04-24 20:57:38 -05:00
Christopher Allan Webber
bb64a6073c
Commit dummy_settings_module, of course.
2011-04-24 20:55:02 -05:00
Will Kahn-Greene
eb2986152a
Fixes traceback on registration
...
values must be unicode.
2011-04-24 21:53:57 -04:00
Will Kahn-Greene
75b70b90c3
Fixes mdashes and other minor things.
2011-04-24 21:31:08 -04:00
Will Kahn-Greene
81be691a20
Changes version to 0.0.1.
2011-04-24 21:29:39 -04:00
Will Kahn-Greene
427ee0de13
Adds Matt to docs contributors list
2011-04-24 21:19:00 -04:00
Christopher Allan Webber
e231d9e8bb
setup_celery_from_config tool. Haven't tried if it works, but looks right...
2011-04-24 18:47:23 -05:00
Will Kahn-Greene
34366952a2
Heavy documentation updates
...
* Nixed codedocs and software stack chapters in favor of a chapter on
Beardomatic!
* Switched workflow to vision and added an additional caveat at the top
2011-04-24 19:46:48 -04:00
Will Kahn-Greene
cafc7451cc
Minor tweaks to design decisions text
2011-04-24 18:55:07 -04:00
Will Kahn-Greene
5740a0d6aa
Updates to hacking howto
...
* adds "what's where" section which isn't wildly interesting right now
but it's somewhat interesting
* adds "wiping environment" section
2011-04-24 18:50:48 -04:00
Christopher Allan Webber
df9809c209
Make certain bits of info accessable as global variables from anywhere
2011-04-24 14:48:55 -05:00
Christopher Allan Webber
6bcab715b8
Time to require celery!
2011-04-24 10:04:53 -05:00
Christopher Allan Webber
03afc828ce
Properly require files when users submit
2011-04-23 14:13:33 -05:00
Christopher Allan Webber
204392362f
Submission of image works :)
...
/me pours some sparkling grape juice
2011-04-23 13:29:15 -05:00
Christopher Allan Webber
e21e7bfeb4
Enclose queue_file writing in with statement so that it's closed correctly.
2011-04-23 13:15:09 -05:00
Christopher Allan Webber
2732c28676
A stupid success view.
2011-04-23 13:06:27 -05:00
Christopher Allan Webber
6e41c71c49
Adding the hidden next field to the login page so we actually do redirect
2011-04-23 12:56:32 -05:00
Christopher Allan Webber
f6f524bf59
submit_start written in a way that, by golly, you'd think maybe it'd work
2011-04-23 12:56:01 -05:00
Christopher Allan Webber
574d1511d6
Probably better to request.POST.get?
2011-04-23 12:54:11 -05:00
Christopher Allan Webber
e745ce10c9
we should check for request.user['status'] not request.user['session'], clearly.
2011-04-23 11:30:20 -05:00
Christopher Allan Webber
74ae6b112a
making state for MediaEntry objects, also adding attributes:
...
- media_files
- attachment_files
- queue_files
- thumbnail_file
2011-04-23 10:51:55 -05:00
Christopher Allan Webber
7bf3f5db0f
Adding a space for custom validators, though we haven't used it yet :)
2011-04-23 09:03:25 -05:00
Christopher Allan Webber
4d75522b91
Give User a status, also add uploader user field to MediaEntry
2011-04-23 08:52:23 -05:00
Christopher Allan Webber
7eba0306d8
Provide a next= url when we require logging in
2011-04-23 08:46:02 -05:00
Will Kahn-Greene
efb291d633
Fixes CC0 language
...
CC0 is a waiver and not a license, so this fixes all the language
accordingly.
2011-04-22 22:08:49 -04:00
Will Kahn-Greene
6a338d8e0e
Updates contributing howto
...
* lots of changes to the contributing howto from Matt, Greg, Will, and
Chris
* adds references between the contributing howto and other chapters
* adds a design decision regarding copyright assignment
2011-04-22 22:02:55 -04:00
Will Kahn-Greene
fad67707e1
License/copyright changes
...
* changes COPYING to explain licensing for all of GNU MediaGoblin
* adds design decision regarding why we picked the licensing we did
* adds CC0 and AGPLv3 texts
* removes licensing bits from hacking howto--we should put that somewhere
else
2011-04-21 21:26:48 -04:00
Christopher Allan Webber
ddff7cce3e
util.setup_user_in_request must be called last
2011-04-19 19:16:56 -05:00
Christopher Allan Webber
6648c52ba8
Use request.app.db, not request.db
2011-04-19 19:11:38 -05:00
Christopher Allan Webber
9ec5910861
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
2011-04-19 19:05:58 -05:00
Christopher Allan Webber
e323a06851
Start of the submit view, but not much there quite yet.
2011-04-19 19:05:46 -05:00
Christopher Allan Webber
bb3eaf20ea
New requires_active_login decorator!
2011-04-19 19:04:22 -05:00
Will Kahn-Greene
c66d0f5c66
Hackinghowto tweaks
...
* adjusts some whitespace and formatting
* tweaks language and section breakdown
2011-04-19 12:48:55 -04:00
Christopher Allan Webber
54e219fed1
Makes most sense for [server:main] to be at bottom
2011-04-17 16:45:36 -05:00