Last change
on this file since 20941 was
3324,
checked in by rub, 16 years ago
|
extension added: fstats
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | Functionality: |
---|
2 | =============== |
---|
3 | Use of files to save statistics |
---|
4 | |
---|
5 | Installation: |
---|
6 | ============= |
---|
7 | 1: Copy directory fstats in "plugins" subdirectory of your gallery |
---|
8 | 2: Install and activate the plugin from the admin page |
---|
9 | On activating, history tables data can be are migrated to files with add in include/config_local.inc.php file following line: |
---|
10 | $conf['fstat_plugin_activate_migrate'] = true; |
---|
11 | 3: Afert checks of generated files on migration, you can purge history on database |
---|
12 | 4: If you have PhpWebGallery version 1.7.0, it's necessary to replace following files in order to have data in statistic search part: |
---|
13 | admin/history.php by http://svn.gna.org/viewcvs/*checkout*/phpwebgallery/branches/branch-1_7/admin/history.php?rev=2156 |
---|
14 | admin/include/functions_history.inc.php by http://svn.gna.org/viewcvs/*checkout*/phpwebgallery/branches/branch-1_7/admin/include/functions_history.inc.php?rev=2156 |
---|
15 | |
---|
16 | Usage: |
---|
17 | ====== |
---|
18 | See files at fstats directory. |
---|
19 | On next version, purge, display, summary and export will be available. |
---|
20 | |
---|
21 | Remarks: |
---|
22 | ========== |
---|
23 | When plugin is activated, there are not history database. |
---|
24 | History options are applied to statistics by files. |
---|
25 | But, purge on maintenance are only for database. |
---|
Note: See
TracBrowser
for help on using the repository browser.