Romain Bignon
5b4a917787
fix timezone of dates
2011-02-25 10:53:27 +01:00
Romain Bignon
2a964247e6
new parameter -t to 'post' command
2011-02-24 21:37:35 +01:00
Romain Bignon
144bb8a7e4
works with DLFP2.0RoR-ng
2011-02-24 21:36:19 +01:00
Romain Bignon
09bb78258a
absurl() method to build an url in form protocol://domain/path with constant values of Browser
2011-02-24 21:35:32 +01:00
Romain Bignon
8012afe847
replace 'url2id' predicate with 'rssid'
2011-02-24 21:34:32 +01:00
Clément Schreiner
13cde4ed1f
Fix pyflakes errors (forgotten import, unused variables)
2011-02-24 14:47:00 +01:00
juke
03b716a8f1
add new categories
2011-02-23 18:51:53 +01:00
juke
21e1dac437
no title selector for flashactu page closes #526
2011-02-23 12:35:36 +01:00
Juke
2b10608ee5
typo
2011-02-23 01:52:25 +01:00
Juke
127860c8fe
remove remove by try_remove closes #525
2011-02-23 01:51:58 +01:00
Juke
24e2aa820e
add sante
2011-02-23 01:44:28 +01:00
juke
3574a168ef
catch new url categories (closes #516,#517,#518,#519,#520,#521,#522,#523,#524)
2011-02-22 13:53:51 +01:00
juke
f60e40fc9c
docstring do_export_thread closes #500
2011-02-22 10:37:45 +01:00
Juke
c74734545b
create a genericBackend
2011-02-22 01:50:13 +01:00
Juke
3bc2312338
PEP 8 fix
2011-02-22 01:06:57 +01:00
Juke
5a7ae0a5bd
move genericArticle to tools
2011-02-21 23:31:38 +01:00
Juke
90cd02642b
fix title selector ( closes #514 )
2011-02-21 22:48:07 +01:00
Romain Bignon
ab2a62d79d
fix the captcha broker ( closes #461 )
2011-02-21 18:32:29 +01:00
Juke
345b3f6161
fixe regexp to match differents pages
2011-02-21 18:01:16 +01:00
juke
a1512d7973
closes #513
2011-02-21 17:38:19 +01:00
juke
800796a2be
new version of genericArticle
2011-02-21 17:30:49 +01:00
juke
b84cae3431
raise a specific exception refs #512
2011-02-21 16:40:54 +01:00
juke
61dcd8dd02
author is not none closes #511
2011-02-21 14:36:28 +01:00
juke
3f9cfc1029
ledirect title is good now closes #510
2011-02-21 14:16:30 +01:00
Romain Bignon
b449bdc521
add icon for lefigaro and update AUTHORS
2011-02-21 12:23:00 +01:00
Juke
c746dcd01d
factorise code closes #509
2011-02-20 10:23:23 +01:00
Juke
defdfa6af1
new backend lefigaro
...
backend lefigaro
2011-02-20 10:23:17 +01:00
Romain Bignon
caa5658c63
add inrocks and mediawiki icons, and update AUTHORS
2011-02-19 18:56:21 +01:00
Romain Bignon
10beaf2c5d
don't need to have an account on mediawiki
2011-02-19 18:54:26 +01:00
Romain Bignon
a856434188
fix the 'log' command
2011-02-19 18:54:01 +01:00
Romain Bignon
34bfe130c3
fix prototype of 'iter_revisions'
2011-02-19 18:53:46 +01:00
Juke
3ea6b143b8
new branch inrocks
2011-02-19 16:59:31 +01:00
Juke
9dad89bf7f
use assessor
2011-02-19 16:59:31 +01:00
Juke
2ebe8012bd
uniform minutes20 and inrocks
2011-02-19 16:59:31 +01:00
Juke
b584740fc8
remove img
2011-02-19 16:59:31 +01:00
Juke
f05d4b2829
inrocks backend
2011-02-19 16:59:31 +01:00
Juke
08252358eb
new backend
2011-02-19 16:59:31 +01:00
Xavier G
111a49e00e
CrAgr: Fixed the history operation so that it basically works when every non-ASCII character on the bank website is replaced with two interrogation marks.
...
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-02-19 15:21:24 +01:00
Clément Schreiner
69018eeff3
Adds drop-down list for choosing a backend.
2011-02-17 20:50:09 +01:00
Romain Bignon
0b1a445027
fix broken API
2011-02-17 18:42:18 +01:00
Romain Bignon
9db6ac268b
update AUTHORS
2011-02-17 17:14:22 +01:00
Clément Schreiner
6979604e6f
Support for more than 10 revisions in mediawiki.
...
Maximum number of revisions in iter_revisions is now 500, the API's limit
for normal users.
webcontentedit has been updated to use the 'count' option for do_log().
2011-02-16 23:19:50 +01:00
Clément Schreiner
d8cb5230ca
Fix encoding in do_log()
2011-02-16 23:03:47 +01:00
Clément Schreiner
c783d37673
Adds option for marking edits as minor.
2011-02-16 22:38:41 +01:00
Clément Schreiner
a6f5ef2049
New command: do_log(page).
...
This new command displays the last revisions of the page.
TODO: specific formatter (it should display the history like git log).
2011-02-16 22:33:28 +01:00
Clément Schreiner
5d24cec733
Implemented iter_revisions. Various minor fixes.
...
The methode iter_revisions(page) is now implemented, and yiels the last
ten revisions of the page, as 'Revision' objects.
Various fixes, like removing unused imports.
2011-02-16 22:23:49 +01:00
Clément Schreiner
200ab648bb
New object type: Revision. Renamed 'log_content'.
...
- object Revision for representing a revision of a page.
- log_content is now iter_revisions
2011-02-16 22:22:06 +01:00
Clément Schreiner
3624110e94
Fix 'Invalid token' error
2011-02-16 21:17:07 +01:00
Clément Schreiner
179d6ec75e
New backend: mediawiki.
...
Features working:
- get_content()
- push_content()
- get_content_preview()
TODO:
- log_content()
- check for encoding problems
2011-02-16 20:45:54 +01:00
Clément Schreiner
cbe44de033
showPreview() was not working as intended; fixed.
...
The preview text displayed in the previewEdit widget was the text of
the content opened from the wiki, and not the text entered by the user
in the contentEdit widget.
2011-02-16 19:54:19 +01:00