Skip to content

Commit

Permalink
Added MantisTouch (a phone optimize proxy for MantisBT) to website.
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Nov 6, 2011
1 parent d41cc95 commit 1299752
Show file tree
Hide file tree
Showing 13 changed files with 99 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.project
.DS_Store
sponsors/
user_directory/user_directory_config_inc.php
Binary file added images/mt_dashboard_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mt_filters_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mt_issue_detail_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mt_issue_detail_page2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mt_issue_detail_page3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mt_issue_edit_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mt_issues_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mt_login_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mt_report_issue_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 28 additions & 11 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,36 @@ function print_rss_feed( $p_title, $p_rss_url, $p_max_entries = 5, $p_hyperlink
?>

<p>MantisBT is a free <a href="testimonials.php">popular</a> web-based bugtracking system (<a href="/wiki/doku.php/mantisbt:features">feature list</a>). It is written in the <a href="http://www.php.net/" rel="nofollow">PHP</a> scripting language and works with <a href="http://www.mysql.com/" rel="nofollow">MySQL</a>, MS SQL, and PostgreSQL databases and a webserver. MantisBT has been installed on Windows, Linux, Mac OS, OS/2, and others. Almost any web browser should be able to function as a client. It is released under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" rel="nofollow">GNU General Public License</a> (GPL).</p>
<p>The latest stable version is <a href="download.php"><?php echo $g_latest_version_stable; ?></a>.</p>
<p>The latest development version is <a href="download.php"><?php echo $g_latest_version_dev; ?></a>.</p>

<p>Featuring <a href="mantistouch.php">MantisTouch</a> for iPhone, Android and Windows Phone</p>
<table border="0" width="100%">
<tr>
<td align="center" valign="top" style="text-align:center;"><img alt="Login Page" src="images/mt_login_page.png" height="300" width="200" border="1" /></td>
<td align="center" valign="top"><img alt="Dashboard Page" src="images/mt_dashboard_page.png" height="300" width="200" border="1" /></td>
<td align="center" valign="top"><img alt="Issues Page" src="images/mt_issues_page.png" height="300" width="200" border="1" /></td>
</tr>
</table>

<?php
/*
<p>The latest version is <a href="download.php"><?php echo $g_latest_version_stable; ?> (stable) and <?php echo $g_latest_version_dev; ?> (development)</a>.</p>
include_once( dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'files' . DIRECTORY_SEPARATOR . 'simplepie.inc');
?>
<div style="min-height: 300px;" class="genericbox">
<?php print_rss_feed( "<a href='http://twitter.com/mantisbt'>MantisBT Tweets</a>", 'http://twitter.com/statuses/user_timeline/7199732.rss', /* max */ 4, /* hyperlink */ false, 9 ); ?>
</div>
<div style="min-height: 300px;" class="genericbox">
<?php print_rss_feed( "<a href='http://www.mantisbt.org/blog/'>Latest Blog Posts</a>", 'http://www.mantisbt.org/blog/?feed=rss2', /* max */ 5 ); ?>
</div>
<?php
echo '<div style="min-height: 300px;" class="genericbox">';
print_rss_feed(
"<a href='http://twitter.com/mantisbt'>MantisBT Tweets</a>", 'http://twitter.com/statuses/user_timeline/7199732.rss',
4, // max
false, // hyperlink
9 );
echo '</div>';
echo '<div style="min-height: 300px;" class="genericbox">';
print_rss_feed(
"<a href='http://www.mantisbt.org/blog/'>Latest Blog Posts</a>", 'http://www.mantisbt.org/blog/?feed=rss2',
5 // max
);
echo '</div>';
*/

include_once('bot.php');
?>
63 changes: 63 additions & 0 deletions mantistouch.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?php
$t_sub_title = 'MantisTouch for Mantis Bugtracker';
include( "top.php" );
?>

<h4>MantisTouch</h4>

<p>
<a href="http://mantisbt.mobi/">MantisTouch is a web app</a> that provides a mobile optimized MantisBT user interface for iPhone, Android and Windows Phones devices.
MantisTouch internally uses web services to access the underlying MantisBT v1.2.x instances, hence, providing the mobile friendly interface without requiring any changes for the accessed MantisBT instance.
MantisTouch is currently in public beta; your feedback will be highly appreciated.
</p>

