aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/input.php
AgeCommit message (Expand)Author
2013-10-08Fix inline docs for set_inputSteve Clay
2013-02-09Lots of new @todos :(Steve Clay
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-06-21Fixes #4165 livesearch now returns people based on last namescash
2012-01-08coding standards fixes - commentsCash Costello
2011-11-05Fixes #3567 standardized classes for iconscash
2011-10-30Fixes #3370 running the anti-spam option of htmlawed when filtering for outputCash Costello
2011-10-17Merge pull request #74 from cash/autocompleteCash Costello
2011-10-13displaying users that have been selected and added remove capabilitycash
2011-10-12Simple theme for autocompletecash
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-10-06using html extension to jquery.ui autocompletecash
2011-10-06Fixes #3932 Refs #3931 improved the livesearch endpointcash
2011-09-11Livesearch handler returns proper JSON string nowRavindra Nath Kakarla
2011-07-02added note about preventing reflected XSS vulnerabilities.cash
2011-04-26Fixes #2922: pg/livesearch now works with "term" parameterewinslow
2011-03-26Refs #3239 added a new sticky forms function to grab all variables and integr...cash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-02-19added documentation for the livesearch page handlercash
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-09Refs #2874: Using elgg_is_active_plugin() in core and bundled plugins.brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-07moved sticky forms into the input librarycash
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic...cash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
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-10-17Fixes #2563 - setup autoload in elgglib.php so exceptions and other classes a...cash
2010-10-08Fixes #2161 - using filter_var() in email validation and moved is_email_addre...cash
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-08-22Merged [6600],[6601],[6605],[6606],[6607],[6608],[6611] from 1.7 branch into ...cash
2010-08-04Added optional param to sanitise_filepath() that appends a / or not. Also re...brettp
2010-06-01get_input() defaults to NULL instead of empty string. Works better with isse...brettp
2010-05-14Merged 5928-6908 from 1.7 branch to trunk.brettp
2010-04-05Merged 5605:5622 from 1.7 to trunk.brettp
2010-03-22Merged 1.7 bugfixes back into core. (5376:HEAD).brettp
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
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
2010-02-01Fixes #1398: autop() doesn't call missing clean_pre() function.brettp
2010-01-30Setting a default value to avoid notices.brettp
2010-01-30Refs #1425: Cleaned up regexp for parlse_urls().brettp
2010-01-25Fixes #1450, Fixes #1461: Using $_SERVER['REQUEST_URI'] to pull in GET params...brettp
2010-01-08Fixes #1172: URL now checked for trailing slash upon installation.brettp
2009-12-16added comments on get_input and set_input since they do not handle nested arrayscash
2009-10-22Refs #1330: Contributed autop() to Wordpress.brettp
2009-10-15Standardized gobs of files.brettp
2009-09-23Updated the user picker to avoid possible mysql injection attacks and to sear...brettp
2009-09-07Updated livesearch page handler to use classes instead of hard coded css.brettp