Aditi Mittal
|
4346331c2a
|
Write template to render blog about page.
|
2013-09-18 22:20:58 +05:30 |
|
Aditi Mittal
|
9d0627e068
|
Change the text of url to blogs on user profile page.
|
2013-09-18 22:19:58 +05:30 |
|
Aditi Mittal
|
c3218c0574
|
Url mapping for blog about page.
|
2013-09-18 21:05:41 +05:30 |
|
Aditi Mittal
|
52042905e2
|
Add view button and create blog button on blogs dashboard.
|
2013-09-18 21:04:16 +05:30 |
|
Aditi Mittal
|
f793af647a
|
Add url to blog post listing page on blog dashboard of a blog.
|
2013-09-18 21:02:30 +05:30 |
|
Aditi Mittal
|
310c3073b8
|
Write view for blog about page.
|
2013-09-18 20:59:27 +05:30 |
|
Aditi Mittal
|
5e055893ba
|
Separate Create Blog and Blog Dashboard links on the home page.
|
2013-09-15 18:00:13 +05:30 |
|
Aditi Mittal
|
092938741e
|
Introduce new generic header_actions template_hook.
|
2013-09-15 17:24:26 +05:30 |
|
Aditi Mittal
|
bb96b7d4a3
|
Replace tabs with spaces in blog.__init__.
|
2013-09-15 17:23:06 +05:30 |
|
Aditi Mittal
|
0b7c64c8c8
|
Change blogs query object to list object by .all() function in blog_dashboard view.
|
2013-09-15 14:49:56 +05:30 |
|
Aditi Mittal
|
a46c23e042
|
Capitalize blog title.
|
2013-09-15 14:48:56 +05:30 |
|
Aditi Mittal
|
291ae79833
|
Add buton to create a blog.
|
2013-09-15 14:24:44 +05:30 |
|
Aditi Mittal
|
728516261a
|
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
|
2013-09-09 21:53:56 +05:30 |
|
Aditi Mittal
|
5d9ecb05dd
|
Add ConfirmDeleteForm and URL mapping for blog_delete view
|
2013-09-09 21:52:00 +05:30 |
|
Aditi Mittal
|
4aa7058e48
|
Write view function for blog deletion
|
2013-09-09 21:49:44 +05:30 |
|
Aditi Mittal
|
caeab88f88
|
Write code for deleting a blog
|
2013-09-09 21:48:02 +05:30 |
|
Aditi Mittal
|
3357b8a3b5
|
Write template for confirmation for blog deletion and add blog delete button on blog dashboard.
|
2013-09-09 21:46:23 +05:30 |
|
Christopher Allan Webber
|
66cafc3b74
|
Support python 2.6 again! Thanks to julianoliver for catching this.
This commit sponsored by Sam Clegg. Thank you!
|
2013-09-09 10:06:59 -05:00 |
|
Aditi Mittal
|
125d7d1a85
|
Get max_blog_count variable from config_spec.ini file using pluginapi config.
|
2013-09-08 02:28:48 +05:30 |
|
Aditi Mittal
|
ae71a3a1d6
|
Reindentation
|
2013-09-07 13:45:27 +05:30 |
|
Aditi Mittal
|
414c25c5a4
|
Add user to invidual blog dashboard context.
|
2013-09-07 13:44:27 +05:30 |
|
Aditi Mittal
|
5278c6dd80
|
Correct template syntax error.
|
2013-09-07 13:13:08 +05:30 |
|
Aditi Mittal
|
a6a7d785b2
|
Put buttons for blog create and blog dashboard on view using template_hooks for blog plugin not to be interfering with original code.
|
2013-09-07 13:11:14 +05:30 |
|
Aditi Mittal
|
4226743ad6
|
Capitalize first letter of tags
|
2013-09-07 12:08:36 +05:30 |
|
Aditi Mittal
|
1ff86c03a6
|
Write on the template when there is no blog for the user.
|
2013-09-07 12:06:35 +05:30 |
|
Aditi Mittal
|
cc37c8f8f9
|
Amend blog_dashboard view for accomodating all conditions.
|
2013-09-07 12:01:27 +05:30 |
|
Aditi Mittal
|
5961431097
|
Remove condition of being logged in to view blog dashboard.
|
2013-09-07 11:35:05 +05:30 |
|
Aditi Mittal
|
9ad6454e17
|
Insert URL to blog in a user's profile page by spaetz
|
2013-09-07 11:33:10 +05:30 |
|
Rodney Ewing
|
0485e9c892
|
typo. conversions not convirsions
thanks to saul for pointing this out.
|
2013-09-06 14:28:40 -07:00 |
|
Aditi Mittal
|
dffff64a26
|
Add tags for every post on blog post listing page.
|
2013-09-06 18:54:29 +05:30 |
|
Aditi Mittal
|
f242807518
|
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
|
2013-09-05 22:45:10 +05:30 |
|
Aditi Mittal
|
1d9d9f1c9a
|
Make changes for displaying page listing all the blogs created by user.
|
2013-09-05 22:21:00 +05:30 |
|
Aditi Mittal
|
c37e528329
|
Add blog dashboard button.
|
2013-09-05 22:19:46 +05:30 |
|
Rodney Ewing
|
85cf52f865
|
reword persona edit link
|
2013-09-05 09:04:23 -07:00 |
|
Aditi Mittal
|
377800e779
|
Add url for viewing page which lists all blogs created by a user.
|
2013-09-05 21:22:15 +05:30 |
|
Aditi Mittal
|
af07925de6
|
Created a template for viewing all blogs by a user.
|
2013-09-05 21:20:29 +05:30 |
|
Christopher Allan Webber
|
5a756fb819
|
Revert "Temporarily switching git:// to http://"
This reverts commit 18922af5830f4a7686ec3b3ff11dc309a5a9cca6.
|
2013-09-05 09:51:22 -05:00 |
|
Christopher Allan Webber
|
18922af583
|
Temporarily switching git:// to http://
|
2013-09-05 09:37:08 -05:00 |
|
Christopher Allan Webber
|
936624c362
|
In the v0.6.0 cycle now
|
2013-09-05 09:34:48 -05:00 |
|
Christopher Allan Webber
|
612469595b
|
MediaGoblin v0.5.0!
|
2013-09-04 16:25:12 -05:00 |
|
Christopher Allan Webber
|
a25adfc424
|
Committing extracted and compiled translations
|
2013-09-04 16:07:37 -05:00 |
|
Christopher Allan Webber
|
07b02d2bc2
|
Committing present MediaGoblin translations before pushing extracted messages
|
2013-09-04 16:07:12 -05:00 |
|
Christopher Allan Webber
|
b299b6b7b8
|
Committing extracted and compiled translations
|
2013-09-04 16:03:57 -05:00 |
|
Christopher Allan Webber
|
577e8fc705
|
Committing present MediaGoblin translations before pushing extracted messages
|
2013-09-04 16:02:48 -05:00 |
|
Christopher Allan Webber
|
5738838e93
|
Fixing tyop. Thanks for catching, tryggvib :)
|
2013-09-04 16:01:21 -05:00 |
|
Christopher Allan Webber
|
abff297cf9
|
Caution about the API in the release notes
|
2013-09-04 14:27:18 -05:00 |
|
Rodney Ewing
|
857512e81e
|
need to send the users email to persona if the user logged in with persona.
Thanks callahad for pointing this out.
|
2013-09-04 08:45:08 -07:00 |
|
Christopher Allan Webber
|
d87d099dd8
|
Thanking Dan Callahan as a contributor. Thanks for helping with the persona stuff! :)
|
2013-09-04 09:23:02 -05:00 |
|
Sebastian Spaeth
|
560fd63843
|
Improve checkbox description
Do not Enable/Disable next to a checkbox. So what does an enabled checkbox do then?
|
2013-09-04 14:54:00 +02:00 |
|
Christopher Allan Webber
|
100625f6c2
|
Merge remote-tracking branch 'refs/remotes/spaetz/fix_docs'
|
2013-09-04 07:41:56 -05:00 |
|