aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Collapse)Author
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest ↵brettp
private properties of ElggPlugin and added ->getPackage() and ->getManifest(). git-svn-id: http://code.elgg.org/elgg/trunk@9030 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-25Fixes #2899, #2870. Added README.txt, CHANGES.txt, COPYRIGHT.txt, ↵brettp
LICENSE.txt, and INSTALL.txt as markdown files for plugins. Added page handler to parse and serve them. Added links in plugin admin. Refs #3236. Problems with displaying parsed markdown because of missing parts of the admin theme's CSS. git-svn-id: http://code.elgg.org/elgg/trunk@9022 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-25Renamed ElggPlugin->canIncludeFile() to ->canReadFile() and am using ↵brettp
is_readable() instead of file_exists(). git-svn-id: http://code.elgg.org/elgg/trunk@9021 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-18Fixes #3358. Renamed menu's class to link_class and documented possible ↵brettp
problems with passing <a> tags in the text option. git-svn-id: http://code.elgg.org/elgg/trunk@9005 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-16Fixes #3310. Applied lie2815's patch to use activate.php and deactivate.php ↵brettp
instead of manifest on_de/activate fields in plugins. git-svn-id: http://code.elgg.org/elgg/trunk@9002 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14Refs #3023. Exposed item_class option in the menu item factory. Should we ↵brettp
change 'class' to 'link_class' to avoid confusion? git-svn-id: http://code.elgg.org/elgg/trunk@8999 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14fixes warnings in ElggEntity::getMetadata() (hellekin)cash
git-svn-id: http://code.elgg.org/elgg/trunk@8992 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14making sure ElggEntity::getAnnotations() returns an array, check if ↵cash
temporary annotation exists before returning, and added a warning about annotating unsaved entities git-svn-id: http://code.elgg.org/elgg/trunk@8990 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14checking that PAM handlers have been registered for the policy being tested ↵cash
(hellekin) git-svn-id: http://code.elgg.org/elgg/trunk@8988 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14Checking that get_user_by_username() returned something in ElggUser ↵cash
constructor to prevent notice (hellekin) git-svn-id: http://code.elgg.org/elgg/trunk@8987 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Refs #2988 corrected typo in trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@8915 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Fixes #3208 setting time_created on updatecash
git-svn-id: http://code.elgg.org/elgg/trunk@8904 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Fixes #3244 fixed variable name in ElggPluginManifestcash
git-svn-id: http://code.elgg.org/elgg/trunk@8900 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-01Refs #3287 setting null for menu href means you want an empty <a></a> tag ↵cash
with no href git-svn-id: http://code.elgg.org/elgg/trunk@8894 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-01Fixes #3287 added documentation on non-link menu items cash
git-svn-id: http://code.elgg.org/elgg/trunk@8893 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #3026 documentation for menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8857 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Refs #3238 #3246 anootations needed the same fixes as metadatacash
git-svn-id: http://code.elgg.org/elgg/trunk@8852 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #3246 fixed ElggMetadata() constructorcash
git-svn-id: http://code.elgg.org/elgg/trunk@8849 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes typo in ElggPluginPackage constructor: ↵cash
https://github.com/lorea/Elgg/commit/ba3fab541d87af535e6c6c33096591e4fd30ba57 git-svn-id: http://code.elgg.org/elgg/trunk@8848 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-23Fixes #3160 just needed a small variation off of [8762] to handle getting ↵cash
filestore before metadata is set but after the guid is set git-svn-id: http://code.elgg.org/elgg/trunk@8822 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-23Fixes #3205 reverting [8762]cash
git-svn-id: http://code.elgg.org/elgg/trunk@8821 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-21oof -- how did that happen?ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8806 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-21Added documentation of magic properties to ElggEntityewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8805 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-20Fixes #2974 using canWriteToContainer() to control access to creating group ↵cash
content git-svn-id: http://code.elgg.org/elgg/trunk@8795 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-20Fixes #3192, refs #650. ElggEntity->getMetaData() sets the limit to 0 for ↵brettp
array-based metadata. git-svn-id: http://code.elgg.org/elgg/trunk@8780 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-19Fixes #3160. ElggFile->getFilehandler() is less horrible.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8762 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-16Fixes #3145 adds a default for menu sort_bycash
git-svn-id: http://code.elgg.org/elgg/trunk@8733 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Fixes #2928: Invalid plugins are shown on the advance page with details ↵brettp
about the problem and a link to the docs. git-svn-id: http://code.elgg.org/elgg/trunk@8709 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3079: Making sure elgg_get_max_plugin_priority() returns 1 instead. ↵brettp
Fixed problems when bootstrapping elgg plugins. Will perform tests against MySQL 5.5 when I have a real internet connection. git-svn-id: http://code.elgg.org/elgg/trunk@8706 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #3079: Better checks in ElggPlugin::setPriority() to avoid priorities ↵brettp
of 0. Still requires testing for MySQL 5.5. git-svn-id: http://code.elgg.org/elgg/trunk@8693 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3045 custom index and the friends widget now use the gallery view for ↵cash
user icons git-svn-id: http://code.elgg.org/elgg/trunk@8677 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12improved documentation of can write to container method/functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@8656 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #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-03-09Fixed some typos in documentation of ElggBatch.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8641 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-09Fixes #3058 pulls likes out as a plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@8639 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-08Added a bit more docs to ElggBatch.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8625 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-07added support for confirm text to ElggMenuItemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8621 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-05added a catch to menu builder for bad menu itemscash
git-svn-id: http://code.elgg.org/elgg/trunk@8605 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3031 using 'priority' nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@8545 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3032: toggler pattern is now <a href="#target" ↵ewinslow
class="elgg-toggler">...</a> Wow, so much nicer. git-svn-id: http://code.elgg.org/elgg/trunk@8538 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Added support for "rel" to ElggMenuItemewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8537 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3023: added support for 'class' argument in elgg_register_menu_itemewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8536 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-27Fixes #3011. on_activate and on_deactivate work for plugins now. Updated the ↵brettp
categories plugin to use it. git-svn-id: http://code.elgg.org/elgg/trunk@8507 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26Refs #2693 - Added pg/css and pg/js to the list of public pages for walled ↵brettp
garden. git-svn-id: http://code.elgg.org/elgg/trunk@8491 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-25Supporting is_action in ElggMenuItemewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8469 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24Fixes #2960 removing river entry for deleted annotationcash
git-svn-id: http://code.elgg.org/elgg/trunk@8463 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24fixed typo in elgg menu updates from last nightcash
git-svn-id: http://code.elgg.org/elgg/trunk@8460 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24finished the implementation of non-links in menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8458 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24using getContent() in menu system in preparation for supporting non-linkscash
git-svn-id: http://code.elgg.org/elgg/trunk@8457 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24Fixes #2997 - href used instead of url in menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8456 36083f99-b078-4883-b0ff-0f9b5a30f544