<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #744: Add CSS Injector module to the D6 mix</title>
    <link>http://localhost:8080/trac/ticket/744</link>
    <description>&lt;p&gt;
CSS Injector module allows admin dynamic adding of CSS in to a live production server without code updates. this is to respond quickly to client needs whilst implementing the requests in the correct place in the themes on the next promotion from dev.
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/744</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Fri, 20 Jun 2014 12:33:35 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:1</guid>
      <description>
        &lt;p&gt;
@Paul: so, i am getting up to speed on the topology of TNv2 D6 project.
custom areas of code are in separate github repositories, not the whole codebase.
so changes to our transition theme would be a git pull / diff / add / push job involving local work, staging server, testing and live server. git then is the rollback provider if needed.
&lt;/p&gt;
&lt;p&gt;
however, my installation of this third party CSS injector module would not involve github.
the module would get installed in a development copy of the system ready for next general promotion?
or do we promote parts as and when we want to?
where is your stage platform?
where is the live */modules/* directory on puffin?
what sort of backups should be run before this process?
&lt;/p&gt;
&lt;p&gt;
thanks, A
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Fri, 20 Jun 2014 18:18:13 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/744#comment:2</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.5&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.5&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:1" title="Comment 1 for Ticket #744"&gt;annesley&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
@Paul: so, i am getting up to speed on the topology of TNv2 D6 project.
custom areas of code are in separate github repositories, not the whole codebase.
so changes to our transition theme would be a git pull / diff / add / push job involving local work, staging server, testing and live server. git then is the rollback provider if needed.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
That sounds right.
&lt;/p&gt;
&lt;p&gt;
A development site is always built from a makefile, that pulls in static content from Drupal / Github.  So if you want to want to make changes to the theme, then you need to delete the static version of the theme and clone a copy of the theme from Github so that you can push your changes back. Maybe we could take a diff of any changes, and then apply that directly to the production site, knowing that these changes will automatically be pulled into the next platform build?
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
however, my installation of this third party CSS injector module would not involve github.
the module would get installed in a development copy of the system ready for next general promotion?
or do we promote parts as and when we want to?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
I think the way it's worked in the past is to do something along the lines of what I suggested above.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
where is your stage platform?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
/data/disk/tn/static/transition-network-d6-s012 (platform)
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
where is the live */modules/* directory on puffin?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
/data/disk/tn/static/transition-network-d6-s012/sites/all/modules (platform modules)
&lt;/p&gt;
&lt;p&gt;
/data/disk/tn/static/transition-network-d6-s012/sites/booker-stage-20140501.transitionnetwork.org/modules (site specific modules)
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
what sort of backups should be run before this process?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
I think, if we're making a "quick" change on the production server (i.e not building a new platform with Aegir) we just need to ensure that we can rewind if things go wrong. So with the theme changes, we just need to know that we can kill the static version of the theme on our server and clone it again form github and nothing changes; if something then goes wrong - perhaps after applying a diff to the theme on the production site - then we can delete the theme, and clone the theme again from github
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
thanks, A
&lt;/p&gt;
&lt;/blockquote&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Thu, 17 Jul 2014 09:48:40 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:3</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:3</guid>
      <description>
        &lt;p&gt;
so: i want to place the css_injector project in to the live D6 transitionnetwork.org website.
1) for the stage website on puffin:/data/disk/tn/static/transition-network-d6-s012/sites/all/modules
drush dl css_injector
drush en css_injector
&lt;/p&gt;
&lt;p&gt;
2) update the d6 makefile on github.com:
git clone &lt;a class="ext-link" href="https://github.com/transitionnetwork/transitionnetwork.org-d6.profile"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/transitionnetwork/transitionnetwork.org-d6.profile&lt;/a&gt;
this looks like a manually created drush makefile (not with drush make-generate)
so i would add these lines in to transitionnetwork.org-d6.make:
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;
projects[css_injector][subdir] = "contrib"
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
git add transitionnetwork.org-d6.make
git commit
git status
git push
&lt;/p&gt;
&lt;p&gt;
3) test stage site with:
booker-stage-20140501.transitionnetwork.org
&lt;/p&gt;
&lt;p&gt;
4) add the module to live:
where are the live directories?
&lt;/p&gt;
&lt;p&gt;
thanks :)
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 21 Jul 2014 14:41:08 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/744#comment:4</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:4</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.5&lt;/em&gt; to &lt;em&gt;0.75&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:3" title="Comment 3 for Ticket #744"&gt;annesley&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
so: i want to place the css_injector project in to the live D6 transitionnetwork.org website.
1) for the stage website on puffin:/data/disk/tn/static/transition-network-d6-s012/sites/all/modules
drush dl css_injector
drush en css_injector
&lt;/p&gt;
&lt;p&gt;
2) update the d6 makefile on github.com:
git clone &lt;a class="ext-link" href="https://github.com/transitionnetwork/transitionnetwork.org-d6.profile"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/transitionnetwork/transitionnetwork.org-d6.profile&lt;/a&gt;
this looks like a manually created drush makefile (not with drush make-generate)
so i would add these lines in to transitionnetwork.org-d6.make:
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Maybe, we could both fork the site from the main github site and send push requests to our own individual forks, and then finally send a pull request to be picked up at the main gitub account. I have a push request to make.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;blockquote&gt;
&lt;p&gt;
projects[css_injector][subdir] = "contrib"
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
git add transitionnetwork.org-d6.make
git commit
git status
git push
&lt;/p&gt;
&lt;p&gt;
3) test stage site with:
booker-stage-20140501.transitionnetwork.org
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
If the module work find on the stage site (copy of production) I think were then good to update the makefile and add the module to the production site using drush. No need to rebuild the platform with the new makefile.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
4) add the module to live:
where are the live directories?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Currently ..
&lt;/p&gt;
&lt;p&gt;
/data/disk/tn/static/transition-network-d6-p010-booker/sites/all/modules/contrib/
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
thanks :)
&lt;/p&gt;
&lt;/blockquote&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 21 Jul 2014 14:41:43 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:5</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:5</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:4" title="Comment 4 for Ticket #744"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:3" title="Comment 3 for Ticket #744"&gt;annesley&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
so: i want to place the css_injector project in to the live D6 transitionnetwork.org website.
1) for the stage website on puffin:/data/disk/tn/static/transition-network-d6-s012/sites/all/modules
drush dl css_injector
drush en css_injector
&lt;/p&gt;
&lt;p&gt;
2) update the d6 makefile on github.com:
git clone &lt;a class="ext-link" href="https://github.com/transitionnetwork/transitionnetwork.org-d6.profile"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/transitionnetwork/transitionnetwork.org-d6.profile&lt;/a&gt;
this looks like a manually created drush makefile (not with drush make-generate)
so i would add these lines in to transitionnetwork.org-d6.make:
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Maybe, we could both fork the site from the main github site and send push requests to our own individual forks, and then finally send a pull request to be picked up at the main github account. I have a push request to make.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;blockquote&gt;
&lt;p&gt;
projects[css_injector][subdir] = "contrib"
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
git add transitionnetwork.org-d6.make
git commit
git status
git push
&lt;/p&gt;
&lt;p&gt;
3) test stage site with:
booker-stage-20140501.transitionnetwork.org
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
If the module works find on the stage site (copy of production) I think were then good to update the makefile and add the module to the production site using drush. No need to rebuild the platform with the new makefile.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
4) add the module to live:
where are the live directories?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Currently ..
&lt;/p&gt;
&lt;p&gt;
/data/disk/tn/static/transition-network-d6-p010-booker/sites/all/modules/contrib/
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
thanks :)
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 08:35:11 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:6</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:6</guid>
      <description>
        &lt;p&gt;
hi paul. may i suggest that we keep it as simple as possible. so we keep a non-forked copy on our personal dev machines (e.g. my laptop). no major multiple programmer development work will be happening on the D6 site so i suggest that we do not need to use GIT fully.
&lt;/p&gt;
&lt;p&gt;
i will attempt to drush the cs_injector module on to puffin stage now at...
/data/disk/tn/static/transition-network-d6-s012/sites/all/modules/contrib/
&lt;/p&gt;
&lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:5" title="Comment 5 for Ticket #744"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:4" title="Comment 4 for Ticket #744"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:3" title="Comment 3 for Ticket #744"&gt;annesley&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
so: i want to place the css_injector project in to the live D6 transitionnetwork.org website.
1) for the stage website on puffin:/data/disk/tn/static/transition-network-d6-s012/sites/all/modules
drush dl css_injector
drush en css_injector
&lt;/p&gt;
&lt;p&gt;
2) update the d6 makefile on github.com:
git clone &lt;a class="ext-link" href="https://github.com/transitionnetwork/transitionnetwork.org-d6.profile"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/transitionnetwork/transitionnetwork.org-d6.profile&lt;/a&gt;
this looks like a manually created drush makefile (not with drush make-generate)
so i would add these lines in to transitionnetwork.org-d6.make:
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Maybe, we could both fork the site from the main github site and send push requests to our own individual forks, and then finally send a pull request to be picked up at the main github account. I have a push request to make.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;blockquote&gt;
&lt;p&gt;
projects[css_injector][subdir] = "contrib"
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
git add transitionnetwork.org-d6.make
git commit
git status
git push
&lt;/p&gt;
&lt;p&gt;
3) test stage site with:
booker-stage-20140501.transitionnetwork.org
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
If the module works find on the stage site (copy of production) I think were then good to update the makefile and add the module to the production site using drush. No need to rebuild the platform with the new makefile.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
4) add the module to live:
where are the live directories?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Currently ..
&lt;/p&gt;
&lt;p&gt;
/data/disk/tn/static/transition-network-d6-p010-booker/sites/all/modules/contrib/
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
thanks :)
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 04 Aug 2014 09:48:37 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/744#comment:7</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:7</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.75&lt;/em&gt; to &lt;em&gt;0.875&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Since the recent update the the module will need to be downloaded to ..
&lt;/p&gt;
&lt;p&gt;
/data/disk/tn/static/transition-network-d6-32-s002-booker/sites/all/modules/contrib
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="http://booker-stage-20140717.transitionnetwork.org"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://booker-stage-20140717.transitionnetwork.org&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 04 Aug 2014 09:54:45 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/744#comment:8</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:8</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.875&lt;/em&gt; to &lt;em&gt;1.0&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
For production ..
&lt;/p&gt;
&lt;p&gt;
/data/disk/tn/static/transition-network-d6-32-p001-booker/sites/all/modules/contrib/
&lt;/p&gt;
&lt;p&gt;
I'll push to the main repository in future. Thanks.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 10:41:17 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:9</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:9</guid>
      <description>
        &lt;p&gt;
FYI: i added myself to the developer role on staging
&lt;/p&gt;
&lt;p&gt;
tn.ftp:[booker-stage-20140717.transitionnetwork.org]$ drush user-add-role --uid=613 "developer"
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 10:47:02 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:10</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:10</guid>
      <description>
        &lt;p&gt;
and:
drush role-add-perm developer "administer css injection"
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 10:56:27 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:11</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:11</guid>
      <description>
        &lt;p&gt;
&lt;a class="ext-link" href="https://booker-stage-20140717.transitionnetwork.org/admin/settings/css_injector"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://booker-stage-20140717.transitionnetwork.org/admin/settings/css_injector&lt;/a&gt;
now has an extra rule in to put a dotted line around the css_injector settings body
&lt;/p&gt;
&lt;p&gt;
there are 2 errors on the staging site after a cache clear:
these may have already been there and they do not repeat after the initial cache clear.
&lt;/p&gt;
&lt;p&gt;
1) "Missing Feeds plugin &lt;a class="missing wiki"&gt;FeedsUserNotificationProcessor?&lt;/a&gt;. See rob_s_blog_user_import_with_notification. Check whether all required libraries and modules are installed properly."
2) "Image resize threshold of 10 remote images has been reached. Please use fewer remote images."
&lt;/p&gt;
&lt;p&gt;
are these known about already?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 11:08:07 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:12</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:12</guid>
      <description>
        &lt;p&gt;
i added a new Mulling transition initiative in Afghanistan and it did not appearing on the map... i flushed caches and then it started appearing on the main initiatives map. is this intended? is it a known?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 04 Aug 2014 11:43:31 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/744#comment:13</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:13</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;1.0&lt;/em&gt; to &lt;em&gt;1.25&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
I have seen both of these, many times. They appear to be benign and transient.
&lt;/p&gt;
&lt;p&gt;
I couldn't find anything documented on the ticketing system / wiki; only the following ticket which shows the error in passing:
&lt;a class="ext-link" href="https://tech.transitionnetwork.org/trac/ticket/727"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://tech.transitionnetwork.org/trac/ticket/727&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Nice drush commands :) I haven't used those before. Thanks for sharing.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 13:16:02 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:14</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:14</guid>
      <description>
        &lt;p&gt;
:D drush rocks. ok, cool, i think that is all the testing i want to do. css_injector is super simple anyway. so: i will drush it on to live as well now, run the drush commands and test.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 14:18:49 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:15</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:15</guid>
      <description>
        &lt;p&gt;
can't run drush on production... my account is too locked down it seems for drush to analyse it's environment. and one should not run drush as root, or so it says.
&lt;/p&gt;
&lt;p&gt;
shall i use the web interface to finish the job? i would very much prefer using drush command line...
is there a unix user / group i could be added to that would allow drush use? am i doing something stupid?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 04 Aug 2014 14:24:55 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/744#comment:16</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:16</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;1.25&lt;/em&gt; to &lt;em&gt;1.5&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Maybe try a git pull from drupal.org.
&lt;/p&gt;
&lt;p&gt;
I just created a push request / merge; the profile / makefile is now up to date. Would you add the css_injector module to the profile.
&lt;/p&gt;
&lt;p&gt;
Thanks.
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="https://github.com/transitionnetwork/transitionnetwork.org-d6.profile"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/transitionnetwork/transitionnetwork.org-d6.profile&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 14:27:53 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:17</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:17</guid>
      <description>
        &lt;p&gt;
the files are copied already using SFTP.
&lt;/p&gt;
&lt;p&gt;
i want to add the permissions to the role also and will generally need to run lots of drush commands in the future... it's invaluable. i can use the web interface to do this however. it's just that it is clunky and slow.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 04 Aug 2014 14:41:26 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/744#comment:18</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:18</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;1.5&lt;/em&gt; to &lt;em&gt;1.625&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:17" title="Comment 17 for Ticket #744"&gt;annesley&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
the files are copied already using SFTP.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
In the future we will need to build a new production site from the makefile - so, we will we probably want to have that module included in the makefile.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
i want to add the permissions to the role also and will generally need to run lots of drush commands in the future... it's invaluable. i can use the web interface to do this however. it's just that it is clunky and slow.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Sorry, I was thinking of using git only as temporary solution.  Chris will advise on the availability of drush on the production server.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 14:51:03 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:19</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:19</guid>
      <description>
        &lt;p&gt;
ok, i have pulled your changes down to my clone transitionnetwork.org-d6.profile and i can see the pressflow core update and the location module update.
&lt;/p&gt;
&lt;p&gt;
i have pushed my css_injector changes up.
&lt;/p&gt;
&lt;p&gt;
i assume you are watching the repository and got email confirmation?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 04 Aug 2014 14:57:02 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:20</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:20</guid>
      <description>
        &lt;p&gt;
ok, i enabled the css_injector module through the web interface, added the "administer css injection" permission to "developer" and cleared caches.
&lt;/p&gt;
&lt;p&gt;
everything seems to be fine :D
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 04 Aug 2014 15:01:58 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/744#comment:21</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:21</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;1.625&lt;/em&gt; to &lt;em&gt;1.75&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:19" title="Comment 19 for Ticket #744"&gt;annesley&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
ok, i have pulled your changes down to my clone transitionnetwork.org-d6.profile and i can see the pressflow core update and the location module update.
&lt;/p&gt;
&lt;p&gt;
i have pushed my css_injector changes up.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Cool
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
i assume you are watching the repository and got email confirmation?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Well, I am watching (notified of all conversations) but not received an email so far. Nothing in my spam folder. I'll look into this later - on my own time - if there's a problem there.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Tue, 05 Aug 2014 09:16:58 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost:8080/trac/ticket/744#comment:22</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:22</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Tue, 05 Aug 2014 09:17:26 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:23</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:23</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/744#comment:12" title="Comment 12 for Ticket #744"&gt;annesley&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
i added a new Mulling transition initiative in Afghanistan and it did not appearing on the map... i flushed caches and then it started appearing on the main initiatives map. is this intended? is it a known?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
has this question been answered? it sounds quite important to me...
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Tue, 05 Aug 2014 09:27:35 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:24</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:24</guid>
      <description>
        &lt;p&gt;
i made a separate ticket...
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Mon, 08 Sep 2014 12:48:54 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:25</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:25</guid>
      <description>
        &lt;p&gt;
so is this to be closed? what separate ticket?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 08 Sep 2014 13:21:24 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/744#comment:26</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/744#comment:26</guid>
      <description>
        &lt;p&gt;
here is the separate ticket for the imediate TI aperance after adding: &lt;a class="ext-link" href="https://tech.transitionnetwork.org/trac/ticket/772"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://tech.transitionnetwork.org/trac/ticket/772&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>