- 28 Mar, 2011 1 commit
-
-
Evan Prodromou authored
A new widget, ToSelector (Sorry, couldn't think of anything better) that lets you select an addressee for a notice and whether it's private.
-
- 27 Mar, 2011 1 commit
-
-
Evan Prodromou authored
NoticeForm::__construct() had 9 parameters, and I was about to add a few more, so I figured it'd be better to use an $options array instead.
-
- 11 Mar, 2011 2 commits
-
-
Siebrand Mazeland authored
-
Brion Vibber authored
-
- 10 Mar, 2011 1 commit
-
-
Brion Vibber authored
-
- 08 Mar, 2011 2 commits
-
-
Brion Vibber authored
Bookmark and poll plugins' custom notice forms now do AJAX submit, with the resulting notice appearing in the timeline. FormNoticeXHR now is triggered on any form labeled with class 'ajax-notice', so those other than the traditional notice form should work as long as they handle the AJAX submission and return a properly formatted notice. Things to watch out for: * to determine whether the resulting notice should show on the current timeline, the JS code needs to be able to check the author and such. Keeping the existing vcard bits helps for this! * the notice form submission stuff clears out inputs from your form -- test to make sure this behaves correctly * error messages returned from the thingy _should_ come through, but this needs more testing for consistency * while form components that aren't in a custom form should just be ignored, this should be tested more. (eg there's no location or attachment box for poll or bookmark plugins) * NoticeListItem isn't currently reachable via autoloader -- touch NoticeList explicitly before calling into it for now.
-
Brion Vibber authored
de-IDifying labels in notice form to fix issue with geo pin activating the wrong place when cloning the form Note that changes to the attachment from <label for/><input id/> to <label><input></label> affect some of the existing styles which attempt to place them both in the same place based on having a common parent. Only 'neo' has been fully tested and fixed for this case, as the others all fail due to the new layout anyway. :)
-
- 04 Mar, 2011 4 commits
-
-
Siebrand Mazeland authored
* superfluous whitespace removed. * small refactoring in noticeform.php to allow proper translator hints.
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
-
- 26 Jan, 2011 1 commit
-
-
Brion Vibber authored
In order to apply to PHP's POST processing, the MAX_FILE_SIZE field must appear *before* the file upload field. They were incorrectly placed after, where they had no effect on POST processing.
-
- 14 Jan, 2011 1 commit
-
-
Evan Prodromou authored
-
- 13 Aug, 2010 1 commit
-
-
Evan Prodromou authored
-
- 17 Apr, 2010 1 commit
-
-
Craig Andrews authored
-
- 31 Mar, 2010 1 commit
-
-
Sarven Capadisli authored
This reverts commit 260f00d6. As mentioned in http://gitorious.org/statusnet/mainline/commit/260f00d60bc83ac641d6fbe465e70aec33ccd9be#comment_8367 Reverting this merge until the bugs are fixed and there is a general agreement on the need for this enhancement.
-
- 26 Mar, 2010 1 commit
-
-
Nick Holliday authored
-
- 01 Mar, 2010 1 commit
-
-
Siebrand Mazeland authored
-
- 14 Jan, 2010 1 commit
-
-
Sarven Capadisli authored
visible on @title of the enable/disable button.
-
- 13 Jan, 2010 2 commits
-
-
Sarven Capadisli authored
-
Sarven Capadisli authored
-
- 11 Jan, 2010 1 commit
-
-
Sarven Capadisli authored
-
- 10 Jan, 2010 1 commit
-
-
Siebrand Mazeland authored
* i18n updates: number parameters if more than one are being used
-
- 08 Jan, 2010 2 commits
-
-
Sarven Capadisli authored
-
Sarven Capadisli authored
-
- 03 Jan, 2010 1 commit
-
-
Sarven Capadisli authored
attachment. Init UI. Probably a little buggy.
-
- 31 Dec, 2009 9 commits
-
-
Sarven Capadisli authored
-
Sarven Capadisli authored
-
Sarven Capadisli authored
-
Sarven Capadisli authored
-
Sarven Capadisli authored
enable it for form notice by default. This can be overriden by the cookie to preserve states.
-
Sarven Capadisli authored
from their profile settings), don't bother to output form data for lat/long in the notice form.
-
Sarven Capadisli authored
-
Sarven Capadisli authored
-
Sarven Capadisli authored
-
- 30 Dec, 2009 1 commit
-
-
Siebrand Mazeland authored
-
- 29 Dec, 2009 1 commit
-
-
Craig Andrews authored
-
- 10 Dec, 2009 1 commit
-
-
Sarven Capadisli authored
from HTML. It also allows each .form_notice to have its own counter.
-
- 05 Dec, 2009 1 commit
-
-
Craig Andrews authored
-
- 19 Nov, 2009 1 commit
-
-
Craig Andrews authored
-