diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..89f7f30 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,56 @@ +1.1 - dev +- [ ] fix Dotclear 2.19 compatibility +- [ ] fix pages design +- [ ] clean up code +- [ ] update license + +1.0.1 - 2010.06.08 + -Fixed (again) simultaneous report + +1.0 - 2010.06.06 +- Switched to DC 2.2 +- Fixed simultaneous report (used php flock) +- Added some stuff to admin interface + +0.9 - 2010.01.29 +- Fixed timezone on mail report +- Added option to fix bug on big logs + +0.8 - 2010.01.12 +- Added support of _uninstall.php file +- Added support of html or plain text email +- Added support of plugin contribute + +0.7.1 - 20091220 +- Fixed spam loop + +0.7 - 20091219 +- Added message for attempt on protected post + +0.6.2 - 2009.12.08 +- Added extra messages +- Fixed bugs with uninstalled plugins +- Fixed typo + +0.6.1 - 2009.11.11 +- Fixed bug with dashboard items. + +0.6 - 2009.11.08 +- Fixed date display (closes #340) +- Fixed RSS 'protection' (closes #339) +- Added blog name to mail subject + +0.5 - 2009.10.26 +- Changed priority to -1000000 in order to work ?! +- Used a constant to see if activityReport plugin is on +- Fixed typo + +0.4 - 2009.10.19 +- Fixed fatal error on plugin update + +0.3 - 2009.0.927 +- Added atom/rss2 feeds +- Moved some class + +0.2 - 2009.09.15 +- First public release \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3bf40cd --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# README + +## WHAT IS ACTIVITYREPORT ? + +_activityReport_ is a plugin for the open-source +web publishing software called Dotclear. + +It help super admin to create and manage packages of +themes and plugins from Dotclear administration pages. + +## REQUIREMENTS + + _activityReport_ requires: + + * Permissions superadmin or admin + * Dotclear 2.19 + +## USAGE + +First install _activityReport_, manualy from a zip package or from +Dotaddict repository. (See Dotclear's documentation to know how do this) + +Go to ''plugins manager'', expand _activityReport_ information then +go to ''configure plugin'', fill in form. + +Once it's done you can manage your reports from menu +''Activity report'' on sidebar or you can add dashboard icon. + +## MORE + + * License : GNU GPL v2 + * Source & contribution : [GitHub Page](https://github.com/JcDenis/pacKman) + * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/pacKman) \ No newline at end of file diff --git a/release.txt b/release.txt deleted file mode 100644 index f9e4cf6..0000000 --- a/release.txt +++ /dev/null @@ -1,51 +0,0 @@ -1.0.1 20100608 - * Fixed (again) simultaneous report - -1.0 20100606 - * Switched to DC 2.2 - * Fixed simultaneous report (used php flock) - * Added some stuff to admin interface - - -0.9 20100129 - * Fixed timezone on mail report - * Added option to fix bug on big logs - -0.8 20100112 - * Added support of _uninstall.php file - * Added support of html or plain text email - * Added support of plugin contribute - -0.7.1 20091220 - * Fixed spam loop - -0.7 20091219 - * Added message for attempt on protected post - -0.6.2 20091208 - * Added extra messages - * Fixed bugs with uninstalled plugins - * Fixed typo - -0.6.1 20091111 - * Fixed bug with dashboard items. - -0.6 20091108 - * Fixed date display (closes #340) - * Fixed RSS 'protection' (closes #339) - * Added blog name to mail subject - -0.5 20091026 - * Changed priority to -1000000 in order to work ?! - * Used a constant to see if activityReport plugin is on - * Fixed typo - -0.4 20091019 - * Fixed fatal error on plugin update - -0.3 20090927 - * Added atom/rss2 feeds - * Moved some class - -0.2 20090915 - * First public release \ No newline at end of file