svn commit: r926012 - /ofbiz/site/index.html

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r926012 - /ofbiz/site/index.html

jleroux@apache.org
Author: jleroux
Date: Mon Mar 22 09:53:26 2010
New Revision: 926012

URL: http://svn.apache.org/viewvc?rev=926012&view=rev
Log:
* At some point I replaced flexadmin, previously used to protect things a bit, by admin (full rights). Because at this moment we had a script running everyday and things were cleaned up sufficiently. Hence it was not an issue. For the moment, as we do it by hand, I revert to flexadmin to avoid too much handling.
* I have also refactored the "All Known Demo Servers" which could maybe be removed

Modified:
    ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=926012&r1=926011&r2=926012&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Mon Mar 22 09:53:26 2010
@@ -275,9 +275,9 @@
             <h3>Demo Sites</h3>
             <ul class="sidemenu">
                 <li><a href="http://demo-trunk.ofbiz.apache.org/ecommerce/control/main">Front-End Store <br /><span>this demo is based on the current svn trunk</span></a></li>
-                <li><a href="https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps<br /><span>this demo is based on the current svn trunk</span></a></li>
+                <li><a href="https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps<br /><span>this demo is based on the current svn trunk</span></a></li>
                 <li><a href="http://demo-stable.ofbiz.apache.org/ecommerce/control/main">9.04 Front-End Store <br /><span>this demo is based on the 9.04 Release Candidate branch.</span></a></li>
-                <li><a href="https://demo-stable.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">9.04 Management Apps<br /><span>this demo is based on the 9.04 Release Candidate branch.</span></a></li>
+                <li><a href="https://demo-stable.ofbiz.apache.org/catalog/control/login/main?USERNAME=flexadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">9.04 Management Apps<br /><span>this demo is based on the 9.04 Release Candidate branch.</span></a></li>
                 <li><a href="http://cwiki.apache.org/confluence/x/oQBk">All Known Demo Servers<br /><span> A list of all known trunk and release demo servers.</span></a></li>
 <!-- Removed for now - this has not been duplicated on apache infrastructure -->
 <!--                <li><a href="http://log.ofbiz.org/">Daily Log Files<br /><span>trunk and release demo log files.</span></a></li> -->