mediagoblin.git
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 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.

13 years agoActually we need pkg_resources again in test_celery_setup :)
Christopher Allan Webber [Sun, 19 Jun 2011 18:00:49 +0000 (13:00 -0500)]
Actually we need pkg_resources again in test_celery_setup :)

This got removed in master at the same time that it got used in the
configobj branch...

13 years agoMerge branch 'configobj'
Christopher Allan Webber [Sun, 19 Jun 2011 17:59:19 +0000 (12:59 -0500)]
Merge branch 'configobj'

13 years agoadded test coverage for redirecting after login with the next param
Chris Moylan [Sun, 19 Jun 2011 17:28:53 +0000 (12:28 -0500)]
added test coverage for redirecting after login with the next param

13 years agoAdjusting hackinghowto docs to reflect change in server/tests commands
Christopher Allan Webber [Sun, 19 Jun 2011 16:50:05 +0000 (11:50 -0500)]
Adjusting hackinghowto docs to reflect change in server/tests commands

13 years agoRemoving a couple of unused imports from util.py
Christopher Allan Webber [Sun, 19 Jun 2011 16:41:48 +0000 (11:41 -0500)]
Removing a couple of unused imports from util.py

13 years agoRemoving "paste config" phrasing where we're no longer using paste's config
Christopher Allan Webber [Sun, 19 Jun 2011 16:39:35 +0000 (11:39 -0500)]
Removing "paste config" phrasing where we're no longer using paste's config

13 years agorenaming storage_system_from_paste_config()->storage_system_from_config()
Christopher Allan Webber [Sun, 19 Jun 2011 16:36:52 +0000 (11:36 -0500)]
renaming storage_system_from_paste_config()->storage_system_from_config()

As Elrond points out, this name doesn't make sense anymore since this
isn't based on the paste config.  Thanks Elrond!

13 years agoutil.read_config_file() no longer needed; removing.
Christopher Allan Webber [Sun, 19 Jun 2011 16:10:45 +0000 (11:10 -0500)]
util.read_config_file() no longer needed; removing.

13 years agoAdded tests for all sorts of login form abuse.
Chris Moylan [Sun, 19 Jun 2011 05:22:47 +0000 (00:22 -0500)]
Added tests for all sorts of login form abuse.
Added tests for log out

13 years agoenables primitive display of profile data on user page
cfdv [Sun, 19 Jun 2011 03:24:32 +0000 (22:24 -0500)]
enables primitive display of profile data on user page

13 years agoenables entering user details including website url and bio
cfdv [Sun, 19 Jun 2011 02:30:56 +0000 (21:30 -0500)]
enables entering user details including website url and bio

fixes usage of objects. still need to display the data on user page

13 years agoPreparing celery unit tests for new setup.
Christopher Allan Webber [Sun, 19 Jun 2011 01:15:46 +0000 (20:15 -0500)]
Preparing celery unit tests for new setup.

Instead of the previous passing in of dictionaries, we're actually
checking some example config files.

13 years ago./bin/gmg commands upgraded to work with the new setup.
Christopher Allan Webber [Sun, 19 Jun 2011 01:14:51 +0000 (20:14 -0500)]
./bin/gmg commands upgraded to work with the new setup.

13 years agoNosetests should now be able to run using the new configobj / app init setup
Christopher Allan Webber [Sun, 19 Jun 2011 01:14:33 +0000 (20:14 -0500)]
Nosetests should now be able to run using the new configobj / app init setup

Lots of changes:
 - CELERY_CONFIG_FILE does not need to be set to the from_tests module
   to run tests anymore, in fact it *should not be set at all* and is
   specifically forbidden.
 - moved around the configuration to the new 2-file format
 - and generally adjusting the code appropriately.

13 years agoOnly kill the database if it's really set up.
Christopher Allan Webber [Sun, 19 Jun 2011 01:02:59 +0000 (20:02 -0500)]
Only kill the database if it's really set up.

13 years agoIt's a good idea for us to pass the application itself into mg_globals :)
Christopher Allan Webber [Sun, 19 Jun 2011 00:00:01 +0000 (19:00 -0500)]
It's a good idea for us to pass the application itself into mg_globals :)

13 years agoUpdating celery_setup.from_celery to use new config loading / app init
Christopher Allan Webber [Sat, 18 Jun 2011 23:59:42 +0000 (18:59 -0500)]
Updating celery_setup.from_celery to use new config loading / app init

 - The code for this is significantly simpler now.  The app sets up
   everything but celery, and from_celery finishes the job.
 - There's no more specifying the mediagoblin section in the file,
   which doesn't make sense anymore and was already confusing.

13 years agoMerge remote-tracking branch 'gitorious/master'
Jef van Schendel [Sat, 18 Jun 2011 23:44:26 +0000 (01:44 +0200)]
Merge remote-tracking branch 'gitorious/master'

13 years agoRemoving option to set celery config section.
Christopher Allan Webber [Sat, 18 Jun 2011 23:31:56 +0000 (18:31 -0500)]
Removing option to set celery config section.

There's no real reason to support setting the celery config section;
so we'll just make it always ['celery'].

13 years agoRemoving type conversions from setup_celery_from_config.
Christopher Allan Webber [Sat, 18 Jun 2011 23:30:14 +0000 (18:30 -0500)]
Removing type conversions from setup_celery_from_config.

