aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2011-12-18Fixes 4209: jquery.form.js library loadingIsmayil Khayredinov
2011-12-08Fixes #3181 caching language js on server side with proper headerscash
2011-12-08Fixes #4025 added a url handler for commentscash
2011-12-08Fixes #4185, #2111 adds control panel widgetcash
2011-12-08Fixes #4182 if simplecache is empty, the cache requests go through the engine...cash
2011-12-07Merge pull request #104 from janeklb/t4187Cash Costello
2011-12-07#4187 (get_entity optimization)Janek Lasocki-Biczysko
2011-12-06Fixes #4173 removed use of \w since it is locale sensitivecash
2011-12-04removed some usage of deprecated methodsCash Costello
2011-12-03Refs #4176 added elgg_list_registered_entities() fix to 1.8 branchcash
2011-11-29Fixes #1995 (memcache: incorrect check for get() return value)Janek Lasocki-Biczysko
2011-11-29Need to call elgg_register_simplecache_view('css/lightbox') to register the l...Jeff Tilson
2011-11-28Fixes #3496 finished up this ticket by updating unit test and using more para...cash
2011-11-28forgot this unit test from a previous commitcash
2011-11-27fixed some documentation related to subtypesCash Costello
2011-11-25added a better message for php libraries that don't exist on diskCash Costello
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-18Fixes #3792 admin can edit settings againcash
2011-11-18Fixes #4111 guid is now an intcash
2011-11-18Fixes #4128 better test of null passed to registering external filescash
2011-11-18Fixes #4134 improved plugin manifest tests by using assertIdentical morecash
2011-11-18Fixes #4133 updated type in plugin manifest testcash
2011-11-18Fixes #4132 fixed metastring delete by id testcash
2011-11-18Fixes #4131 elgg_delete_metastring_based_object_by_id() should return a boolcash
2011-11-18Fixes #4129 fixed priority list testscash
2011-11-18Fixes #4126 fixed test for checking relationship existencecash
2011-11-18Fixes #4118 returning bool from leave group functionscash
2011-11-18Fixes #4115 returning bool from remove_user_from_access_collection()cash
2011-11-18Fixes #4113 returning a bool from delete_access_collection()cash
2011-11-18Fixes #4125 checking count correctlycash
2011-11-18Fixes #4122, #4123, #4124 testing for empty arrays and added some documentati...cash
2011-11-18Fixes #4112 get_user_by_username() returns false if no usercash
2011-11-18Fixes #4109 remove inaccurate comment due to copy & pasteCash Costello
2011-11-18Fixes #4108 delete() returns bool now and updated unit testsCash Costello
2011-11-18Fixes #4104, #4105 fixed casting in testElggEntityMetadata()Cash Costello
2011-11-18Fixes #4114 checking type for acl testCash Costello
2011-11-17Fixes #4120 metadata tests now check for the correct typesCash Costello
2011-11-17Fixes #4094, #4095 fixes casting issues in unit tests - thanks to andres.fortierCash Costello
2011-11-15atleast renaming the ui js libsCash Costello
2011-11-15Fixes #4089 corrects documentation of ElggRelationship constructorCash Costello
2011-11-15Fixes #4090 removes double assignment - thanks to andres.fortierCash Costello
2011-11-13added the missing set/get priority methods to ElggMenuItemcash
2011-11-13Fixes #4082 adds output/imgCash Costello
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