aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-24updated thewire to extend the correct css viewCash Costello
2012-06-24passing user as body variable to elgg_view_form()Cash Costello
2012-06-24fixed owner block displaySteve Clay
2012-06-24Fixes #4138: Admin can edit any users' notificationsSteve Clay
2012-06-23Fixes #2893: More visible invalid plugin errorsSteve Clay
2012-06-23Fixes #4547 adds userpicker and friendpicker support to admin areaCash Costello
2012-06-23added slug to url of discussion forum topicCash Costello
2012-06-23added missing break in the wire's page handlerCash Costello
2012-06-23Fixes #4610 better handling of content requiring a logged in userCash Costello
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-23Refs #4504 made it easier to detect any problems caused by hack for json ↵Cash Costello
duplicate issue
2012-06-23Fixes #4504. Entity duplicates in json views.Sem
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-22Fixes #4537, #4617 made input/friendspicker i18n compliantCash 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-20Merge pull request #277 from jeabakker/#4604Cash Costello
Fixes #4604: Pages: potential useless loading of JS (jQuery treeview)
2012-06-20changed: loading of jQuery treeview library to prevent potentialJerome Bakker
unnecessary loading
2012-06-19Fixes #4382 catches lost connection to database - from Pawełcash
2012-06-19Fixes #4608 optimizes messages_count_unread() - from Jeroencash
2012-06-19Fixes #4606 made unlike code consistent and functionalcash
2012-06-19Merge pull request #189 from mrclay/t4432Cash Costello
Fix ticket 4432
2012-06-19Merge pull request #183 from hypeJunction/group_title_buttonCash Costello
Fixes #4395: Register group profile title buttons earlier - registering menu items before rendering the layout
2012-06-18Elgg 1.8.6Cash Costello
2012-06-18fixed a warning due to foreach over empty arrayCash Costello
2012-06-18fixed a language string for installerCash Costello
2012-06-18updated changes.txtCash Costello
2012-06-18updated copyright dateCash Costello
2012-06-18updated install instructionsCash Costello
2012-06-18Fixes #4483 fixes undefined variable errors for non-deprecated functions in ↵Cash Costello
engine
2012-06-18Fixes #4478 corrected license of htmlawed pluginCash Costello
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-17Merge pull request #268 from jeabakker/#4572Cash Costello
#Fixes 4572 Not encoding title in controller code
2012-06-17Fixes #4422 pulling in Ismayil's changes so that we use the module view for ↵Cash Costello
settings
2012-06-17Fixes #3755 adds ajax loader when uploading files in embed pluginCash Costello
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 #4079 detecting docx, xlsx, and pptx files in file pluginCash Costello
2012-06-16Fixes #3684 prevent pagesetup, system event from firing during the init, ↵Cash Costello
system event
2012-06-16Fixes #3787 not showing all logs if user does not existCash Costello
2012-06-16Fixes #4586 properly accessing ip address in refine formCash Costello
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 #4502 selected menu items maintain plugin provided classesCash Costello
2012-06-16Fixes #3463 not showing edit icon for widgets when nothing to editCash Costello
2012-06-16Fixes #3242 removed metastring clean up in one of the unit testsCash Costello
2012-06-15Merge pull request #265 from jeabakker/#4404Cash Costello
#4404: uncaught exception in uservalidationbyemail
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