mediagoblin.git
13 years agoDocument the db submodule a bit
Elrond [Thu, 30 Jun 2011 21:26:02 +0000 (23:26 +0200)]
Document the db submodule a bit

Document the ideas behind the db submodule.
And document what that actually means.

13 years agoMerge remote branch 'remotes/schendje/master'
Christopher Allan Webber [Thu, 30 Jun 2011 17:57:31 +0000 (12:57 -0500)]
Merge remote branch 'remotes/schendje/master'

Conflicts:
mediagoblin/templates/mediagoblin/user_pages/media.html

13 years agoComment indexes
Christopher Allan Webber [Thu, 30 Jun 2011 17:51:32 +0000 (12:51 -0500)]
Comment indexes

13 years agoExcitedly send a user a message that their comment was posted.
Christopher Allan Webber [Thu, 30 Jun 2011 01:51:17 +0000 (20:51 -0500)]
Excitedly send a user a message that their comment was posted.

13 years agoUse the cleaned_markdown_conversion method instead of doing that manually
Christopher Allan Webber [Thu, 30 Jun 2011 01:41:52 +0000 (20:41 -0500)]
Use the cleaned_markdown_conversion method instead of doing that manually

13 years agoMerge remote branch 'remotes/jwandborg/feature_362-simple_comments'
Christopher Allan Webber [Thu, 30 Jun 2011 01:27:48 +0000 (20:27 -0500)]
Merge remote branch 'remotes/jwandborg/feature_362-simple_comments'

13 years agoPut messages.html in grid_12, above content
Jef van Schendel [Wed, 29 Jun 2011 12:05:28 +0000 (14:05 +0200)]
Put messages.html in grid_12, above content

13 years agoMerge remote-tracking branch 'gitorious/master'
Jef van Schendel [Wed, 29 Jun 2011 11:53:17 +0000 (13:53 +0200)]
Merge remote-tracking branch 'gitorious/master'

13 years agoMaking the messages conform to the 960.gx widths
Christopher Allan Webber [Wed, 29 Jun 2011 01:56:06 +0000 (20:56 -0500)]
Making the messages conform to the 960.gx widths

13 years agoStyling for the messaging list items. A rainbow of messages!
Christopher Allan Webber [Wed, 29 Jun 2011 01:54:40 +0000 (20:54 -0500)]
Styling for the messaging list items.  A rainbow of messages!

13 years agoMerge remote branch 'remotes/gullydwarf-cfdv/f368_msg_framework'
Christopher Allan Webber [Wed, 29 Jun 2011 01:09:35 +0000 (20:09 -0500)]
Merge remote branch 'remotes/gullydwarf-cfdv/f368_msg_framework'

13 years agoIssue #362 - Added new `wtforms.Form`; `MediaCommentForm()`
Joar Wandborg [Tue, 28 Jun 2011 23:35:43 +0000 (01:35 +0200)]
Issue #362 - Added new `wtforms.Form`; `MediaCommentForm()`

*   ADDED `MediaCommentForm` is a form for `MediaComment`
    user entry and posting.

13 years agoIssue #362 - Updated `mediagoblin.user_pages.views` to handle new "Simple comments...
Joar Wandborg [Tue, 28 Jun 2011 23:29:39 +0000 (01:29 +0200)]
Issue #362 - Updated `mediagoblin.user_pages.views` to handle new "Simple comments" feature

*   ADDED `media_post_comment(request)` which creates `MediaComments`
    from POST requests
*   UPDATED `media_home(request, media, **kwargs)` now passes `comments`,
    `pagination` and `comments_form` to `media.html`

13 years agoIssue #362 - Updated media.html with things necessary for the simple comment feature
Joar Wandborg [Tue, 28 Jun 2011 23:21:46 +0000 (01:21 +0200)]
Issue #362 - Updated media.html with things necessary for the simple comment feature

