summaryrefslogtreecommitdiff
path: root/actions/showstream.php
AgeCommit message (Expand)Author
2009-02-11Unify feeds definition in actionsEvan Prodromou
2009-02-10Beginning to refactor document relationship links to reduce common code.Meitar Moscovitz
2009-02-10Merge branch 'dev-0.7.x' into link-rel-paginateMeitar Moscovitz
2009-02-09whitespace and formatting in showstream.phpEvan Prodromou
2009-02-09Add machine-readable pagination using HTML4.01 `<link rel="next">`, etc.Meitar Moscovitz
2009-02-07Merge commit 'upstream/0.7.x' into 0.7.xSean Murphy
2009-02-06Fixed #1048: Edit avatar link on profile page.Sean Murphy
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
2009-02-05Trac #894 and #1013 - fixed bad redirects after delete noticeZach Copley
2009-02-05Fix #81: Profile and personal shows „you“ instead of username when lookin...Adrian Lang
2009-02-03trac1095 Profile page had bad alternate links for RSS and Atom feedsZach Copley
2009-02-02Added "Edit" entity_action.Sarven Capadisli
2009-01-24Minorsarven
2009-01-23showstream is readonlyEvan Prodromou
2009-01-23Cleanupsarven
2009-01-23Anonymous noticesarven
2009-01-23p -> div for markup wrapperEvan Prodromou
2009-01-23Add anonymous message for user pagesEvan Prodromou
2009-01-22Add personal tag cloudEvan Prodromou
2009-01-22Minor cleanup for future groups_relatedsarven
2009-01-22selector name cleanupsarven
2009-01-21Changed to @class entity_profile from @id user_profile.sarven
2009-01-21General markup and style cleanupsarven
2009-01-21list of groups to profile pageEvan Prodromou
2009-01-21fix sub/unsub buttons, profileminilist for sectionsEvan Prodromou
2009-01-21Added @title to user_action inputs and anchor and form legendssarven
2009-01-21Made user_actions styles more consistentsarven
2009-01-21Moved common_profile_new_message_nudge() to showstream.phpsarven
2009-01-21Matching markup for tagssarven
2009-01-20If user has fn, then it will not link to their own profile with @classsarven
2009-01-20user_actions form markup and stylingsarven
2009-01-20Using nickname only for uidsarven
2009-01-20Added mark_hash for content (i.e., to indicate tags with thesarven
2009-01-20Removed extra divsarven
2009-01-20User subscriptions markupsarven
2009-01-20User statistics markupsarven
2009-01-19showPageTitle() and showPageNoticeBlock()sarven
2009-01-19user_profile markupsarven
2009-01-19Upgraded showstream, didn't make it phpcs-compatibleEvan Prodromou
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-23bring lib/noticelist.php into line with PEAR code standardsEvan Prodromou
2008-12-12don't block yourself!Evan Prodromou
2008-12-11Using single id for both profile block and unblockSarven Capadisli
2008-12-11make a new NoticeList widget and call it from StreamActionEvan Prodromou
2008-12-08add an unblock formEvan Prodromou