Activity Log

tfbiii

Joined: 2005-12-07
Posts: 28
Posted: Wed, 2007-06-13 14:48

I need (for legal reasons) to access or start using some sort of activity log for Gallery 2. I have not been able to find anything built into G2 nor have I been able to find anything 3rd Party. I'm looking for something that shows the following:

When a change is made to an Album - what username, IP, date and time along with a short summary of what was done, i.e - uploaded images, deleted X, changed description on X, and so forth.

Is there anything out there that allows this to happen?

Fred

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Thu, 2007-06-14 15:33

No, to my knowledge there's no such feature for g2 yet.

It shouldn't be too hard to add it.
Create a new module that registers an event listener for GalleryEntitiy::save events.
Your event handler can then store some data about each event.
That way you'll get most information already (when albums / items / users / ... are created or changed.
Also listen for GalleryEntity::delete events to log user / item / album / deletion.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
tfbiii

Joined: 2005-12-07
Posts: 28
Posted: Thu, 2007-06-14 15:51

Well - I would need someone who actually knows how to write a module to do that. I am just a guy running a WWW site. Hopefully someone will see this thread and throw some time at the problem.

Thanks for getting back to me Valiant.

Fred

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Thu, 2007-06-14 16:14

I wouldn't bet on that. If you need a solution anytime soon, you should probably hire a developer to code it for you.
there's the marketplace forum to post such requests and there are other websites to find freelancers.

if you can wait (months?), maybe someone will actually come up with a solution for free.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
tfbiii

Joined: 2005-12-07
Posts: 28
Posted: Thu, 2007-06-14 16:38

Thanks - I will review my options. I just find it hard to believe that no one has had a need for this type of thing before... (well - actually, I saw a few posts for people looking for type of thing, just no solutions to go with it)

Thanks again for the quick replies Valiant!

Fred