Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-02 | Merge pull request #398 from jeabakker/#4880 | Steve Clay | |
#4880 - incorrect usage of elgg_get_entities_* parameters | |||
2012-11-04 | Fixes #1479 - Replaces WP autop with implementation from Steve Clay. | Paweł Sroka | |
2012-10-03 | correct singual usage of subtype in elgg_get_entities_* functions | Jerome Bakker | |
2012-10-03 | correct singual usage of type in elgg_get_entities_* functions | Jerome Bakker | |
2012-07-28 | Fixes #3294. Erased php code in thewire javascript file and moved character ↵ | Sem | |
couner warning text style to css file. | |||
2011-11-06 | removed uses of CSS class .right from plugins | Cash Costello | |
2011-11-03 | Refs #4027 updated all rss views except for groups | Cash Costello | |
2011-11-01 | added semi-colons after function expressions | cash | |
2011-10-29 | adds a river layout view that all river views should use | cash | |
2011-10-08 | Fixes #3411 output/url now has a is_trusted parameter - defaults to false | Cash Costello | |
2011-06-28 | Fixes #3579 using input/plaintext in the wire form | Cash Costello | |
2011-06-28 | Fixes #3407 added elgg-foot to plugin forms | Cash Costello | |
2011-06-26 | provided a way to get to the wire from activity page | Cash Costello | |
2011-06-26 | Fixes #3368 combining $vars with parameters for object/elements/summary view | Cash Costello | |
2011-06-24 | Merge branch '3404-river-revamp' of https://github.com/ewinslow/Elgg into ↵ | Cash Costello | |
ewinslow-3404-river-revamp Conflicts: languages/en.php | |||
2011-06-24 | Merge pull request #39 from blacktooth/thewire-counterfix | Cash Costello | |
Fixes #3563 textarea has to be jQuery object | |||
2011-06-22 | added @username in the reply text for a wire post | cash | |
2011-06-13 | textarea has to be jQuery object | Ravindra Nath Kakarla | |
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-08 | River revamp for 1.8 | Evan Winslow | |
2011-04-01 | Refs #3200 any time a wire post is displayed, we may need the 'previous' ↵ | cash | |
javascript git-svn-id: http://code.elgg.org/elgg/trunk@8889 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-30 | Fixes #3200 ajax-based view previous link works for the wire | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8882 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-26 | standardized thewire plugin | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8841 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-22 | Fixes #2091 completes sidebar tagcloud for major content plugins | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8815 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-14 | Refs #3016: Removes inline javascript from embed, file, groups, messages, ↵ | ewinslow | |
profile, thewire git-svn-id: http://code.elgg.org/elgg/trunk@8711 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-14 | Refs #3109: More CSS cleanup. Fixes bugs introduced by last cleanup where ↵ | ewinslow | |
background-color: was being used instead of background: git-svn-id: http://code.elgg.org/elgg/trunk@8707 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-08 | Fixes #3025: The wire uses core's metadata view. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8633 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-06 | Fixes #3024 thewire view for the profile page is finished | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8611 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-01 | brought back the blue submit button | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8525 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-26 | Refs #2895: .elgg-list-metadata => .elgg-menu-metadata. Still not using ↵ | ewinslow | |
menu system yet, though git-svn-id: http://code.elgg.org/elgg/trunk@8487 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-23 | Fixes #2992: moved object/elements/list_body to page/components/list/body | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8446 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-23 | Every occurrence of elgg-button-$type needs an elgg-button base class ↵ | ewinslow | |
declaration -- or should we remove that requirement? git-svn-id: http://code.elgg.org/elgg/trunk@8444 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-23 | Converted delete-button to elgg-button-delete throughout plugins | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8440 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-22 | Fixes #2950: All files that were calling into layout/* now use the ↵ | ewinslow | |
up-to-date locations git-svn-id: http://code.elgg.org/elgg/trunk@8411 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-22 | Fixes #2980: DRY'ed up all plugins to use elgg_view_icon instead of ↵ | ewinslow | |
generating their own html git-svn-id: http://code.elgg.org/elgg/trunk@8410 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-19 | Fixes #2824 moved byline text in core language file | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8334 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-18 | Removing unneeded @copyright and @license tags. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8295 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Fixes #2921: converted internalname => name and internalid => id | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8249 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Fixes #2808: elgg_get_array_value => elgg_extract | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-12 | a mostly completed port of JHU/APL wire plugin to 1.8 | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8183 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Added disapproving @todo's wherever I could find javascript not conforming ↵ | ewinslow | |
to 1.8 conventions git-svn-id: http://code.elgg.org/elgg/trunk@8123 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-10 | Converted buttons to elgg-object-type naming convention. Added table of ↵ | ewinslow | |
buttons to forms theming preview meant for previewing all button types and states (still have to implement those...) git-svn-id: http://code.elgg.org/elgg/trunk@8091 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-08 | Refs #2543: Updated trunk mods and views to use the new functions from ↵ | brettp | |
previous 2 commits. git-svn-id: http://code.elgg.org/elgg/trunk@8079 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-01-26 | changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more ↵ | cash | |
consistent git-svn-id: http://code.elgg.org/elgg/trunk@7943 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-19 | replacing action-button with elgg-action-button | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7688 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-17 | added pages and thewire river entries | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7659 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-15 | moved likes forms into forms directory | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7631 36083f99-b078-4883-b0ff-0f9b5a30f544 |