Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-13 | hide the Whats Up Nickname if notice title enabled | Evan Prodromou | |
2010-04-17 | json_encode strings put out as javascript | Craig Andrews | |
2010-03-31 | Revert "Multiple file upload handling." | Sarven Capadisli | |
This reverts commit 260f00d60bc83ac641d6fbe465e70aec33ccd9be. 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. | |||
2010-03-26 | Multiple file upload handling. | Nick Holliday | |
2010-03-01 | Add content for all 3 Send buttons (2 are the same as far as I can tell) | Siebrand Mazeland | |
2010-01-14 | Update geo location UI for notice form where the geo data info is only | Sarven Capadisli | |
visible on @title of the enable/disable button. | |||
2010-01-13 | Added timeout error handling for geo location | Sarven Capadisli | |
2010-01-13 | Using a JSON object for NoticeDataGeo text instead | Sarven Capadisli | |
2010-01-11 | Removed period | Sarven Capadisli | |
2010-01-10 | * L10n updates: consistent puctuation | Siebrand Mazeland | |
* i18n updates: number parameters if more than one are being used | |||
2010-01-08 | Added i18n text for @title values in geo sharing actions | Sarven Capadisli | |
2010-01-08 | Some code cleaning for geo UI | Sarven Capadisli | |
2010-01-03 | Changed location share representation to be more like the file | Sarven Capadisli | |
attachment. Init UI. Probably a little buggy. | |||
2009-12-31 | Initial UI for geo location share option in notice form | Sarven Capadisli | |
2009-12-31 | Moved JavaScript dependant stuff out of noticeform. | Sarven Capadisli | |
2009-12-31 | Removed style information out of HTML | Sarven Capadisli | |
2009-12-31 | Use the location setting profile as secondary | Sarven Capadisli | |
2009-12-31 | If user is sharing their location (based on profile setting), then | Sarven Capadisli | |
enable it for form notice by default. This can be overriden by the cookie to preserve states. | |||
2009-12-31 | If user doesn't want to share their location (which is globally set | Sarven Capadisli | |
from their profile settings), don't bother to output form data for lat/long in the notice form. | |||
2009-12-31 | Fix to grab and use the actual lat/lon values from the user profile | Sarven Capadisli | |
2009-12-31 | Moved shareLocation data from formActions() to formData() | Sarven Capadisli | |
2009-12-31 | Fixed Event end name | Sarven Capadisli | |
2009-12-30 | Remove trailing space in checkbox text. | Siebrand Mazeland | |
2009-12-29 | Implement user interface for user to preview what location they are sharing ↵ | Craig Andrews | |
with a notice | |||
2009-12-10 | Updated FormNoticeEnhancements and Counter to use the max text value | Sarven Capadisli | |
from HTML. It also allows each .form_notice to have its own counter. | |||
2009-12-04 | Use inlineScript() everywhere inline scripts are written | Craig Andrews | |
2009-11-19 | Add location form elements to the noticeform, and save their values on ↵ | Craig Andrews | |
submission | |||
2009-10-31 | Using 'form_notice' class instead of 'form' to group both forms | Sarven Capadisli | |
2009-10-05 | Added hook to wrap the notice form data block | Sarven Capadisli | |
2009-09-24 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: install.php lib/noticeform.php | |||
2009-09-24 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php | |||
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-12 | NoticeForm's constructor's inreplyto argument should be optional (defaulting ↵ | Craig Andrews | |
to null) | |||
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 | Web UI for notices correctly shows and checks max content length | Evan Prodromou | |
2009-06-20 | Position of max_file_size position helps IE | Sarven Capadisli | |
2009-06-17 | Added config option to enable or disable file uploads with notices. | Robin Millette | |
2009-06-15 | Cross-browser notice_attach | Sarven Capadisli | |
2009-06-10 | Uploaded content now displays in overlay (and removed var_dump crap) | Robin Millette | |
2009-06-09 | Added title and minor CSS cleanup to notice attach | Sarven Capadisli | |
2009-06-05 | Init notice_data-attach UI for form_notice | Sarven Capadisli | |
2009-06-01 | Re-added some javascript to toggle upload field. | Robin Millette | |
2009-06-01 | Updated markup for notice form attachment | Sarven Capadisli | |
2009-05-31 | Refactored some attachment code and fixed upload bug in interface. | Robin Millette | |