Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Oct 27, 2015
1 parent 0021381 commit 44c90b1
Show file tree
Hide file tree
Showing 18 changed files with 960 additions and 240 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3 #

getUniqid(), asciiRand(), isRegularRequest() added

# 1.2 #

Added unXss(), getFingerprint() and isTraversable()
Expand Down
2 changes: 1 addition & 1 deletion apigen.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset: [utf-8]
templateTheme: bootstrap

# Title of generated documentation
title: 'AloFramework Common Components 1.2 API'
title: 'AloFramework Common Components 1.3 API'
# Grouping of classes
groups: auto

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"require": {
"php": ">=5.4"
},
"suggests": {
"ext-openssl": "Makes randomiser functions cryptographically secure"
},
"autoload": {
"psr-4": {
"AloFramework\\Common\\": "src"
Expand Down
664 changes: 467 additions & 197 deletions coverage/Alo.php.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions coverage/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h3>Project Risks</h3>
<footer>
<hr/>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 3.0.1</a> using <a href="http://php.net/" target="_top">PHP 5.6.14</a> and <a href="http://phpunit.de/">PHPUnit 5.0.8</a> at Tue Oct 27 15:49:44 GMT 2015.</small>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 3.0.1</a> using <a href="http://php.net/" target="_top">PHP 5.6.14</a> and <a href="http://phpunit.de/">PHPUnit 5.0.8</a> at Tue Oct 27 16:36:56 GMT 2015.</small>
</p>
</footer>
</div>
Expand Down Expand Up @@ -175,7 +175,7 @@ <h3>Project Risks</h3>
.yAxis.tickFormat(d3.format('d'));

d3.select('#methodCoverageDistribution svg')
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,12], "Method Coverage"))
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,15], "Method Coverage"))
.transition().duration(500).call(chart);

nv.utils.windowResize(chart.update);
Expand Down Expand Up @@ -225,7 +225,7 @@ <h3>Project Risks</h3>
chart.yAxis.axisLabel('Cyclomatic Complexity');

d3.select('#classComplexity svg')
.datum(getComplexityData([[100,25,"<a href=\"Alo.php.html#13\">Alo<\/a>"]], 'Class Complexity'))
.datum(getComplexityData([[100,33,"<a href=\"Alo.php.html#14\">Alo<\/a>"]], 'Class Complexity'))
.transition()
.duration(500)
.call(chart);
Expand All @@ -249,7 +249,7 @@ <h3>Project Risks</h3>
chart.yAxis.axisLabel('Method Complexity');

d3.select('#methodComplexity svg')
.datum(getComplexityData([[100,2,"<a href=\"Alo.php.html#23\">Alo::includeIfExists<\/a>"],[100,2,"<a href=\"Alo.php.html#41\">Alo::isIncludable<\/a>"],[100,2,"<a href=\"Alo.php.html#53\">Alo::includeOnceIfExists<\/a>"],[100,2,"<a href=\"Alo.php.html#68\">Alo::isCliRequest<\/a>"],[100,2,"<a href=\"Alo.php.html#79\">Alo::get<\/a>"],[100,2,"<a href=\"Alo.php.html#91\">Alo::nullget<\/a>"],[100,3,"<a href=\"Alo.php.html#106\">Alo::ifnull<\/a>"],[100,2,"<a href=\"Alo.php.html#122\">Alo::ifundefined<\/a>"],[100,1,"<a href=\"Alo.php.html#131\">Alo::isAjaxRequest<\/a>"],[100,1,"<a href=\"Alo.php.html#145\">Alo::getFingerprint<\/a>"],[100,2,"<a href=\"Alo.php.html#165\">Alo::isTraversable<\/a>"],[100,4,"<a href=\"Alo.php.html#179\">Alo::unXss<\/a>"]], 'Method Complexity'))
.datum(getComplexityData([[100,2,"<a href=\"Alo.php.html#150\">Alo::includeIfExists<\/a>"],[100,4,"<a href=\"Alo.php.html#171\">Alo::asciiRand<\/a>"],[100,2,"<a href=\"Alo.php.html#209\">Alo::getUniqid<\/a>"],[100,2,"<a href=\"Alo.php.html#238\">Alo::isIncludable<\/a>"],[100,2,"<a href=\"Alo.php.html#250\">Alo::includeOnceIfExists<\/a>"],[100,2,"<a href=\"Alo.php.html#265\">Alo::isCliRequest<\/a>"],[100,2,"<a href=\"Alo.php.html#275\">Alo::isRegularRequest<\/a>"],[100,2,"<a href=\"Alo.php.html#286\">Alo::get<\/a>"],[100,2,"<a href=\"Alo.php.html#298\">Alo::nullget<\/a>"],[100,3,"<a href=\"Alo.php.html#313\">Alo::ifnull<\/a>"],[100,2,"<a href=\"Alo.php.html#329\">Alo::ifundefined<\/a>"],[100,1,"<a href=\"Alo.php.html#338\">Alo::isAjaxRequest<\/a>"],[100,1,"<a href=\"Alo.php.html#352\">Alo::getFingerprint<\/a>"],[100,2,"<a href=\"Alo.php.html#372\">Alo::isTraversable<\/a>"],[100,4,"<a href=\"Alo.php.html#386\">Alo::unXss<\/a>"]], 'Method Complexity'))
.transition()
.duration(500)
.call(chart);
Expand Down
10 changes: 5 additions & 5 deletions coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">32&nbsp;/&nbsp;32</div></td>
<td class="success small"><div align="right">48&nbsp;/&nbsp;48</div></td>
<td class="success big"> <div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%">
<span class="sr-only">100.00% covered (success)</span>
</div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">12&nbsp;/&nbsp;12</div></td>
<td class="success small"><div align="right">14&nbsp;/&nbsp;14</div></td>
<td class="success big"> <div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%">
<span class="sr-only">100.00% covered (success)</span>
Expand All @@ -77,15 +77,15 @@
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">32&nbsp;/&nbsp;32</div></td>
<td class="success small"><div align="right">48&nbsp;/&nbsp;48</div></td>
<td class="success big"> <div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%">
<span class="sr-only">100.00% covered (success)</span>
</div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">12&nbsp;/&nbsp;12</div></td>
<td class="success small"><div align="right">14&nbsp;/&nbsp;14</div></td>
<td class="success big"> <div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%">
<span class="sr-only">100.00% covered (success)</span>
Expand All @@ -108,7 +108,7 @@ <h4>Legend</h4>
<span class="success"><strong>High</strong>: 90% to 100%</span>
</p>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 3.0.1</a> using <a href="http://php.net/" target="_top">PHP 5.6.14</a> and <a href="http://phpunit.de/">PHPUnit 5.0.8</a> at Tue Oct 27 15:49:44 GMT 2015.</small>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 3.0.1</a> using <a href="http://php.net/" target="_top">PHP 5.6.14</a> and <a href="http://phpunit.de/">PHPUnit 5.0.8</a> at Tue Oct 27 16:36:56 GMT 2015.</small>
</p>
</footer>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="robots" content="noindex">

