summaryrefslogtreecommitdiff
path: root/actions/showstream.php
AgeCommit message (Collapse)Author
2009-02-06Fixed #1048: Edit avatar link on profile page.Sean Murphy
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules.
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 ↵Adrian Lang
looking at own profile / personal. While doing so I fixed a wrong gettext usage were the result was not sprintf'd, but concat'd.
2009-02-03trac1095 Profile page had bad alternate links for RSS and Atom feedsZach Copley
2009-02-02Added "Edit" entity_action.Sarven Capadisli
Updated theme files.
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
'fn'. Only put @class 'fn' on the anchor if there is no fn.
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
character '#')
2009-01-20Removed extra divsarven
2009-01-20User subscriptions markupsarven
2009-01-20User statistics markupsarven
2009-01-19showPageTitle() and showPageNoticeBlock()sarven
and using url on nickname instead of fullname
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
I did a massive search-and-replace to get all the action subclasses to use the new output function (common_element() -> $this->element(), etc.) There's still a lot to do, but it's a first step
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz
2008-12-23change function headers to K&R styleEvan Prodromou
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
2008-12-23replace NULL with nullEvan Prodromou
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz
2008-12-23replace all tabs with four spacesEvan Prodromou
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz
2008-12-23bring lib/noticelist.php into line with PEAR code standardsEvan Prodromou
darcs-hash:20081223190851-84dde-ecad63595159aca2ae014325c9af29a9ace21c3d.gz
2008-12-12don't block yourself!Evan Prodromou
darcs-hash:20081212051830-84dde-4db7b40c27b20bd37bac261a68bd11051d263c25.gz
2008-12-11Using single id for both profile block and unblockSarven Capadisli
darcs-hash:20081212043240-efd22-99f6754e2b76eed06237414955d6c01b4137cba5.gz
2008-12-11make a new NoticeList widget and call it from StreamActionEvan Prodromou
I made a new notice-list widget (like the profile list) and call it from StreamAction. This cleans up some of the mess in the various notice-stream-showing classes. I also changed show-stream so it uses a subclass of NoticeList that doesn't show author info (which is unnecessary). darcs-hash:20081211231252-5ed1f-ee6e551ed5a029406748120f12e2ff57c4a86493.gz
2008-12-08add an unblock formEvan Prodromou
darcs-hash:20081208173722-5ed1f-fcdcb49e4958854ce9872beecee409737cacecb5.gz
2008-12-08add returnto information to the block formEvan Prodromou
darcs-hash:20081208170931-5ed1f-e7c5853e6a222b04723f20c01ebaae15eeab3687.gz
2008-12-08add block form to subscribers list and profile pageEvan Prodromou
I added a small form for blocking users to profiles in the profile list, and also to the profile page. I also added an action to handle the results of blocking someone. This required some changes to the profile list class (so I could add the block form), so I made them. And the gallery class lets its subclasses return a subclass of ProfileList for their profile list. darcs-hash:20081208055511-5ed1f-e2e09986bd3b9cbb6a00a0c6b94f49ea78b7bdab.gz
2008-12-03Using abbr.published @title and ISO8601csarven
darcs-hash:20081203220637-eefa4-5a9db2b3b178c6a7e4edb43b72c392215ed3e004.gz
2008-12-03permanent redirect on non-canonical nicknameEvan Prodromou
darcs-hash:20081203174646-5ed1f-8f9f050a7e8c217872c283f299d790252c205920.gz
2008-12-02better microformats from @singpolymaEvan Prodromou
darcs-hash:20081203035947-84dde-68ce5b3ba2b49bd76e9ef8572cea7857cd05a659.gz
2008-11-24support microsummariesEvan Prodromou
darcs-hash:20081124223533-5ed1f-1ae78e694043cef14d528dcd4201301eec8ad61b.gz