aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-18Closes #5053 decodes html entities for email subjectscash
2013-02-18Fixes #5068 removed invalid menu item creationcash
2013-02-12fixes #5067 - elgg_get_page_owner_guid() can bypass all access for the rest ↵Matt Beckett
of the pageload
2013-02-09cleaned up some coding standard issuescash
2013-02-09updated todo comment on compareByWeightcash
2013-02-09Lots of new @todos :(Steve Clay
2013-02-09Remove unnecessary get_data() callbackSteve Clay
2013-02-09Normalized escaping, escape $user->location just in caseSteve Clay
2013-02-09removed unnecessary @var since we have instanceof testcash
2013-02-09Check for ElggUser in functions that pass in user's GUIDSteve Clay
2013-02-09Fixes #5052 using name for annotations and using correct class for exportCash Costello
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09simplify flow, styleSteve Clay
2013-02-09small changes to previous commit from Steve's cleanupCash Costello
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2013-02-02Merge pull request #398 from jeabakker/#4880Steve Clay
#4880 - incorrect usage of elgg_get_entities_* parameters
2013-02-02Merge branch 'fork-508' into 1.8Steve Clay
2013-02-02Handle logged out case, simplify logicSteve Clay
2013-02-02Update mod/messages/start.phpEd Lyons
We had an Elgg user named Chris Read with username 'read'. Once he registered, people's messages stopped working because hitting a message in your inbox was a url like: [site_name]/messages/read/459 - and the message code, supporting the old URL format, looked up the parameter right after messages and did a lookup on that word. So, since it got a user, redirected to his inbox. Yipes! So I put in some code checking that the parameter really is your username, so it would work for Chris, but not for anyone else. It works fine now.
2013-02-01Merge pull request #482 from Srokap/ticket_2554Cash Costello
Fixes #2554 - Adds search support for sorting and order
2013-02-01Add a lightobx alike instead use popups.German Bortoli
Add a lightobx alike instead use popups while using the TinyMCE controls, for example, when you try to insert an image, watch the HTML content, etc.
2013-02-01Fixes #5022 not setting forward on ajax calls for walled gardenCash Costello
2013-01-30Set the error code when user authentication failLuciano Lima
Signed-off-by: Luciano Lima <lucianomlima@ymail.com>
2013-01-30updated the changes file based on development so farCash Costello
2013-01-30Check if the is a valid viewtypeLuciano Lima
Signed-off-by: Luciano Lima <lucianomlima@ymail.com>
2013-01-29Merge pull request #495 from Srokap/ticket_3123Cash Costello
Fixes #3123 - Correct name length control in datalist_get and set_config
2013-01-26updated version for 1.8.13 releasecash
2013-01-26Merge branch '1.8-twit-fix' into 1.8cash
2013-01-26Fixes #4636: Transparent corners for walled garden backgrounds.Juho Jaakkola
2013-01-26fixed some formatting issues in CSS filescash
2013-01-26Fixes #4956 language unit tests pass againcash
2013-01-26fixed comment language for brief display of comments - made it easier to ↵Cash Costello
translate - taken from PR 438
2013-01-26Defines river:comment:object:default - taken from PR 438Cash Costello
2013-01-25Fixes #4972 decode special chars before encoding for friendly titlescash
2013-01-25Fixes #4987 removed unnecessary codecash
2013-01-25adds missing language stringcash
2013-01-25Fixes #5002 unlocking the upgrade before forwarding to upgrade scriptcash
2013-01-25Fixes #5005 correct pagination for my groupscash
2013-01-25Fixes #4992 - saving temporary private settings works nowcash
2013-01-23better solution for 1.7 file compatibility than pull request 471Cash Costello
2013-01-22forgot to change the condition back after testing from previous commitcash
2013-01-22addresses pull request 472 - group not having an owner is a serious problem ↵cash
- try exception approach - maybe we need a mechanism for displaying an error page besides exceptions
2013-01-20Fixes #4991 CLI allowed when walled garden is turned onCash Costello
2013-01-19standardise on American spelling of licenceCash Costello
2013-01-19updated copyright dateCash Costello
2013-01-19Fixes #4983 added default paramter to get_input() to avoid warningCash Costello
2013-01-19Fixes #4982 adds confirm dialog to profile field resetCash Costello
2013-01-19Fixes #4990 removes extra title for full file viewCash Costello
2013-01-18Style fixes to match 1.8 widgetsSteve Clay