650a0aa90d
I just added the attribution for the clipboard image to the code.
tilly-Q
2013-07-08 14:31:28 -04:00
3ce0c6113e
This update I mostly did work on the templates for the admin pages. I did a co- -uple other small changes. I changed the information around the media processi- ng panel to be more specific, since it was written when it was the only admin page. Git didn't catch this, but I renamed the templates, so mediagoblin/templ- ates/admin/user.html now referrs to the page which shows the details of a spec- ific user. The list view pages are now named ELEMENT_panel.html(ie. user_panel) I also added a column reported_user_id to the ReportBase table, and had to add to Report filing to make sure that column gets created. Also I moved the report media button (on a media page) to the sidebar, though it still needs some form- atting
tilly-Q
2013-07-08 14:20:28 -04:00
20d4995d81
made it so that the create account button works with only persona enabled
Rodney Ewing
2013-07-03 08:35:56 -07:00
e39b9cc60f
moved persona template stuff to use template_hooks
Rodney Ewing
2013-07-03 15:04:25 -05:00
4f8f0a4e1f
merge --squash persona branch to take care of a false merge commit in the basic_auth branch that persona is forked from
Rodney Ewing
2013-06-26 12:04:45 -07:00
41a14c6efc
Merge remote-tracking branch 'remotes/lotusecho/trac_711_test_speed'
Christopher Allan Webber
2013-07-03 14:07:11 -05:00
87bca496b2
Fix missing quote
Christopher Allan Webber
2013-07-03 14:06:22 -05:00
c92b3c63b1
changed hook name to reuse with persona
Rodney Ewing
2013-07-03 08:09:06 -07:00
fea0b3b289
use template hooks instead of hardcoding in templates
Rodney Ewing
2013-07-03 07:16:31 -07:00
d66f79031e
forgot to pass request.form into LoginForm class
Rodney Ewing
2013-06-26 12:53:02 -07:00
664ce3bfae
fixed openid store cleanupAssociations
Rodney Ewing
2013-06-26 12:43:12 -07:00
b01bff8b3c
removed openid/lib, since the get forms functions were not needed for persona plugin
Rodney Ewing
2013-06-26 12:20:51 -07:00
5adb906a0a
merge --squash openid branch to take care of a false merge commit in the basic_auth branch that openid is forked from
Rodney Ewing
2013-06-26 11:20:50 -07:00
3fb96fc978
This was a simple commit. I changed all references to Groups into Privileges so as to not conflict with the new federated groups which are also being written. I also fixed up some of the code in the user_in_group/user_has_privilege decor- ator. Users are now assigned the default privileges when they sign up, and ass- iged active once they are activated. I updated the gmg command makeadmin to use my groups as well. Lastly, I added the decorator to various views, requiring th- at users belong to appropriate groups to access pages.
tilly-Q
2013-07-03 14:46:21 -04:00
ac0bc6a1e1
fixing the config section we pull things out of for basic_auth
Christopher Allan Webber
2013-07-03 08:09:48 -05:00
e699197258
fixed some typos and enabled media_type plugins in tests
Rodney Ewing
2013-07-02 07:54:38 -07:00
2d9a452c3a
removed sniff_handler from Imange Media Manager class
Rodney Ewing
2013-07-02 07:20:20 -07:00
90b7b6e878
removed CompatMediaManager() since all core media_types are classes
Rodney Ewing
2013-07-01 17:23:47 -07:00
58a947578c
modified gmg to use plugin media_types and converted image media_type to new plugin style
Rodney Ewing
2013-07-01 17:19:22 -07:00
7d00fa8c3c
Add '/' at the end of each url.
Aditi
2013-07-02 07:34:05 +05:30
c5b7f89711
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi
2013-06-30 19:49:53 +05:30
c8a2637637
Add template for blog edit and create page.
Aditi
2013-06-30 09:33:04 +05:30
6e947ab943
Add user in template dictonary as it is in the url field.
Aditi
2013-06-30 09:31:29 +05:30
cf46184aa1
Add views for creating and editing a blog
Aditi
2013-06-28 22:58:07 +05:30
af05d34a21
Register blog urls with mediagoblin
Aditi
2013-06-28 22:56:46 +05:30
de37d85c7d
Register blog create url in routing.py
Aditi
2013-06-28 22:22:28 +05:30
e9f3306627
More clarifications on what ./bin/gmg dbupdate does on each run.
Christopher Allan Webber
2013-06-28 11:51:40 -05:00
4daf5ddbc6
Add forms for editing and creating forms
Aditi
2013-06-28 22:21:27 +05:30
4436fbcd01
Some documentation on how to write database migrations.
Christopher Allan Webber
2013-06-28 10:27:06 -05:00
9b8ef022ef
In this commit, I have made a few changes and tightened up some of my models code. I added in two major pieces of functionality: table foundations and a decorator to confirm whether or not a user is a member of a certain group.
tilly-Q
2013-06-27 14:13:42 -07:00
6db23bd9b6
Updated comments for run_all_migrations and config_spec.ini.
Emily O'Leary
2013-06-27 17:05:25 -04:00
f79d00dc86
Add url mapping for blog-admin, blog-collection-admin, blog edit/create, blog post edit/create views.
Aditi
2013-06-27 10:36:21 +05:30
9b6f25b887
Add BlogPostEditForm for editing and creating a blog post entry.
Aditi
2013-06-26 23:53:27 +05:30
65630db19b
Add basic files models, views, forms, routing, __init__ to for a new media_type blog.
Aditi
2013-06-26 23:43:26 +05:30
0ff6db861a
Created filr structure for blog as a plugin(option 1).
Aditi
2013-06-26 23:27:45 +05:30
054ef9a76a
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi
2013-06-26 22:13:23 +05:30
889564a3c1
do the label thing only for boolean fields
Rodney Ewing
2013-06-26 07:36:11 -07:00
c345dcf875
made edit_account to autofocus on the first field
Rodney Ewing
2013-06-26 06:45:36 -07:00
4a698535bc
Improved test runtime from 352 seconds to 59 seconds by implementing an in-memory sqlite DB and including an option to run migrations on this newly created database by adding a config option called run_migrations to the config_spec and passing it along in app.py to the setup_database function.
Emily O'Leary
2013-06-25 20:57:50 -04:00
1e21471a8a
added feature to render_divs where if field.label == '' then it will render form.description the same a render_label
Rodney Ewing
2013-06-25 15:50:31 -07:00
15db183151
Explain about sqlite dropping the constraint and why we're adding it back manually.
Christopher Allan Webber
2013-06-25 17:12:33 -05:00
6174169786
cleanup after merge
Rodney Ewing
2013-06-25 13:43:33 -07:00
7fa4e19fc4
Add a bit more docs to plugin configuration
Christopher Allan Webber
2013-06-25 13:25:25 -05:00
30a9fe7c1c
This is the first stage of my project of implenting admin/moderator functiona- lity. At this point, I have finished all the of basic work with the models! I still need to do some tightening of their documentation, but they seem to be working well.
tilly-Q
2013-06-24 16:35:31 -07:00
c1b342ba95
Reverting "No more of this find_packages nonsense."
Christopher Allan Webber
2013-06-24 09:10:48 -05:00
c3de34d431
Adding a docstring to fixture_media_entry
Christopher Allan Webber
2013-06-22 17:40:12 -05:00
56d1346789
Fix the data integrity bug in test_misc.
Christopher Allan Webber
2013-06-22 17:37:30 -05:00
6331e927e4
Padding on the header-dropdown area
Christopher Allan Webber
2013-06-22 16:19:58 -05:00
257b8ab62a
Merge remote-tracking branch 'refs/remotes/joar/notifications'
Christopher Allan Webber
2013-06-22 16:13:41 -05:00
75ee3de301
Fix by Rodney Ewing so render_http_exception works with newer Werkzeug versions.
Christopher Allan Webber
2013-06-22 12:25:31 -05:00
f7698af1c1
Removing the "enter your password to change your email" bit.
Christopher Allan Webber
2013-06-21 17:24:33 -05:00
e4deacd9c8
changes after cwebb's review
Rodney Ewing
2013-06-21 14:14:40 -07:00
c482f0149d
Merge remote-tracking branch 'refs/remotes/rodney757-github/mail'
Christopher Allan Webber
2013-06-21 15:50:36 -05:00