aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/system_log.php
AgeCommit message (Collapse)Author
2013-12-08Checks X-Real-Ip header as well when determining client IPPaweł Sroka
2013-12-07Fixes #6012: Gets correct client IP behind proxy (1.8)Steve Clay
2013-02-09Lots of new @todos :(Steve Clay
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-06-17Fixes #4487 turned off logging for sites that haven't been upgraded with ip ↵Cash Costello
address column
2012-01-20Fixes #2222. Added IP address to system log table and log browser. Fixed ↵Brett Profitt
problem in log browser that would only show entries without an owner_guid.
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-03-17Refs #3154 adding system log cache bug fix to trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@8753 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-17Fixes #3098 catching exceptions when loading an object in system logcash
git-svn-id: http://code.elgg.org/elgg/trunk@8751 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8078 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-08Fixed problem where system log code would crash due to new plugin codecash
git-svn-id: http://code.elgg.org/elgg/trunk@7865 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ewinslow
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-28Standardized code in all of core, not including language files, tests, or ↵brettp
core mods. git-svn-id: http://code.elgg.org/elgg/trunk@7124 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now ↵ewinslow
autoloaded via __autoload(). git-svn-id: http://code.elgg.org/elgg/trunk@6941 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except ↵ewinslow
query.php and exception.php) into "classes" folder. Replaced inline classes with "require_once" statements for now. Ran unit tests to verify functionality before committing. git-svn-id: http://code.elgg.org/elgg/trunk@6908 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-14merge -r5898:5928 (not excluding riverdashboard, notifications, and ↵brettp
messageboard) from 1.7 to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@6058 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-15Standardized gobs of files.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3548 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-17Refs #328: Documentation tweak.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3339 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-16Bugfix to archive logs sqlmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3336 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-12Closes #1003: Using more efficient querymarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3283 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-11Closes #1010: Log event now called on an event of its own, this permits ↵marcus
plugins to add additional logging or replace the logging method altogether. This is only possible now that the old river code has been replaced. git-svn-id: https://code.elgg.org/elgg/trunk@3278 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-04Moves access permissions references over to using the ACCESS_* constants ↵ben
defined in access.php. Refs #687 git-svn-id: https://code.elgg.org/elgg/trunk@2639 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-23Refs #706marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2611 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-13Comment correction.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2566 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-08Closes #588: Don't remember adding this check... but anyway, double entries ↵marcus
regression fixed. git-svn-id: https://code.elgg.org/elgg/trunk@2553 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-29Logrotate and archive containing offset. Table still created as $now but ↵marcus
containing < $now-period. git-svn-id: https://code.elgg.org/elgg/trunk@2337 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-27Refs #215: Minor tweak to logicmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2316 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-27Refs #215: System hook for archiving log. Cron yet to be added.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2314 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-17Changes to access any system log code. Introducing owner guid on items which ↵marcus
is necessary for access control. Requires upgrade.php to be run git-svn-id: https://code.elgg.org/elgg/trunk@2278 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-16Closes #442: Requires schema upgrade. Side effect - friends activity rivers ↵marcus
will be blanked. git-svn-id: https://code.elgg.org/elgg/trunk@2267 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-06Refs #402 and #407: Extra fields added to system_logmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2188 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-17System log now using delayed writes.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2085 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-08Adjusted contributors file.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1806 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-07You can now filter by ID.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1751 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-07System log functions now allow searching.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1748 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-05Fixes #121 and #143. Please confirm.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1717 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-29git-svn-id: https://code.elgg.org/elgg/trunk@1585 ↵marcus
36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-29Fixed countmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@1578 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-29Typomarcus
git-svn-id: https://code.elgg.org/elgg/trunk@1577 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-29Added some useful helper functions.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1576 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-29Count support added marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1575 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-25Made the friends river entities functions loads more efficient.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1126 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-19System_log no longer adds double entries.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1007 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-10register_event_handler and trigger_event have been renamed to ↵ben
register_elgg_event_handler and trigger_elgg_event respectively. git-svn-id: https://code.elgg.org/elgg/trunk@848 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-06Marcus Povey <marcus@dushka.co.uk>icewing
* Limit to specific users and/or relationships git-svn-id: https://code.elgg.org/elgg/trunk@818 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-05Marcus Povey <marcus@dushka.co.uk>icewing
* System log performs the id of the user who performed a given action (or 0 if no user was logged in). Update your DB schema. git-svn-id: https://code.elgg.org/elgg/trunk@814 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-05Removing assorted errors which will allow for excellent river operationben
git-svn-id: https://code.elgg.org/elgg/trunk@808 36083f99-b078-4883-b0ff-0f9b5a30f544