Ignore:
Timestamp:
07/01/08 23:52:31 (4 years ago)
Author:
root
Message:

Added a new reporting core module. Version 7.2 will come with some build in reports, modules can now add their own.
Updated the modules administration module, and added support for pluggable reports and pluggable searches (not implemented yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_English.php

    r1495 r1498  
    497497        $localestrings['253'] = "Suspended Members:"; 
    498498        $localestrings['255'] = "Deleted Members:"; 
    499         $localestrings['256'] = "Reporting"; 
     499        $localestrings['256'] = "Reports"; 
    500500        $localestrings['257'] = "Comments:"; 
    501501        $localestrings['258'] = "Shoutbox Posts:"; 
    502502        $localestrings['259'] = "Forum Posts:"; 
    503         $localestrings['260'] = "x"; 
     503        $localestrings['260'] = "Searches"; 
    504504        $localestrings['261'] = "x"; 
    505505        $localestrings['262'] = "Unread Posts:"; 
     
    601601        $localestrings['424'] = "There are no modules and plugins available for installation"; 
    602602        $localestrings['425'] = "There are no modules and plugins available that match your filter"; 
     603        $localestrings['426'] = "Refresh the locale strings"; 
    603604        $localestrings['mod001'] = "This module requires at least version %s of ExiteCMS.<br />"; 
    604605        $localestrings['mod002'] = "This module is written for version %s of ExiteCMS. Please ask the author for an upgrade.<br />"; 
     
    860861        $localestrings['492'] = "If checked, the site will redirect to the exact URL given"; 
    861862        load_localestrings($localestrings, LP_LOCALE, "admin.redirects", $step); 
     863 
     864        $localestrings = array(); 
     865        $localestrings['400'] = "Reporting"; 
     866        $localestrings['401'] = "Install"; 
     867        $localestrings['403'] = "Filter on status"; 
     868        $localestrings['404'] = "x"; 
     869        $localestrings['405'] = "x"; 
     870        $localestrings['406'] = "Version"; 
     871        $localestrings['407'] = "Developer"; 
     872        $localestrings['408'] = "Contact"; 
     873        $localestrings['409'] = "Email"; 
     874        $localestrings['410'] = "Web"; 
     875        $localestrings['411'] = "Uninstall"; 
     876        $localestrings['412'] = "Uninstall this report?"; 
     877        $localestrings['413'] = "x"; 
     878        $localestrings['414'] = "Not Installed"; 
     879        $localestrings['415'] = "Installed"; 
     880        $localestrings['416'] = "Upgrade Available"; 
     881        $localestrings['417'] = "Error executing installation function: "; 
     882        $localestrings['418'] = "Not compatible"; 
     883        $localestrings['419'] = "Error. Unknown command type: "; 
     884        $localestrings['420'] = "Status"; 
     885        $localestrings['421'] = "Options"; 
     886        $localestrings['422'] = "Upgrade"; 
     887        $localestrings['423'] = "Go"; 
     888        $localestrings['424'] = "There are no reports available for installation"; 
     889        $localestrings['425'] = "There are no reports available that match your filter"; 
     890        $localestrings['mod001'] = "This report requires at least version %s of ExiteCMS.<br />"; 
     891        $localestrings['mod002'] = "This report is written for version %s of ExiteCMS. Please ask the author for an upgrade.<br />"; 
     892        $localestrings['mod003'] = "This report requires a minumum ExiteCMS revision level of %s.<br />"; 
     893        $localestrings['mod004'] = "This report can not be installed. Required information is missing from the report installer.<br />"; 
     894        $localestrings['mod005'] = "This report does not function beyond ExiteCMS revision level %s.<br />"; 
     895        load_localestrings($localestrings, LP_LOCALE, "admin.reporting", $step); 
     896 
     897        $localestrings = array(); 
     898        $localestrings['400'] = "Reports"; 
     899        $localestrings['401'] = "Report Title"; 
     900        $localestrings['402'] = "Visibility"; 
     901        $localestrings['403'] = "Options"; 
     902        $localestrings['404'] = "Deactivate"; 
     903        $localestrings['405'] = "Activate"; 
     904        $localestrings['406'] = "Modify this report"; 
     905        $localestrings['407'] = "Delete this report"; 
     906        $localestrings['408'] = "Currently there are no reports defined"; 
     907        $localestrings['409'] = "Add a Report"; 
     908        $localestrings['410'] = "from"; 
     909        $localestrings['411'] = "View this report"; 
     910        load_localestrings($localestrings, LP_LOCALE, "admin.reports", $step); 
    862911 
    863912        $localestrings = array(); 
     
    29492998 
    29502999        $localestrings = array(); 
     3000        $localestrings['rpt400'] = "Available Reports"; 
     3001        $localestrings['rpt401'] = "Report"; 
     3002        $localestrings['rpt402'] = "View"; 
     3003        $localestrings['rpt403'] = "Currently there are no reports defined"; 
     3004        $localestrings['rpt404'] = "Result for the requested report"; 
     3005        $localestrings['rpt405'] = "Report List"; 
     3006        load_localestrings($localestrings, LP_LOCALE, "main.reports", $step); 
     3007 
     3008        $localestrings = array(); 
    29513009        $localestrings['400'] = "Search"; 
    29523010        $localestrings['401'] = "Search for:"; 
     
    32313289if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 
    32323290if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 
    3233 if (!defined('LP_DATE')) define('LP_DATE', "1214854709"); 
    3234 $lp_date = "1214854709"; 
     3291if (!defined('LP_DATE')) define('LP_DATE', "1214934137"); 
     3292$lp_date = "1214934137"; 
    32353293 
    32363294/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.