Christopher Allan Webber
611542034a
Adding Nathan Yergler, another recent contributor, to the AUTHORS list.
2011-09-10 17:33:41 -05:00
Christopher Allan Webber
a7302773f6
Adding Shawn to the contributor list. By the way, it's Shawn *Khan* :)
2011-09-10 17:33:06 -05:00
Christopher Allan Webber
ab613cb3c8
Using Local Fonts instead of Remote Fonts linked to Google.
...
Thanks to Shawn Kahn for help on / original version of this patch!
2011-09-10 17:27:47 -05:00
Joar Wandborg
33d3de8e2c
Refractored gmg_commands.import_export
2011-09-10 10:55:53 -05:00
Elrond
8d7b549bb6
Use media.url_for_self() instead of generating it
...
Some places used to generate the URL for a media entry on
their own instead of calling media.url_for_self() to do
that. The later handles missing slugs better.
2011-09-09 23:59:32 +02:00
Christopher Allan Webber
f373599bd7
Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'
...
Conflicts:
mediagoblin/auth/routing.py
2011-09-08 08:12:43 -05:00
Christopher Allan Webber
f7ab66707c
Renaming request.[GET|POST] as formdata instead of session; that's more accurate.
2011-09-08 08:10:27 -05:00
Christopher Allan Webber
961fe38163
Adding a small docstring
2011-09-07 23:51:41 -05:00
Christopher Allan Webber
4185e644f4
Keys in mongodb should be unicode, here...
2011-09-07 23:48:10 -05:00
Christopher Allan Webber
daf029646e
Also nullify verification key after verifying in the email confirmation step
2011-09-07 23:46:41 -05:00
Christopher Allan Webber
a85a21103b
If the user hasn't verified their email or account inactive give a special warning
2011-09-07 23:45:14 -05:00
Christopher Allan Webber
73fffbb8b0
Adding additional check that verification key exists, and updating indentation
2011-09-07 23:32:15 -05:00
Christopher Allan Webber
2c9e8184a4
Adjusting indentation a bit
2011-09-07 23:25:46 -05:00
Christopher Allan Webber
d1a6432645
Avoiding using '$or' query modifier since that's newer-mongo only.
2011-09-07 23:23:44 -05:00
Christopher Allan Webber
f03fef4ea8
Updating calls to recall password URLs to respect changed routing
2011-09-07 23:23:26 -05:00
Christopher Allan Webber
2db31581ed
user_add_forgot_password_token_and_expires migration should set new fields to None/null
2011-09-07 20:18:17 -05:00
Christopher Allan Webber
34fddf47f0
Resent verification email template and view aren't used anymore. Removing!
2011-09-07 19:42:56 -05:00
Christopher Allan Webber
daa26200c7
Changing the forgot password urls so they all start under /auth/forgot_password/
2011-09-07 19:40:00 -05:00
Christopher Allan Webber
63bf10f9a6
Adjusting spacing between function arguments
2011-09-07 19:37:25 -05:00
Christopher Allan Webber
b0391ad94b
Updating translations
2011-09-05 23:34:20 -05:00
Christopher Allan Webber
273227e399
Merge branch 'i507_beaker_cache'
2011-09-05 23:28:41 -05:00
Christopher Allan Webber
fc21a55c76
Turning on caching for mediagoblin testing after all?
...
Maybe we'll add a way to toggle this.
2011-09-05 23:28:11 -05:00
Christopher Allan Webber
9a64272e48
Fixing the confirm delete unit test
...
Now it's updated for the new checkbox-for-confirm code.
2011-09-05 23:20:50 -05:00
Christopher Allan Webber
7624c641cd
Updating the confirm delete form: checkboxes shouldn't be required, make translatable
2011-09-05 23:20:08 -05:00
Christopher Allan Webber
284ebca0b2
Caching test... pretty basic.
2011-09-05 22:57:52 -05:00
Christopher Allan Webber
949c7afd37
Merge remote branch 'remotes/jwandborg/f571_closing_storage_objects'
2011-09-05 21:14:22 -05:00
Christopher Allan Webber
e8b517924e
A couple of tweaks to the checkbox styling... pretty minor.
2011-09-05 21:03:54 -05:00
Christopher Allan Webber
677f55cc51
A couple more delete UI tweaks
...
- Adjusting HTML indentation
- Making the cancel button a link rather than a button (a bit
missized though it seems... maybe a feature ;))
2011-09-05 21:01:22 -05:00
Shawn Khan
b7f7c13b6d
Created a Cancel Button, if you don't want to delete Media.
2011-09-05 20:37:08 -05:00
Shawn Khan
8daef28dc7
Page Redesign to Delete confirmation page
2011-09-05 20:37:08 -05:00
Caleb Forbes Davis V
4bcaf9f32a
for readability, and adds unit test for expired token
2011-09-05 18:57:06 -05:00
Christopher Allan Webber
a237735a70
Mark description field's label for translation
2011-09-05 18:19:24 -05:00
Caleb Forbes Davis V
65a8304794
added unit tests for lost password code
2011-09-05 17:33:01 -05:00
Joar Wandborg
213285cd85
Changed *args
=> *exc_info
in CloudFilesStorageObjectWrapper
2011-09-05 22:33:27 +02:00
Joar Wandborg
c2b862d134
Feature #571 - Closing storage objects - Removed closing(), renamed
...
StorageObjectWrapper, added with-support to CloudFilesStorageWrapper
* Removed custom `closing()` method
* Removed usage of `closing()` in process_media/__init__.py
* Renamed StorageObjectWrapper -> CloudFilesStorageObject wrapper
In my first version of the StorageOjbectWrapper it was located
inside the CloudFilesStorage object, things have changed since
then but there has been no renaming, thank you Elrond for the
good point.
* CloudFilesStorageObjectWrapper now supports context manager
methods such as `__enter__()` and `__exit__()` (and `close()`)
2011-09-05 22:06:47 +02:00
Caleb Forbes Davis V
8d1c9863b6
refactors verify_forgot_password
2011-09-05 14:06:01 -05:00
Christopher Allan Webber
0bc86f8e5c
Merge branch 'remotes/merge-requests/21' (early part)
2011-09-05 13:53:30 -05:00
Christopher Allan Webber
7b80685ac5
Added a description to the slug field on the media entry form.
2011-09-04 23:05:06 -05:00
Christopher Allan Webber
6be33a7780
Removing description field cruft that mostly existed for testing purposes. :)
2011-09-04 22:26:57 -05:00
Nathan Yergler
0a8a3fc157
Issue 361: Include the CSRF token in all forms
2011-09-04 18:16:03 -07:00
Nathan Yergler
f1226c98c4
Issue 361 Initial implementation of CSRF protection middleware
2011-09-04 18:15:52 -07:00
Nathan Yergler
0c8a30e61d
Issue 569: Initial framework for application middleware.
2011-09-04 18:15:32 -07:00
Christopher Allan Webber
b998d80be4
I can't believe I checked in my debugging garbage, removed!
2011-09-04 18:26:28 -05:00
Christopher Allan Webber
63e7abdf0f
delete_media_files() might as well use itervalues (thx Elrond)
2011-09-04 18:24:04 -05:00
Christopher Allan Webber
7084661d5b
#i536: Removing attachments stuff from edit_media(), in its own method now
2011-09-04 18:22:22 -05:00
Christopher Allan Webber
5a17728bd5
Make "newer" "older" translatable
2011-09-04 16:38:12 -05:00
Christopher Allan Webber
8775f68d33
Make "newer" and "older" arrows not have underlined gap between image / text
2011-09-04 16:37:38 -05:00
Caleb Forbes Davis V
d9d1d50bf3
Bug #534 - well, we don't really have collections or favorites yet
2011-09-02 11:14:52 -05:00
Will Kahn-Greene
05d5d45bf9
Updates version number in docs
2011-09-01 21:10:33 -04:00
Will Kahn-Greene
5312c6caf0
Adds another contributor
2011-09-01 21:05:03 -04:00