aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
AgeCommit message (Expand)Author
2012-12-08Refs #4869 fixed formattingcash
2012-12-08Fixes #4948, #4686 checking that event/hook exists before trying to unregistercash
2012-11-15Fixes #4895: Output valid ETag and Expires headersSteve Clay
2012-11-14Style cleanupSteve Clay
2012-11-14Fixes #4861: allow lazy-loading for static method callbacks, allow more calla...Steve Clay
2012-09-28fixed: shortcoming in Elgg's custom PHP error handlerJerome Bakker
2012-08-25Fixed @return doc on elgg_extractSteve Clay
2012-07-01Fixes #3955 removes public access from walled gardens - maintains groups func...Cash Costello
2012-06-23Fixes #4428 functions deprecated for current version logged at WARNING. They ...Cash Costello
2012-06-23Fixes #4168 returning default value from elgg_extract if non-array passed - n...Cash Costello
2012-06-23Fixes #4619 downgraded type violations to warningsCash Costello
2012-06-17Merge pull request #274 from cash/language_cachingCash Costello
2012-06-16Fixes #4485 walled garden lets a plugin take over index pageCash Costello
2012-06-14rewrote the language caching - now not calling register_translations() if we ...Cash Costello
2012-06-02Merge pull request #190 from mrclay/patch-2Cash Costello
2012-06-02Merge pull request #172 from ewinslow/river-externalize-jsCash Costello
2012-04-20Fixes #4447: Error handler takes type hint violations seriouslySteve Clay
2012-03-04Pulls river js out into external fileEvan Winslow
2012-02-10updated the walled garden js to use new js libCash Costello
2012-02-10new layout and ajax loading for walled gardenCash Costello
2012-01-25caching language datacash
2012-01-24Merge pull request #151 from cash/system_cacheCash Costello
2012-01-24Merge pull request #150 from cash/bootCash Costello
2012-01-22Fixes #4321. Limit alone is no longer valid for batch delete operations for m...Brett Profitt
2012-01-21moved cache loading out of plugin codeCash Costello
2012-01-21cleans up the boot processCash Costello
2012-01-15Fixes #4036. Hiding exceptions except for admin users.Brett Profitt
2012-01-11Fixes #4292 added a white list for ajax viewscash
2012-01-08Fixes #4278 deprecation notices ignore debug level but do respect whether the...Cash Costello
2012-01-08fixed some formattingCash Costello
2011-12-24Refs #4009 registering the walled garden css and js on every requestCash Costello
2011-11-25added a better message for php libraries that don't exist on diskCash Costello
2011-11-15atleast renaming the ui js libsCash Costello
2011-11-05Fixes #4024 fixed a lot of notices - enough for this release - found a few bugscash
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
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-23Fixes #3914. Pulled avatar code out into its own library.Brett Profitt
2011-10-17Merge pull request #74 from cash/autocompleteCash Costello
2011-10-08need to check if something exists before checking its typeCash Costello
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-10-06using html extension to jquery.ui autocompletecash
2011-10-06Merge pull request #69 from mrclay/issue3765Cash Costello
2011-10-01Fixes #3913 registering jquery.imgareaselectCash Costello
2011-09-28Fixes #3891. elgg_register_external_file() defaults priority to 500. Elgg's d...Brett Profitt
2011-09-19forward throws Exception if headers sent. fix for http://trac.elgg.org/ticket...Steve Clay
2011-08-23Fixes #3355. Added ElggPriorityList. Adapted the externals system to use it.Brett Profitt
2011-08-17Finished ElggPriorityList. Migrated external files to use it.Brett Profitt
2011-06-30Adds exception handling to shutdown hook from pull request 50Cash Costello