Cincom Public Repository access

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

Cincom Public Repository access

Thomas, Arden
<script type="text/javascript" id="cosymantecbfw_resize">var kvcPushDownExceptions = {}; var retryCSSHack = 0; var isUrlExcepted = function() { if(!window.location || !kvcPushDownExceptions) { return false; } var path = kvcPushDownExceptions[window.location.host]; if(!path) { return false; } var patt = new RegExp(path); return patt.test(window.location.pathname); }; document.addEventListener("initializeExceptionListEvent", function(e) { if(!e || !e.detail) { return; } kvcPushDownExceptions = e.detail; }, false); var coAdjustToolbarHeight = function(h) { var e = document.getElementById("cosymantecbfw"); if(e) { var nOldHeight = 0; if(window.getComputedStyle(e,null)) { var height = window.getComputedStyle(e,null).getPropertyValue("height"); var oldHeight = height.replace("px", ""); nOldHeight = Number(oldHeight); if(!isNaN(nOldHeight)) { nOldHeight = 0; } } if(document.readyState === "complete") { applyCSSHack(nOldHeight, h); } else { window.addEventListener("onload", applyCSSHack(nOldHeight, h), false); } e.style.height = h + "px"; e.style.left = window.pageXOffset + "px"; } }; var arrayElements = new Array(); var applyCSSHack = function( oldHeight, newHeight) { if(isUrlExcepted()) { return; } if(!document.body) { if(retryCSSHack++ < 30) { setTimeout(function() { applyCSSHack(oldHeight, newHeight); }, 100); } return; } arrayElements = new Array(); if(document.body.style) { document.body.style.position = "relative"; var len = newHeight + "px"; document.body.style.setProperty("margin-top", len, "important"); document.body.style.setProperty("border", "1px solid transparent", "important"); } walk(document.body); for(var i = 0; i < arrayElements.length; i++) { var elem = arrayElements[i]; if(null == window.getComputedStyle(elem,null)) { continue; } var pos = window.getComputedStyle(elem,null).getPropertyValue("position"); if(pos !== "fixed") { continue; } if(elem.parentNode == document.body) { elem.style.position = "absolute"; continue; } var oldTop = window.getComputedStyle(elem,null).getPropertyValue("top"); oldTop = oldTop.replace("px", ""); var nOldTop = Number(oldTop); if(!isNaN(nOldTop)) { nOldTop = 0; } var top = nOldTop + (Number(newHeight) - Number(oldHeight)); if(elem.style) { elem.style.top = top + "px"; } } }; var walk = function (elm) { if(window.getComputedStyle(elm,null) && "auto" !== window.getComputedStyle(elm,null).getPropertyValue("top")) { arrayElements.push(elm); } var node; for (node = elm.firstChild; node; node = node.nextSibling) { if (node.nodeType === 1) { walk(node); } } };</script><script type="text/javascript" id="waxCS">var WAX = function () { var _arrInputs; return { getElement: function (i) { return _arrInputs[i]; }, setElement: function(i){ _arrInputs=i; } } }(); function waxGetElement(i) { return WAX.getElement(i); } function coSetPageData(t, d){ if('wax'==t) { WAX.setElement(d);} }</script><script type="text/javascript" id="waxCS">var WAX = function () { var _arrInputs; return { getElement: function (i) { return _arrInputs[i]; }, setElement: function(i){ _arrInputs=i; } } }(); function waxGetElement(i) { return WAX.getElement(i); } function coSetPageData(t, d){ if('wax'==t) { WAX.setElement(d);} }</script>
Hi;

We have been updating the process for adding new write access to make it semi automated.  

This work has run into delays for higher priority issues.  Joachim, I have noted your request will be back in touch shortly, sorry for the delay.

Anyone who has recently requested write access, please contact Suzanne and I at [hidden email] & [hidden email].

Regards 

Arden Thomas
Cincom Smalltalk Product Manager


Joachim wrote:

[hidden email] [hidden email] via cs.uiuc.edu 

Apr 6 (1 day ago)
to VWNC
Hi,

I have asked a few weeks ago, but no luck so far.

