aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Collapse)Author
2011-06-07Refs #3510, #3433. Ported r9062 to trunk. Fix for comment hook returning 0 ↵brettp
comments. git-svn-id: http://code.elgg.org/elgg/trunk@9139 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-01Fixes #3455 added documentation back to deprecated functionscash
git-svn-id: http://code.elgg.org/elgg/trunk@9125 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-24Fixes #3467. Fixed bugs in priority deps. Can now disable active plugins ↵brettp
with unmet dependencies. git-svn-id: http://code.elgg.org/elgg/trunk@9111 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-20Refs #3340 pulls dashboard out as plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@9108 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-20Fixes #3300 adds a created,river eventcash
git-svn-id: http://code.elgg.org/elgg/trunk@9104 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-19'creating', 'river' is the plugin hook for preventing or catching a river ↵cash
addition before it happens git-svn-id: http://code.elgg.org/elgg/trunk@9103 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-19Fixes #3454 not stripping empty attributescash
git-svn-id: http://code.elgg.org/elgg/trunk@9102 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-19Fixes #3163 plugin/<plugin id>/settings.php is now the preferred way to add ↵cash
settings plugins git-svn-id: http://code.elgg.org/elgg/trunk@9101 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-19Fixes #3462 empty classes directory is no longer treated as an errorcash
git-svn-id: http://code.elgg.org/elgg/trunk@9100 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-18Fixes #3132 added 'route', $handler plugin hookcash
git-svn-id: http://code.elgg.org/elgg/trunk@9098 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14Fixes #3456 user/default now works much like the object/<subtype> views ↵cash
regarding the menu git-svn-id: http://code.elgg.org/elgg/trunk@9082 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14not using deprecated get_annotation/get_metadata functions in ↵cash
can_edit_extender() git-svn-id: http://code.elgg.org/elgg/trunk@9081 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14removed a deprecated function use in users libcash
git-svn-id: http://code.elgg.org/elgg/trunk@9077 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14improved documentation of elgg_register_action()cash
git-svn-id: http://code.elgg.org/elgg/trunk@9074 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14improved documentation of elgg_register_extender_url_handler()cash
git-svn-id: http://code.elgg.org/elgg/trunk@9072 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14Refs #2591 we were not logging inserts, updates, and deletes. Also logging ↵cash
was happening before formatting of the queries. All fixed in this commit. git-svn-id: http://code.elgg.org/elgg/trunk@9067 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14made database query logging explicitly set to NOTICE levelcash
git-svn-id: http://code.elgg.org/elgg/trunk@9066 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-09Fixes 3426. Not using a horrible variable name and fixing the bug created by it.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9057 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-06Fixed wrapper for annotation calculations.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9056 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-29Bah, can't do thatewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9053 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-29Deny all HTTP access to the engine directoryewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9052 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Removed unneeded else.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9040 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Fixes #3127. Normalizing the json returned by the ajax action handler. Doing ↵brettp
this in PHP. git-svn-id: http://code.elgg.org/elgg/trunk@9039 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Fixed possible WSOD for plugin text file page handler.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9037 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Removed stray test code.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9032 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Refs #3362. Removed use of $show_bad in elgg_get_plugins().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9031 36083f99-b078-4883-b0ff-0f9b5a30f544
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-26Fixes #2922: pg/livesearch now works with "term" parameterewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9025 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-26Fixes some coding standard issues in elgglib.phpewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9024 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-22Fixed rewriting for internalid and internalname to not cause false ↵brettp
deprecation notices if passed among views. git-svn-id: http://code.elgg.org/elgg/trunk@9016 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-22Added 3rd param to elgg_deprecated_notice() to control how much of the stack ↵brettp
to show. git-svn-id: http://code.elgg.org/elgg/trunk@9014 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-22Fixes some deprecated notices in admin online user widget.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9013 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-22Fixed erroneous notices about full_view when passing $vars directly to ↵brettp
another view within a view. git-svn-id: http://code.elgg.org/elgg/trunk@9012 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-21Refs #3195. Selectively joining certain tables for performance with ↵brettp
annotation calculations. git-svn-id: http://code.elgg.org/elgg/trunk@9011 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-21Reverting the annotation changes because they're not ready yet.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9010 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-21Fixed a problem with the annotation batch operation test.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9009 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-21Fixes #3310. Removed old on_activate unit tests.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9008 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-18Fixes #2046. Applied Franz' patch for sanitize_int().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9004 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-18Fixes #3365. Pulled in blacktooth's patch.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9003 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-14Fixed problem with list_entities_from_metadata() wrapper.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9001 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14Refs #3195. Changed the way annotation calculations are performed. Seems to ↵brettp
be working better, but will want to test more before closing. git-svn-id: http://code.elgg.org/elgg/trunk@9000 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-14fixed filtering of external files array and suppressed warning in external ↵cash
files unit test git-svn-id: http://code.elgg.org/elgg/trunk@8998 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14Fixes #3268 forwarding to referrer (fixed by ashwanthkumar)cash
git-svn-id: http://code.elgg.org/elgg/trunk@8995 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14handles empty array in get_metastring_id() (hellekin)cash
git-svn-id: http://code.elgg.org/elgg/trunk@8994 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14preventing warnings with the user password authorization pam (hellekin)cash
git-svn-id: http://code.elgg.org/elgg/trunk@8993 36083f99-b078-4883-b0ff-0f9b5a30f544