*   `media.html` now imports `wtforms.html` for use in comment form rendering
*   `media.html` now outputs a commenting form if `request.user` evals to `True`
*   `media.html` now outputs `MediaComments` if `comments` evals to `True`
*   `media.html` now includes `pagination.html` to handle comment pagination

13 years agoIssue #362 - Updated the MediaComment model
Joar Wandborg [Tue, 28 Jun 2011 23:16:51 +0000 (01:16 +0200)]
Issue #362 - Updated the MediaComment model

*   `MediaComment.get_comments()` now uses pagination
*   `MediaComment.get_comments()` now sorts by `created` DESC
*   `MediaComment.media_entry` is now **required**
*   `MediaComment.media_entry()` now returns parent `MediaEntry`

13 years agoIssue #362 - Added a route to MediaComment POST handler
Joar Wandborg [Tue, 28 Jun 2011 23:14:52 +0000 (01:14 +0200)]
Issue #362 - Added a route to MediaComment POST handler

13 years agoMerge remote-tracking branch 'gitorious/master'
Jef van Schendel [Tue, 28 Jun 2011 11:50:05 +0000 (13:50 +0200)]
Merge remote-tracking branch 'gitorious/master'

13 years agoadds message queue unit testing
Caleb Forbes Davis V [Tue, 28 Jun 2011 07:35:44 +0000 (02:35 -0500)]
adds message queue unit testing

13 years agoremoves messages.add_message from the global template context
Caleb Forbes Davis V [Tue, 28 Jun 2011 04:49:57 +0000 (23:49 -0500)]
removes messages.add_message from the global template context

templates don't add messages. views are responsible for that.

13 years agoDocumenging index utils and adjusting how remove_deprecated_indexes gets arguments
Christopher Allan Webber [Tue, 28 Jun 2011 01:48:35 +0000 (20:48 -0500)]
Documenging index utils and adjusting how remove_deprecated_indexes gets arguments

More specifically, we now just take a dictionary of lists, like:
   {'collection': ['index_identifier1', 'index_identifier2']}

Previously we took something with more info like in add_new_indexes,
but that extra info isn't really necessary.

13 years agoDocumentation updates to indexes.py's docstring
Christopher Allan Webber [Tue, 28 Jun 2011 01:40:31 +0000 (20:40 -0500)]
Documentation updates to indexes.py's docstring

Includes information on how to deprecate indexes.

13 years agoUpdating migrate.py to actually run the indexing commands
Christopher Allan Webber [Tue, 28 Jun 2011 01:05:01 +0000 (20:05 -0500)]
Updating migrate.py to actually run the indexing commands

13 years agoAdding our current indexes and removing the index that was in models.py
Christopher Allan Webber [Mon, 27 Jun 2011 21:56:41 +0000 (16:56 -0500)]
Adding our current indexes and removing the index that was in models.py

13 years agoTools to add / remove indexes from collections
Christopher Allan Webber [Mon, 27 Jun 2011 21:56:12 +0000 (16:56 -0500)]
Tools to add / remove indexes from collections

13 years agoIssue 362 - Add simple comments
Joar Wandborg [Mon, 27 Jun 2011 21:39:40 +0000 (23:39 +0200)]
Issue 362 - Add simple comments

*   Added MediaComment database model
    Holds `media_entry` (`ObjectId`), `author` (`ObjectId`), `created`, `content` and `content_html`.

13 years agoTiny changes
Jef van Schendel [Mon, 27 Jun 2011 20:41:58 +0000 (22:41 +0200)]
Tiny changes

13 years agoImplement sidebar on media page
Jef van Schendel [Mon, 27 Jun 2011 20:39:05 +0000 (22:39 +0200)]
Implement sidebar on media page

13 years agoadds message queue
Caleb Forbes Davis V [Mon, 27 Jun 2011 18:13:52 +0000 (13:13 -0500)]
adds message queue

