aboutsummaryrefslogtreecommitdiff
path: root/engine/handlers
AgeCommit message (Expand)Author
2012-11-15Fixes #4895: Output valid ETag and Expires headersSteve Clay
2012-01-09coding standard fixes to engineCash Costello
2012-01-08Fixes #2002 adds ETag support to simple cache handlerCash Costello
2011-09-23Refs #3859. Using PHP internal functions to expire cache in +6 months instead...Brett Profitt
2011-04-13Fixes #3331. Changed cache schema to allow for JS/CSS views with slashes and ...brettp
2011-03-14Fixes #3080: Move redirect code to before engine inclusionewinslow
2011-03-13Refs #2228 reverting [8654] so forwarding workscash
2011-03-11Refs #2991. First round at rearranging and grouping admin menu based upon tasks.brettp
2011-03-10Refs #2228: Deprecated use of pg/ in page handlers. Now we get to have nice ...ewinslow
2011-02-15Fixes #2923: Removed "view" prefix from simplecache function namesewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-14Cache handler won't serve up cached pages if caching is disabled. Refs #2758:...brettp
2011-02-14Updated trunk to use new annotation functions. Added checks for annotations_*...brettp
2011-02-12Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() t...brettp
2011-02-12Refs #650. Replaced get_metadata() by elgg_get_metadata_by_id()brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-01-14changed layout on pages to one_sidebarcash
2010-12-16freeing mysql result - committing the last of hellekin's latest pull request:...cash
2010-12-03Cache handler needs to support _ in viewsbrettp
2010-11-29fixed typo in the code that I moved from /services/exportcash
2010-11-28Fixes #2160 #2678 introducing a more flexible simplecache handler (this requi...cash
2010-11-28Fixes #2681 moves export handler into handler directory - current installs ne...cash
2010-11-24Fixes #2667: pagehandler.php => page_handler.php. You'll need to update .hta...ewinslow
2010-11-23Fixes #2472 move cron_handler.php logic into cron page handlercash
2010-11-20Fixes #2237: Added 'reason' parameter to forward() to allow proper headers an...ewinslow
2010-11-19switching to using full paths in handlerscash
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-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-09-17Refs #2450: Added documentation for actions.brettp
2010-09-15Refs #2450: Documented handler files.brettp
2010-05-29Merged [6248] - [6252] into trunk.brettp
2010-05-14Updating core code to allow public pages using new Walled Garden functionality.nickw
2009-11-10introducing a new web services handlercash
2009-10-14Standardized engine/handlers/*brettp
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-02-23Removing the external definition from the page handler again.ben
2009-02-23Further external marker on the pagehandler for walledgardenben
2009-02-23Hook for better walled gardenben
2009-01-23Refs #706marcus
2008-10-31Changed cron to use output buffering (letting you simply echo rather than nee...marcus
2008-10-01Improved cron supportmarcus
2008-08-08Adjusted contributors file.ben
2008-07-16Set the view with set_input rather than via the sessionmisja
2008-07-15Remove rogue print_r() statement, rightly set the xml view and fix incorrect ...misja
2008-06-23Closes #77 - Cron endpoint and eventmarcus
2008-06-16CLOSED - #14: XML-RPC handler marcus
2008-06-02Marcus Povey <marcus@dushka.co.uk>icewing