Age | Commit message (Expand) | Author |
2010-12-29 | rewrote the display of likes | cash |
2010-12-27 | moved most of the code for the user hover menu into the new menu system | cash |
2010-12-23 | Fixes #2741 skipping :// when replacing // in file paths so that we support URIs | cash |
2010-12-16 | Fixes #2725 - js page handler now handles javascript views with slashes in th... | cash |
2010-12-16 | fixed a lot of notices being generated by the new plugin hook code | cash |
2010-12-15 | moved likes forms into forms directory | cash |
2010-12-14 | moved account views into core views - account forms are next | cash |
2010-12-14 | sanitise_filepath() removes double /s. | brettp |
2010-12-08 | Added ability to check for empty string in elgg_get_array_value(). | brettp |
2010-12-08 | reorganized the page views as discussed | cash |
2010-12-07 | Refs #2220. Check that an autoload class is registered before trying to inclu... | brettp |
2010-12-06 | cleaned up system messages display code | cash |
2010-12-04 | forgot to include language string for previous commit | cash |
2010-12-04 | Fixes #2519 we can now register and load php libraries - blog plugin is using... | cash |
2010-12-02 | Better code and docs or previous. | brettp |
2010-12-02 | Added 'true' as a truthy value for ini_get_bool(). | brettp |
2010-11-30 | Refs #2428 adds elgg_get_plugin_path() and elgg_get_data_path() | cash |
2010-11-28 | Fixes #2173 #2507 integrated the ie and admin stylesheets into the new simple... | cash |
2010-11-28 | Refs #2173 #2160 #2507 added a css page handler to support multiple css files | cash |
2010-11-24 | Fixes #2655: Converted register_action to elgg_register_action throughout core | ewinslow |
2010-11-20 | Fixes #2237: Added 'reason' parameter to forward() to allow proper headers an... | ewinslow |
2010-11-20 | Fixes #2468: Deprecated call_gatekeeper() and callpath_gatekeeper() | ewinslow |
2010-11-16 | Fixes #2642 changed elgg_view_page() to always pick up page_shell views for t... | cash |
2010-11-11 | Obliterated C&P in elgg_trigger_plugin_hook | ewinslow |
2010-11-11 | Making CodeSniffer happy + reduced C&P in elgg_trigger_event | ewinslow |
2010-11-11 | Refs #2641 merged [7295] into trunk | cash |
2010-11-11 | Fixes #2367: Corrected plugin hook documentation to maintain that the default... | ewinslow |
2010-11-10 | Using max() to give priority a minimum value of 0 for plugin hooks | ewinslow |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-09 | Refs #2506 reorged the login box views - css still needs to be cleaned up | cash |
2010-11-04 | Added @deprecated docblock tag to events() | ewinslow |
2010-11-04 | Fixes #2210 - using new functions for registering the core js and css files | cash |
2010-11-02 | Fixes #2360: page_draw => elgg_view_page in core + bundled plugins | ewinslow |
2010-11-02 | Added url normalization support to elgg_register_js and elgg_register_css | ewinslow |
2010-11-02 | Refs #2463: Removed some more instances of $CONFIG->url. Added support for e... | ewinslow |
2010-11-02 | Refs #2463: Added elgg_normalize_url. forward() and add_menu() make use of it | ewinslow |
2010-10-31 | Refs #2210 - added functions for managing javascript and css files | cash |
2010-10-30 | Fixes #2598: Added elgg_get_site_url() | ewinslow |
2010-10-30 | fixed php exception and error handlers not being next to each other in elgglib | cash |
2010-10-30 | organized functions in elgglib by purpose - more or less | cash |
2010-10-30 | pulled navigation functions out of elgglib.php | cash |
2010-10-30 | moved datalist code into the configuration lib | cash |
2010-10-30 | moved file path cache functions into the cache lib which seems to be a more l... | cash |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-10-22 | Fixes #733 - events now support PHP callbacks | cash |
2010-10-22 | better creation of event and plugin hook registration arrays | cash |
2010-10-22 | Fixes #2466 - split events() into register and trigger functions | cash |
2010-10-21 | Refs #733 - plugin hooks now support PHP callbacks | cash |
2010-10-17 | Fixes #2563 - setup autoload in elgglib.php so exceptions and other classes a... | cash |
2010-10-14 | Fixes #2339 - removes social library and deprecates its two functions (put it... | cash |