Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 228027

Summary: Need script execution rights for GMF IP Log
Product: Community Reporter: Richard Gronback <richard.gronback>
Component: WebsiteAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Ed.Merks, nboldt
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Richard Gronback CLA 2008-04-21 10:55:40 EDT
With our move from /gmf to /modeling/gmf (bug 226430), our IP Log script no longer functions, I suppose due to insufficient rights in the new location.

It moved from here: http://www.eclipse.org/gmf/development/ipquery.php

to here: http://www.eclipse.org/modeling/gmf/development/ipquery.php
Comment 1 Nick Boldt CLA 2008-04-21 11:17:50 EDT
WMs, you can remove the buzgilla query permission for www/gmf/development/ and move it to www/modeling/gmf/development/.

Or, if you'd like to open this ability for the whole modeling project (so we can implement this query for other projects, not just GMF, please allow bugzilla query from www/modeling/ and its children. 

Ed, is this something we might want for the other projects, eg., EMF, EMFT or GMT?
Comment 2 Ed Merks CLA 2008-04-21 11:24:45 EDT
Nick, I'm not sure what "this" is but it sounds kind of good.
Comment 3 Nick Boldt CLA 2008-04-21 11:42:31 EDT
(In reply to comment #2)
> Nick, I'm not sure what "this" is but it sounds kind of good.

What, you don't remember the GMF IP log generator web page? Surely you have dreams in PHP & SQL... oh, wait, maybe that's me. (See what happens when you delegate?) :)

WMs, if you can allow a script such as www/modeling/includes/ipquery-common.php to access the database, I can centralize and reuse the guts of GMF's IP log tool for our other projects. 

That script would then be include()'d in www/modeling/gmf/development/ipquery.php.

(I'm unsure whether you track/authorize the included file path (ipquery-common.php) or the requesting file path (ipquery.php), which is why I'm spelling this information out.)

Comment 4 Nick Boldt CLA 2008-04-21 11:44:14 EDT
Assigning to WMs (not phoenix.ui).
Comment 5 Denis Roy CLA 2008-04-23 11:00:03 EDT
(In reply to comment #1)
> WMs, you can remove the buzgilla query permission for www/gmf/development/ and
> move it to www/modeling/gmf/development/.

Done.

> WMs, if you can allow a script such as www/modeling/includes/ipquery-common.php
> to access the database, I can centralize and reuse the guts of GMF's IP log
> tool for our other projects. 

Done.
Comment 6 Nick Boldt CLA 2008-04-23 12:32:38 EDT
Ed, Rich:

Please review this Phoenixized version: http://www.eclipse.org/modeling/gmf/development/ipquery.php

Note also there's an option for unformatted (csv) data if you (or the lawyers) need it that way.
Comment 7 Richard Gronback CLA 2008-04-23 12:55:30 EDT
(In reply to comment #6)

Pretty.  So, there's a chance that something I did for GMF can be used on other Modeling projects? :)