Changes between Version 8 and Version 9 of ReleaseManagement


Ignore:
Timestamp:
01/20/10 21:46:34 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseManagement

    v8 v9  
    77 * ~~UAT: http://haiti-test.sahanafoundation.org~~ !ToDo lifeeth
    88 * ~~Development: http://haiti-dev.sahanafoundation.org~~ !ToDo lifeeth
     9
     10The [BugReportingGuidelines Bug Tracker] should have different views to distinguish between bugs being reported against each version
     11 * ToDo customise the 'Report Bugs' footer URL to link directly to a new ticket against that version?
    912
    1013We have several Code branches:
     
    103106   * auth.settings.registration_requires_verification = True
    104107   * auth.settings.registration_requires_approval = True
     108  * views/ext.html
     109{{{
     110<!-- For Sites Hosted on the Public Internet, using Cachefly CDN's version of ExtJS may provide better performance
     111<script type="text/javascript" src="/{{=request.application}}/static/scripts/ext/ext-all.js"></script>
     112 -->
     113<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.0.3/ext-all.js"></script>
     114}}}
     115  * views/sahana_scripts_min.html
     116{{{
     117<!-- For Sites Hosted on the Public Internet, using Google's version of jQuery will provide better performance
     118<script src="/{{=request.application}}/static/scripts/web2py/jquery-1.3.2.min.js" type="text/javascript"></script>
     119-->
     120<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
     121}}}
    105122==== Dev ====
    106123 * logistics.sahanapy.org VM: 212.23.5.5
     
    118135   * auth.settings.registration_requires_verification = True
    119136   * auth.settings.registration_requires_approval = True
     137  * views/ext.html
     138{{{
     139<!-- For Sites Hosted on the Public Internet, using Cachefly CDN's version of ExtJS may provide better performance
     140<script type="text/javascript" src="/{{=request.application}}/static/scripts/ext/ext-all.js"></script>
     141 -->
     142<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.0.3/ext-all.js"></script>
     143}}}
     144  * views/sahana_scripts_min.html
     145{{{
     146<!-- For Sites Hosted on the Public Internet, using Google's version of jQuery will provide better performance
     147<script src="/{{=request.application}}/static/scripts/web2py/jquery-1.3.2.min.js" type="text/javascript"></script>
     148-->
     149<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
     150}}}
    120151
    121152Note that UAT & Dev have different Web2Py instances so that: