Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-03 | in context link for conversations | Evan Prodromou | |
2009-03-30 | Merge branch 'master' into 0.7.x | Evan Prodromou | |
2009-03-30 | add full name title to notice list link | Evan Prodromou | |
2009-03-28 | welcome notice, default sub for new users | Evan Prodromou | |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan 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-01 | If user is not logged in, then notice-options container shouldn't be | Sarven Capadisli | |
outputted. | |||
2009-01-28 | don't show reply for anon user | Evan Prodromou | |
2009-01-23 | make avatar bigger on single notice pages | Robin Millette | |
2009-01-23 | Using util.js to set onclick reply anchor | sarven | |
2009-01-21 | Mailbox markup for Inbox/Outbox direct notices | sarven | |
Please enter the commit message for your changes. | |||
2009-01-19 | Reformat notice list code | Evan Prodromou | |
2009-01-17 | Added @title to input submit (reusing $label value until we really | sarven | |
need to make it custom) | |||
2009-01-17 | Delete notice markup and styles | sarven | |
2009-01-16 | showReplyLink | sarven | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Add some includes to noticelist | Evan Prodromou | |
2009-01-15 | Published title | sarven | |
2009-01-15 | Wrapper for notices | sarven | |
2009-01-15 | Changed to class | sarven | |
2009-01-15 | Fix some formatting in list items | Evan Prodromou | |
2009-01-15 | Merge ../csarven into uiredesign | Evan Prodromou | |
Conflicts: lib/action.php | |||
2009-01-15 | A little further with notice lists | Evan Prodromou | |
2009-01-15 | Resaved. | sarven | |
2009-01-15 | Refactored show() into showNotice(), showNoticeInfo(), | sarven | |
showNoticeOptions(). Kept the existing naming convention for the rest of the methods the same for now. | |||
2009-01-15 | Updated: | sarven | |
showNoticeLink() | |||
2009-01-15 | Updated: | sarven | |
showNoticeSource() showReplyTo() | |||
2009-01-15 | showReplyTo() update | sarven | |
2009-01-15 | showAuthor() minor update. Using a single anchor to wrap both avatar and | sarven | |
nickname instead of two anchors. | |||
2008-12-23 | incorrect label on notice list file comment | Evan Prodromou | |
darcs-hash:20081223191430-84dde-7f50fbf9c39c3f397196ffca318d51de6624d7c9.gz | |||
2008-12-23 | bring lib/noticelist.php into line with PEAR code standards | Evan Prodromou | |
darcs-hash:20081223190851-84dde-ecad63595159aca2ae014325c9af29a9ace21c3d.gz | |||
2008-12-20 | two undefined variables in noticelist.php | Evan Prodromou | |
darcs-hash:20081220204320-84dde-cc64afc5ad47f07ace499fe932f59f898dd8f0dd.gz | |||
2008-12-16 | XHR response fix for IE | Sarven Capadisli | |
darcs-hash:20081216063751-efd22-42fa56ae88c444b80d96c25236733e90f8609fc5.gz | |||
2008-12-12 | link error with notice sources | Evan Prodromou | |
darcs-hash:20081212054448-84dde-14b0bdbd5ce2848a171d565bc0b17902ddb10ed3.gz | |||
2008-12-11 | fix source name | Evan Prodromou | |
darcs-hash:20081212041543-84dde-47540bac9f755be3101b7e403ae8940c90003f33.gz | |||
2008-12-11 | $profile -> $this->profile in noticelistitem | Evan Prodromou | |
darcs-hash:20081211233039-84dde-9bcacf8f114025052a208e1068e58d570db05f15.gz | |||
2008-12-11 | fixup function names for show_avatar() and show_nickname() | Evan Prodromou | |
darcs-hash:20081211232921-84dde-9dba2a8d0fe3aa970f433973ef8c4ddf7c5e8928.gz | |||
2008-12-11 | remove unused $notice param from NoticeListItem::show() | Evan Prodromou | |
darcs-hash:20081211232811-84dde-658ffc41153b3ffcf7243baa0faa0c3b09a493f0.gz | |||
2008-12-11 | don't use undefined source_link; instead, just link | Evan Prodromou | |
darcs-hash:20081211231925-5ed1f-b01d6ef925de540f4a671c0814d8715127a4c98d.gz | |||
2008-12-11 | make a new NoticeList widget and call it from StreamAction | Evan 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 |