Commit graph

1,214 commits

Author SHA1 Message Date
Florent
0f4f1222b7 s/backend/module in docstrings 2014-09-26 10:18:12 +02:00
Florent
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Florent
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +02:00
Florent
44dffce7b2 Rename CapBase to Capability 2014-09-26 10:18:12 +02:00
Florent
a64c9f2edb Rename BaseApplication to Application 2014-09-26 10:18:12 +02:00
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
5c71be36f5 Rename GenericBackend.py to GenericModule.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
smurail
26c929ff9d JSVar: fix encoding issues and simplify code 2014-09-24 16:00:48 +02:00
smurail
128739aceb JSVar: add cornercase 2014-09-23 11:12:19 +02:00
smurail
72852cee13 let JSVar inherits from parameters of Regexp (like nth) 2014-09-23 11:12:18 +02:00
smurail
eb335e66fc add an nth parameter to Regexp filter 2014-09-23 11:12:17 +02:00
Vincent Paredes
c44c7853d0 backporting mergin_hook to support hook's requests in wheezy 2014-09-22 23:00:03 +02:00
Romain Bignon
dbd87d22ab move handle_loaders into AbstractElement 2014-09-20 23:51:28 +02:00
smurail
99e797410d JSVar: oops 2014-09-18 12:51:28 +02:00
Romain Bignon
d5a43991b6 when getting an object, if at least one is found, display errors but correctly return the found object 2014-09-18 12:51:28 +02:00
Laurent Bachelier
e9c047ce93 applications: Define std* in the proper class
This would make weboob-debug unusable, for example.
2014-09-18 12:49:26 +02:00
smurail
1b4f750888 minor fix of JSVar 2014-09-17 16:06:03 +02:00
smurail
7f7d762aa5 add some javascript dedicated filters 2014-09-17 15:57:16 +02:00
smurail
e37df1417f Regexp: let template be a callable 2014-09-17 15:54:21 +02:00
Romain Bignon
e3666afdfe require python-concurrent.futures only when needed 2014-09-16 20:01:45 +02:00
Romain Bignon
f2c536ffc8 ability to set value to an empty string if it is available in choices 2014-09-15 09:45:48 +02:00
smurail
902f26767d add a way to asynchronously handle requests and pages 2014-09-12 18:58:56 +02:00
smurail
1d84d6aa39 add a way to customize sign handling for CleanDecimal 2014-09-11 19:46:11 +02:00
Laurent Bachelier
0283597283 tests: Use the Python SkipTest if possible
This makes nosetests optional at least in theory.
Recent nose versions already do the same thing internally.
2014-09-09 18:36:04 +02:00
Romain Bignon
a96b738242 raise ParseError only with None/NotAvailable/NotLoaded values, not with empty strings 2014-09-06 11:44:41 +02:00
Romain Bignon
a4c1acd2f0 fix regression introduced by 19a95dc0d6 2014-09-06 11:08:43 +02:00
Laurent Bachelier
c07e23cafc Use class attributes as much as possible for application output
refs #803
2014-09-04 12:41:25 +02:00
Laurent Bachelier
19a95dc0d6 Centralize encoding guesses, default to UTF-8
This might not be enough for print() and could need a locale.setlocale()
even though it is generally discouraged.

closes #1352
2014-09-04 12:41:25 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Romain Bignon
f834f63b02 Use fullid parameter and not a local formatting 2014-09-03 16:15:28 +02:00
Florent
030197c738 Remove the 'inspect' command 2014-09-03 15:02:38 +02:00
Florent
fe02de196b Remove the webkit_mechanize_browser import 2014-09-03 14:59:54 +02:00
Florent
e110e18841 Remove TestCase export 2014-09-03 14:51:54 +02:00
Florent
9ab9026d75 Fix numbering of the list 2014-09-03 14:43:22 +02:00
Romain Bignon
52899a7ca9 add __repr__ on NotAvailable, NotLoaded and _NO_DEFAULT constants to be more readable on doc 2014-09-03 07:21:23 +02:00
Romain Bignon
6a3c9c78f9 parse_french_date: understand "aoû" 2014-09-02 16:54:14 +02:00
Florent
c8e568fdd0 Use shortcut of id in interactive mode. Closes #881 2014-09-02 15:41:18 +02:00
Florent
d9730033bb Allows shortcuts for modules. Related to #881 2014-09-02 15:36:59 +02:00
Florent
8a25c75999 Revert "be case insensitive on value choices (closes #1319)"
This reverts commit ebb87844f3.
2014-09-02 12:46:04 +02:00
Florent
322616b9e3 Add the default value displayed "upper" in aliases Closes #1319 2014-09-02 12:45:49 +02:00
Romain Bignon
ebb87844f3 be case insensitive on value choices (closes #1319) 2014-09-02 12:29:58 +02:00
Laurent Bachelier
e741431aa1 Add a new "Type" filter 2014-09-02 12:15:54 +02:00
Laurent Bachelier
f7136045d1 Fix doctest 2014-09-02 12:15:54 +02:00
Laurent Bachelier
59095aa85e CleanDecimal: do not crash with inputs like NotAvailable 2014-09-02 12:15:54 +02:00
Bezleputh
a923f14172 [date] add sept. in french translation 2014-09-02 11:30:12 +02:00
Romain Bignon
7d8571195f fix docstring issues 2014-08-30 20:45:10 +02:00
Oleg Plakhotniuk
649d777ac5 Transaction amounts cleaner helper for american banks.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-08-30 17:51:31 +02:00