aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/pagehandler.php
AgeCommit message (Expand)Author
2012-11-14Style cleanupSteve Clay
2012-11-14Fixes #4861: allow lazy-loading for static method callbacks, allow more calla...Steve Clay
2012-07-05Fixes #4438 using request language to clear up confusionCash Costello
2012-06-18Fixes #4483 fixes undefined variable errors for non-deprecated functions in e...Cash Costello
2012-01-08most of the comments in the engine now past the snifferCash Costello
2011-12-19added more spacing to error layoutcash
2011-12-05first version of a 404 pagecash
2011-11-05Refs #4053 improved documentation of page_handler()Cash Costello
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-05-18Fixes #3132 added 'route', $handler plugin hookcash
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-14Prepended elgg_ to (un)register_page_handler() functions. Deprecated old onesewinslow
2011-02-12Page handler uses call_user_func (so methods of classes can be used as page h...ewinslow
2010-10-30Refs #2128 - added stack context functionscash
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-06-18Merged friends pages fixes in r6501:6503 from 1.7 to trunk.brettp
2010-05-29Merged [6248] - [6252] into trunk.brettp
2010-05-14Merged 5928-6908 from 1.7 branch to trunk.brettp
2010-05-02Fixes #1480 - not passing empty array element from page_handler()cash
2010-02-12Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping i...brettp
2010-02-11Fixes #1501: Setting ini for mbstring.internal_encoding to utf8 to work aroun...brettp
2009-12-18better parsing of query for action and page handlerscash
2009-11-17updated some documentation on register_page_handler(). This fixes #1373cash
2009-10-15Standardized gobs of files.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-07-08Closes #1111: Using substr instead of parse_url.marcus
2009-07-06Refs #1089: Added [B] flag to rewrite for tags. Won't work until apache 2.2....brettp
2009-06-05Close #1040: Limited explode on action and page handler.marcus
2009-05-28Closes #1035: Page handler now urldecodes input, necessary as vars are extrac...marcus
2009-03-03Getting rid of needless double-trimming.ben
2009-01-23Refs #706marcus
2008-08-15Refs #249marcus
2008-08-13Removed page handler default errorsben
2008-08-13Removing an error log entry in the page handler functionben
2008-05-22The context is now set automatically when the page handler is in use.ben
2008-04-16Added better GET query variable handling into the page handler mixben
2008-04-15Natty page handling functions. See engine/lib/pagehandler.phpben