summaryrefslogtreecommitdiff
path: root/lib/noticeform.php
AgeCommit message (Collapse)Author
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
2009-01-19Renamed form_datas to form_datasarven
2009-01-17Minorsarven
2009-01-15Minor: Including formData()'s inreplyto in action checksarven
2009-01-15Extended formData()'s hidden to use a specific @id and @namesarven
2009-01-15Updated formData(), formActions(), show()sarven
Added formLegend()
2009-01-14Fix require in noticeform.php so it gets the notice formEvan Prodromou
2009-01-14Move notice form to its own classEvan Prodromou