Feature #368 - messaging framework
* message levels are debug, info, success, warning, and error
* display mechanism - base.html includes messages.html for now
* fetch_messages and add_message are available to all templates
  using jinja2 environment.globals
* messages are displayed and cleared. no persistence

13 years agoStore the collection information in the ACTIVE_INDEXES keys
Christopher Allan Webber [Mon, 27 Jun 2011 02:51:38 +0000 (21:51 -0500)]
Store the collection information in the ACTIVE_INDEXES keys

13 years agoA base set of indexes for us to use with our new indexing tool.
Christopher Allan Webber [Mon, 27 Jun 2011 02:10:16 +0000 (21:10 -0500)]
A base set of indexes for us to use with our new indexing tool.

13 years agoMerge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber [Sun, 26 Jun 2011 20:22:01 +0000 (15:22 -0500)]
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin

13 years agoCelery wasn't really being properly connected during tests.
Christopher Allan Webber [Sun, 26 Jun 2011 19:45:19 +0000 (14:45 -0500)]
Celery wasn't really being properly connected during tests.

Lots of fixes to do this.

 - setup_celery_from_config no longer responsible for checking
   'celery_setup_elsewhere'; that's the app's job.  (This was a problem
   because more than the app was relying on using this function)
 - Allow us to specifically set the config file we're setting up
   celery from with setup_self
 - Set up celery_always_eager.  This is something we strongly want
   while doing tests.
 - Instead of setting up the app in the get_test_app method, let's set
   that up simply by importing from_tests, which should itself up via
   from_celery being the environment variable being set.

13 years agoReordering the uploaded on/by and description sections of media display template
Christopher Allan Webber [Sat, 25 Jun 2011 19:32:31 +0000 (14:32 -0500)]
Reordering the uploaded on/by and description sections of media display template

13 years agoAlign images in a gallery to the center
Christopher Allan Webber [Sat, 25 Jun 2011 18:15:15 +0000 (13:15 -0500)]
Align images in a gallery to the center

13 years agoJust adjusting indentation a little bit in the base template.
Christopher Allan Webber [Sat, 25 Jun 2011 18:10:25 +0000 (13:10 -0500)]
Just adjusting indentation a little bit in the base template.

13 years agoMerge remote branch 'remotes/gullydwarf-cfdv/is330'
Christopher Allan Webber [Sat, 25 Jun 2011 18:08:04 +0000 (13:08 -0500)]
Merge remote branch 'remotes/gullydwarf-cfdv/is330'

Conflicts:
mediagoblin/templates/mediagoblin/user_pages/gallery.html

13 years agoMake the width of these fields 100% rather than providing a specific pixel width.
Christopher Allan Webber [Sat, 25 Jun 2011 17:55:42 +0000 (12:55 -0500)]
Make the width of these fields 100% rather than providing a specific pixel width.

13 years agoPut the thumbnail on the edit details part on the top and center
Christopher Allan Webber [Sat, 25 Jun 2011 05:28:03 +0000 (00:28 -0500)]
Put the thumbnail on the edit details part on the top and center

13 years agoSetting height for media thumbnail to also 200px
Christopher Allan Webber [Sat, 25 Jun 2011 04:53:31 +0000 (23:53 -0500)]
Setting height for media thumbnail to also 200px

Not sure why height wasn't at 200px but anyway not having at 200px
means some images would hit overlap.

13 years agoAdjust the width of the fields on the form submission
Christopher Allan Webber [Sat, 25 Jun 2011 04:49:37 +0000 (23:49 -0500)]
Adjust the width of the fields on the form submission

Did several things, including:

 - Call the individual form field rendering macros instead of the auto
   whole-form renderer so we get better control over the TextArea
 - Use the textarea specific form field rendering macro
 - Adds textarea styling to the css
 - Sets the input, textarea styling to be 460 px wide (the width of
   the form section, not including padding)

