summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
AgeCommit message (Collapse)Author
2009-03-30Merge branch 'master' into 0.7.xEvan Prodromou
2009-03-30add full name title to notice list linkEvan Prodromou
2009-03-28welcome notice, default sub for new usersEvan Prodromou
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-01If user is not logged in, then notice-options container shouldn't beSarven Capadisli
outputted.
2009-01-28don't show reply for anon userEvan Prodromou
2009-01-23make avatar bigger on single notice pagesRobin Millette
2009-01-23Using util.js to set onclick reply anchorsarven
2009-01-21Mailbox markup for Inbox/Outbox direct noticessarven
Please enter the commit message for your changes.
2009-01-19Reformat notice list codeEvan Prodromou
2009-01-17Added @title to input submit (reusing $label value until we reallysarven
need to make it custom)
2009-01-17Delete notice markup and stylessarven
2009-01-16showReplyLinksarven
2009-01-15Merge branch 'uiredesign' of ../evan into uiredesignsarven
2009-01-15Add some includes to noticelistEvan Prodromou
2009-01-15Published titlesarven
2009-01-15Wrapper for noticessarven
2009-01-15Changed to classsarven
2009-01-15Fix some formatting in list itemsEvan Prodromou
2009-01-15Merge ../csarven into uiredesignEvan Prodromou
Conflicts: lib/action.php
2009-01-15A little further with notice listsEvan Prodromou
2009-01-15Resaved.sarven
2009-01-15Refactored show() into showNotice(), showNoticeInfo(),sarven
showNoticeOptions(). Kept the existing naming convention for the rest of the methods the same for now.
2009-01-15Updated:sarven
showNoticeLink()
2009-01-15Updated:sarven
showNoticeSource() showReplyTo()
2009-01-15showReplyTo() updatesarven
2009-01-15showAuthor() minor update. Using a single anchor to wrap both avatar andsarven
nickname instead of two anchors.
2008-12-23incorrect label on notice list file commentEvan Prodromou
darcs-hash:20081223191430-84dde-7f50fbf9c39c3f397196ffca318d51de6624d7c9.gz
2008-12-23bring lib/noticelist.php into line with PEAR code standardsEvan Prodromou
darcs-hash:20081223190851-84dde-ecad63595159aca2ae014325c9af29a9ace21c3d.gz
2008-12-20two undefined variables in noticelist.phpEvan Prodromou
darcs-hash:20081220204320-84dde-cc64afc5ad47f07ace499fe932f59f898dd8f0dd.gz
2008-12-16XHR response fix for IESarven Capadisli
darcs-hash:20081216063751-efd22-42fa56ae88c444b80d96c25236733e90f8609fc5.gz
2008-12-12link error with notice sourcesEvan Prodromou
darcs-hash:20081212054448-84dde-14b0bdbd5ce2848a171d565bc0b17902ddb10ed3.gz
2008-12-11fix source nameEvan Prodromou
darcs-hash:20081212041543-84dde-47540bac9f755be3101b7e403ae8940c90003f33.gz
2008-12-11$profile -> $this->profile in noticelistitemEvan Prodromou
darcs-hash:20081211233039-84dde-9bcacf8f114025052a208e1068e58d570db05f15.gz
2008-12-11fixup function names for show_avatar() and show_nickname()Evan Prodromou
darcs-hash:20081211232921-84dde-9dba2a8d0fe3aa970f433973ef8c4ddf7c5e8928.gz
2008-12-11remove unused $notice param from NoticeListItem::show()Evan Prodromou
darcs-hash:20081211232811-84dde-658ffc41153b3ffcf7243baa0faa0c3b09a493f0.gz
2008-12-11don't use undefined source_link; instead, just linkEvan Prodromou
darcs-hash:20081211231925-5ed1f-b01d6ef925de540f4a671c0814d8715127a4c98d.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