aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
AgeCommit message (Collapse)Author
2011-06-09Refs #3510, #3366. Added warning about count vs sum in ↵brettp
egef_annotation_count() to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@9147 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-08Refs #3510, #3416. Merged update for making sure users have relationship ↵brettp
member_of on site object. git-svn-id: http://code.elgg.org/elgg/trunk@9144 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-07Refs #3510, #3418. Merged fix for forwarding after output to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9141 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-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-06Fixed wrapper for annotation calculations.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9056 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-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-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-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-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
2011-04-13Fixes #3331. Changed cache schema to allow for JS/CSS views with slashes and ↵brettp
dots. git-svn-id: http://code.elgg.org/elgg/trunk@8986 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-13Consolidated the css and js pagehandlers with ↵brettp
elgg_cachable_view_pagehandler() and fixed for URLs with multiple dots after the last / (like /js/calendars/fullcalendar.min.123456789.js) git-svn-id: http://code.elgg.org/elgg/trunk@8985 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-12Fixes #3347 fixes comment typo for egecash
git-svn-id: http://code.elgg.org/elgg/trunk@8984 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-11Fixes #3327 fixed typocash
git-svn-id: http://code.elgg.org/elgg/trunk@8982 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Reopens #3224 not as clever as I thought - user experiences error before ↵cash
seeing reminder git-svn-id: http://code.elgg.org/elgg/trunk@8974 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Fixes #3193 moves default widgets upgrade to an actioncash
git-svn-id: http://code.elgg.org/elgg/trunk@8971 36083f99-b078-4883-b0ff-0f9b5a30f544