aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/river.php
AgeCommit message (Expand)Author
2013-09-20detect pagination needsJeroen Dalsem
2013-04-13cleanup of entity caching codecash
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-11-26river prefetch: Don't call elgg_get_entities if no GUIDs to fetchSteve Clay
2012-11-25check entity cache first, and remove limit (from Paweł Sroka's branch)Steve Clay
2012-11-21Fixes #4926: prefetches entities to be displayed in riverSteve Clay
2012-07-07Fixes #4631. Admins are now able to delete river items.Sem
2012-06-02renamed variable to cause less confusion with the arguments elgg_trigger_plug...Cash Costello
2012-01-08coding standards fixes - commentsCash Costello
2011-12-31Fixes #4258 fixes add_to_river escapingcash
2011-11-28Fixes #3496 finished up this ticket by updating unit test and using more para...cash
2011-11-23Refs #3496 improving type/subtype handling for the riverDanny Navarro
2011-11-23Refs #4143 adds a unit test for type/subtype where sql generationcash
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-09-28Fixes #3713. elgg_get_entities() and friends return false if passed invalid o...Brett Profitt
2011-09-24Fixes #3828 correct list classescash
2011-08-21Fixes #3496. Using OR to concatenate unpaired type and subtype clauses in elg...Brett Profitt
2011-07-06$joins was not declared in elgg_get_river()Cash Costello
2011-07-02fixed river for #3544cash
2011-06-11Fixes #3039 added elgg_delete_river()cash
2011-05-20Fixes #3300 adds a created,river eventcash
2011-05-19'creating', 'river' is the plugin hook for preventing or catching a river add...cash
2011-04-18Fixes #2046. Applied Franz' patch for sanitize_int().brettp
2011-03-20Refs #3171 Using correct widget registration methodcash
2011-03-20Fixes #3197 fixed the RSS feed for activity (river)cash
2011-03-19Fixes #3171 added river widget using same name as 1.7 riverdashboard plugincash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-07Refs #2895 entity menu uses new menu systemcash
2011-03-07not showing river buttons when displaying in widgetscash
2011-03-06Refs #2679 can comment on discussion forums in river nowcash
2011-03-06Fixes #2895 river menu reimplemented using plugin hookcash
2011-02-18Refs #2950: layout/objects => page/componentsewinslow
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-02Fixes #2844 setting table for access_id to fix fatal errorcash
2011-02-01Moved functions from export.php - river.php into deprecated filesewinslow
2011-01-13Fixes #2402 adds 'add' 'river' plugin hookcash
2010-12-29Fixes #2221 - rewrite of rover functions has been completed with moving elgg_...cash
2010-12-19fixed missed variable name change in river's use of image block patterncash
2010-12-19changed name from media block to image blockcash
2010-12-18site nav menu now uses new menu code (and finished the implementation of cust...cash
2010-12-13Refs #2226 moving riverdashboard into core - need to clean up riverdashboard ...cash
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow