Update
There is not much symbolic with this release. I am simply starting to tag commits for documentation purposes.
Here is the changelog for the recent commits:
New stuff:
- You can now move a page or rollback a page. The
APIcommandsare:MovePageandRollback - Wiki families now include MW versions. This allows JMB to act differently depending on the MW version. This also makes JMB compatible with MW v1.8+, instead of the previous MW v1.20+.
- A CUI was added for easy wiki family creation.
- Added the Wikipedia wiki family. Let me tell you, it is huge.
Major bug fixes:
- The
APIcommandDeletePagenow works properly.
Tweaks:
- Moved the
editSummaryparameter from the GUI methodsproposeEdit&proposeCommandto the various APIcommand classes. - Made it easier to run JMB from the command line.
- Updated
README.md.
Internal:
- Renamed many variables and methods for accuracy.
- Made
MediawikiDataManagera singleton. Begone pesky static! - Moved some methods from
GenericBottoNetworkingBase.