aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Expand)Author
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest pri...brettp
2011-04-25Fixes #2899, #2870. Added README.txt, CHANGES.txt, COPYRIGHT.txt, LICENSE.txt...brettp
2011-04-25Renamed ElggPlugin->canIncludeFile() to ->canReadFile() and am using is_reada...brettp
2011-04-18Fixes #3358. Renamed menu's class to link_class and documented possible probl...brettp
2011-04-16Fixes #3310. Applied lie2815's patch to use activate.php and deactivate.php i...brettp
2011-04-14Refs #3023. Exposed item_class option in the menu item factory. Should we cha...brettp
2011-04-14fixes warnings in ElggEntity::getMetadata() (hellekin)cash
2011-04-14making sure ElggEntity::getAnnotations() returns an array, check if temporary...cash
2011-04-14checking that PAM handlers have been registered for the policy being tested (...cash
2011-04-14Checking that get_user_by_username() returned something in ElggUser construct...cash
2011-04-02Refs #2988 corrected typo in trunkcash
2011-04-02Fixes #3208 setting time_created on updatecash
2011-04-02Fixes #3244 fixed variable name in ElggPluginManifestcash
2011-04-01Refs #3287 setting null for menu href means you want an empty <a></a> tag wit...cash
2011-04-01Fixes #3287 added documentation on non-link menu items cash
2011-03-26Fixes #3026 documentation for menu systemcash
2011-03-26Refs #3238 #3246 anootations needed the same fixes as metadatacash
2011-03-26Fixes #3246 fixed ElggMetadata() constructorcash
2011-03-26Fixes typo in ElggPluginPackage constructor: https://github.com/lorea/Elgg/co...cash
2011-03-23Fixes #3160 just needed a small variation off of [8762] to handle getting fil...cash
2011-03-23Fixes #3205 reverting [8762]cash
2011-03-21oof -- how did that happen?ewinslow
2011-03-21Added documentation of magic properties to ElggEntityewinslow
2011-03-20Fixes #2974 using canWriteToContainer() to control access to creating group c...cash
2011-03-20Fixes #3192, refs #650. ElggEntity->getMetaData() sets the limit to 0 for arr...brettp
2011-03-19Fixes #3160. ElggFile->getFilehandler() is less horrible.brettp
2011-03-16Fixes #3145 adds a default for menu sort_bycash
2011-03-14Fixes #2928: Invalid plugins are shown on the advance page with details about...brettp
2011-03-14Refs #3079: Making sure elgg_get_max_plugin_priority() returns 1 instead. Fix...brettp
2011-03-13Refs #3079: Better checks in ElggPlugin::setPriority() to avoid priorities of...brettp
2011-03-12Fixes #3045 custom index and the friends widget now use the gallery view for ...cash
2011-03-12improved documentation of can write to container method/functioncash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-09Fixed some typos in documentation of ElggBatch.brettp
2011-03-09Fixes #3058 pulls likes out as a plugincash
2011-03-08Added a bit more docs to ElggBatch.brettp
2011-03-07added support for confirm text to ElggMenuItemcash
2011-03-05added a catch to menu builder for bad menu itemscash
2011-03-01Fixes #3031 using 'priority' nowcash
2011-03-01Fixes #3032: toggler pattern is now <a href="#target" class="elgg-toggler">.....ewinslow
2011-03-01Added support for "rel" to ElggMenuItemewinslow
2011-03-01Fixes #3023: added support for 'class' argument in elgg_register_menu_itemewinslow
2011-02-27Fixes #3011. on_activate and on_deactivate work for plugins now. Updated the ...brettp
2011-02-26Refs #2693 - Added pg/css and pg/js to the list of public pages for walled ga...brettp
2011-02-25Supporting is_action in ElggMenuItemewinslow
2011-02-24Fixes #2960 removing river entry for deleted annotationcash
2011-02-24fixed typo in elgg menu updates from last nightcash
2011-02-24finished the implementation of non-links in menu systemcash
2011-02-24using getContent() in menu system in preparation for supporting non-linkscash
2011-02-24Fixes #2997 - href used instead of url in menu systemcash