Hello there,
I just merged branch 4.0 of admin tools application here :
https://github.com/xwiki-contrib/application-admintools
Now that I built the new xar package, I would like to release it in maven
to update the Extension
Page<http://extensions.xwiki.org/xwiki/bin/view/Extension/Admin+Tools+Ap…on>,
so I need a Nexus account.
Can anybody help me with this?
For those interested, 4.0 is a complete rewrite of Admin Tools, to match
version 2.0 or 2.1 of wiki syntax. See release notes just here:
* All scripts have been rewriten using xwiki 2.1 (mostly) or 2.0 syntax.
* SQLTools developed by Guillaume Delhumeau has been
implemented to
standardize SQL queries inside Admin Tools. With it, we now can Run Query,
Show Large History, Show Spammed Pages... We plan to include PostgreSQL
scripts very soon.
* Used Space page has been rewritten completely. It summarizes now disk
space used by all subwikis of the farm, and show attachments related
database if filesystem storage mode is not used.
* Configuration Check page has been rewritten, with some recommendations
at the bottom depending on the configuration. At the moment, we put
recommendations about memory, cache, encoding and cookies encryption keys.
* User Rights Check has been replaced by Show Rights, which simply shows
every right set on wiki / spaces / pages. It may be useful when we put
temporary rights to pages (which can lead to security leaks)
* Show Logs script have been included with a UI which permits to choose
number of loglines to output, directly in the wiki page.
* Database Encoding Check nows works with subwikis. Indexes Check has
still to be implemented with full list of Indexes.
* Export Tools now have Large Export/Import scripts
* DatabaseToFilesystem porter script has been added (it seems not
compatible with 5.x at the moment though).
* Requests Status page has been dropped
And about the code or the commits, please be kind, I'm not a developer at
all ;-)
Thanks,
Guillaume Fenollar