Merge lp://staging/~seriy-pr/gwibber/vkontakte-ru-plugin into lp://staging/gwibber
Status: | Rejected | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Rejected by: | Ken VanDine | ||||||||||||||||||||
Proposed branch: | lp://staging/~seriy-pr/gwibber/vkontakte-ru-plugin | ||||||||||||||||||||
Merge into: | lp://staging/gwibber | ||||||||||||||||||||
Diff against target: |
1212 lines (+1149/-2) 7 files modified
.bzrignore (+0/-2) gwibber/microblog/plugins/vkontakte/__init__.py (+593/-0) gwibber/microblog/plugins/vkontakte/gtk/vkontakte/__init__.py (+185/-0) gwibber/microblog/plugins/vkontakte/ui/gwibber-accounts-vkontakte.ui (+227/-0) gwibber/microblog/plugins/vkontakte/ui/icons/scalable/vkontakte.svg (+55/-0) gwibber/microblog/plugins/vkontakte/vk_api_wrapper.py (+87/-0) gwibber/microblog/util/const.py.in (+2/-0) |
||||||||||||||||||||
To merge this branch: | bzr merge lp://staging/~seriy-pr/gwibber/vkontakte-ru-plugin | ||||||||||||||||||||
Related bugs: |
|
||||||||||||||||||||
Related blueprints: |
A button to "retweet" a microblog post.
(Undefined)
Vkontakte.ru support
(Undefined)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ken VanDine | Needs Fixing | ||
Review via email: mp+61045@code.staging.launchpad.net |
This proposal supersedes a proposal from 2011-01-27.
Description of the change
Added plugin for vkontakte.ru ( http://
This branch contains a fix of whishlist bug #572753
Also there is a related blueprint https:/
Some peoples report that plugin works for them: https:/
Unmerged revisions
- 990. By Sergey Prokhorov
-
Compatible with 3.3.92 on ubuntu 12.04
- 989. By Sergey Prokhorov
-
Fix indentation on gui module
- 988. By Sergey Prokhorov
-
Fix issue of renaming the vk api wrapper
- 987. By Sergey Prokhorov
-
fix code conventions
- 986. By Sergey Prokhorov
-
More logging fixes
- 985. By Sergey Prokhorov
-
Fix logger issue
- 984. By Sergey Prokhorov
-
Fix indentation
- 983. By Sergey Prokhorov
-
Fix logging issue
- 982. By Sergey Prokhorov
-
merged with trunk
- 981. By Sergey Prokhorov
-
setup.py don't used in gwibber now
I think this would be best as a standalone plugin, packaged separately from gwibber. We want to move most of the plugins out of the gwibber source and into separate projects. You can look at https:/ /launchpad. net/gwibber- service- sina as an example. I think we will be keeping twitter, facebook and g+ (when it exists) in gwibber mainline and move the rest to new source packages. If you have questions, please join us in #gwibber on Freenode.
Thanks for the awesome work!