aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)Author
2013-03-13Merge tag '1.8.14' of git://github.com/Elgg/Elgg into foxglove-3Sem
Elgg 1.8.14 Conflicts: mod/tinymce/vendor/tinymce/jscripts/tiny_mce/langs/en.js mod/tinymce/vendor/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js
2013-03-12Refs #4953 sanitize group name when updating collection namecash
2013-03-12Fixes #5226 passing options through egefrcash
2013-03-12Fixes #5224 transfering container and metadata ownershipcash
2013-03-12Fixes #4953 added where clause to only change the correct aclcash
2013-03-10fixing line endingscash
2013-03-10validate url on profile displayCash Costello
2013-03-06Fixes #5058 not forcing a size on an imagecash
2013-03-05don't allow comments on draft blog postsCash Costello
2013-03-05Merge pull request #5131 from cash/blog_notificationsCash Costello
Fixes #4802 notifications sent when status is newly set to published
2013-03-05made the event more general for future support of objects with draft/publish ↵Cash Costello
status
2013-02-27Fixes #4977. Switched to ElggBatch for group ownership transfer.Brett Profitt
2013-02-27Fixes #5114. IE 7 and 8 forward to the embed items list after an upload.Brett Profitt
2013-02-26Fixes #5142 - Displays correct group visibility access on group edit pagePaweł Sroka
2013-02-23Fixes #4802 notifications sent when status is newly set to publishedCash Costello
2013-02-23Fixes #5012 drafts are private nowCash Costello
2013-02-22Fixes #5119: Pending membership request shows wrong countAday Talavera
2013-02-21Merge pull request #5095 from iionly/tinymce_update_3_5_8Brett Profitt
Tinymce plugin: update to version 3.5.8 of Tinymce editor
2013-02-21Fixes #4953 updates group access list when name changedCash Costello
2013-02-20Fixes #5106. Do not make big group description images.Sem
2013-02-19Tinymce plugin: update to version 3.5.8 of Tinymce editoriionly
2013-02-18Fixes #5068 removed invalid menu item creationcash
2013-02-13Upgraded adminsSem
2013-02-13Upgraded elggman.Sem
2013-02-13Upgrade plugins.Sem
2013-02-13Merge branch 'groups-upgrade-fix' of git://github.com/sembrestels/Elgg into ↵Sem
foxglove-2
2013-02-13Merge branch 'blog-sidebar' of git://github.com/sembrestels/Elgg into foxglove-2Sem
2013-02-13Merge branch 'messages-reply' of git://github.com/sembrestels/Elgg into ↵Sem
foxglove-2 Conflicts: mod/messages/pages/messages/read.php
2013-02-13Merge tag '1.8.13' of git://github.com/Elgg/ElggSem
Elgg 1.8.13 release
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