Jonathan Golder
33540344b0
Update jogobot submodule
8 years ago
Jonathan Golder
1958ec222f
Add a README.md
To have a basic description of this repo
8 years ago
Jonathan Golder
f2d431ab84
Merge branch 'fs#67-more-detailed-logs' into test-v7
8 years ago
Jonathan Golder
31d06224b0
Update file headers
8 years ago
Jonathan Golder
51d8bb9da9
Read Edit Summary from config
To be able to change the Edit-Summary without touching the source code
8 years ago
Jonathan Golder
f3635b2458
Log year change related actions
Improve logging related to atomatically changed years in list title
[https://fs.golderweb.de/index.php?do=details&task_id=67 |FS#67]
9 years ago
Jonathan Golder
962e0cb4de
Notice End of Task in Log
Showing end of task in log will help to detect unexpectedly terminated
runs
[https://fs.golderweb.de/index.php?do=details&task_id=67 |FS#67]
9 years ago
Jonathan Golder
8948fcc78d
Output log each parsed page and revision
To improve quality of log
[https://fs.golderweb.de/index.php?do=details&task_id=67 |FS#67]
9 years ago
Jonathan Golder
2f022d9d30
Call pywikibot.handle_args before jogobot.status
To prevent pywikibot outputting a warning because of creating site
objects before handling args
9 years ago
Jonathan Golder
56701107db
Jogobot module updated
9 years ago
Jonathan Golder
7ccfb90888
Updated jogobot submodule
9 years ago
Jonathan Golder
22a2cc5799
Merge branch 'fs#33-charts.py-abords-with-error' into test-v6
9 years ago
Jonathan Golder
9d471bee20
Bug in function to detect the year from Pagetitle, returning whole title
Missing param added
Explicit int casting will throw errors in future if regex fails
9 years ago
Jonathan Golder
16a774fae5
Merge branch 'CountryList-Entry-Title-SortKeyName' into test-v6
9 years ago
Jonathan Golder
038dd6e36a
SortKeyName should be used for Interpret not for Title
9 years ago
Jonathan Golder
e468260f7f
Merge branch 'unittest-countrylist' into test-v6
Conflicts:
countrylist.py
9 years ago
Jonathan Golder
da99dee429
Merge branch 'CountryList-Entry-Title-SortKeyName' into test-v6
9 years ago
Jonathan Golder
b96c5d4a33
Handle SortKeyName and SortKey Template in Title
9 years ago
Jonathan Golder
73bf26b627
Merge branch 'jogobot-StatusAPI' into test-v6
9 years ago
Jonathan Golder
df2f13fb66
Update jogobot
9 years ago
Jonathan Golder
7b27577915
Remove provisonal onwiki activation
9 years ago
Jonathan Golder
d76f914615
Use JogoBot StatusAPI to check if Bot/Task is active
9 years ago
Jonathan Golder
d9d385cfe8
Rename chartsbot.py to charts.py to get filename same as task_slug for jogobot-module
9 years ago
Jonathan Golder
2076932cbf
Merge branch 'improve-output' into test-v6
(@see https://fs.golderweb.de/index.php?do=details&task_id=20 )
9 years ago
Jonathan Golder
9fe1c36482
Merge branch 'test-v5'
9 years ago
Jonathan Golder
c730d9ba9c
Output diff also in verbose mode
9 years ago
Jonathan Golder
3ed67431cf
Use jogobot-framework as submodule to get a specific state (instead of directly use development dir as python module)
Use jogobot.output as wrapper for pywikiot outputs
9 years ago
Jonathan Golder
287942e174
Merge branch 'remove-refs' into improve-output
Get recent changes before going on
9 years ago
Jonathan Golder
9a24a988f4
Remove possible ref-tags from raw param values in CountryListEntrys
Explicit conversion to str for better readability
9 years ago
Jonathan Golder
7bb77e86f6
Since last_title also referenced the same object we need to re-replace the year for last year's list
9 years ago
Jonathan Golder
297adc62ec
Raise CountryListError if Page exists but no valid Single-Section exists
9 years ago
Jonathan Golder
b6c7a74519
Raise Exception instead of returning False in CountryList.__init__()
since returning False is no valid python construct
9 years ago
Jonathan Golder
81e541ef1d
Provisonal on wiki activation
9 years ago
Jonathan Golder
c708832515
Merge branch 'feature-force-reload'
9 years ago
Jonathan Golder
18122fafe8
New feature force parsing of countrylists regardless if needed with param "-force-reload"
9 years ago
Jonathan Golder
55afe94a4e
Merge branch 'countrylist-linksearch'
9 years ago
Jonathan Golder
e409c7a02b
CountryList-module: Also search for Links in Titel
9 years ago
Jonathan Golder
9d9207c175
CountryList-module: Put linksearching algorithm in separate function for simple reuse for Titel value
9 years ago
Jonathan Golder
4de2116717
Add possibility to manually check against any page in dewiki
9 years ago
Jonathan Golder
3349c9f3d3
Add __str__-method to CountryList-class
9 years ago
Jonathan Golder
a250074caa
CountryList-module: Search current year via regex to also make parsing older lists possible
9 years ago
Jonathan Golder
581e043255
Add unitest to CountryList-Modul
9 years ago
Jonathan Golder
e932303c40
improve-output: Only show diff in interactive mode without -always flag
9 years ago
Jonathan Golder
5f13da5934
Clarify licence situation of chartsbot.py
9 years ago
Jonathan Golder
5b084f6fde
Fix Bug: Writing is requested even when only rev_ids have changed
Introduce new attr to CountryList for simple get information wether page was parsed
The SummaryPageEntryTemplate comparation to non-equal fails when unparsed Entrys occur
--> and it with information wether CountryList was parsed
9 years ago
Jonathan Golder
e3c2c1a5d9
Merge branch 'pep8-compat'
9 years ago
Jonathan Golder
f819193790
pep8-compat: clean up CountryList-Modul
9 years ago
Jonathan Golder
4a856b1dae
pep8-compat: Replace undefined Error by Message in CountryList-Module
9 years ago
Jonathan Golder
166e61aee7
pep8-compat: cleanup SummaryPage-Module
9 years ago
Jonathan Golder
1ea37c0e0d
pep8-compat: Remove unnecessary imports from summarypage.py
9 years ago