Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2009-02-04 | Make WebChannel and AjaxWebChannel work | Evan Prodromou | |
These command-output channels were using the old common_element_* functions. They now take an $out constructor parameter, and use that for output. The WebChannel has pretty remedial output; it would be nice if it output a real formatted page. | |||
2009-02-03 | Fixed ajaxErrorMsg(). Using startHTML() instead of common_start_html() | Sarven Capadisli | |
2009-02-02 | removed extraneous argument in startHTML calls | Robin Millette | |
2009-01-18 | Make newnotice work | Evan Prodromou | |
2009-01-16 | Update to XHR post notice | sarven | |
2009-01-15 | Convert use of common_server_error and common_user_error to methods on Action | Evan Prodromou | |
2009-01-15 | Convert all actions to use new UI functions | Evan Prodromou | |
I did a massive search-and-replace to get all the action subclasses to use the new output function (common_element() -> $this->element(), etc.) There's still a lot to do, but it's a first step | |||
2008-12-23 | move opening brace of class declaration to next line | Evan Prodromou | |
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz | |||
2008-12-23 | change function headers to K&R style | Evan Prodromou | |
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz | |||
2008-12-23 | replace NULL with null | Evan Prodromou | |
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz | |||
2008-12-23 | replace all tabs with four spaces | Evan Prodromou | |
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz |