aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Polishing the webfinger implementationJoar Wandborg2011-12-204-30/+623
| | | | | | | - Changed quotes in the templates from " to ' - Changed all link generation to use request.urlgen - Moved xrd links data generation from template to view - Added parsing of the account URI using urlparse
* webfinger fully compliant with webfinger.org! Still *preliminary* solution.Joar Wandborg2011-12-151-1/+1
|
* Changed some thngs to be compatible with webfinger.org, still *very preliminary*Joar Wandborg2011-12-152-2/+5
|
* Added *very preliminary* support for webfingerJoar Wandborg2011-12-156-0/+143
|
* Change "Submit" to "Add" for ticket #466Jef van Schendel2011-12-142-3/+3
|
* Remove "X license" placeholder from media pageJef van Schendel2011-12-141-1/+1
|
* Change wording for change_fp; improved the button textJef van Schendel2011-12-141-2/+2
|
* Merge remote branch 'joar/b681-comments_from_reviewing_video'Elrond2011-12-134-17/+23
|\ | | | | | | | | * joar/b681-comments_from_reviewing_video: Bug 681 - Comments from reviewing the new video merge
| * Bug 681 - Comments from reviewing the new video mergeJoar Wandborg2011-12-064-17/+23
| | | | | | | | | | | | | | | | | | | | | | | | in mediagoblin.media_types and submodules - Moved VideoThumbnailer.errors initialization to VideoThumbnailer.__init__ - Cleaned up the image.processing imports - Removed default ``None`` from get_media_manager(_media_type) in mediagoblin.views - Removed media_types import - Removed sys import, and passing of sys to root.html template
* | Merge jQuery branch, resolve conflictsJef van Schendel2011-12-1313-99/+167
|\ \
| * | Style changes for media_uploader (now media_specs); removed margins from ↵Jef van Schendel2011-12-102-17/+15
| | | | | | | | | | | | button_action buttons
| * | Remove pagination images and replace them with unicode charactersJef van Schendel2011-12-103-4/+2
| | |
| * | Change wording in tags.htmlJef van Schendel2011-12-091-2/+2
| | |
| * | Open Markdown link in new windows; I know _blank is sometimes frowned upon ↵Jef van Schendel2011-12-091-1/+1
| | | | | | | | | | | | but it may be useful here
| * | Only apply textarea style to comment boxJef van Schendel2011-12-091-6/+3
| | |
| * | Lots of changes to media page; rearranged things, added new styles, added ↵Jef van Schendel2011-12-093-41/+69
| | | | | | | | | | | | jquery bits, gave the comment section a refresh
| * | Move author text, "By X", to the sidebarJef van Schendel2011-12-071-6/+9
| | |
| * | Add show-password checkbox and make it workJef van Schendel2011-12-023-10/+23
| | |
| * | First push with jQuery libraryJef van Schendel2011-12-023-0/+25
| | |
* | | Merge branch 'sql/dot-notation'Elrond2011-12-1224-130/+130
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sql/dot-notation: Dot-Notation for MediaEntry.media_data Dot-Notation for MediaEntry.media_type Dot-Notation for MediaEntry.description(_html) Dot-Notation for MediaEntry.slug Dot-Notation for MediaEntry.title Dot-Notation for MediaEntry.uploader Dot-Notation for MediaEntry.created Dot-Notation: tests/test_edit.py Dot-Notation for Users.fp_token_expire Dot-Notation for Users.fp_verification_key Dot-Notation for Users.bio and .bio_html Dot-Notation for Users.url Dot-Notation for Users.is_admin Dot-Notation for Users.verification_key Dot-Notation for Users.status Dot-Notation for Users.email_verified Dot-Notation for Users.pw_hash Dot-Notation for Users.email Dot-Notation for Users.username
| * | | Dot-Notation for MediaEntry.media_dataElrond2011-12-052-3/+3
| | | |
| * | | Dot-Notation for MediaEntry.media_typeElrond2011-12-053-4/+4
| | | |
| * | | Dot-Notation for MediaEntry.description(_html)Elrond2011-12-052-7/+7
| | | |
| * | | Dot-Notation for MediaEntry.slugElrond2011-12-052-8/+8
| | | |
| * | | Dot-Notation for MediaEntry.titleElrond2011-12-057-11/+11
| | | |
| * | | Dot-Notation for MediaEntry.uploaderElrond2011-12-055-9/+9
| | | |
| * | | Dot-Notation for MediaEntry.createdElrond2011-12-051-1/+1
| | | |
| * | | Dot-Notation: tests/test_edit.pyElrond2011-12-051-4/+4
| | | | | | | | | | | | | | | | | | | | convert tests/test_edit.py over to Dot-Notation. It only accesses the User object.
| * | | Dot-Notation for Users.fp_token_expireElrond2011-12-052-7/+7
| | | |
| * | | Dot-Notation for Users.fp_verification_keyElrond2011-12-053-6/+6
| | | |
| * | | Dot-Notation for Users.bio and .bio_htmlElrond2011-12-051-2/+2
| | | |
| * | | Dot-Notation for Users.urlElrond2011-12-052-2/+2
| | | |
| * | | Dot-Notation for Users.is_adminElrond2011-12-057-9/+9
| | | |
| * | | Dot-Notation for Users.verification_keyElrond2011-12-053-5/+5
| | | |
| * | | Dot-Notation for Users.statusElrond2011-12-055-10/+10
| | | |
| * | | Dot-Notation for Users.email_verifiedElrond2011-12-053-7/+7
| | | |
| * | | Dot-Notation for Users.pw_hashElrond2011-12-054-6/+6
| | | |
| * | | Dot-Notation for Users.emailElrond2011-12-054-5/+5
| | | |
| * | | Dot-Notation for Users.usernameElrond2011-12-0514-28/+28
| | | |
* | | | Changer version to -devWill Kahn-Greene2011-12-122-3/+3
| | | |
* | | | Update version numbersWill Kahn-Greene2011-12-122-3/+3
| | | |
* | | | Fix doc footerWill Kahn-Greene2011-12-126-372/+38
| | | | | | | | | | | | | | | | This has the correct copyright statement.
* | | | Tweak rest formattingWill Kahn-Greene2011-12-121-4/+4
| | | |
* | | | Updated translationsChristopher Allan Webber2011-12-1212-90/+100
| | | |
* | | | Added the "Media types" chapterChristopher Allan Webber2011-12-122-0/+35
| | | |
* | | | Doc updatesWill Kahn-Greene2011-12-124-132/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed some language * fixed some consistency issues * fixed some 80-line-width issues * fixed some typos and markup problems
* | | | Add some documentation to lazyserver.shWill Kahn-Greene2011-12-121-0/+4
| | | | | | | | | | | | | | | | | | | | I had no idea what it did, so I asked and tossed the answer at the top of the script.
* | | | Update READMEWill Kahn-Greene2011-12-121-9/+8
| | | | | | | | | | | | | | | | | | | | * tweaked some language * fixed some statements that aren't correct anymore
* | | | Tweak runtests to be more helpfulWill Kahn-Greene2011-12-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | If nose isn't installed, then runtests.sh says it can't find nosetests and exits, but doesn't tell you what you need to do to fix the situation. This fixes that.
* | | | Removed extraneous whitespace from video.htmlChristopher Allan Webber2011-12-121-1/+1
| | | |