13 years agoSeparates out the field rendering part from the whole form rendering macro
Christopher Allan Webber [Sat, 25 Jun 2011 04:46:11 +0000 (23:46 -0500)]
Separates out the field rendering part from the whole form rendering macro

Also adds a textarea-specific version that renders rows and cols as
part of the input.

13 years agoImplement basic footer
Jef van Schendel [Fri, 24 Jun 2011 19:03:05 +0000 (21:03 +0200)]
Implement basic footer

13 years agoRemove excess grids, change CSS to center forms
Jef van Schendel [Thu, 23 Jun 2011 15:39:13 +0000 (17:39 +0200)]
Remove excess grids, change CSS to center forms

13 years agoAdd <br /> for correct text layout
Jef van Schendel [Thu, 23 Jun 2011 14:47:27 +0000 (16:47 +0200)]
Add <br /> for correct text layout

13 years agoSubmit form should not have edit_box class
Jef van Schendel [Thu, 23 Jun 2011 14:40:33 +0000 (16:40 +0200)]
Submit form should not have edit_box class

13 years agoMake several small changes to wording and top bar links
Jef van Schendel [Thu, 23 Jun 2011 14:38:55 +0000 (16:38 +0200)]
Make several small changes to wording and top bar links

13 years agoMerge remote branch 'remotes/schendje/960-grid-system'
Christopher Allan Webber [Thu, 23 Jun 2011 03:21:08 +0000 (22:21 -0500)]
Merge remote branch 'remotes/schendje/960-grid-system'

13 years agoSlightly clearer message about email marked as verified w/ adduser gmg command
Christopher Allan Webber [Thu, 23 Jun 2011 03:17:58 +0000 (22:17 -0500)]
Slightly clearer message about email marked as verified w/ adduser gmg command

13 years agoSetting status to active when adding users with ./bin/gmg adduser
Christopher Allan Webber [Thu, 23 Jun 2011 03:16:50 +0000 (22:16 -0500)]
Setting status to active when adding users with ./bin/gmg adduser

13 years agoMaking arguments positional and removing the "usage" functions
Christopher Allan Webber [Thu, 23 Jun 2011 03:16:37 +0000 (22:16 -0500)]
Making arguments positional and removing the "usage" functions

All these arguments were required and might as well be positional
thusly.  If you don't provide all required positional arguments,
argparser will correct you and request usage.

13 years agoNo need to describe usage of subcommands, gmg subcommand --help does that
Christopher Allan Webber [Thu, 23 Jun 2011 03:09:11 +0000 (22:09 -0500)]
No need to describe usage of subcommands, gmg subcommand --help does that

13 years agoAdding new function to gmg_commands, adduser,makeadmin and changepw issue 373
Alejandro Villanueva [Wed, 22 Jun 2011 16:51:31 +0000 (11:51 -0500)]
Adding new function to gmg_commands, adduser,makeadmin and changepw issue 373

13 years agoSwitch css over to 960.gs. If I did everything right, things should look exactly...
Jef van Schendel [Thu, 23 Jun 2011 00:09:00 +0000 (02:09 +0200)]
Switch css over to 960.gs. If I did everything right, things should look exactly the same.

13 years agoCheck on media['uploader']'s id rather than the username
Christopher Allan Webber [Wed, 22 Jun 2011 18:57:34 +0000 (13:57 -0500)]
Check on media['uploader']'s id rather than the username

This skips making an extra query to retrieve the uploader object and
also checks on the canonical ID, which is probably good (even if
indexing should ensure uniqueness there).

13 years agoMerge remote branch 'remotes/gullydwarf-cfdv/is388_only_media_owner_edits'
Christopher Allan Webber [Wed, 22 Jun 2011 18:54:14 +0000 (13:54 -0500)]
Merge remote branch 'remotes/gullydwarf-cfdv/is388_only_media_owner_edits'

13 years agoTwo not three ways to contribute now, reflecting that in docs :)
Christopher Allan Webber [Wed, 22 Jun 2011 17:38:08 +0000 (12:38 -0500)]
Two not three ways to contribute now, reflecting that in docs :)

