Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-04 | Updated element id for notice_data-geo | Sarven Capadisli | |
2009-12-29 | Implement user interface for user to preview what location they are sharing ↵ | Craig Andrews | |
with a notice | |||
2009-12-28 | Move location-argument-handling code into a single function | Evan Prodromou | |
Moved the important parts of the location-argument-handling stuff to a single function. Handles defaults and overrides correctly, and easy to use. Changed Web and API channels to use it. | |||
2009-12-28 | remove namespace setting from location; it's unused | Evan Prodromou | |
2009-12-22 | save location at notice post time | Evan Prodromou | |
2009-12-11 | change Notice::saveNew() to use named arguments for little-used options | Evan Prodromou | |
2009-11-19 | Add location form elements to the noticeform, and save their values on ↵ | Craig Andrews | |
submission | |||
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-10-31 | merge from testing | Evan Prodromou | |
2009-10-30 | IE has some issue with notices that are sent with file attachments. It | Sarven Capadisli | |
doesn't like the XHR response with XHTML DTD. New notices without the file attachment work fine. The rendered content (the anchor for the file attachment link) doesn't appear to be the issue. To fix this problem, I removed the XHTML DTD line from newnotice's XHR response. This is unnecessary for text/xml outputs that's intended for XHR responses any way. It just happens to fix an IE issue. Still a mystery to me as to why it is particular to notices with file attachments. | |||
2009-10-28 | Merge branch 'api-media-upload' into 0.9.x | Zach Copley | |
* api-media-upload: Rearanged a couple things & removed debugging statements Rework MailDaemon to use the MediaFile class for uploads Implement media upload in the API Extract media upload stuff into its own library class. | |||
2009-10-28 | Rearanged a couple things & removed debugging statements | Zach Copley | |
2009-10-27 | Extract media upload stuff into its own library class. | Zach Copley | |
2009-10-27 | Shorten the notice text after command processing is done | Craig Andrews | |
2009-10-13 | Include long-form attachment URL in notice if URL shortening is disabled. | Brion Vibber | |
Previously, the attachment URL would simply be dropped when shortening returned false instead of a short URL... the attachment was present if you clicked through to notice details but didn't appear in the timeline, making it nigh-impossible to see the attachment. | |||
2009-10-13 | Include long-form attachment URL in notice if URL shortening is disabled. | Brion Vibber | |
Previously, the attachment URL would simply be dropped when shortening returned false instead of a short URL... the attachment was present if you clicked through to notice details but didn't appear in the timeline, making it nigh-impossible to see the attachment. | |||
2009-09-29 | remove string-checks from code using Notice::saveNew() | Evan Prodromou | |
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php | |||
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-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
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-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php | |||
2009-08-21 | Web UI for notices correctly shows and checks max content length | Evan Prodromou | |
2009-08-11 | reformat newnotice.php | Evan Prodromou | |
2009-07-07 | File classes does not use the $FILES array directly, as users of this class ↵ | Craig Andrews | |
aren't necessarily from the web | |||
2009-06-25 | Make shorturls in notice content point to AttachmentAction urls | Zach Copley | |
2009-06-25 | FileAction redirections weren't being added (e.g.: /notice/$notice_id/file) | Zach Copley | |
2009-06-25 | avoid getting duplicate errors on upload | Evan Prodromou | |
2009-06-23 | remove common_debug from newnotice | Evan Prodromou | |
2009-06-23 | append uploads to content rather than showing them double | Evan Prodromou | |
2009-06-23 | make file command configurable | Evan Prodromou | |
2009-06-22 | Attachment upload server and path now configurable | Zach Copley | |
2009-06-16 | Moved url handling to its proper place, from newnotice to Notice.php | Robin Millette | |
2009-06-01 | Remove js that crept back in, added another error string. | Robin Millette | |
2009-06-01 | Attachments popups for supported files are now embedded with the object ↵ | Robin Millette | |
xhtml tag. | |||
2009-05-31 | Refactored some attachment code and fixed upload bug in interface. | Robin Millette | |
2009-05-31 | Added configurable options for attachments: supported mimetypes and quotas ↵ | Robin Millette | |
for uploads. | |||
2009-05-27 | Handles local aliases (redirection) for file uploads attached to notices. | Robin Millette | |
2009-05-26 | Let's you upload a file with a notice and have it shown with other attachments. | Robin Millette | |
2009-05-13 | rewrote short url stuff to handle new file/url classes (redirections, ↵ | Robin Millette | |
oembed, mimetypes, etc.) | |||
2009-05-11 | db stuff for URLs: redirections, oembed, etc. | Robin Millette | |
2009-03-03 | Catch bad replyto IDs before saving a new notice to avoid a constraint ↵ | CiaranG | |
violation. This happens, for example, when posting for the first time on a fresh install | |||
2009-02-27 | Fix replyto parameter in newnotice | Adrian Lang | |
2009-02-13 | Add events for filtering and logging new notices | Evan Prodromou | |
2009-02-04 | Removed erroneous comments referring to old common_notice_form() func | Zach Copley | |