aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2009-03-04Access modification - owners can always see their own contentben
2009-03-04Changed notification to use has_access_to_entity to move all access control c...kevinjardine
2009-03-04Added has_access_to_entity functionkevinjardine
2009-03-04Added the ability to optionally specify the user to get_access_sql_suffixkevinjardine
2009-03-04Added contentWrapper viewben
2009-03-04AccessControlQueryComponent::__toString changed to use get_access_sql_suffixkevinjardine
2009-03-04Fixed river RSS viewsben
2009-03-04Commented out a no longer needed line of codekevinjardine
2009-03-04get_tags now uses get_access_sql_suffix for access control.kevinjardine
2009-03-04Improvements to elgg_view, plus river dashboard RSS feedben
2009-03-03Moving to a smaller chunk size.ben
2009-03-03Echoing the large output buffer in chunksmarcus
2009-03-03Stub for experimental view caching (disabled)marcus
2009-03-03Using faster array concatinationmarcus
2009-03-03$vars is once again populated with session databen
2009-03-03Removed utterly pointless linesmarcus
2009-03-03Current language now cached per process in elgg_echo.marcus
2009-03-03Minor tweaksmarcus
2009-03-03Minor tweaksmarcus
2009-03-03Removed directory test to languages since it's probably fair to assume that t...marcus
2009-03-03Removing the stupidly slow array_merge from lang load codemarcus
2009-03-03Made get_library_files non-recursive and removed is_dir test... makes the fun...marcus
2009-03-03Removed calls to the deprecated entity cacheben
2009-03-03Getting rid of needless double-trimming.ben
2009-03-03Closes #831: Plugin view location is now cached in a file in dataroot and is ...marcus
2009-03-03Cache delete now functionalmarcus
2009-03-02Limitless queries now supportedmarcus
2009-03-02Changed the order of the access dropdown so that it is in order of increasing...kevinjardine
2009-03-02Corrected unnecessarily patriotic comments.ben
2009-03-02Removing duplicate deletion code.marcus
2009-03-02Minor change to previous.ben
2009-03-02A different table to check db existence against.ben
2009-03-01Closes #828: Quite correct - rather tired - arrays are individually trimmed -...marcus
2009-03-01Closes #828: Array input values now trimmed individually.marcus
2009-02-28Closes #665: Using a bit of preg callback magic to do <wbr> encoding and href...marcus
2009-02-28Closes #824: $language is initialisedmarcus
2009-02-28Disabling updateclient on installs as part of upgrade, this is because it is ...marcus
2009-02-27Enable all / disable all functionality addedmarcus
2009-02-26Fixes to container permissions and widgets to allow default widgets to work w...kevinjardine
2009-02-26Small access tweak for sending notifications.ben
2009-02-26Added "enemies" code to get_access_sql_suffix. This implements two features: ...kevinjardine
2009-02-26Closes #822: Action file existed however the action was not registered (previ...marcus
2009-02-26Closes #807: Removed echo on page_draw()marcus
2009-02-25Refs #808: Bug was actually fixed by not using empty... register_translations...marcus
2009-02-25Closes #808: Removed register_translation from the wild, now called on boot s...marcus
2009-02-25Added friends access levelkevinjardine
2009-02-25Introduces user default access.kevinjardine
2009-02-24Syntax improvements for the get_metadata functionsben
2009-02-24Fix for previous, including a change to check_entity_relationships that actua...ben
2009-02-24Introducing the 'delete relationship' event. Fixes #779ben