13 years agoadds conditional for display of media edit link
Caleb Forbes Davis V [Wed, 22 Jun 2011 17:13:29 +0000 (12:13 -0500)]
adds conditional for display of media edit link

13 years agoAdd updates background images
Jef van Schendel [Wed, 22 Jun 2011 15:48:20 +0000 (17:48 +0200)]
Add updates background images

13 years agoSeveral small UI changes to edit profile page: moved header, changed form wording...
Jef van Schendel [Wed, 22 Jun 2011 15:02:28 +0000 (17:02 +0200)]
Several small UI changes to edit profile page: moved header, changed form wording, changed css class

13 years agoMerge remote-tracking branch 'gitorious/master'
Jef van Schendel [Wed, 22 Jun 2011 15:01:20 +0000 (17:01 +0200)]
Merge remote-tracking branch 'gitorious/master'

13 years agoMerge remote branch 'remotes/elrond/idea/invalidid'
Christopher Allan Webber [Wed, 22 Jun 2011 14:52:13 +0000 (09:52 -0500)]
Merge remote branch 'remotes/elrond/idea/invalidid'

13 years agoMerge remote-tracking branch 'gitorious/master'
Jef van Schendel [Wed, 22 Jun 2011 13:32:06 +0000 (15:32 +0200)]
Merge remote-tracking branch 'gitorious/master'

13 years agoI don't think we need the username to be part of the profile editing URL
Christopher Allan Webber [Wed, 22 Jun 2011 04:26:45 +0000 (23:26 -0500)]
I don't think we need the username to be part of the profile editing URL

13 years agoAdding an extra space between function definitions
Christopher Allan Webber [Wed, 22 Jun 2011 04:26:18 +0000 (23:26 -0500)]
Adding an extra space between function definitions

13 years agoIndenting some sections between if / else blocks in root.html
Christopher Allan Webber [Wed, 22 Jun 2011 04:25:15 +0000 (23:25 -0500)]
Indenting some sections between if / else blocks in root.html

13 years agoMerge remote branch 'refs/remotes/gullydwarf-cfdv/is315'
Christopher Allan Webber [Wed, 22 Jun 2011 04:22:16 +0000 (23:22 -0500)]
Merge remote branch 'refs/remotes/gullydwarf-cfdv/is315'

13 years agoExtra checks so that we don't even RUN tests unless the right celery environ set
Christopher Allan Webber [Tue, 21 Jun 2011 22:02:49 +0000 (17:02 -0500)]
Extra checks so that we don't even RUN tests unless the right celery environ set

13 years agoMerge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber [Tue, 21 Jun 2011 21:06:09 +0000 (16:06 -0500)]
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin

13 years agoMake sure we *ONLY* ever kill the test database, EVER.
Christopher Allan Webber [Tue, 21 Jun 2011 21:04:44 +0000 (16:04 -0500)]
Make sure we *ONLY* ever kill the test database, EVER.

13 years agoMerge remote-tracking branch 'gitorious/master'
Jef van Schendel [Tue, 21 Jun 2011 17:13:07 +0000 (19:13 +0200)]
Merge remote-tracking branch 'gitorious/master'

13 years ago333. Adds explanation of command lines; tweaks format-patch line
Will Kahn-Greene [Wed, 15 Jun 2011 02:06:01 +0000 (22:06 -0400)]
333. Adds explanation of command lines; tweaks format-patch line

* Adds explanation of command lines and their arguments (gullydwarf's
  suggestion).
* Switched the ``git format-patch ...`` line from using -o patches to
  using --stdout.  This creates a single patch file and is (probably)
  easier to deal with.
* Fixed a typo.
* Adds toc to top of mediagoblin chapter

