Open-AudIT
https://www.open-audit.org/phpBB3/

OAv2 alpha 7 released
https://www.open-audit.org/phpBB3/viewtopic.php?f=20&t=4020
Page 1 of 4

Author:  Mark [ Mon Jan 17, 2011 10:21 pm ]
Post subject:  OAv2 alpha 7 released

Printers and Monitors now audited.
Many bugs squashed.
Get it now !

[url]http://launchpad.net/oav2/trunk/alpha7/+download/OAv2.zip[/url]

Author:  Shmee [ Tue Jan 18, 2011 5:27 am ]
Post subject:  Re: OAv2 alpha 7 released

It looks pretty good! But I have a few issues:

1. When I click on "Keys" from the Software sub menu by system nothing happens the menu looks like the one below.[attachment=1] summary_menu.png
summary_menu.png [ 10.07 KiB | Viewed 13915 times ]


2. When I click on Software and then go installed software, if I click on that package name I get a 404. [attachment=2] system_installed_software.png
system_installed_software.png [ 8.88 KiB | Viewed 13915 times ]

[attachment=0] 404.png
404.png [ 3.56 KiB | Viewed 13915 times ]


3. Also having a search feature would be awesome for this project.

Keep up the good work man it is looking better and better every time you put out an alpha.

Author:  Mark [ Tue Jan 18, 2011 1:54 pm ]
Post subject:  Re: OAv2 alpha 7 released

1 - definite regression. Will take a look...

2 - yep, I can see the issue and will fix asap.

3 - to Search, type http://yourserver/index.php/main/search/1/test where 1 is the group number and test is the search string. I just tried here on a new install and it's not "quite" working properly. Give it a go. I need to make a front end for it, is all (and work out that bug).

Author:  Mark [ Tue Jan 18, 2011 9:31 pm ]
Post subject:  Re: OAv2 alpha 7 released

OK then...

1 - fixed.

2 - removed that link. Going from a single system to a software search requires a group to run the search on... not possible to go that way. Maybe some thought given to how to address this in the future.

3 - coded up an icon on the main (or group list) page. Mouse over the icon on the right, type your search term in the box and click the button.

New version has been uploaded... (with the description "fixed bugs in a7").

:D

Author:  Shmee [ Wed Jan 19, 2011 2:21 am ]
Post subject:  Re: OAv2 alpha 7 released

That was quick! Nice work! So I have one more issue for you...

When I go to add a group the "Choose a field from the table" and the "Choose a field value from the list" select boxes do not populate. The screen looks like the image below.[attachment=0] no_values_in_list.png
no_values_in_list.png [ 19.77 KiB | Viewed 13866 times ]


Thanks for all your hard work this is looking great.

Author:  jpa [ Wed Jan 19, 2011 6:05 am ]
Post subject:  Re: OAv2 alpha 7 released

When you select Admin - Groups - Add Group the menu bar at the top stops working. It doesn't drop down the sub-menu items.

Author:  Shmee [ Thu Jan 20, 2011 8:13 am ]
Post subject:  Re: OAv2 alpha 7 released

One more issue. It looks like the script is not pulling the Office Keys for 64 bit versions of Windows. It is getting the Windows key but not the Office key.

The Office key is getting pulled with all versions of Office (2003 and Higher) on all the versions of 32 bit Windows (XP and Higher), just not with the 64 bit version of Windows.

I hope what I typed made sense.

Author:  Mark [ Thu Jan 20, 2011 8:16 am ]
Post subject:  Re: OAv2 alpha 7 released

[quote]When you select Admin - Groups - Add Group the menu bar at the top stops working.
[quote]When I go to add a group the "Choose a field from the table" and the "Choose a field value from the list" select boxes do not populate.

These are likely the same underlying issue.
I can see the problem as well.
Firebug is reporting a javascript error, but the line it highlights isn't the issue.
I dug about with this yesterday and can't find a fix.
It is obviously a code error (of mine) because it "used" to work.

If anyone would be good enough to see if they can find a fix, it would be much appreciated.

In the meantime, if you want to create a group an easy workaround is to go to the Admin -> Groups -> List Groups page and "export" a group to XML. From there you can open the exported group in a text editor and modify it to do what you want your new group to do. Then go to Admin -> Groups -> Import Group and paste it into the text box. Done.

FWIW - I also found a CSS type error on the Add User page. I've fixed this in my current code base. It was a simple display error and the page should still work... it just doesn't look right.

As said above, anyone would be good enough to see if they can find a fix, it would be much appreciated. The file v_add_group.php is where the error seems to be - but I'm not convinced...

Attachments:
group_error.png
group_error.png [ 18.56 KiB | Viewed 13810 times ]

Author:  jpa [ Thu Jan 20, 2011 9:29 am ]
Post subject:  Re: OAv2 alpha 7 released

Umm and -> &&? :wink:

Author:  jpa [ Thu Jan 20, 2011 10:19 am ]
Post subject:  Re: OAv2 alpha 7 released

o is undefined:

<td> -> <th> in "Group Columns (to display)" table at bottom of page.

The table header sorting still doesn't work though.

Author:  Mark [ Thu Jan 20, 2011 7:28 pm ]
Post subject:  Re: OAv2 alpha 7 released

wow, just wow.
I really thought it was valid !!!
Too much staring at code and not enough seeing (if you know what I mean).
Anyway, I've done the fix.
Look for Alpha 7.2 shortly !

Author:  zeezam [ Thu Jan 20, 2011 9:31 pm ]
Post subject:  Re: OAv2 alpha 7 released

Try to install OAv2 without success.

Just install apache,php-5 and mysql on my ubuntu machine.
Followed the readme guideline that comes with the OAv2Alpha7.

I have created the database and ran the sql script. When I browse the index.php the site is blank...

Author:  Shmee [ Fri Jan 21, 2011 1:16 am ]
Post subject:  Re: OAv2 alpha 7 released

How much PHP memory do you have for your setup? OAv2 uses a lot of memory. I think I have mine set to 128 or something along those lines.

Author:  zeezam [ Fri Jan 21, 2011 1:19 am ]
Post subject:  Re: OAv2 alpha 7 released

[quote="Shmee"]How much PHP memory do you have for your setup? OAv2 uses a lot of memory. I think I have mine set to 128 or something along those lines.

Don't now. I have this installed on a machine with 4gb ram, ssd drive etc...

Author:  Shmee [ Fri Jan 21, 2011 1:29 am ]
Post subject:  Re: OAv2 alpha 7 released

No not physical memory, but PHP memory. If you open up your php.ini file and look for "memory_limit", and see what that is set to. On Ubuntu usually the file is located at "/etc/php5/apache2/php.ini".

Then after you up your PHP memory then restart apache using "/etc/init.d/apache2 restart".

Page 1 of 4 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/