Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-09 | Lots of new @todos :( | Steve Clay | |
2013-02-09 | remove unused code: vars, foreach keys, etc | Steve Clay | |
2013-02-09 | Doc fixes and inline type hints for variables (big static analysis cleanup) | Steve Clay | |
2012-06-21 | Fixes #4165 livesearch now returns people based on last names | cash | |
2012-01-08 | coding standards fixes - comments | Cash Costello | |
2011-11-05 | Fixes #3567 standardized classes for icons | cash | |
2011-10-30 | Fixes #3370 running the anti-spam option of htmlawed when filtering for output | Cash Costello | |
2011-10-17 | Merge pull request #74 from cash/autocomplete | Cash Costello | |
Fixes #2102, #2712, #3450 Finishes autocomplete and userpicker for 1.8.1 | |||
2011-10-13 | displaying users that have been selected and added remove capability | cash | |
2011-10-12 | Simple theme for autocomplete | cash | |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello | |
2011-10-06 | using html extension to jquery.ui autocomplete | cash | |
2011-10-06 | Fixes #3932 Refs #3931 improved the livesearch endpoint | cash | |
2011-09-11 | Livesearch handler returns proper JSON string now | Ravindra Nath Kakarla | |
2011-07-02 | added note about preventing reflected XSS vulnerabilities. | cash | |
2011-04-26 | Fixes #2922: pg/livesearch now works with "term" parameter | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@9025 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Refs #3239 added a new sticky forms function to grab all variables and ↵ | cash | |
integrated into blog plugin git-svn-id: http://code.elgg.org/elgg/trunk@8836 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ | ewinslow | |
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-19 | added documentation for the livesearch page handler | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8312 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Replaced all occurrences of register_page_handler in core with ↵ | ewinslow | |
elgg_register_page_handler git-svn-id: http://code.elgg.org/elgg/trunk@8244 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-09 | Refs #2874: Using elgg_is_active_plugin() in core and bundled plugins. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8082 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-08 | Refs #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-02-07 | moved sticky forms into the input library | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8055 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-05 | Fixes #2559 refs #2475 added ElggEntity:getIconURL() and ↵ | cash | |
elgg_view_entity_icon() git-svn-id: http://code.elgg.org/elgg/trunk@8039 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-10 | Fixes #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-28 | Standardized 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-22 | Removed @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-10-17 | Fixes #2563 - setup autoload in elgglib.php so exceptions and other classes ↵ | cash | |
are available as soon as possible git-svn-id: http://code.elgg.org/elgg/trunk@7091 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-08 | Fixes #2161 - using filter_var() in email validation and moved ↵ | cash | |
is_email_address() to the input library git-svn-id: http://code.elgg.org/elgg/trunk@7036 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-09-15 | Refs #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-08-22 | Merged [6600],[6601],[6605],[6606],[6607],[6608],[6611] from 1.7 branch into ↵ | cash | |
trunk git-svn-id: http://code.elgg.org/elgg/trunk@6843 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-08-04 | Added optional param to sanitise_filepath() that appends a / or not. Also ↵ | brettp | |
removes any ../s git-svn-id: http://code.elgg.org/elgg/trunk@6801 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-06-01 | get_input() defaults to NULL instead of empty string. Works better with ↵ | brettp | |
isset(). git-svn-id: http://code.elgg.org/elgg/trunk@6308 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-05-14 | Merged 5928-6908 from 1.7 branch to trunk. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@6059 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-04-05 | Merged 5605:5622 from 1.7 to trunk. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@5623 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-03-22 | Merged 1.7 bugfixes back into core. (5376:HEAD). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@5471 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-02-17 | Fixes #1488: Removed use of deprecated functions in core. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3947 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-02-12 | Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping ↵ | brettp | |
it exactly. git-svn-id: http://code.elgg.org/elgg/trunk@3934 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-02-11 | Fixes #1501: Setting ini for mbstring.internal_encoding to utf8 to work ↵ | brettp | |
around a PHP bug. Replaced calls to parse_str() with elgg_parse_str(). git-svn-id: http://code.elgg.org/elgg/trunk@3932 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-02-01 | Fixes #1398: autop() doesn't call missing clean_pre() function. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3890 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-01-30 | Setting a default value to avoid notices. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3863 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-01-30 | Refs #1425: Cleaned up regexp for parlse_urls(). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3861 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-01-25 | Fixes #1450, Fixes #1461: Using $_SERVER['REQUEST_URI'] to pull in GET ↵ | brettp | |
params on apache servers. git-svn-id: http://code.elgg.org/elgg/trunk@3840 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-01-08 | Fixes #1172: URL now checked for trailing slash upon installation. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3787 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2009-12-16 | added comments on get_input and set_input since they do not handle nested arrays | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@3760 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2009-10-22 | Refs #1330: Contributed autop() to Wordpress. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3573 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2009-10-15 | Standardized gobs of files. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@3548 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2009-09-23 | Updated the user picker to avoid possible mysql injection attacks and to ↵ | brettp | |
search only by leading chars. git-svn-id: http://code.elgg.org/elgg/trunk@3494 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2009-09-07 | Updated livesearch page handler to use classes instead of hard coded css. | brettp | |
git-svn-id: https://code.elgg.org/elgg/trunk@3476 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2009-09-03 | Adding additional hooks to add/remove/update users for access_collections() | brettp | |
Added autocomplete endpoint in input_init() git-svn-id: https://code.elgg.org/elgg/trunk@3460 36083f99-b078-4883-b0ff-0f9b5a30f544 |