These simply aren't needed any more, not now that the config validator
stuff does type conversion for us.

Also fixed the docstring to explain force_celery_always_eager.

13 years agoErk! Forgot to include the new mediagoblin.ini.
Christopher Allan Webber [Sat, 18 Jun 2011 23:04:14 +0000 (18:04 -0500)]
Erk!  Forgot to include the new mediagoblin.ini.

13 years agoMove entire app structure over to using the new config system.
Christopher Allan Webber [Sat, 18 Jun 2011 22:59:38 +0000 (17:59 -0500)]
Move entire app structure over to using the new config system.

This is a huge change!  This means several things.

 - From the python point of view, launching the application is a heck
   of a lot cleaner.  You just need to pass in the config file path to
   MediaGoblinApp's __init__() and whether or not this funtion should
   setup celery and you're good.
 - There are now two separate config files, separating the server
   setup from the application setup.
   - server.ini: the paste deploy config file, which configures the
     applications and server setup but *NOT* the mediagoblin application
     itself.
   - mediagoblin.ini: where you configure mediagoblin (and possibly celery)
 - Launching the application is now different.  Instead of:
     ./bin/paster serve mediagoblin.ini --reload
   We launch like:
     ./bin/paster serve server.ini --reload

13 years agoTests for mediagoblin.config functions
Christopher Allan Webber [Sat, 18 Jun 2011 21:52:40 +0000 (16:52 -0500)]
Tests for mediagoblin.config functions

Tests for:
  - read_mediagoblin_config()
  - generate_validation_report()

13 years agoCONFIG_SPEC_PATH should be config_spec here, fixing.
Christopher Allan Webber [Sat, 18 Jun 2011 21:51:35 +0000 (16:51 -0500)]
CONFIG_SPEC_PATH should be config_spec here, fixing.

13 years agobaby step towards enabling profile edits
cfdv [Sat, 18 Jun 2011 21:42:22 +0000 (16:42 -0500)]
baby step towards enabling profile edits

adds
* url and bio fields to database
* form for editing the user profile
* route to the edit profile controller
* view for the profile editing page
* template for the profile editing page
* link to edit profile in the welcome page

still needs
* thorough inspection to see if it makes sense
* tests
* ?

13 years agoRemoving unused pkg_resources import from test_celery_setup
Christopher Allan Webber [Sat, 18 Jun 2011 20:29:16 +0000 (15:29 -0500)]
Removing unused pkg_resources import from test_celery_setup

13 years agoMake REPORT_HEADER a unicode string also. Unicode everywhere, ideally!
Christopher Allan Webber [Sat, 18 Jun 2011 20:18:25 +0000 (15:18 -0500)]
Make REPORT_HEADER a unicode string also.  Unicode everywhere, ideally!

13 years agoValidation error reporting functionality.
Christopher Allan Webber [Sat, 18 Jun 2011 20:01:32 +0000 (15:01 -0500)]
Validation error reporting functionality.

Changed a few things so we can report errors to users properly in the
config loading system.

 - We now return from read_mediagoblin_config both a loaded config and
   the validation results
 - We now have a helper function generate_validation_report that can
   generate a proper validation report saying if there are errors in a
   way that's useful to users.
 - Moved conf->config in the read_mediagoblin_config function, which
   looks nicer IMO.

13 years agoadds user bio and website url fields to the database
cfdv [Sat, 18 Jun 2011 20:00:05 +0000 (15:00 -0500)]
adds user bio and website url fields to the database

13 years agoLet's specifically import string_list()s in the config_spec.
Christopher Allan Webber [Sat, 18 Jun 2011 19:08:58 +0000 (14:08 -0500)]
Let's specifically import string_list()s in the config_spec.

13 years agoMerge branch 'master' into configobj
Christopher Allan Webber [Sat, 18 Jun 2011 16:10:46 +0000 (11:10 -0500)]
Merge branch 'master' into configobj

Conflicts:
setup.py

13 years agoadds global link to user's home page in the base.html template
cfdv [Sat, 18 Jun 2011 02:43:48 +0000 (21:43 -0500)]
adds global link to user's home page in the base.html template

Issue #315 (add bio and website to user page)
  * enable profile edits
  * provide place in user's home page for details to appear

13 years agoWe require lxml. Updating setup.py to reflect that.
Christopher Allan Webber [Fri, 17 Jun 2011 22:44:36 +0000 (17:44 -0500)]
We require lxml.  Updating setup.py to reflect that.

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

13 years agoMerge remote branch 'remotes/cmoylan/test_auth_views_364'
Christopher Allan Webber [Fri, 17 Jun 2011 13:59:55 +0000 (08:59 -0500)]
Merge remote branch 'remotes/cmoylan/test_auth_views_364'

13 years agologins are now somewhat tested
Chris Moylan [Fri, 17 Jun 2011 05:15:24 +0000 (00:15 -0500)]
logins are now somewhat tested

13 years agoadded vim swapfiles to gitignore
Chris Moylan [Fri, 17 Jun 2011 03:14:27 +0000 (22:14 -0500)]
added vim swapfiles to gitignore

13 years agoMerge remote branch 'remotes/gullydwarf-cfdv/is330'
Christopher Allan Webber [Fri, 17 Jun 2011 02:37:03 +0000 (21:37 -0500)]
Merge remote branch 'remotes/gullydwarf-cfdv/is330'