summaryrefslogtreecommitdiff
path: root/lib/noticeform.php
AgeCommit message (Collapse)Author
2010-03-01Add content for all 3 Send buttons (2 are the same as far as I can tell)Siebrand Mazeland
2010-01-14Update geo location UI for notice form where the geo data info is onlySarven Capadisli
visible on @title of the enable/disable button.
2010-01-13Added timeout error handling for geo locationSarven Capadisli
2010-01-13Using a JSON object for NoticeDataGeo text insteadSarven Capadisli
2010-01-11Removed periodSarven Capadisli
2010-01-10* L10n updates: consistent puctuationSiebrand Mazeland
* i18n updates: number parameters if more than one are being used
2010-01-08Added i18n text for @title values in geo sharing actionsSarven Capadisli
2010-01-08Some code cleaning for geo UISarven Capadisli
2010-01-03Changed location share representation to be more like the fileSarven Capadisli
attachment. Init UI. Probably a little buggy.
2009-12-31Initial UI for geo location share option in notice formSarven Capadisli
2009-12-31Moved JavaScript dependant stuff out of noticeform.Sarven Capadisli
2009-12-31Removed style information out of HTMLSarven Capadisli
2009-12-31Use the location setting profile as secondarySarven Capadisli
2009-12-31If user is sharing their location (based on profile setting), thenSarven Capadisli
enable it for form notice by default. This can be overriden by the cookie to preserve states.
2009-12-31If user doesn't want to share their location (which is globally setSarven Capadisli
from their profile settings), don't bother to output form data for lat/long in the notice form.
2009-12-31Fix to grab and use the actual lat/lon values from the user profileSarven Capadisli
2009-12-31Moved shareLocation data from formActions() to formData()Sarven Capadisli
2009-12-31Fixed Event end nameSarven Capadisli
2009-12-30Remove trailing space in checkbox text.Siebrand Mazeland
2009-12-29Implement user interface for user to preview what location they are sharing ↵Craig Andrews
with a notice
2009-12-10Updated FormNoticeEnhancements and Counter to use the max text valueSarven Capadisli
from HTML. It also allows each .form_notice to have its own counter.
2009-12-04Use inlineScript() everywhere inline scripts are writtenCraig Andrews
2009-11-19Add location form elements to the noticeform, and save their values on ↵Craig Andrews
submission
2009-10-31Using 'form_notice' class instead of 'form' to group both formsSarven Capadisli
2009-10-05Added hook to wrap the notice form data blockSarven Capadisli
2009-09-24Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
Conflicts: install.php lib/noticeform.php
2009-09-24Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php
2009-09-23Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php
2009-09-12NoticeForm's constructor's inreplyto argument should be optional (defaulting ↵Craig Andrews
to null)
2009-09-11Add 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-27Merge branch '0.8.x' into 0.9.xEvan 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-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21Web UI for notices correctly shows and checks max content lengthEvan Prodromou
2009-06-20Position of max_file_size position helps IESarven Capadisli
2009-06-17Added config option to enable or disable file uploads with notices.Robin Millette
2009-06-15Cross-browser notice_attachSarven Capadisli
2009-06-10Uploaded content now displays in overlay (and removed var_dump crap)Robin Millette
2009-06-09Added title and minor CSS cleanup to notice attachSarven Capadisli
2009-06-05Init notice_data-attach UI for form_noticeSarven Capadisli
2009-06-01Re-added some javascript to toggle upload field.Robin Millette
2009-06-01Updated markup for notice form attachmentSarven Capadisli
2009-05-31Refactored some attachment code and fixed upload bug in interface.Robin Millette
2009-05-31Added attachments config descriptions to README.Robin Millette
2009-05-26Let's you upload a file with a notice and have it shown with other attachments.Robin Millette
2009-03-25Ticket http://laconi.ca/trac/ticket/1274Sarven Capadisli
Minimised form_notice markup by removing unordered lists. There is a minor CSS rule reassignment done by changing the selectors. There is no visual change in the final result.
2009-01-23trac750 Facebook app proper integrated into new uiredesignZach Copley