mediagoblin.git
11 years agoChange button names to Save and Blog.
Aditi [Sat, 10 Aug 2013 10:47:09 +0000 (16:17 +0530)]
Change button names to Save and Blog.

11 years agoCreate symbolic link for tinymce.
Aditi [Sat, 10 Aug 2013 10:44:04 +0000 (16:14 +0530)]
Create symbolic link for tinymce.

11 years agoRemove extlib/tinymce submodule.
Aditi [Sat, 10 Aug 2013 02:20:21 +0000 (07:50 +0530)]
Remove extlib/tinymce submodule.

11 years agoMerge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi [Fri, 9 Aug 2013 11:08:55 +0000 (16:38 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

11 years agoAdd delete error for failed type.
Aditi [Fri, 9 Aug 2013 09:35:20 +0000 (15:05 +0530)]
Add delete error for failed type.

11 years agoReplace edit blogpost url from default media_edit url to blogpost edit url.
Aditi [Fri, 9 Aug 2013 09:15:06 +0000 (14:45 +0530)]
Replace edit blogpost url from default media_edit url to blogpost edit url.

11 years agoWrite function get_blog_by_blogpost
Aditi [Fri, 9 Aug 2013 09:13:05 +0000 (14:43 +0530)]
Write function get_blog_by_blogpost

11 years agoDelete initial blog folder from plugin directory.
Aditi [Fri, 9 Aug 2013 05:37:09 +0000 (11:07 +0530)]
Delete initial blog folder from plugin directory.

11 years agoRevert "slugs are now generated during processing"
Rodney Ewing [Thu, 8 Aug 2013 22:49:51 +0000 (15:49 -0700)]
Revert "slugs are now generated during processing"

This reverts commit 9da4e8049f2de900f7aa12f2fed8c60d6749ff0b.

11 years agoRevert "Leave slug empty until we are sure media processing was successful."
Rodney Ewing [Thu, 8 Aug 2013 22:49:33 +0000 (15:49 -0700)]
Revert "Leave slug empty until we are sure media processing was successful."

This reverts commit f67611fb485b5a84cedc62b73beb1e551e8cb934.

For some reason, generating a slug here throws an integrity error during
a query when there is a duplicate slug.

11 years agoSwitching the MediaGoblin homepage image over to using the "official" gavroche style
Christopher Allan Webber [Thu, 8 Aug 2013 19:15:23 +0000 (14:15 -0500)]
Switching the MediaGoblin homepage image over to using the "official" gavroche style

11 years agoAdd ?next= when trying to add a comment when not logged in
Rodney Ewing [Thu, 8 Aug 2013 18:07:12 +0000 (11:07 -0700)]
Add ?next= when trying to add a comment when not logged in

11 years agoMake media_confirm_delete to work for failed media entries too.
Aditi [Thu, 8 Aug 2013 15:17:43 +0000 (20:47 +0530)]
Make media_confirm_delete to work for failed media entries too.

11 years agoRender 404 if not ajax request
Rodney Ewing [Thu, 8 Aug 2013 00:13:38 +0000 (17:13 -0700)]
Render 404 if not ajax request

11 years agochange interval to 1000ms
Rodney Ewing [Wed, 7 Aug 2013 23:58:06 +0000 (16:58 -0700)]
change interval to 1000ms

11 years agoChanged how the comment was encoded/read.
Emily O'Leary [Tue, 6 Aug 2013 22:22:51 +0000 (18:22 -0400)]
Changed how the comment was encoded/read.
Fixed CSRF + Post with comment preview.
Merged with latest master

11 years agoChanged the target of the markdown links for opening in a new tab as suggested by...
Emily O'Leary [Mon, 25 Mar 2013 18:13:09 +0000 (14:13 -0400)]
Changed the target of the markdown links for opening in a new tab as suggested by joar.

11 years agoAdded i18n to my javascript changes as per trac #417
Emily O'Leary [Mon, 25 Mar 2013 02:16:12 +0000 (22:16 -0400)]
Added i18n to my javascript changes as per trac #417

11 years agoAdded comment preview functionality to user pages. It works by passing the comment...
Emily O'Leary [Mon, 25 Mar 2013 01:42:42 +0000 (21:42 -0400)]
Added comment preview functionality to user pages. It works by passing the comment's value as a JSON string to a new handler that lives at /ajax/comment/preview. The query string is decoded, unquoted, and has its leading and trailing quotes removed to match the input that cleaned_markdown_conversion expects.

It does this in real time with a 500ms lag by using a timer. Initially I tried the onChange handler but you need to lose focus for that to process. The javascript timer is only invoked if the add comment button is pressed. A request is only sent if the comment box is not empty and the current value is not the same as the last value.

11 years agoslugs are now generated during processing
Rodney Ewing [Wed, 7 Aug 2013 23:19:57 +0000 (16:19 -0700)]
slugs are now generated during processing

11 years agoLeave slug empty until we are sure media processing was successful.
Rodney Ewing [Wed, 7 Aug 2013 23:15:27 +0000 (16:15 -0700)]
Leave slug empty until we are sure media processing was successful.

Patch submitted by LotusEcho

11 years ago * create config option for optional jinja2 extensions
Kenneth Dombrowski [Sat, 11 May 2013 21:30:43 +0000 (17:30 -0400)]
 * create config option for optional jinja2 extensions
 * add comments & clarify code for jinja2 extensions

Conflicts:
mediagoblin/config_spec.ini

11 years agoUse the workbench for video processing.
Rodney Ewing [Wed, 7 Aug 2013 22:31:40 +0000 (15:31 -0700)]
Use the workbench for video processing.
Patch submitted by Kushal

11 years agoautoplay is now by default False for videos.
Christopher Allan Webber [Wed, 7 Aug 2013 20:03:37 +0000 (15:03 -0500)]
autoplay is now by default False for videos.

This commit sponsored by Vasili Sviridov.  Thank you!

11 years agoMerge branch 'merge-pyconfigure'
Christopher Allan Webber [Wed, 7 Aug 2013 16:57:12 +0000 (11:57 -0500)]
Merge branch 'merge-pyconfigure'

Conflicts:
docs/source/siteadmin/deploying.rst

11 years agoMove templates to blog plugin from all mediagoblin/templates.
Aditi [Wed, 7 Aug 2013 15:17:42 +0000 (20:47 +0530)]
Move templates to blog plugin from all mediagoblin/templates.

11 years agoEliminate url mapping using mediagoblin/routing.py and have plugin type url mapping.
Aditi [Wed, 7 Aug 2013 15:05:11 +0000 (20:35 +0530)]
Eliminate url mapping using mediagoblin/routing.py and have plugin type url mapping.

11 years agoAdd url mapping to it, to have a complete media_type plugin.
Aditi [Wed, 7 Aug 2013 15:01:34 +0000 (20:31 +0530)]
Add url mapping to it, to have a complete media_type plugin.

11 years agoshow all blogposts.
Aditi [Wed, 7 Aug 2013 14:14:36 +0000 (19:44 +0530)]
show all blogposts.

11 years agoSpecify the status of blog post.
Aditi [Wed, 7 Aug 2013 12:30:55 +0000 (18:00 +0530)]
Specify the status of blog post.

11 years agoURL mapping blog post draft view.
Aditi [Wed, 7 Aug 2013 12:28:57 +0000 (17:58 +0530)]
URL mapping blog post draft view.

11 years agowrite a function to extract blog post state from create/edit form.
Aditi [Wed, 7 Aug 2013 12:28:01 +0000 (17:58 +0530)]
write a function to extract blog post state from create/edit form.

11 years agoCode for blog post view when it is in draft state.
Aditi [Wed, 7 Aug 2013 12:26:39 +0000 (17:56 +0530)]
Code for blog post view when it is in draft state.

11 years agoWrite template for draft view of a blog post.
Aditi [Wed, 7 Aug 2013 12:25:29 +0000 (17:55 +0530)]
Write template for draft view of a blog post.

11 years agoChange message when user tries to create multiple blogs.
Aditi [Wed, 7 Aug 2013 08:43:42 +0000 (14:13 +0530)]
Change message when user tries to create multiple blogs.

11 years agoDisplay date of creation of the blog post.
Aditi [Wed, 7 Aug 2013 08:40:36 +0000 (14:10 +0530)]
Display date of creation of the blog post.

11 years agobutton to start with blogging.
Aditi [Tue, 6 Aug 2013 14:50:23 +0000 (20:20 +0530)]
button to start with blogging.

11 years agoremove underline from the urls.
Aditi [Mon, 5 Aug 2013 22:18:00 +0000 (03:48 +0530)]
remove underline from the urls.

11 years agoConfigure tinymce with various plugins.
Aditi [Mon, 5 Aug 2013 22:12:14 +0000 (03:42 +0530)]
Configure tinymce with various plugins.

11 years agoChange font color.
Aditi [Mon, 5 Aug 2013 13:50:47 +0000 (19:20 +0530)]
Change font color.

11 years agoAdd new css elememts for blog post listing template.
Aditi [Mon, 5 Aug 2013 12:10:12 +0000 (17:40 +0530)]
Add new css elememts for blog post listing template.

11 years agoclean description of blog and blogposts.
Aditi [Mon, 5 Aug 2013 12:07:04 +0000 (17:37 +0530)]
clean description of blog and blogposts.

11 years agosafe pipelline for blog description.
Aditi [Mon, 5 Aug 2013 12:03:16 +0000 (17:33 +0530)]
safe pipelline for blog description.

11 years agoAdd url for delete blogpost button.
Aditi [Mon, 5 Aug 2013 12:01:08 +0000 (17:31 +0530)]
Add url for delete blogpost button.

11 years agoNew elements added for the styling of blog post listing view.
Aditi [Mon, 5 Aug 2013 11:59:12 +0000 (17:29 +0530)]
New elements added for the styling of blog post listing view.

11 years agoAdd safe pipe for proper rendering of cleaned html.
Aditi [Mon, 5 Aug 2013 11:56:55 +0000 (17:26 +0530)]
Add safe pipe for proper rendering of cleaned html.

11 years agomedia template for blog to get blogpost.html template from it.
Aditi [Mon, 5 Aug 2013 11:35:43 +0000 (17:05 +0530)]
media template for blog to get blogpost.html template from it.

11 years agoMerge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi [Sun, 4 Aug 2013 16:31:21 +0000 (22:01 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

11 years agoWrite temporary template for blog_post_listing view.
Aditi [Sun, 4 Aug 2013 16:23:48 +0000 (21:53 +0530)]
Write temporary template for blog_post_listing view.

11 years agoAdd icon for the blogpost.
Aditi [Sun, 4 Aug 2013 16:07:13 +0000 (21:37 +0530)]
Add icon for the blogpost.

11 years agoAdd tinymce code.
Aditi [Sun, 4 Aug 2013 15:11:38 +0000 (20:41 +0530)]
Add tinymce code.

11 years agotypo fix in foundations branch
Rodney Ewing [Fri, 2 Aug 2013 14:31:09 +0000 (07:31 -0700)]
typo fix in foundations branch

11 years agoMerge remote-tracking branch 'tilly-q/ticket-679'
Rodney Ewing [Fri, 2 Aug 2013 14:28:35 +0000 (07:28 -0700)]
Merge remote-tracking branch 'tilly-q/ticket-679'

11 years agoI added a few more unitests in this commit. It now confirms that even after mi-
tilly-Q [Thu, 1 Aug 2013 00:50:38 +0000 (20:50 -0400)]
I added a few more unitests in this commit. It now confirms that even after mi-
-gration, there is only one of each Foundation object.

11 years agoMerge branch 'ticket-679' of gitorious.org:~npigeon/mediagoblin/npigeons-mediagoblin
tilly-Q [Thu, 1 Aug 2013 00:49:07 +0000 (20:49 -0400)]
Merge branch 'ticket-679' of gitorious.org:~npigeon/mediagoblin/npigeons-mediagoblin

11 years agoIn this commit I added a few unittests to account for Foundations. There were
tilly-Q [Tue, 30 Jul 2013 23:42:26 +0000 (19:42 -0400)]
In this commit I added a few unittests to account for Foundations. There were
only a few tests I had to add to mediagoblin/tests/test_sql_migrations.py beca-
-use the foundation creation only happens at database initialization.

11 years agoMerge commit 'refs/merge-requests/55' of git://gitorious.org/mediagoblin/mediagoblin...
Rodney Ewing [Wed, 31 Jul 2013 22:27:22 +0000 (15:27 -0700)]
Merge commit 'refs/merge-requests/55' of git://gitorious.org/mediagoblin/mediagoblin into 55

Conflicts:
docs/source/siteadmin/relnotes.rst

11 years agominor styling updates to docs
Rodney Ewing [Wed, 31 Jul 2013 22:16:52 +0000 (15:16 -0700)]
minor styling updates to docs

11 years agoMerge commit 'refs/merge-requests/59' of git://gitorious.org/mediagoblin/mediagoblin...
Rodney Ewing [Wed, 31 Jul 2013 22:07:44 +0000 (15:07 -0700)]
Merge commit 'refs/merge-requests/59' of git://gitorious.org/mediagoblin/mediagoblin into merge-requests/59

11 years agoMerge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi [Wed, 31 Jul 2013 13:45:20 +0000 (19:15 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

11 years agoUpdate version on tinymce.
Aditi [Wed, 31 Jul 2013 10:44:26 +0000 (16:14 +0530)]
Update version on tinymce.

11 years agoChange field name to description.
Aditi [Wed, 31 Jul 2013 09:08:00 +0000 (14:38 +0530)]
Change field name to description.

11 years agoAdd elements for blog system.
Aditi [Wed, 31 Jul 2013 09:07:00 +0000 (14:37 +0530)]
Add elements for blog system.

11 years agoAdd Draft feature and add view blog_post_listing.
Aditi [Wed, 31 Jul 2013 09:03:56 +0000 (14:33 +0530)]
Add Draft feature and add view blog_post_listing.

11 years agoAdd Url for blog post listing.
Aditi [Wed, 31 Jul 2013 08:40:50 +0000 (14:10 +0530)]
Add Url for blog post listing.

11 years agoFix size and selector for tinymce.
Aditi [Wed, 31 Jul 2013 08:39:47 +0000 (14:09 +0530)]
Fix size and selector for tinymce.

11 years agoIntegrate tinymce, Draft status.
Aditi [Wed, 31 Jul 2013 08:38:12 +0000 (14:08 +0530)]
Integrate tinymce, Draft status.

11 years agoChange div class for wider firm fields.
Aditi [Wed, 31 Jul 2013 08:36:31 +0000 (14:06 +0530)]
Change div class for wider firm fields.

11 years agoAdd blog post state field to blog dashboard.
Aditi [Wed, 31 Jul 2013 08:34:16 +0000 (14:04 +0530)]
Add blog post state field to blog dashboard.

11 years agoStarting to write unit tests...
tilly-Q [Tue, 30 Jul 2013 23:06:26 +0000 (19:06 -0400)]
Starting to write unit tests...

11 years agoRemove ID of the blog post.
Aditi [Tue, 30 Jul 2013 13:31:17 +0000 (19:01 +0530)]
Remove ID of the blog post.

11 years agoReverse order of blog posts on blog dashboard.
Aditi [Tue, 30 Jul 2013 13:28:17 +0000 (18:58 +0530)]
Reverse order of blog posts on blog dashboard.

11 years agoManually render form fields for the integration of tinymce.
Aditi [Tue, 30 Jul 2013 13:19:55 +0000 (18:49 +0530)]
Manually render form fields for the integration of tinymce.

11 years agoAdd tinymce in head for description field of blog, blogpost edit and create templates.
Aditi [Tue, 30 Jul 2013 13:18:41 +0000 (18:48 +0530)]
Add tinymce in head for description field of blog, blogpost edit and create templates.

11 years agoChange blogpost_create redirect url.
Aditi [Tue, 30 Jul 2013 10:26:57 +0000 (15:56 +0530)]
Change blogpost_create redirect url.

11 years agoAdd temporary blogpost display template.
Aditi [Tue, 30 Jul 2013 10:02:21 +0000 (15:32 +0530)]
Add temporary blogpost display template.

11 years agoAdd feature: redirect to 404 error if blog or blog post slug do not exist.
Aditi [Tue, 30 Jul 2013 09:56:11 +0000 (15:26 +0530)]
Add feature: redirect to 404 error if blog or blog post slug do not exist.

11 years agoWhy isn't .ogg in this list? A comment explains... it's detected by sniffing!
Christopher Allan Webber [Mon, 29 Jul 2013 21:50:29 +0000 (16:50 -0500)]
Why isn't .ogg in this list?  A comment explains... it's detected by sniffing!

This commit sponsored by Tom Marble.  Thanks Tom!

11 years agoI actually had to do a bit more work than I thought, because I needed to account
tilly-Q [Mon, 29 Jul 2013 21:15:29 +0000 (17:15 -0400)]
I actually had to do a bit more work than I thought, because I needed to account
for plugins. In this commit I changed the MigrationManager and DatabaseData ob-
jects to account for FOUNDATIONS in any plugin's (or main program's) models.py
file.

11 years agoThis was a very simple ticket actually. I created a list called FOUNDATIONS in
tilly-Q [Mon, 29 Jul 2013 20:36:06 +0000 (16:36 -0400)]
This was a very simple ticket actually. I created a list called FOUNDATIONS in
mediagoblin/db/models.py. This list holds all of the information about rows that
should be created at database initialization. Read the documentation near the
FOUNDATIONS list to understand the proper format for this list.

All of the work is done through a new method on MigrationManager in
mediagoblin/db/migrations_tools.py. This method, `populate_table_foundations`
parses the FOUNDATIONS list and creates the foundations based on the data incl-
uded. This only ever happens when the database is initialized. Migrations to
releases with new Foundations should be very easy just using the basic
database functionality.

11 years agobabel 1.0 doesn't have a localedata.list() method, so updated setup.py.
Rodney Ewing [Mon, 29 Jul 2013 18:25:34 +0000 (11:25 -0700)]
babel 1.0 doesn't have a localedata.list() method, so updated setup.py.

made "import crypto" fully qualified

11 years agoAdd Blog Edit button.
Aditi [Mon, 29 Jul 2013 12:30:02 +0000 (18:00 +0530)]
Add Blog Edit button.

11 years agoMerge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi [Mon, 29 Jul 2013 08:01:35 +0000 (13:31 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

11 years agoFix error in blog edit view.
Aditi [Mon, 29 Jul 2013 07:57:30 +0000 (13:27 +0530)]
Fix error in blog edit view.

11 years agoChange Redirect url to blog dashboard in blog_edit view.
Aditi [Mon, 29 Jul 2013 05:38:03 +0000 (11:08 +0530)]
Change Redirect url to blog dashboard in blog_edit view.

11 years agoSet up in-package virtualenv via make
Christopher Allan Webber [Thu, 25 Jul 2013 20:15:49 +0000 (15:15 -0500)]
Set up in-package virtualenv via make

11 years agoRemoving aclocal.m4, which is autogenerated
Christopher Allan Webber [Thu, 25 Jul 2013 19:56:08 +0000 (14:56 -0500)]
Removing aclocal.m4, which is autogenerated

11 years agoAdding .gitignore for pyconfigure/automake generated files
Christopher Allan Webber [Thu, 25 Jul 2013 19:53:18 +0000 (14:53 -0500)]
Adding .gitignore for pyconfigure/automake generated files

11 years agoMoving setup.py.in back to setup.py
Christopher Allan Webber [Thu, 25 Jul 2013 19:34:48 +0000 (14:34 -0500)]
Moving setup.py.in back to setup.py

11 years agoMerge remote-tracking branch 'refs/remotes/brandoninvergo/pyconfigure' into merge...
Christopher Allan Webber [Thu, 25 Jul 2013 19:29:30 +0000 (14:29 -0500)]
Merge remote-tracking branch 'refs/remotes/brandoninvergo/pyconfigure' into merge-pyconfigure

11 years agoMore up to date README
Christopher Allan Webber [Thu, 25 Jul 2013 19:05:50 +0000 (14:05 -0500)]
More up to date README

11 years agoRemove action url from form action.
Aditi [Thu, 25 Jul 2013 09:34:05 +0000 (15:04 +0530)]
Remove action url from form action.

11 years agoFix blog extraction for get and post both type of requests.
Aditi [Thu, 25 Jul 2013 09:30:31 +0000 (15:00 +0530)]
Fix blog extraction for get and post both type of requests.

11 years agoChange edit url to a button for each blog post.
Aditi [Thu, 25 Jul 2013 07:51:35 +0000 (13:21 +0530)]
Change edit url to a button for each blog post.

11 years agoAdd edit url for each blog post.
Aditi [Thu, 25 Jul 2013 07:47:44 +0000 (13:17 +0530)]
Add edit url for each blog post.

11 years agoAdd 'Add Blog Post' button on blog dashboard.
Aditi [Wed, 24 Jul 2013 10:04:51 +0000 (15:34 +0530)]
Add 'Add Blog Post' button on blog dashboard.

11 years agoMerge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi [Wed, 24 Jul 2013 05:02:20 +0000 (10:32 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

11 years agoMove the "cd mediagoblin" to the right line. Thanks usrnix!
Christopher Allan Webber [Wed, 24 Jul 2013 01:24:30 +0000 (20:24 -0500)]
Move the "cd mediagoblin" to the right line.  Thanks usrnix!

This commit sponsored by Kenneth Dombrowski.  Thanks!

11 years agoWrite template for blog_dashboard.
Aditi [Mon, 22 Jul 2013 13:45:06 +0000 (19:15 +0530)]
Write template for blog_dashboard.

11 years agoFormat url for blog_dashboard view.
Aditi [Mon, 22 Jul 2013 13:42:54 +0000 (19:12 +0530)]
Format url for blog_dashboard view.