Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-14 | Fixes #5626 adds limit for display of titles for river, breadcrumbs, and ↵ | Cash Costello | |
list pages | |||
2012-10-22 | Fixes #3465. Unmet suggestions are marked as warnings instead of errors in ↵ | Brett Profitt | |
plugins. | |||
2012-07-16 | added URL to the other new method names | Cash Costello | |
2012-07-13 | Refs #3646. "getRepositoryURL" is more descriptive than "getRepository". | Sem | |
2012-07-08 | Fixes #3646. Added suport for Repository, Bugtracker and Donations in manifest. | Sem | |
2012-06-23 | Fixes #2893: More visible invalid plugin errors | Steve Clay | |
2012-06-16 | Fixes #3463 not showing edit icon for widgets when nothing to edit | Cash Costello | |
2012-06-02 | Fixes #4437 allowing plugins to pass tag HTML to the view ↵ | Cash Costello | |
object/elements/summary | |||
2012-04-22 | Fixes #4439. Redirecting if trying to view a plugin object outside of admin. | Brett Profitt | |
2012-02-25 | Fixes #3312, #3632. Added class elgg-plugin-category-<category> to the ↵ | Brett Profitt | |
plugin div. Exposed plugin categories under more. Changed border color and size for bundled categories. | |||
2012-01-22 | Fixes #4311. Rewriting all invalid CSS characters to - for plugin id in ↵ | Brett Profitt | |
plugin admin area. | |||
2012-01-12 | added clearfix to increase the size of the area for the drag handle | Cash Costello | |
2011-12-23 | Fixes #4186 restricting the drag handle for widgets | Cash Costello | |
2011-12-18 | Fix #4200: Converting widgets controls into an elgg menu | Ismayil Khayredinov | |
2011-12-07 | delete action expects widget_guid instead of guid | Jeroen Dalsem | |
2011-11-27 | Fixes #3954 using lightbox for plugin screenshots | Cash Costello | |
2011-11-19 | don't display <h3> if no title | cash | |
2011-11-01 | Fixes #4035 made the entity view pages consistent for blog, bookmarks, file, ↵ | cash | |
pages, and forum posts | |||
2011-10-27 | Refs #3917 removed more code from simple plugin interface | cash | |
2011-10-25 | Fixes #2292 added object/summary/extend view | cash | |
2011-10-25 | added new view for the full display of objects | cash | |
2011-10-17 | Merge pull request #74 from cash/autocomplete | Cash Costello | |
Fixes #2102, #2712, #3450 Finishes autocomplete and userpicker for 1.8.1 | |||
2011-10-12 | Simple theme for autocomplete | cash | |
2011-10-08 | Fixes #3411 output/url now has a is_trusted parameter - defaults to false | Cash Costello | |
2011-09-17 | Refs #3236 using .float-alt for plugin activate button | cash | |
2011-09-17 | Fixes #3236 finishes admin theme - open new tickets for new issues | Cash Costello | |
2011-06-30 | Fixes #3635 added strings for activate and deactivate | Cash Costello | |
2011-06-29 | Fixes #3630 using the plugin id for the css id | Cash Costello | |
2011-06-26 | Fixes #3470 using rel=toggle now | Cash Costello | |
2011-06-26 | Fixes #3368 combining $vars with parameters for object/elements/summary view | Cash Costello | |
2011-06-24 | cleaned up the list/gallery css classes to use standard class naming - minor ↵ | cash | |
modifications only | |||
2011-06-11 | Fixes #3096 added user and group summery views an updated plugins to use the ↵ | cash | |
new view locations git-svn-id: http://code.elgg.org/elgg/trunk@9174 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-11 | Refs #3096 Moved page/components/summary to object/elements/summary. Left | cash | |
page/components/summary for backwards compatibility. Plugins will eventually need to be updated to use $type/elements/summary git-svn-id: http://code.elgg.org/elgg/trunk@9173 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-09 | Refs #2871 also turning off dragging when not in priority order | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9155 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-09 | Refs #2871 only showing links for changing priority when all plugins are ↵ | cash | |
shown in priority order git-svn-id: http://code.elgg.org/elgg/trunk@9154 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-05-24 | Fixes #3467. Fixed bugs in priority deps. Can now disable active plugins ↵ | brettp | |
with unmet dependencies. git-svn-id: http://code.elgg.org/elgg/trunk@9111 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-05-19 | Fixes #3163 plugin/<plugin id>/settings.php is now the preferred way to add ↵ | cash | |
settings plugins git-svn-id: http://code.elgg.org/elgg/trunk@9101 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-28 | Refs #3236 removed elgg-states-* from admin css since it was overaggressive | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9045 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-27 | Refs #3362. Plugins don't check deps upon boot. Made package and manifest ↵ | brettp | |
private properties of ElggPlugin and added ->getPackage() and ->getManifest(). git-svn-id: http://code.elgg.org/elgg/trunk@9030 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-25 | Fixes #2899, #2870. Added README.txt, CHANGES.txt, COPYRIGHT.txt, ↵ | brettp | |
LICENSE.txt, and INSTALL.txt as markdown files for plugins. Added page handler to parse and serve them. Added links in plugin admin. Refs #3236. Problems with displaying parsed markdown because of missing parts of the admin theme's CSS. git-svn-id: http://code.elgg.org/elgg/trunk@9022 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-04 | Refs #3108 fixed widgets for main site (not admin) and tweaked topbar | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8933 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-27 | Fixes #3086 using full_view instead of full | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8866 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-17 | Refs #2242: Better placement for the delete button for admin notices. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8741 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-17 | Refs #2242. Removed incorrect option passed to url view. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8739 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-17 | Fixes #2242. Can now delete admin notices manually. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8737 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-14 | Refs #3112: Pulled out widget gear icon into elgg-icon-gear, which widgets ↵ | ewinslow | |
now use git-svn-id: http://code.elgg.org/elgg/trunk@8710 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-14 | Fixes #2928: Invalid plugins are shown on the advance page with details ↵ | brettp | |
about the problem and a link to the docs. git-svn-id: http://code.elgg.org/elgg/trunk@8709 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-13 | Refs #3096 using 'summary' instead of list/body | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8680 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ | ewinslow | |
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-02 | Widget collapse button uses elgg-toggler pattern | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8562 36083f99-b078-4883-b0ff-0f9b5a30f544 |