Skip to content

Commit

Permalink
Update some build and other docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcordis committed Oct 30, 2024
1 parent 86f4ecf commit 7b69786
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@

## Reporting a Vulnerability

Info coming soon.
23 changes: 1 addition & 22 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<property name="basedir" value="${project.basedir}"/>
<property name="project.name" value="Proclaim"/>

<if>
<available file="build.properties" property="test_txt_exists" type="file"/>
<then>
Expand Down Expand Up @@ -44,17 +45,6 @@
</phplint>
</target>

<!-- <target name="phpunit" depends="init"-->
<!-- description="Run unit tests using PHPUnit and generates junit.xml and clover.xml">-->
<!-- <phpunit haltonfailure="true" haltonerror="true" bootstrap="${basedir}/tests/unit/bootstrap.php">-->
<!-- &lt;!&ndash; We can only use one formatter at a time &ndash;&gt;-->
<!-- <formatter todir="${basedir}/build/reports" type="plain" outfile="test-brief.txt"/>-->
<!-- <batchtest>-->
<!-- <fileset dir="${basedir}/tests/unit/suites/" includes="**/*.php"/>-->
<!-- </batchtest>-->
<!-- </phpunit>-->
<!-- </target>-->

<!-- Detect violations in coding standards -->
<target name="phpcs" depends="init" description="Generate checkstyle.xml using PHP_CodeSniffer">
<phpcodesniffer standard="PEAR" format="summary" showSniffs="true" showWarnings="true" haltonerror="true">
Expand Down Expand Up @@ -147,17 +137,6 @@
<delete dir="${basedir}/tests/.joomla-dev" includeemptydirs="true"/>
</target>

<!-- <target name="test.system" depends="init"-->
<!-- description="Run unit tests using PHPUnit and generates junit.xml and clover.xml">-->
<!-- <phpunit haltonfailure="true" haltonerror="true" bootstrap="${basedir}/tests/system/servers/configdef.php">-->
<!-- &lt;!&ndash; We can only use one formatter at a time &ndash;&gt;-->
<!-- <formatter todir="${basedir}/build/reports" type="plain" outfile="test-brief.txt"/>-->
<!-- <batchtest>-->
<!-- <fileset dir="${basedir}/tests/system/tests/installation" includes="**/*.php"/>-->
<!-- </batchtest>-->
<!-- </phpunit>-->
<!-- </target>-->

<!-- Set the default joomla path and create symbolic links -->
<target name="dev.setup">
<input message="Stage Joomla?" propertyName="stage_joomla" defaultValue="n"/>
Expand Down
4 changes: 2 additions & 2 deletions copyright.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
------------------------------------------------------
Proclaim

Copyright (C) 2016 Christian Web Ministries Team All rights reserved.
Copyright (C) 2024 Christian Web Ministries Team All rights reserved.

Proclaim is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -21,6 +21,6 @@ under the GNU General Public License or other free or open source
software licenses.

Joomla! standard Contact Manager component (com_contact)
Copyright (C) 2005 - 2016 Open Source Matters.
Copyright (C) 2005 - 2024 Open Source Matters.
http://www.joomla.org
------------------------------------------------------
2 changes: 1 addition & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ profile:
# - <path/where/not/run/inspection>

php:
version: 8.1 #(Applied in CI/CD pipeline)
version: "8.1" #(Applied in CI/CD pipeline)

#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
#bootstrap: sh ./prepare-qodana.sh
Expand Down

0 comments on commit 7b69786

Please sign in to comment.