<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.itadmins.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.itadmins.net/feed.php">
        <title>Chucks notes and stuff - project-open</title>
        <description></description>
        <link>https://wiki.itadmins.net/</link>
        <image rdf:resource="https://wiki.itadmins.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-23T10:58:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=project-open:apache_proxy&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=project-open:auth_authorities&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=project-open:bt_link&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=project-open:bugtracker_link_filters&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=project-open:bugtracker_pgsql_function&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=project-open:postgresql&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=project-open:updating&amp;rev=1582539361&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.itadmins.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Chucks notes and stuff</title>
        <link>https://wiki.itadmins.net/</link>
        <url>https://wiki.itadmins.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=project-open:apache_proxy&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>apache_proxy</title>
        <link>https://wiki.itadmins.net/doku.php?id=project-open:apache_proxy&amp;rev=1582539361&amp;do=diff</link>
        <description>Apache mod_proxy with ]project-open[

Running AOL server on a port other than port 80 is a good way to have multiple versions/installs of ]po[ available for differing needs.  the problem is remembering which port is for which install.

By making use of Apache with mod_proxy and mod_proxy_html you can create subdomain virtualhosts in Apache that are proxied to and from the differing AOLserver/]po[ backends.</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=project-open:auth_authorities&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>auth_authorities</title>
        <link>https://wiki.itadmins.net/doku.php?id=project-open:auth_authorities&amp;rev=1582539361&amp;do=diff</link>
        <description>Updating user to LDAP Authority


su - projop
psql
select authority_id from auth_authorities;
update users set authority_id = ##### where username = &#039;USERNAME&#039;;


where ##### the authority_id from the select query and USERNAME the username from the user is.</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=project-open:bt_link&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bt_link</title>
        <link>https://wiki.itadmins.net/doku.php?id=project-open:bt_link&amp;rev=1582539361&amp;do=diff</link>
        <description>BugTracker &quot;New Bug&quot; link in Project Overview

in intranet-bug-tracker/tcl/intranet-bug-tracker-procs.tcl the function im_bug_tracker_list_component should be changed to the followings


ad_proc -public im_bug_tracker_list_component {
    project_id
} {
    shows a list of bugs in the current project
} {
    if {![im_project_has_type $project_id &quot;Bug Tracker Container&quot;]} {
        return &quot;&quot;
    }

# Original code line
#    set html &quot;&quot;
#------------------
#

        set action_url &quot;/bug-tracker/b…</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=project-open:bugtracker_link_filters&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bugtracker_link_filters</title>
        <link>https://wiki.itadmins.net/doku.php?id=project-open:bugtracker_link_filters&amp;rev=1582539361&amp;do=diff</link>
        <description>Bugtracker Link Filters

The second major problem with the BT in ]po[ was the filter links on the left hand side. It doesn&#039;t matter what you click after installing the shown bugs are not changed. This can be fixed so


nano /web/projop/packages/bug-tracker/www/index.tcl</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=project-open:bugtracker_pgsql_function&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bugtracker_pgsql_function</title>
        <link>https://wiki.itadmins.net/doku.php?id=project-open:bugtracker_pgsql_function&amp;rev=1582539361&amp;do=diff</link>
        <description>Replacement Bugtracker PostGreSQL Function

For some reason somewhere in the 3.x¹ series one of the PostGreSQL functions got replaced with a function that provides absolutely no functionality at all in ]po[. It took me about 2 days to finally track this one down so I am posting it here because I need it every once in a while when at a client. ;)</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=project-open:postgresql&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>postgresql</title>
        <link>https://wiki.itadmins.net/doku.php?id=project-open:postgresql&amp;rev=1582539361&amp;do=diff</link>
        <description>Various PostGreSQL info

show tables the PostGreSQL way

	*  
psql template1 projop -l


complete DB dump

	*  
pg_dump -c -O -F p -f backup.20100917-1745.sql


restore the dump

	*  
psql -d projop -f backup.20100917-1745.sql


starting per hand

	*</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=project-open:updating&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>updating</title>
        <link>https://wiki.itadmins.net/doku.php?id=project-open:updating&amp;rev=1582539361&amp;do=diff</link>
        <description>Updating per CVS

to get new features not yet released you need to update from CVS. Be advised that some of the code can kill you install.


su - projop
cd packages
export CVSROOT=&quot;:pserver:anonymous@berlin.dnsalias.com:/home/cvsroot&quot;
cvs login
cvs update -PdA</description>
    </item>
</rdf:RDF>
