Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-20 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-09-18 | Show context link if this notice starts a conversation | Craig Andrews | |
2009-09-18 | Removed trailing single space in author @title | Sarven Capadisli | |
2009-09-11 | Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can ↵ | Craig Andrews | |
inclue 'inreplyto' id's. Also add 'inreplyto' to the urls sent in emails. | |||
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-07 | Redirect instead of showing an error when the user visits a non-local ↵ | Craig Andrews | |
notice's url Use consistent logic in display non-local notice links Fixes http://laconi.ca/trac/ticket/1788 | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showContext. Same as | Sarven Capadisli | |
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showNoticeSource. Same as | Sarven Capadisli | |
commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showNoticeLink. Reason: | Sarven Capadisli | |
Arguably, the earlier structure was unnecessarily verbose. Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showReplyLink. Reason: | Sarven Capadisli | |
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showDeleteLink. Reason: | Sarven Capadisli | |
To speed up DOM load by cutting down 3 nodes in each notice list item. Generally each notice option should be a list item in a <ul>, however, there is no tangible benefit for the user using this approach. In this case, minimalism is favoured. Similarly, the new approach will make 5 fewer function calls on the server side. | |||
2009-06-25 | Added fragment identifier to the "in context" URL which points to | Sarven Capadisli | |
the notice location in the Conversation page. | |||
2009-06-23 | append uploads to content rather than showing them double | Evan Prodromou | |
2009-06-23 | use a subclass for single notice items to show attachments | Evan Prodromou | |
2009-06-15 | Merge branch '0.8.x' into userdesign | Zach Copley | |
* 0.8.x: (32 commits) updates to Status_network makeadmin action make admins of groups show aliases when showing a group Link and distribute notices tagged for a group alias Code for adding and saving group aliases Styles for group block add correct li for css magic for block stuff typo in profileminilist class return count from show try to get the right class for profileminilist fix perms for classes/statusnet.ini fixup perms for classes Added Group_alias class add a table for group aliases Cross-browser notice_attach Allow users to be unblocked from a group Some UI improvements for blocking and unblocking The rest of the things necessary to make group block work Make group block work ... Conflicts: db/laconica.sql lib/common.php | |||
2009-06-14 | Removed another bit of dead (commented out) code. | Robin Millette | |
2009-06-14 | Merge branch '0.8.x' into userdesign | Zach Copley | |
Conflicts: actions/showfavorites.php lib/action.php | |||
2009-06-10 | Uploaded content now displays in overlay (and removed var_dump crap) | Robin Millette | |
2009-06-09 | Merge branch '0.8.x' into userdesign | Evan Prodromou | |
Conflicts: actions/designsettings.php | |||
2009-06-09 | Improve file upload and attachment interface. | Robin Millette | |
2009-05-31 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into upload Conflicts: js/util.js lib/attachmentlist.php | |||
2009-05-29 | Changed ul to ol and added xoxo for notice lists. | Sarven Capadisli | |
2009-05-26 | Merge branch '0.8.x' into userdesign | Evan Prodromou | |
Conflicts: lib/attachmentlist.php lib/noticelist.php | |||
2009-05-26 | Let's you upload a file with a notice and have it shown with other attachments. | Robin Millette | |
2009-05-25 | Markup cleanup for attachments | Sarven Capadisli | |
2009-05-24 | Removed big clip and replaced with smaller inline one next to each URL (in a ↵ | Robin Millette | |
notice) that's actually an attachment. Overlay (popup) on click. | |||
2009-05-24 | Only show number of attachments if > 1 | Robin Millette | |
2009-05-24 | Rearranged attachment info to only appear on each applicable notice page and ↵ | Robin Millette | |
thru an ajax popup. | |||
2009-05-23 | remove old, unused PersonalAction and StreamAction | Evan Prodromou | |
2009-05-22 | Removed inline styles from notice list items | Sarven Capadisli | |
2009-05-18 | Removed dead code. | Robin Millette | |
2009-05-15 | Attachments and their list now provide "ajax" view. Also added a few ↵ | Robin Millette | |
sidebars relating tags and attachments. | |||
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 | |