aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Collapse)Author
2012-06-29Merge pull request #288 from mrclay/4634-group-icons-2Cash Costello
Fixes #4634: Restores pre 1.7 group profile pics after update
2012-06-28Fixes #4634: Restores pre 1.7 group profile pics after updateSteve Clay
2012-06-28Fixes #4642 group discussion replies work nowcash
2012-06-26Added NFC conversion where availableSteve Clay
2012-06-26Fixes #2276: Better friendly titles, portable ElggTranslit class, better unitsSteve Clay
2012-06-23Fixes #4428 functions deprecated for current version logged at WARNING. They ↵Cash Costello
become visual for everyone when the site's trace level is set to WARNING or lower
2012-06-23Fixes #4168 returning default value from elgg_extract if non-array passed - ↵Cash Costello
not removing type hint since we downgraded it from an error to a warning
2012-06-23Fixes #4619 downgraded type violations to warningsCash Costello
2012-06-21Fixes #4165 livesearch now returns people based on last namescash
2012-06-20Merge pull request #192 from jeabakker/#3405Cash Costello
#3405 Memcache: fault in contructor can cause site to go into English language
2012-06-19Fixes #4382 catches lost connection to database - from Pawełcash
2012-06-19Merge pull request #189 from mrclay/t4432Cash Costello
Fix ticket 4432
2012-06-18Fixes #4483 fixes undefined variable errors for non-deprecated functions in ↵Cash Costello
engine
2012-06-17Merge pull request #274 from cash/language_cachingCash Costello
Fixes #4538 Language caching rewrite
2012-06-17Fixes #4487 turned off logging for sites that haven't been upgraded with ip ↵Cash Costello
address column
2012-06-17Fixes #4383 hard codes bundled plugin list and also removes really ugly ↵Cash Costello
color for highlighting them in plugin list
2012-06-16Fixes #3684 prevent pagesetup, system event from firing during the init, ↵Cash Costello
system event
2012-06-16Fixes #4157 setting class name in cache when update_subtype() is calledCash Costello
2012-06-16Fixes #4485 walled garden lets a plugin take over index pageCash Costello
2012-06-16Fixes #3242 removed metastring clean up in one of the unit testsCash Costello
2012-06-15Merge pull request #270 from mrclay/4577-png-transparencyCash Costello
Fixes #4577: Transparency converted to white instead of black
2012-06-15Merge pull request #208 from jeabakker/#4117Cash Costello
#4117: Restrict pages to logged-in users redirect loop
2012-06-15load translations when an exception is thrown before engine boot finishesCash Costello
2012-06-15Merge pull request #271 from Srokap/ticket_450Cash Costello
Fixes #450 Enabling entity doesn't enable it's children entities.
2012-06-15Fixes #4581: elgg_pop_breadcrumb now returns the itemSteve Clay
2012-06-15Fixes #450 Enabling entity doesn't enable it's children entities.Srokap
2012-06-14rewrote the language caching - now not calling register_translations() if we ↵Cash Costello
can load the language data from cache
2012-06-14Fixes #4577: Transparency converted to white instead of blackSteve Clay
2012-06-13Added entity caching to elgg_get_entities with workaround for recursive ↵Steve Clay
delete problem (#4568)
2012-06-02Merge pull request #193 from jeabakker/#4406Cash Costello
#4406: validate username for max chars
2012-06-02renamed variable to cause less confusion with the arguments ↵Cash Costello
elgg_trigger_plugin_hook()
2012-06-02Merge pull request #190 from mrclay/patch-2Cash Costello
Patch for #4447
2012-06-02Merge pull request #172 from ewinslow/river-externalize-jsCash Costello
Externalizes river JS
2012-06-02Merge pull request #230 from sembrestels/avatar-revert1.8Cash Costello
Fixes #4396. Revert avatar also deletes avatar's files and crop coords now.
2012-06-02Merge pull request #237 from mrclay/4481_18Cash Costello
Fixes #4481: In can_edit_extender, correctly pass entity to permissions hook.
2012-06-02Merge pull request #222 from mrclay/issue2411Cash Costello
Fixes #2411: Show message when upload exceeds PHP limits
2012-05-29small fixesSteve Clay
2012-05-28Call elgg_register_simplecache_view('css/admin') to register admin css with ↵Jeff Tilson
simplecache
2012-05-24Fixes #4543: Cache entities fetched with get_entity and elgg_get_entitiesEvan Winslow
2012-05-17Fixes #4481: In can_edit_extender, correctly pass entity to permissions ↵Steve Clay
hook. Also fixes missing attribute name in ProblemUpdatingMeta import exception.
2012-05-17Fixes #4249: Removes links to non-existent documentation.Evan Winslow
2012-05-17Refs #4396. No revert, remove.Sem
2012-05-16Fixes #2411: Show message when upload exceeds PHP limits, and show limits in ↵Steve Clay
Server Info
2012-05-15correctly registering js language. Otherwise the simple cache will not work ↵Jeroen Dalsem
and will constantly regenerate the cached views (which is a big issue)
2012-05-14Refs #4313. Loading ElggPlugin classes with the fully joined objects table.Brett Profitt
This cuts the number of db queries in half for loading plugins with elgg_get_plugins(). Will look to adapt these techniques to other classes in 1.8.6.
2012-05-14Making sure access calls don't get cached if access is disabled and it's the ↵Brett Profitt
first call after $init_finished is set.
2012-05-14Only caching access lists after ready, system fires.Brett Profitt
This prevents a bug where access lists could be cached and not cleared during plugin boot while access was disabled, which could expose entities set to ACCESS_PRIVATE.
2012-05-14Setting the useradd action's access to admin instead of public.Brett Profitt
2012-05-14Fixes possible XSS vector.Brett Profitt
2012-05-10Fixes #4512. Passing inc_offset only for deleting / disabling callbacks in ↵Brett Profitt
metastring functions.