Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-20 | Display lat/lon in DMS format | Craig Andrews | |
2009-11-20 | Change the format of the lat/lon output on a notice in HTML | Craig Andrews | |
2009-11-20 | Revert "Use the geo microformat as documented at ↵ | Craig Andrews | |
http://microformats.org/wiki/geo" This reverts commit 67add6429136dd6c2f5a924fb6bfef3ae099b495. | |||
2009-11-19 | Use the geo microformat as documented at http://microformats.org/wiki/geo | Craig Andrews | |
2009-11-19 | Added lat and lon coordinates to notice location | Sarven Capadisli | |
2009-11-19 | Added @class 'location', 'at' text reference for name, and @class 'geo' | Sarven Capadisli | |
2009-11-19 | Changed notice source and location order | Sarven Capadisli | |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-08 | Revert "* [Cc]an't -> [Cc]annot" | Brion Vibber | |
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545. | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-07 | fix constant for deleteothersnotice | Evan Prodromou | |
2009-10-29 | show notice location in notice list | Evan Prodromou | |
2009-09-27 | show delete button when user has deleteOthersNotice right | Evan Prodromou | |
2009-09-25 | Added hook for notice item. After <li> and Before </li>. Allows | Sarven Capadisli | |
authors to include aside data to their notice items | |||
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 | |