aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)Author
2013-02-02Merge pull request #398 from jeabakker/#4880Steve Clay
#4880 - incorrect usage of elgg_get_entities_* parameters
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-01-26Merge branch '1.8-twit-fix' into 1.8cash
2013-01-26fixed some formatting issues in CSS filescash
2013-01-25Fixes #5005 correct pagination for my groupscash
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-19Fixes #4983 added default paramter to get_input() to avoid warningCash Costello
2013-01-19Fixes #4990 removes extra title for full file viewCash Costello
2013-01-18Style fixes to match 1.8 widgetsSteve Clay
2013-01-17Corrects encoding and other small tweaks in Twitter widgetSteve Clay
2013-01-09Returning true to avoid making the views system think the include failed.Sem
2013-01-08Merge pull request #472 from sembrestels/groups-summary-ownerBrett Profitt
Checking if we have an owner in group profile summary before using it.
2013-01-08Prevent distortion of group iconPer Jensen
2013-01-04Refs #3617. Added misc section for developer's theme preview.Brett Profitt
2013-01-02Fixes #2212. Added profile fields to the user search.Brett Profitt
2012-12-31Fixes #2554 - Adds search support for sorting and orderPaweł Sroka
2012-12-27Fixes #4882. Added upgrade for The Wire to register thewire objects as ↵Brett Profitt
ElggWire class.
2012-12-27Merge pull request #435 from mrclay/pr-390Brett Profitt
Fixes #4871: Corrects link in messages notification
2012-12-27Fixes #1747. Added "My status" sidebar menu for groups.Brett Profitt
2012-12-24Checking if pageowner exists before using it.Sem
2012-12-20Not using short open tag.Brett Profitt
2012-12-19Refs #4633. Added join request count to page menu item.Brett Profitt
2012-12-19Fixes #4633. Added the invitation count for group invitations page menu item.Brett Profitt
2012-12-17Merge branch 'pr-358' into 1.8Brett Profitt
2012-12-17Refs #4764. Also checking $_SESSION['last_forward_from'] for twitter forwarding.Brett Profitt
2012-12-16Refs #1334. Move the page parent input to pages/input/parent.Brett Profitt
2012-12-15Merge branch 'pr-316' into 1.8Brett Profitt
2012-12-14Merge branch 'master' of git://gitorious.org/lorea/elgg into saraveaSilvio Rhatto
2012-12-13Checking if we have an owner before using it.Sem
2012-12-11Merge pull request #458 from sembrestels/search-warningsBrett Profitt
Avoid some warnings and a division by 0.
2012-12-07Merge tag '1.8.11' of git://github.com/Elgg/ElggSem
Elgg 1.8.11 release
2012-12-06Merge branch 'pr-420' into 1.8Brett Profitt
2012-12-05Fixes fatal error in groups/add page.Steve Clay
2012-12-05Avoid groups upgrade returning false.Sem
2012-12-05Avoid some warnings and a division by 0.Sem
2012-12-05Refs #4842. Relating replies to original messages.Sem
2012-12-05Refs #4842. Fixed typo.Sem
2012-12-04Updating tasks pluginSilvio Rhatto
2012-12-03Updating videolist moduleSilvio Rhatto
2012-12-03Adding more submodulesSilvio Rhatto
2012-12-03Updating videolist pluginSilvio Rhatto
2012-12-03Updating tasks pluginSilvio Rhatto
2012-12-01Make metadata prefetch respect accessSteve Clay
2012-12-01Upgrade remaining plugins.lorea-preprodSem
2012-12-01Merged production changes.Sem