aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-19Refs #2916: Moved messageboard js into elgg.messageboard object. Moved forms ↵brettp
into forms/messageboard. Can post now, but wow this plugin needs cleaned up. git-svn-id: http://code.elgg.org/elgg/trunk@8320 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19More consistent way of building topbar item for messages pluginewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8319 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19sticky form wasn't being cleared in bookmarks - that's fixed nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@8318 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19fixed display issue when a bookmark has no description textcash
git-svn-id: http://code.elgg.org/elgg/trunk@8317 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19elgg-state-selected doesn't make sense for non-default buttonsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8316 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19fixed forward url when deleting a bookmarkcash
git-svn-id: http://code.elgg.org/elgg/trunk@8315 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2905: Admin action links on user hover menu asks for confirmation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8314 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Added 4 methods to ElggMenuItem: get/setLinkClass() and get/setItemClass(). ↵brettp
This allows you to put classes on the a and li tags it generates. git-svn-id: http://code.elgg.org/elgg/trunk@8313 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19added documentation for the livesearch page handlercash
git-svn-id: http://code.elgg.org/elgg/trunk@8312 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19More buttons in forms theme previewewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8311 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Pulled the confirm link output view's JS into elgg.us. Any links with ↵brettp
elgg-requires-confirmation will get a confirm box with the title of the anchor tag as the question, or the default "Are you sure?" if that doesn't exist. git-svn-id: http://code.elgg.org/elgg/trunk@8310 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixed the tab that was showing up in every text area.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8309 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19removed $CONFIG usage in search hookscash
git-svn-id: http://code.elgg.org/elgg/trunk@8308 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2955 fixed typocash
git-svn-id: http://code.elgg.org/elgg/trunk@8307 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19missed this is a commit last week on external pagescash
git-svn-id: http://code.elgg.org/elgg/trunk@8306 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2428 last of the $CONFIG removals. Anything missed can be individual ↵cash
tickets git-svn-id: http://code.elgg.org/elgg/trunk@8305 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2768. min-height needed a little bit more for the profile widgets.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8304 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Removing test group default widget code.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8303 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2753: Default widgets merged into core as extensible admin section ↵brettp
and updated to work with new widgets. Will need an upgrade for users running the old default widgets in 1.7. git-svn-id: http://code.elgg.org/elgg/trunk@8302 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19clearfix > clearfloatewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8301 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19theme_preview is using more familiar/correct page handling practicesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8300 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Added stub for page owners in elgg.jsbrettp
git-svn-id: http://code.elgg.org/elgg/trunk@8299 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Fixes #2953: Like button doesn't show up for logged out users.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8298 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Fixing list_registered_entities() from displaying things it should. You now ↵brettp
must explicitly register object subtypes to get them to display. git-svn-id: http://code.elgg.org/elgg/trunk@8297 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Fixed plugin settings save form.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8296 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Removing unneeded @copyright and @license tags.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8295 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Added some color to the selected state for admin page menu so we can tell ↵ewinslow
what page we're on git-svn-id: http://code.elgg.org/elgg/trunk@8294 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Added overflow-y: scroll by default so that the page doesn't get jerky when ↵ewinslow
an animation breaks the fold git-svn-id: http://code.elgg.org/elgg/trunk@8293 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Improved the admin menu a bitewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8292 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Updated copyright and author information in plugin manifests.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8291 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Fixes #2943: Removed engine/lib/install.phpewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8290 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Adding plugin hooks for authorization and login events.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@8289 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2950: layout/objects => page/componentsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8288 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Removed unused var in widgets layout.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8287 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2950: layout/shells => page/layoutsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8286 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2950: layout/elements => page/elementsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8285 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18@todos for refactoring admin statisticsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8284 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Fixes #2945, Refs #2946. Plugins that require priority on an uninstalled ↵brettp
plugin don't crash the plugins admin. git-svn-id: http://code.elgg.org/elgg/trunk@8283 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Don't show the bookmark this link if you're not logged in.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8282 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18improved .elgg-gallery and added .elgg-photocash
git-svn-id: http://code.elgg.org/elgg/trunk@8281 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2847. Install now sets the viewspath_cache_enabled.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8279 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2847. Fixed simplecache settings and functionality for initial ↵brettp
installation. git-svn-id: http://code.elgg.org/elgg/trunk@8278 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Fixes #1433, #2183. Upgrades are now tracked and will be run if needed ↵brettp
regardless of version. git-svn-id: http://code.elgg.org/elgg/trunk@8277 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-17Fixes faulty logic in twitter services that allowed new users to register ↵brettp
via twitter when site registration was off. git-svn-id: http://code.elgg.org/elgg/trunk@8276 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-17Fixes #2938: Restored the $vars['entity'] in plugin settings for backward ↵brettp
compatibility with plugins. git-svn-id: http://code.elgg.org/elgg/trunk@8275 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-17Cleaned up a manual implementation of elgg-moduleewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8274 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-17Further cleanup of bookmarks. Moved bookmarklet to plugin. Pulled in the 1.7 ↵brettp
bookmark pin and made the "Bookmark this page" less ugly. Added js to append the title. git-svn-id: http://code.elgg.org/elgg/trunk@8273 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-17Fixes #2680. Added group profile bookmark widget. Fixed a problem editing ↵brettp
bookmarks. git-svn-id: http://code.elgg.org/elgg/trunk@8272 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-17Hiding the filter tabs for bookmarks when not in a filter context.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8271 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-17Fixed typo in filter nav view.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8270 36083f99-b078-4883-b0ff-0f9b5a30f544