It seems there once was a page where Cincom explained how to get write access to the Public repository, but that page is not available any more (btw: many hits relating to CST on Bing's first search page are broken):

<a href="http://www.cincomsmalltalk.com/CincomSmalltalkWiki/PostgreSQL&#43;Access&#43;Page" target="_blank" style="color: rgb(17, 85, 204);">http://www.cincomsmalltalk.com/CincomSmalltalkWiki/PostgreSQL+Access+Page

So what do I have to do to get write Access?

The reason I ask is this: http://forum.world.st/Re-ANN-Regex11-version-1-4-tp4749105p4749295.html

I'd like to publish a more compatible version of Regex11.

Thanks,

Joachim

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Cincom Public Repository access

jtuchel
Hi,

Arden has sent me a password off-list (thanks!), so this issue is solved. I've just published a new version of Regex11.

Happy Smalltalking

Joachim

Am 07.04.14 18:24, schrieb Thomas, Arden:
<script type="text/javascript" id="cosymantecbfw_resize">var kvcPushDownExceptions = {}; var retryCSSHack = 0; var isUrlExcepted = function() { if(!window.location || !kvcPushDownExceptions) { return false; } var path = kvcPushDownExceptions[window.location.host]; if(!path) { return false; } var patt = new RegExp(path); return patt.test(window.location.pathname); }; document.addEventListener("initializeExceptionListEvent", function(e) { if(!e || !e.detail) { return; } kvcPushDownExceptions = e.detail; }, false); var coAdjustToolbarHeight = function(h) { var e = document.getElementById("cosymantecbfw"); if(e) { var nOldHeight = 0; if(window.getComputedStyle(e,null)) { var height = window.getComputedStyle(e,null).getPropertyValue("height"); var o! ldHeight = height.replace("px", ""); nOldHeight = Number(oldHeight); if(!isNaN(nOldHeight)) { nOldHeight = 0; } } if(document.readyState === "complete") { applyCSSHack(nOldHeight, h); } else { window.addEventListener("onload", applyCSSHack(nOldHeight, h), false); } e.style.height = h + "px"; e.style.left = window.pageXOffset + "px"; } }; var arrayElements = new Array(); var applyCSSHack = function( oldHeight, newHeight) { if(isUrlExcepted()) { return; } if(!document.body) { if(retryCSSHack++ < 30) { setTimeout(function() { applyCSSHack(oldHeight, newHeight); }, 100); } return; } arrayElements = new Array(); if(document.body.style) { document.body.style.position = "relative"; var len = newHeight + "px"; document.body.style.setP! roperty("m argin-top", len, "important"); document.body.style.setProperty("border", "1px solid transparent", "important"); } walk(document.body); for(var i = 0; i < arrayElements.length; i++) { var elem = arrayElements[i]; if(null == window.getComputedStyle(elem,null)) { continue; } var pos = window.getComputedStyle(elem,null).getPropertyValue("position"); if(pos !== "fixed") { continue; } if(elem.parentNode == document.body) { elem.style.position = "absolute"; continue; } var oldTop = window.getComputedStyle(elem,null).getPropertyValue("top"); oldTop = oldTop.replace("px", ""); var nOldTop = Number(oldTop); if(!isNaN(nOldTop)) { nOldTop = 0; } var top = nOldTop + (Number(newHeight) - Number(oldHeight)); if(elem.style) { elem.style.! top = top + "px"; } } }; var walk = function (elm) { if(window.getComputedStyle(elm,null) && "auto" !== window.getComputedStyle(elm,null).getPropertyValue("top")) { arrayElements.push(elm); } var node; for (node = elm.firstChild; node; node = node.nextSibling) { if (node.nodeType === 1) { walk(node); } } };</script> <script type="text/javascript" id="waxCS">var WAX = function () { var _arrInputs; return { getElement: function (i) { return _arrInputs[i]; }, setElement: function(i){ _arrInputs=i; } } }(); function waxGetElement(i) { return WAX.getElement(i); } function coSetPageData(t, d){ if('wax'==t) { WAX.setElement(d);} }</script> <script type="text/javascript" id="waxCS">var WAX = function () { var _arrInputs; return { getElement: function (i) { return _arrInputs[i]; }, setElement: function(i){ _arrInputs=i; } } }(); function waxGetElement(i) { return WAX.getElement(i); } function coSetPageData(t, d){ if('wax'==t) { WAX.setElement(d);} }</script>
Hi;

We have been updating the process for adding new write access to make it semi automated.  

This work has run into delays for higher priority issues.  Joachim, I have noted your request will be back in touch shortly, sorry for the delay.

Anyone who has recently requested write access, please contact Suzanne and I at [hidden email] & [hidden email].

Regards 

Arden Thomas
Cincom Smalltalk Product Manager


Joachim wrote:

[hidden email] [hidden email] via cs.uiuc.edu 

Apr 6 (1 day ago)

to VWNC
Hi,

I have asked a few weeks ago, but no luck so far.

It seems there once was a page where Cincom explained how to get write access to the Public repository, but that page is not available any more (btw: many hits relating to CST on Bing's first search page are broken):

http://www.cincomsmalltalk.com/CincomSmalltalkWiki/PostgreSQL+Access+Page

So what do I have to do to get write Access?

The reason I ask is this: http://forum.world.st/Re-ANN-Regex11-version-1-4-tp4749105p4749295.html

I'd like to publish a more compatible version of Regex11.

Thanks,

Joachim


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          [hidden email]
Fliederweg 1                         http://www.objektfabrik.de
D-71640 Ludwigsburg                  http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc