Skip to content

Commit e61589f

Browse files
author
Drupal Local User
committed
tweaks for first stable release
1 parent 4259d42 commit e61589f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

info.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension key="ca.civicrm.logviewer" type="module">
33
<file>logviewer</file>
44
<name>CiviCRM Log Viewer</name>
5-
<description>Simple view access to the most recent CiviCRM admin log file.</description>
5+
<description>Simple view access to the most recent CiviCRM debug log file.</description>
66
<license>AGPL-3.0</license>
77
<maintainer>
88
<author>Alan Dixon</author>
@@ -12,13 +12,14 @@
1212
<url desc="Main Extension Page">https://github.com/adixon/ca.civicrm.logviewer</url>
1313
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
1414
</urls>
15-
<releaseDate>2017-05-09</releaseDate>
15+
<releaseDate>2017-09-07</releaseDate>
1616
<version>1.0</version>
17-
<develStage>alpha</develStage>
17+
<develStage>stable</develStage>
1818
<compatibility>
19+
<ver>4.6</ver>
1920
<ver>4.7</ver>
2021
</compatibility>
21-
<comments>This is a new, undeveloped module</comments>
22+
<comments>View the most recent CiviCRM debug logfile, useful for quick access to recent errors or warnings.</comments>
2223
<civix>
2324
<namespace>CRM/Logviewer</namespace>
2425
</civix>

templates/CRM/Logviewer/Page/LogViewer.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<h3>Log Viewer</h3>
22

3-
<p>The current time is {$currentTime}</p>
4-
5-
<p>{ts 1=$currentTime}(In your native language) The current time is %1.{/ts}</p>
3+
<p>{ts 1=$currentTime}The current time is %1.{/ts}</p>
64

75
{if $logEntries}
86
<table>

0 commit comments

Comments
 (0)