summaryrefslogtreecommitdiff
path: root/classes/Notice.php
AgeCommit message (Expand)Author
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Remove more contractionsSiebrand Mazeland
2009-11-08Revert "* [Cc]an't -> [Cc]annot"Brion Vibber
2009-11-08* [Cc]an't -> [Cc]annotSiebrand Mazeland
2009-11-07don't distribute group notices to inboxes for users who've blocked the authorEvan Prodromou
2009-10-30Removed reference to 'api' action which no longer exists since api refactorCraig Andrews
2009-10-29get location from a NoticeEvan Prodromou
2009-10-28Merge branch '0.9.x' into locationEvan Prodromou
2009-10-28save replies in the inboxEvan Prodromou
2009-10-28replace some boolean-evaluations with calls to empty()Evan Prodromou
2009-10-23update location while saving new profileEvan Prodromou
2009-10-21new data structures for locationEvan Prodromou
2009-10-13remove inboxes optionEvan Prodromou
2009-10-03reformat Notice.phpEvan Prodromou
2009-10-04added all them doxygensBrenda Wallace
2009-09-29change string return from Notice::saveNew to exceptionsEvan Prodromou
2009-09-24Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
2009-08-29remove Notice::gc() for nowEvan Prodromou
2009-08-28fix for SQL error: ERROR: syntax error at or near ")" at character 45Brenda Wallace
2009-08-28fix for SQL error: ERROR: syntax error at or near ")" at character 45Brenda Wallace
2009-08-27remove duplicate save of Notice and streamline attachment detectionEvan Prodromou
2009-08-27Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26Display linked oembed resources as enclosures if they are of non-html mime typesCraig Andrews
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-21validation code in Notice correctly checks length of contentEvan Prodromou
2009-08-21Notice class has methods to check content lengthEvan Prodromou
2009-08-21update data classes for TEXT content in noticeEvan Prodromou
2009-08-20Change the notice type defines all into class constants and adapt all files.Marcel van der Boom
2009-08-04save an archive of deleted noticesEvan Prodromou
2009-07-29New algorithm for reply_to savingEvan Prodromou
2009-07-23Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-07-23Merge branch 'master' into 0.8.xEvan Prodromou
2009-07-23change NOTICE_GATEWAY to Notice::GATEWAY so autoloading worksEvan Prodromou
2009-07-20turn into canonical terms before checking for unique-ness of a tag in a noticeBrenda Wallace
2009-07-20look for full unicode when saving tagsBrenda Wallace
2009-07-19Merge commit 'br3nda/0.8.x-pgfixes' into 0.8.xCiaranG
2009-07-16use a soft limit so there's not a whole bunch of deletes on every writeEvan Prodromou
2009-07-16gc inboxes on a regular basisEvan Prodromou
2009-07-15add quotes around table named "user" when quote_identifiers is trueBrenda Wallace
2009-07-15used single quotes in SQLBrenda Wallace
2009-07-14Moved the decision logic as to whether an attachment should be an enclosure t...Craig Andrews
2009-07-13Copy isset($attachment->filename) fix from RSS 1.0 to RSS 2.0 and Atom 1.0 fe...Toby Inkster
2009-07-09cache frequently-used subscriber, subscription, notice and fave count valuesEvan Prodromou