aboutsummaryrefslogtreecommitdiff
path: root/views/default/river
AgeCommit message (Collapse)Author
2013-06-14Fixes #5626 adds limit for display of titles for river, breadcrumbs, and ↵Cash Costello
list pages
2012-12-19Refs #3907. Changed river icons to tiny size if used within a widget.Brett Profitt
2012-06-27Fixes #4339 for real this time - adds default for the subtypeCash Costello
2012-05-10Fixes #4372. Using elgg_view_friendly_time() in river entries.Brett Profitt
2012-04-24Fixes #4339. Checking for river:$action:$type in addition to ↵Brett Profitt
river:$action:$type:$subtype.
2011-11-05Fixes #3567 standardized classes for iconscash
2011-10-29adds a river layout view that all river views should usecash
2011-10-14Fixes #3977 not showing hover menu on avatar update in riverCash Costello
2011-10-08Fixes #3411 output/url now has a is_trusted parameter - defaults to falseCash Costello
2011-09-25Refs #3842 adding river view back so that those upgrading from earlier Elgg ↵cash
views don't have empty river messages
2011-07-07fixed the float issue with the friends river viewCash Costello
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
2011-06-25added documentation to new river views and improved handling of responsescash
2011-06-25Fixes #3566 separate out likes button from likes countCash Costello
2011-06-24fixed group forum discussion inline replies for activity pageCash Costello
2011-06-24Merge branch '3404-river-revamp' of https://github.com/ewinslow/Elgg into ↵Cash Costello
ewinslow-3404-river-revamp Conflicts: languages/en.php
2011-06-13Renamed river footer to a more semantic "responses". Fixed discussionEvan Winslow
to work inline again with this new layout.
2011-06-11forgot the new river view from the previous commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@9182 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-08River revamp for 1.8Evan Winslow
2011-04-06Refs #3108 frontend should be done and ready for review - admin area is nextcash
git-svn-id: http://code.elgg.org/elgg/trunk@8946 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-05Fixes #3275 forms in a river item are not forced to be hiddencash
git-svn-id: http://code.elgg.org/elgg/trunk@8942 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-04Refs #3073 first version of horizontal river menu. css still needs work for ↵cash
likes and the comment text bubble needs to be darkened git-svn-id: http://code.elgg.org/elgg/trunk@8935 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-17Fixes #3130. Fixed river/item/footer -> river/elements/footer for comments.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8744 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12somehow we forgot to use 'elements' in river viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@8679 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-09Fixes #3058 pulls likes out as a plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@8639 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-06Refs #2679 can comment on discussion forums in river nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@8610 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-06Fixes #2895 river menu reimplemented using plugin hookcash
git-svn-id: http://code.elgg.org/elgg/trunk@8607 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-02Refs #2895 reverting [8532] as code is not working as intended. Can comment ↵cash
and like everything because menu items are being registered. Perhaps questionable benefit of using the menu system here. git-svn-id: http://code.elgg.org/elgg/trunk@8566 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3031 using 'priority' nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@8545 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3032: toggler pattern is now <a href="#target" ↵ewinslow
class="elgg-toggler">...</a> Wow, so much nicer. git-svn-id: http://code.elgg.org/elgg/trunk@8538 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Refs #2895: River items now emit a "river" menu. Not confident on the name, ↵ewinslow
just trying to keep things short and sweet. git-svn-id: http://code.elgg.org/elgg/trunk@8532 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-25Converted all uses of profile/icon in core + plugins to elgg_view_entity_iconewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8471 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24organized the river views according to the subview patterncash
git-svn-id: http://code.elgg.org/elgg/trunk@8452 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Fixes #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-18Refs #2950: layout/objects => page/componentsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8288 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-02Fixes #2846: elgg_view_river_item calls river/item view first.ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7991 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-17last of the river updates I hope - fixes the likes river viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@7665 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-17updated river views for content display and added new bookmarks river view codecash
git-svn-id: http://code.elgg.org/elgg/trunk@7657 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-17updated the river generic_comment view for the new river codecash
git-svn-id: http://code.elgg.org/elgg/trunk@7650 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-17updated the river friend view for the new river codecash
git-svn-id: http://code.elgg.org/elgg/trunk@7649 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 replaced most underscores with hyphens - there may be broken ↵cash
display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-21Merged r6586:6587 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6842 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-07-03removing stopgap from [3082] since denied river items are now skippedcash
git-svn-id: http://code.elgg.org/elgg/trunk@6630 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-07-03Removing another pre-1.5 view that is no longer usedcash
git-svn-id: http://code.elgg.org/elgg/trunk@6629 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-07-03Closes #2121 - removed view from pre-1.5 dayscash
git-svn-id: http://code.elgg.org/elgg/trunk@6628 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-07-03leftover view from pre-Elgg 1.5 dayscash
git-svn-id: http://code.elgg.org/elgg/trunk@6627 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Riverdashboard updated to new UI. DOM simplified a bit & css cleaned up.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5358 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544