aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/cron.php
AgeCommit message (Expand)Author
2013-02-09remove unused code: vars, foreach keys, etcSteve 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
2011-11-06$CONFIG->input is never initialized by page handling so this code never did a...Cash Costello
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2010-11-23Fixes #2472 move cron_handler.php logic into cron page handlercash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow
2010-05-27Updating walled garden to register public pages as regular expressions.nickw
2010-05-14Updating core code to allow public pages using new Walled Garden functionality.nickw
2009-10-15Standardized gobs of files.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-01-23Refs #706marcus
2008-10-22Better default forwardmarcus
2008-10-22Increasing sub-hour cron granularitymarcus
2008-10-01Improved cron supportmarcus