13 years agoAlso fix clean_html so that it doesn't barf on an empty string.
Christopher Allan Webber [Tue, 21 Jun 2011 13:20:05 +0000 (08:20 -0500)]
Also fix clean_html so that it doesn't barf on an empty string.

13 years agoMerge remote-tracking branch 'gitorious/master'
Jef van Schendel [Tue, 21 Jun 2011 09:22:31 +0000 (11:22 +0200)]
Merge remote-tracking branch 'gitorious/master'

13 years agoassigns migration steps to User database objects
cfdv [Tue, 21 Jun 2011 03:47:43 +0000 (22:47 -0500)]
assigns migration steps to User database objects

adds the migration_handler to the User db class, connecting the
migration steps in ../db/migrations.py to the migration code in
gmg_commands

13 years agoOnly migrate to description_html if description also exists.
Christopher Allan Webber [Tue, 21 Jun 2011 02:02:46 +0000 (21:02 -0500)]
Only migrate to description_html if description also exists.

13 years agoFix cleaned_markdown_conversion so that it doesn't bork on empty strings
Christopher Allan Webber [Tue, 21 Jun 2011 02:01:05 +0000 (21:01 -0500)]
Fix cleaned_markdown_conversion so that it doesn't bork on empty strings

Basically, clean_html would throw an error on '', so we just return ''
"if not text"

13 years agoremoves unecessary dependence on existence of username for User migration01, + fix...
cfdv [Tue, 21 Jun 2011 00:28:02 +0000 (19:28 -0500)]
removes unecessary dependence on existence of username for User migration01, + fix whitespace issues

13 years agoadds accommmodations for migration of fields in User: bio and url
cfdv [Mon, 20 Jun 2011 18:07:15 +0000 (13:07 -0500)]
adds accommmodations for migration of fields in User: bio and url

13 years agoMerge remote-tracking branch 'origin/master' into is315
cfdv [Mon, 20 Jun 2011 17:50:44 +0000 (12:50 -0500)]
Merge remote-tracking branch 'origin/master' into is315

13 years agoMerge remote-tracking branch 'gitorious/master'
Jef van Schendel [Mon, 20 Jun 2011 14:33:14 +0000 (16:33 +0200)]
Merge remote-tracking branch 'gitorious/master'

13 years agoAlso moving the test_server.ini to test_paste.ini to avoid ambiguity.
Christopher Allan Webber [Mon, 20 Jun 2011 13:57:58 +0000 (08:57 -0500)]
Also moving the test_server.ini to test_paste.ini to avoid ambiguity.

13 years agoMoving server.ini->paste.ini because willkg points out server.ini is ambiguous
Christopher Allan Webber [Mon, 20 Jun 2011 13:55:58 +0000 (08:55 -0500)]
Moving server.ini->paste.ini because willkg points out server.ini is ambiguous

Updating the file, updating lazyserver.sh, updating docs.

13 years agoUpdated git documentation to have more useful branch names.
Christopher Allan Webber [Mon, 20 Jun 2011 01:53:38 +0000 (20:53 -0500)]
Updated git documentation to have more useful branch names.

I haven't discussed this with Will yet... if he gets unhappy we can
roll back this documentation change :)

13 years agoProvide a migration to add description_html to MediaEntries that don't have it
Christopher Allan Webber [Mon, 20 Jun 2011 01:42:48 +0000 (20:42 -0500)]
Provide a migration to add description_html to MediaEntries that don't have it

13 years agoAdds util.cleaned_markdown_conversion() and uses it in the submission process
Christopher Allan Webber [Mon, 20 Jun 2011 01:41:40 +0000 (20:41 -0500)]
Adds util.cleaned_markdown_conversion() and uses it in the submission process

This simplifies the markdown processing & html cleaning of descritions
and etc by providing a wrapper function that we can use in multiple
locations.

13 years agoMerge remote branch 'remotes/jwandborg/issue_363'
Christopher Allan Webber [Mon, 20 Jun 2011 01:00:35 +0000 (20:00 -0500)]
Merge remote branch 'remotes/jwandborg/issue_363'

