<!-- 
RSS generated by JIRA (8.1.3#801003-sha1:6b6f07cffadda9a0d6efe24639daed8ce94dcdd6) at Sat Feb 10 05:48:28 GMT 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Rivet Logic Corporation JIRA </title>
    <link>https://issues.rivetlogic.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.1.3</version>
        <build-number>801003</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[LRA-91] Move the HR portal code to GitHub</title>
                <link>https://issues.rivetlogic.com/browse/LRA-91</link>
                <project id="10765" key="LRA">Liferay Apps</project>
                    <description>Move its code to GitHub repository:&lt;br/&gt;
&lt;a href=&quot;https://github.com/rivetlogic/hr-portal&quot;&gt;https://github.com/rivetlogic/hr-portal&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Before doing that check all jsp, java and js file have this header disclaimer (remember the license version has changed GPLv3):&lt;br/&gt;
&lt;br/&gt;
/**&lt;br/&gt;
* Copyright (C) 2005-2014 Rivet Logic Corporation.&lt;br/&gt;
*&lt;br/&gt;
* This program is free software; you can redistribute it and/or&lt;br/&gt;
* modify it under the terms of the GNU General Public License&lt;br/&gt;
* as published by the Free Software Foundation; version 3&lt;br/&gt;
* of the License.&lt;br/&gt;
*&lt;br/&gt;
* This program is distributed in the hope that it will be useful,&lt;br/&gt;
* but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br/&gt;
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&lt;br/&gt;
* GNU General Public License for more details.&lt;br/&gt;
*&lt;br/&gt;
* You should have received a copy of the GNU General Public License&lt;br/&gt;
* along with this program; if not, write to the Free Software&lt;br/&gt;
* Foundation, Inc., 51 Franklin Street, Fifth Floor,&lt;br/&gt;
* Boston, MA 02110-1301, USA.&lt;br/&gt;
*/&lt;br/&gt;
&lt;br/&gt;
Additionally:&lt;br/&gt;
+ Change &amp;quot;magic&amp;quot; numbers and String values for constants.&lt;br/&gt;
+ Remove any console.log&lt;br/&gt;
+ Remove welcome-file-list from web.xml&lt;br/&gt;
+ Change any e.printStackTrace(); for log </description>
                <environment></environment>
        <key id="36776">LRA-91</key>
            <summary>Move the HR portal code to GitHub</summary>
                <type id="3" iconUrl="https://issues.rivetlogic.com/secure/viewavatar?size=xsmall&amp;avatarId=11098&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://issues.rivetlogic.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="5" iconUrl="https://issues.rivetlogic.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="mcalvo">mcalvo</assignee>
                                    <reporter username="mcalvo">mcalvo</reporter>
                        <labels>
                    </labels>
                <created>Thu, 20 Feb 2014 08:03:57 -0500</created>
                <updated>Mon, 28 Jul 2014 07:06:46 -0400</updated>
                            <resolved>Tue, 27 May 2014 10:17:45 -0400</resolved>
                                                                    <component>HR Portal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="57104" author="juan.carrillo" created="Fri, 21 Feb 2014 06:20:27 -0500"  >Waiting for pull request approval</comment>
                            <comment id="57328" author="juan.carrillo" created="Thu, 27 Feb 2014 08:02:48 -0500"  >The pull request was not accepted, HR Portal needs some fixes:&lt;br/&gt;
&lt;br/&gt;
main.js on hr-portal-blue-responsive-theme has comment code&lt;br/&gt;
main.js on velocity-templates-theme has empty methods&lt;br/&gt;
some indentation issues in css for themes&lt;br/&gt;
hr-commom-hook does not have default file, just _en&lt;br/&gt;
&lt;br/&gt;
</comment>
                            <comment id="57339" author="mcalvo" created="Thu, 27 Feb 2014 11:15:19 -0500"  >THE CURRENT REPOSITORY IS NOT IN GitHub. Please contact Juan Carrillo, he has the latest version of the code.&lt;br/&gt;
&lt;br/&gt;
The pending fixes are:&lt;br/&gt;
+ main.js on hr-portal-blue-responsive-theme has comment code&lt;br/&gt;
+ main.js on velocity-templates-theme has empty methods&lt;br/&gt;
+ some indentation issues in css for themes&lt;br/&gt;
+ hr-commom-hook does not have default file, just _en</comment>
                            <comment id="57340" author="juan.carrillo" created="Thu, 27 Feb 2014 11:18:40 -0500"  >For getting the last code use this:&lt;br/&gt;
&lt;br/&gt;
fork from Rivet Logic repo, in a terminal inside the repo run this:&lt;br/&gt;
&lt;br/&gt;
git remote add juanhrportal &lt;a href=&quot;https://github.com/jkamcc/hr-portal.git&quot;&gt;https://github.com/jkamcc/hr-portal.git&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
git fetch juanhrportal&lt;br/&gt;
&lt;br/&gt;
git checkout master&lt;br/&gt;
&lt;br/&gt;
git merge juanhrportal/master&lt;br/&gt;
&lt;br/&gt;
that should be fine</comment>
                            <comment id="57468" author="christopher.jimenez" created="Wed, 5 Mar 2014 05:40:19 -0500"  >Please check the pull request.&lt;br/&gt;
Thanks</comment>
                            <comment id="57714" author="juan.carrillo" created="Wed, 12 Mar 2014 15:51:15 -0400"  >the pull request is done with the css changes.&lt;br/&gt;
&lt;br/&gt;
there is one error when deploying hrportal-services-portlet, doesn&amp;#39;t look critical because this plugin is never used&lt;br/&gt;
&lt;br/&gt;
Access denied java.util.PropertyPermission portal:velocity.engine.logger read&lt;br/&gt;
&lt;br/&gt;
the error is related with PACL permissions, and happens when deploying the plugin in a clean bundle, but we can handle this, because like I said this portlet is never used.</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_11470" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_11170" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i00aw7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10070" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1766</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>