aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-12Fixes #3804 using Site Pages for the plugin nameCash Costello
2011-09-12Refs #3573. Using more specific rules in .gitignore.Brett Profitt
2011-09-12Refs #3771. Fixed incorrect requires plugin name.Brett Profitt
2011-09-11Fixse #3573. Ignoring all files in /mod/ that aren't part of core.Brett Profitt
2011-09-11Fixes #3771. Added missing files for embed support. Added requirement for ↵Brett Profitt
file in embed's manifest.
2011-09-11Fixes #3340 adds group activity widget for the user dashboardCash Costello
2011-09-11Fixes #3794 fixes menu links so that admins can edit avatarsCash Costello
2011-09-10Fixes #3741 fixed menu code so that all links do not get empty title and ↵Cash Costello
confirm attributes
2011-09-10Fixes #3665, #3660 added plugin hooks for page and layouts so that rss icon ↵Cash Costello
for page meta menu can be registered consistently
2011-09-10Fixes #3688 setting the page setup variable in $CONFIG before trigger the ↵Cash Costello
event to prevent a stack overflow
2011-09-10Fixes #3714 also forwarding to the top of the page when a plugin activation ↵Cash Costello
fails
2011-09-10Fixes #3752 corrected URL for group membership requestsCash Costello
2011-09-10made the documentation of the plugin settings code a little clearerCash Costello
2011-09-10Fixes #3782 only deleting metadata if the entity has been savedCash Costello
2011-09-10Fixes #3775 updated admin area for logbrowser to utilitiesCash Costello
2011-09-05Fixed a stupid problem I introduced in the installation and only just caught >:OBrett Profitt
2011-09-05Version bump to 1.8.0. *whew*Brett Profitt
2011-09-05Updated README to mention the Elgg Foundation.Brett Profitt
2011-09-05Refs #3449, #3770. Using JS to fix submenu dropdown in IE7.Brett Profitt
2011-09-05Improved documentation for deprecated functions.Brett Profitt
2011-09-05Added instructions to delete deprecated plugins during upgrade.Brett Profitt
2011-09-05Updated changes for 1.8.0.Brett Profitt
2011-09-05Updated contributors file with @elgg.org email addresses.Brett Profitt
2011-09-05Added more explicit upgrade instructions for 1.7 -> 1.8.Brett Profitt
2011-09-05Refs #3449. Some IE7 CSS fixes. I need to shower now.Brett Profitt
2011-09-04Fixes #3661. Pulled in recursive delete fixes to master.Brett Profitt
2011-09-04Refs #3661. Merged lat/long metadata fixes to master.Brett Profitt
2011-09-04Refs #3661. Merged XSS fixes in search to master.Brett Profitt
2011-09-04Refs #3661. Better filtering for container_guid in pages.Brett Profitt
2011-09-04Refs #3661. Pulled in XSS fixes for file search.Brett Profitt
2011-09-04Fixes #3720. Using correctly filters for tabs on group landing page.Brett Profitt
2011-09-04Merge branch 'master' of github.com:Elgg/ElggBrett Profitt
2011-09-04Merge pull request #59 from surevine/ticket3709Brett Profitt
Fixes #3709 Detecting if client can accept application/json in ajax forward action hook to avoid download prompts on older browsers.
2011-09-04Refs #3661. Merged $CONFIG->lastcache fix to master.Brett Profitt
Fixes #3530. $CONFIG->lastcache has correct value on page load when cache is regenerated. git-svn-id: http://code.elgg.org/elgg/branches/1.7@9204 36083f99-b078-4883-b0ff-0f9b5a30f544 Conflicts: engine/start.php
2011-09-03Fixed typo in call to function.Brett Profitt
2011-08-30Fixes #3543. Ported access collections fix to master.Brett Profitt
2011-08-29Fixes #3461: Using absolute URLs for lightbox CSS.Brett Profitt
2011-08-29Removing debug string.Brett Profitt
2011-08-27Fixes #3561. Only adding the static profile block height to the widget ↵Brett Profitt
canvas if on the profile page.
2011-08-27Fixes #2911. Embed plugins works again. Added menu for embed sections. This ↵Brett Profitt
plugin is painfully messy.
2011-08-27Fixes #3434. Manifests are checked more carefully on anything that checks ↵Brett Profitt
deps. Disabling plugins with invalid manifests from admin page.
2011-08-25Fixes #3535. elgg_view_form() automatically adds elgg-form-action-name.Brett Profitt
2011-08-25Removed unused code for likes notification.Brett Profitt
2011-08-25Fixes #3131. Added generic liking notification text.Brett Profitt
2011-08-25Fixes #3558. Added upgrade for excerpt in blogs.Brett Profitt
2011-08-25Removed silly check for elgg version.Brett Profitt
2011-08-25Fixing blog upgrades for excerpt.Brett Profitt
2011-08-25Fixes #3657. There's not a good way to ensure redirects for CODING.txt ↵Brett Profitt
because most of the code is off our servers now, so just putting a placeholder.
2011-08-25Fixes #3662. Pulled out shortcut_icon to its own view for easier overriding.Brett Profitt
2011-08-24Checking for === false when moving elements in ElggPriorityList instead of ↵Brett Profitt
just !$priority. Fixes problems when moving elements to / from 0.