Commit graph

18 commits

Author SHA1 Message Date
Romain Bignon
f5e55ca0f0 fix crash when parsing custom fields 2015-04-29 14:29:21 +02:00
Laurent Bachelier
21e8f82fd7 pep8: Use "X not in Y" instead of "not X in Y"
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +02:00
Laurent Bachelier
448c06d125 pep8 blank lines fixes
flake8 --select W391,E302,E301,E304

autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Romain Bignon
d61e15cf84 rename things related to browsers
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions

Also, the new tree for browser2 is:

weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +02:00
Romain Bignon
c50b6db86d fix variable redefinition 2014-03-30 14:08:20 +02:00
Romain Bignon
f8505d97c0 fix syntax to be compliant with python 2.6 2014-03-30 13:57:54 +02:00
Romain Bignon
f3ec952b3d fix parsing comments on redmine 2.4 2014-03-30 13:44:24 +02:00
Romain Bignon
343062771d fix parsing issue history on redmine 2.4 2014-03-30 13:35:21 +02:00
Romain Bignon
ce4c9f7d84 fix finding the control to add a note 2014-03-30 12:41:57 +02:00
Romain Bignon
07a1d04bb6 fix compatibility with redmine 2.4, support start/end/tracker/priority (courtesy of François Revol) 2014-03-30 12:33:56 +02:00
Romain Bignon
acf6f78419 fix compatibility with old versions of mechanize 2014-02-08 22:40:54 +01:00
Romain Bignon
1900a75b5c if category does not exist, try to create it 2014-02-08 17:58:16 +01:00
Romain Bignon
ec0cd3aa66 support new versions of redmine 2014-01-31 17:13:58 +01:00
Romain Bignon
02f40ccf2c add Issue.fields attribute to support custom fields 2014-01-22 00:00:43 +01:00
Laurent Bachelier
c108ca3fc5 redmine: Fix missing id class on older versions
Some version of redmine do not have td class="id". Luckily, we can
easily get it another way.
2013-07-27 21:36:01 +02:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Renamed from weboob/backends/redmine/pages/issues.py (Browse further)