Revision: 7217
http://sourceforge.net/p/astlinux/code/7217
Author: abelbeck
Date: 2015-08-21 23:43:37 +0000 (Fri, 21 Aug 2015)
Log Message:
-----------
web interface, Fossil tab, only show Timeline check-in's by default, Thanks Michael
Modified Paths:
--------------
branches/1.0/package/webinterface/altweb/admin/fossil.php
Modified: branches/1.0/package/webinterface/altweb/admin/fossil.php
===================================================================
--- branches/1.0/package/webinterface/altweb/admin/fossil.php 2015-08-21 21:22:05 UTC (rev 7216)
+++ branches/1.0/package/webinterface/altweb/admin/fossil.php 2015-08-21 23:43:37 UTC (rev 7217)
@@ -57,7 +57,7 @@
putHtml('<table class="stdtable" width="100%"><tr><td style="text-align: center;">');
if (is_file('/var/run/fossil.pid')) {
- echo '<iframe id="fossil" src="/admin/fossil/timeline" frameborder="1" width="100%" onload="setIFheight();">';
+ echo '<iframe id="fossil" src="/admin/fossil/timeline?y=ci" frameborder="1" width="100%" onload="setIFheight();">';
putHtml('</iframe>');
} elseif (! is_file('/etc/init.d/fossil')) {
putHtml('<p style="color: red;">Fossil is not available on your AstLinux image.</p>');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|