<title>Page not found | AloFramework Common Components 1.2 API</title>
<title>Page not found | AloFramework Common Components 1.3 API</title>

<link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71">
<link rel="stylesheet" href="resources/style.css?70c1d062672daa3f906b72e4f5d03d4bc5c4174d">
Expand All @@ -15,7 +15,7 @@
<nav id="navigation" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">AloFramework Common Components 1.2 API</a>
<a href="index.html" class="navbar-brand">AloFramework Common Components 1.3 API</a>
</div>
<div class="collapse navbar-collapse">

Expand Down Expand Up @@ -111,7 +111,7 @@ <h1>Page not found</h1>
</div>

<div id="footer">
AloFramework Common Components 1.2 API API documentation generated by <a href="http://apigen.org">ApiGen</a>
AloFramework Common Components 1.3 API API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?e3c8368dcc64e7bf1a5335a806fac09d70a4c970"></script>
Expand Down
6 changes: 3 additions & 3 deletions docs/annotation-group-deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">

<title>Deprecated | AloFramework Common Components 1.2 API</title>
<title>Deprecated | AloFramework Common Components 1.3 API</title>

<link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71">
<link rel="stylesheet" href="resources/style.css?70c1d062672daa3f906b72e4f5d03d4bc5c4174d">
Expand All @@ -14,7 +14,7 @@
<nav id="navigation" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">AloFramework Common Components 1.2 API</a>
<a href="index.html" class="navbar-brand">AloFramework Common Components 1.3 API</a>
</div>
<div class="collapse navbar-collapse">

Expand Down Expand Up @@ -107,7 +107,7 @@ <h1>Deprecated</h1>
</div>

<div id="footer">
AloFramework Common Components 1.2 API API documentation generated by <a href="http://apigen.org">ApiGen</a>
AloFramework Common Components 1.3 API API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions docs/annotation-group-todo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">

<title>Todo | AloFramework Common Components 1.2 API</title>
<title>Todo | AloFramework Common Components 1.3 API</title>

<link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71">
<link rel="stylesheet" href="resources/style.css?70c1d062672daa3f906b72e4f5d03d4bc5c4174d">
Expand All @@ -14,7 +14,7 @@
<nav id="navigation" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">AloFramework Common Components 1.2 API</a>
<a href="index.html" class="navbar-brand">AloFramework Common Components 1.3 API</a>
</div>
<div class="collapse navbar-collapse">

Expand Down Expand Up @@ -107,7 +107,7 @@ <h1>Todo</h1>
</div>

<div id="footer">
AloFramework Common Components 1.2 API API documentation generated by <a href="http://apigen.org">ApiGen</a>
AloFramework Common Components 1.3 API API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js"></script>
Expand Down
Loading

0 comments on commit 44c90b1

Please sign in to comment.