aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
AgeCommit message (Expand)Author
2010-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
2010-11-02Refs #2360: Deprecated page_draw in favor of elgg_view_page. Updated package...ewinslow
2010-11-02Added url normalization support to elgg_register_js and elgg_register_cssewinslow
2010-11-02Refs #2463: Added URL normalization support for entity and extender url handlersewinslow
2010-11-02Refs #2463: Fixed typo of elgg_normalize_url functionewinslow
2010-11-02Refs #2463: Removed some more instances of $CONFIG->url. Added support for e...ewinslow
2010-11-02Refs #2463: Added url normalization support to output/url, output/confirmlink...ewinslow
2010-11-02Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), $CONF...ewinslow
2010-11-02Refs #2463: Removed stay { that was causing the regexp to breakewinslow
2010-11-02Refs #2463: Added elgg_normalize_url. forward() and add_menu() make use of itewinslow
2010-11-02Refs #2538: Renamed elgg.extendUrl to elgg.normalize_urlewinslow
2010-11-01Refs #2538: Pulled in support for ajax actionsewinslow
2010-10-31Refs #2210 - added functions for managing javascript and css filescash
2010-10-30Refs #2128 - added stack context functionscash
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site...ewinslow
2010-10-30Fixes #2598: Added elgg_get_site_url()ewinslow
2010-10-30fixed php exception and error handlers not being next to each other in elgglibcash
2010-10-30ripped out last remaining tentacles of old installer from core - just needs r...cash
2010-10-30Refs #1439: Using new page_owner functions in all of coreewinslow
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], $_SES...ewinslow
2010-10-30organized functions in elgglib by purpose - more or lesscash
2010-10-30pulled navigation functions out of elgglib.phpcash
2010-10-30moved datalist code into the configuration libcash
2010-10-30fixed spelling mistake in commentcash
2010-10-30moved file path cache functions into the cache lib which seems to be a more l...cash
2010-10-30Fixed an invalid call to get_pageowner_guid() in can_edit_entity().brettp
2010-10-28Fixes #2544. Pulled out the eval() for creating elgg_*() mb wrapper functions.brettp
2010-10-28Fixes #2150: Removed old code in filestore.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-10-22Fixes #733 - events now support PHP callbackscash
2010-10-22better creation of event and plugin hook registration arrayscash
2010-10-22Fixes #2466 - split events() into register and trigger functionscash
2010-10-21Refs #733 - plugin hooks now support PHP callbackscash
2010-10-20Refs #2410 - merged [7024] into trunk from 1.7 branchcash
2010-10-20Refs #2499 - merged [6990] into trunk from 1.7 branchcash
2010-10-20Refs #2474 - merged [6976] from 1.7 branch into trunkcash
2010-10-17Fixes #2563 - setup autoload in elgglib.php so exceptions and other classes a...cash
2010-10-14Fixes #2514 - separating action error messages for undefined and no action sc...cash
2010-10-14Refs #2511 - removed empty query.php lib filecash
2010-10-14Fixes #2339 - removes social library and deprecates its two functions (put it...cash
2010-10-14Fixes #2403 - adds unregister_entity_type()cash
2010-10-14Deprecated unnecessary exceptions.php lib fileewinslow
2010-10-14Fixes #2547: Plugins can now participate in autoloading classes.ewinslow
2010-10-10Checking for a valid entity before using its methods in update_entity().brettp
2010-10-10using config variable for minimum password lengthcash
2010-10-10handling the database being down/busy or an incomplete install. Also cleaned ...cash
2010-10-10removed function replaced by installercash
2010-10-08Fixes #2161 - using filter_var() in email validation and moved is_email_addre...cash
2010-10-06removed several parts of the old installer from the corecash