aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2011-11-12removed uses of deprecated function for setting page owner guidCash Costello
2011-11-10Fixes #4071 hellekin was right - it was a bad idea to format queriescash
2011-11-08it is GPL General Public License not GPL Public LicenseCash Costello
2011-11-07Refs #4007 previous solution to admin population in ElggUser was throwing war...Cash Costello
2011-11-06Fixes #4068 not forcing update on adds when the subtype exists Refs #4058Cash Costello
2011-11-06$CONFIG->input is never initialized by page handling so this code never did a...Cash Costello
2011-11-05Fixes #4024 fixed a lot of notices - enough for this release - found a few bugscash
2011-11-05Fixes #3567 standardized classes for iconscash
2011-11-05Fixes #4018 Refs #3722 merged up to 1.7.14 into mastercash
2011-11-05fixed spacing on two uses of unset()cash
2011-11-05Fixes #4057 updates jQuery version to 1.6.4cash
2011-11-05Fixes #4049 casting bool to int so it doesn't disappear in the cache keycash
2011-11-05Refs #4053 improved documentation of page_handler()Cash Costello
2011-11-05Fixes #4060 combined some page handlers for users libCash Costello
2011-11-05Merge pull request #89 from janeklb/t4041Cash Costello
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-11-04Fixes #4058 updating a subtype if it already existsCash Costello
2011-11-03Merge pull request #90 from cash/walled_gardenCash Costello
2011-11-03Fixes 4041 (Deleted entities remain in memcache)Janek Lasocki-Biczysko
2011-11-02input lib depends on pageowner lib nowCash Costello
2011-11-01standardized the elgg_get_entities* function @return documentationcash
2011-11-01Fixes #4007 merged in sembrestels fix for ElggUser.isAdmin but used prototype...cash
2011-10-30added back support for registration and forgotten passwords to walled garden ...cash
2011-10-30basic walled garden implementation for logging incash
2011-10-30Merge branch 'master' of github.com:Elgg/ElggBrett Profitt
2011-10-30Fixes #2821. Plugins that are active and cannot be started emit an admin notice.Brett Profitt
2011-10-30Fixes #3370 running the anti-spam option of htmlawed when filtering for outputCash Costello
2011-10-30removed non-overridable insertion of inline style to linksCash Costello
2011-10-30setting $CONFIG->context earlier to avoid using the context functions before ...Cash Costello
2011-10-29Merge branch 'master' of github.com:Elgg/ElggBrett Profitt
2011-10-29Fixes #4029, refs #3859. elgg_invalidate_simplecache() resets the lastcached ...Brett Profitt
2011-10-29Fixes #3201 updates rss view type for core Elggcash
2011-10-29Refs #3201 updates json river views and removed old search viewcash
2011-10-29adds a river layout view that all river views should usecash
2011-10-29Fixes #3920 profile plugin adds a fast loading of user avatarsCash Costello
2011-10-27Fixes #4011 icon sizes are configurable nowcash
2011-10-27Fixes #2937 added .elgg-module-frontcash
2011-10-27Merge pull request #77 from janeklb/t3928Brett Profitt
2011-10-27login page should not be displayed to logged in usersCash Costello
2011-10-23Cleanned the login failures on passwords resets, this have more sensegermanazo
2011-10-23Fixes #3914. Pulled avatar code out into its own library.Brett Profitt
2011-10-23Fixes #3991. Populating provided_by in elgg_get_plugins_provides().Brett Profitt
2011-10-21don't set default filestore if we don't have a datarootCash Costello
2011-10-21updated ElggSite::disable() to conform to ElggEntity::disable()Cash Costello
2011-10-21Fixes #3988 correctly passing user_guid through canEdit for metadataCash Costello
2011-10-21fixed access of non-object property in entities libCash Costello
2011-10-21Fixes #3989 fixed access of non-object property in access libCash Costello
2011-10-20Fixes #3680. Explicitly connecting to db in start.php.Brett Profitt
2011-10-19fixed minor errors in the documentation in plugins and filestore libCash Costello