Conflicts:
setup.py

13 years agoMerge remote branch 'remotes/cmoylan/test_auth_views_364'
Christopher Allan Webber [Mon, 20 Jun 2011 00:56:25 +0000 (19:56 -0500)]
Merge remote branch 'remotes/cmoylan/test_auth_views_364'

13 years agoMerge branch 'is330', remote-tracking branch 'origin/master' into is330
cfdv [Sun, 19 Jun 2011 22:39:32 +0000 (17:39 -0500)]
Merge branch 'is330', remote-tracking branch 'origin/master' into is330

13 years agoMerge remote-tracking branch 'origin/master' into is315
cfdv [Sun, 19 Jun 2011 22:20:23 +0000 (17:20 -0500)]
Merge remote-tracking branch 'origin/master' into is315

13 years agoMove InvalidId to db.util
Elrond [Sun, 19 Jun 2011 22:09:40 +0000 (00:09 +0200)]
Move InvalidId to db.util

Instead of import InvalidId from the low level bson module,
first import it in our db.util wrapper and second import it
from pymongo.errors.

13 years agoMaking ./runtests.sh the official way to run the tests.
Christopher Allan Webber [Sun, 19 Jun 2011 21:52:27 +0000 (16:52 -0500)]
Making ./runtests.sh the official way to run the tests.

13 years ago./runtests.sh: run unit tests without having to remember the long command.
Christopher Allan Webber [Sun, 19 Jun 2011 21:51:02 +0000 (16:51 -0500)]
./runtests.sh: run unit tests without having to remember the long command.

13 years agoNeed to run nosetests with CELERY_CONFIG_MODULE set to from_tests again.
Christopher Allan Webber [Sun, 19 Jun 2011 21:43:23 +0000 (16:43 -0500)]
Need to run nosetests with CELERY_CONFIG_MODULE set to from_tests again.

Basically, if we don't do this celery sets itself up before it should
and improperly. :\

13 years agoDocumenting the setup_globals function.
Christopher Allan Webber [Sun, 19 Jun 2011 21:24:31 +0000 (16:24 -0500)]
Documenting the setup_globals function.

13 years agoDocument our new global objects added during the configobj branch
Christopher Allan Webber [Sun, 19 Jun 2011 21:23:17 +0000 (16:23 -0500)]
Document our new global objects added during the configobj branch

13 years agoMerge remote branch 'remotes/elrond/idea/globals_check'
Christopher Allan Webber [Sun, 19 Jun 2011 21:22:41 +0000 (16:22 -0500)]
Merge remote branch 'remotes/elrond/idea/globals_check'

Conflicts:
mediagoblin/tests/test_globals.py

13 years agoReset the globals parameters while testing parameters
Christopher Allan Webber [Sun, 19 Jun 2011 21:03:13 +0000 (16:03 -0500)]
Reset the globals parameters while testing parameters

(This way we can be sure that the database is torn down if necessary
but this was the only test that passed last.)

13 years agoRe-commenting-out lxml from setup.py
Christopher Allan Webber [Sun, 19 Jun 2011 20:35:19 +0000 (15:35 -0500)]
Re-commenting-out lxml from setup.py

Clarifying that this is something to install from the package manager
and not via python setuptools itself.

13 years agoUpdated hacking howto to reflect our new, easier to run lazyserver.sh command.
Christopher Allan Webber [Sun, 19 Jun 2011 19:03:08 +0000 (14:03 -0500)]
Updated hacking howto to reflect our new, easier to run lazyserver.sh command.

13 years ago./lazyserver.sh: launch a server in the most basic way possible
Christopher Allan Webber [Sun, 19 Jun 2011 18:38:33 +0000 (13:38 -0500)]
./lazyserver.sh: launch a server in the most basic way possible

Looks for paster either in buildout or in virtualenv / on the path,
wherever it seems to be.