aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-02added note about preventing reflected XSS vulnerabilities.cash
2011-07-02Fixes #3624 input views use class extending rather than overridingCash Costello
2011-07-02fixed the blog categories code as the entity was not being passedCash Costello
2011-07-01removed the add bookmark button from get bookmarklet pageCash Costello
2011-06-30Adds exception handling to shutdown hook from pull request 50Cash Costello
2011-06-30Refs #3015 updated jquery and jquery-ui to their latest releasesCash Costello
2011-06-30Fixes #3635 added strings for activate and deactivateCash Costello
2011-06-30Fixes #3636 added general language strings for sort and filterCash Costello
2011-06-29made group widget columns backward compatible so that content at least does ↵cash
not disappear
2011-06-29handling spaces and uppercase characters when creating menu item classescash
2011-06-29added backward compatibility for the view page_elements/content_wrappercash
2011-06-29added @since dates on two functions in group librarycash
2011-06-29Fixes #3537 using elgg.echo() for i18n of word countCash Costello
2011-06-29moved tinymce content css into its own directoryCash Costello
2011-06-29Fixes #3629 added overflow hidden to .elgg-module for both default and admin ↵Cash Costello
themes
2011-06-29Fixes #3578 added a css class to thewire add formCash Costello
2011-06-29Fixes #3630 using the plugin id for the css idCash Costello
2011-06-28Fixes #3579 using input/plaintext in the wire formCash Costello
2011-06-28Fixes #3519 admin area now has title buttonsCash Costello
2011-06-28using elgg_view_title() in content layout headerCash Costello
2011-06-28Fixes #3597 defined a language string for 'more'Cash Costello
2011-06-28Fixes #3505 define language string for menu:page:header:defaultCash Costello
2011-06-28Fixes #3407 added elgg-foot to plugin formsCash Costello
2011-06-28updated the menu item view to work with the new setLinkClass/addLinkClass ↵Cash Costello
methods
2011-06-28Merge pull request #51 from cash/add-data-to-menuCash Costello
Fixes #3615 Better handling of options in ElggMenuItem
2011-06-27Refs #3407 using elgg-form and elgg-foot in core forms. Plugins nextCash Costello
2011-06-27Merge pull request #52 from cash/banishing-auto-buttonCash Costello
Fixes #3616 Banishing auto 'add' button
2011-06-26this should update all the core pages and plugins using 'buttons'cash
2011-06-26removed buttons logic from content header view, created convenience function ↵cash
rather than copying and pasting, and updated the blog plugin
2011-06-26added a data array to ElggMenuItem. Now by default options end up being ↵cash
passed to output/url.
2011-06-26Merge pull request #41 from cash/embed-lightboxCash Costello
Fixes #3564 Embed rewrite using new lightbox
2011-06-26updated based on Brett's comments and removed old stuff related to facebox ↵cash
lightbox
2011-06-26Fixes #3585 do not need to check parameters because was registered for only ↵Cash Costello
one event
2011-06-26Fixes #3470 using rel=toggle nowCash Costello
2011-06-26provided a way to get to the wire from activity pageCash Costello
2011-06-26made breadcrumbs consistent in content pluginsCash Costello
2011-06-26not displaying the reply button for discussion topics in widgetsCash Costello
2011-06-26Fixes #3368 combining $vars with parameters for object/elements/summary viewCash Costello
2011-06-26removed use of deprecated internalname key in log rotationCash Costello
2011-06-26Fixes #3614 updated use of elgg_view_entity() throughout coreCash Costello
2011-06-26better way of sorting messageboard annotationsCash Costello
2011-06-25Merge branch '3554-upgrade_from_17'Brett Profitt
2011-06-25Don't say the db was upgradeded when it wasn't.Brett Profitt
2011-06-25Fixes #3554. Pulled 1.7->1.8 upgrade bootstrapping into a separate function. ↵Brett Profitt
Made the plugin upgrade that forwards (2011010101) set itself in the processed upgrades.
2011-06-25one_column layout was not showing title and navcash
2011-06-25fixed ordering of messageboard postscash
2011-06-25datalist_get() was incorrectly setting escaped values in the cache.Brett Profitt
2011-06-25fixed spacing in elgg_admin_add_plugin_settings_menu()cash
2011-06-25actually read Evan's comment on pull request #48 and fixed previouscash
2011-06-25updates the avatar update river view and closes pull request #48cash