aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-14Refs #1417 Elgg core now passes back useful messages to user when log in fail...cash
2010-11-14fixed bug where the front page wasn't being populated with the viewscash
2010-11-14fixed typo in commentcash
2010-11-14Refs #2391: Baby steps toward getting a unified css -- haven't landed on a na...ewinslow
2010-11-14Refs #2538: Added vsprintf support to elgg.echo. Added unit tests for normal...ewinslow
2010-11-14Refs #2538: Refactored and cleaned up ElggPriorityList and eventsewinslow
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog...ewinslow
2010-11-14Added some more unit tests for elgg_normalize_urlewinslow
2010-11-14No comment...ewinslow
2010-11-14Wow, what a blunder -- what to go deleting random methods, Winslowewinslow
2010-11-14Refs #1208: Default input/button to 'button' type (rather than 'submit' type).ewinslow
2010-11-14Refs #2486: Added support for the 'recursive' parameter to ElggEntity::delete()ewinslow
2010-11-14Added comments to several undocumented methodsewinslow
2010-11-14Fixes #2572: Removed last @license tag from pages pluginewinslow
2010-11-13Fixes #2561 fixed typo - thanks for the reportcash
2010-11-13Cleaning up database after new ElggEntity unit test.nickw
2010-11-12Updating ElggEntity::clearMetaData() to fail when passed a non-existent metad...nickw
2010-11-11Obliterated C&P in elgg_trigger_plugin_hookewinslow
2010-11-11Making CodeSniffer happy + reduced C&P in elgg_trigger_eventewinslow
2010-11-11Refs #2641 merged [7295] into trunkcash
2010-11-11Fixes #2638 fixes group action url problemcash
2010-11-11Refs #2640 fixes a layout issue due to change in elgg_view_layout()cash
2010-11-11Closes #2637 good-bye canvascash
2010-11-11Refs #2637 moved canvas/layouts to layoutscash
2010-11-11oops - undoing part of the previous commitcash
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ...cash
2010-11-11Fixes #2367: Corrected plugin hook documentation to maintain that the default...ewinslow
2010-11-10Fixes #2306: deprecated get/count/list_user_objects as well as get_user_objec...ewinslow
2010-11-10Using max() to give priority a minimum value of 0 for plugin hooksewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-10Refs #2124: Removed js, page_owner, and page_owner_user variables from $varsewinslow
2010-11-10Refs #2124: Removed session variables from $varsewinslow
2010-11-10Refs #866 - registration uses https if configured for logincash
2010-11-10No sense in calling elgg_get_site_url() twice here...ewinslow
2010-11-10Prevent "https login" from breaking login on sites that are https by defaultewinslow
2010-11-09Refs #2609 - added fix to trunkcash
2010-11-09Refs #2626 - adds default annotation view to trunkcash
2010-11-09Refs #2632 - cleaned up documentation on metadatacash
2010-11-09Refs #2506 reorged the login box views - css still needs to be cleaned upcash
2010-11-09Fixes #2631 removes 'elgg_' namespace from the page element views - anyone wo...cash
2010-11-09Renamed test method appropriately. jslinted ElggLibTest.ewinslow
2010-11-09Using nullFunction + abstractMethod reference instead of new closures in Even...ewinslow
2010-11-09Using nullFunction reference instead of new closure in ajaxOptionsTestewinslow
2010-11-09jslinted ui.widgets.jsewinslow
2010-11-09jslinted ui.jsewinslow
2010-11-09jsLinted session.js, employed elgg type-checker functions, and did some more ...ewinslow
2010-11-09Added elgg.isNumber type-checking functionewinslow
2010-11-09jsLinted security.js + using elgg typecheckers rather than ===ewinslow
2010-11-09jslinted languages.jsewinslow
2010-11-09Abstract methods are no longer nameableewinslow