<h4>Features</h4>
<ul>
<li>UI optimized for mobile touch enabled devices.</li>
<li>Go to an issue by id.</li>
<li>Apply saved filters.</li>
<li>Report, Edit and View issues.</li>
<li>Add, Edit and Delete notes.</li>
<li>Download attachments.</li>
</ul>

<h4>Usage</h4>
<p>
Access your MantisBT v1.2.x instance via the MantisTouch at <a href="http://mantisbt.mobi/" title="Mantis Bug Tracker for Mobile Phones">http://mantisbt.mobi/</a>.
Users must provide user name, password and MantisBT url to be able to use MantisTouch.
</p>

<h4>Setting up a MantisTouch app icon on iPhone</h4>
<ul>
<li>Go to Settings, Safari, and set "Accept Cookies" to "Always".</li>
<li>Open Safari and browse to http://mantisbt.mobi</li>
<li>Click the "share" arrow button and click "Add to Home Screen", then confirm "MantisTouch" name.</li>
<li>Close Safari and run MantisTouch from the home page icon.</li>
</ul>

<h4>Feedback</h4>
<p>
Please report MantisTouch issues under the MantisTouch project in the <a href="http://www.mantisbt.org/bugs/">MantisBT official bug tracker</a>.
</p>

<h4>Screenshots</h4>
<table border="0" cellspacing="10" cellpadding="5" width="100%">
<tr>
<td align="center" valign="top" style="text-align:center;"><img alt="Login Page" src="images/mt_login_page.png" height="300" width="200" border="1" /></td>
<td align="center" valign="top"><img alt="Dashboard Page" src="images/mt_dashboard_page.png" height="300" width="200" border="1" /></td>
<td align="center" valign="top"><img alt="Issues Page" src="images/mt_issues_page.png" height="300" width="200" border="1" /></td>
</tr>
<tr>
<td align="center" valign="top"><img alt="Issue Details Page" src="images/mt_issue_detail_page.png" height="300" width="200" border="1" /></td>
<td align="center" valign="top"><img alt="Issue Details Page 2" src="images/mt_issue_detail_page2.png" height="300" width="200" border="1" /></td>
<td align="center" valign="top"><img alt="Issue Details Page 3" src="images/mt_issue_detail_page3.png" height="300" width="200" border="1" /></td>
</tr>
<tr>
<td align="center" valign="top"><img alt="Report Issue Page" src="images/mt_report_issue_page.png" height="300" width="200" border="1" /></td>
<td align="center" valign="top"><img alt="Search Page" src="images/mt_issue_edit_page.png" height="300" width="200" border="1" /></td>
<td align="center" valign="top"><img alt="Filters Page" src="images/mt_filters_page.png" height="300" width="200" border="1" /></td>
</tr>
</table>

<?php
include( "bot.php" );
13 changes: 7 additions & 6 deletions top.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,17 @@
<tr>
<td>
<ul>
<li><a href="index.php">Overview</a></li>
<li><a href="demo/">Demo</a></li>
<li><a href="documentation.php">Documentation</a></li>
<li><a href="download.php">Download</a></li>
<li><a href="index.php">Home</a></li>
<li><a href="bugs/">Bugtracker</a></li>
<li><a href="blog/">Blog</a></li>
<li><a href="development.php">Development</a></li>
<li><a href="support.php">Support</a></li>
<li><a href="mantistouch.php">Phone</a></li>
<li><a href="download.php">Download</a></li>
<li><a href="documentation.php">Docs</a></li>
<li><a href="demo/">Demo</a></li>
<li><a href="hosting.php">Hosting</a></li>
<li><a href="support.php">Support</a></li>
<li><a href="sponsors.php">Sponsors</a></li>
<li><a href="development.php">Development</a></li>
<li><a href="contact_us.php">Contact Us</a></li>
</ul>
<div class="clearLeft"></div>
Expand Down

0 comments on commit 1299752

Please sign in to comment.