Craig Andrews
|
504c42aa7d
Fix some stupid bugs, such as a mispelling of oembed
|
15 years ago |
Craig Andrews
|
6d60d74093
Display linked oembed resources as enclosures if they are of non-html mime types
|
15 years ago |
Evan Prodromou
|
df86aa7214
define LACONICA and accept LACONICA for backwards compatibility
|
15 years ago |
Evan Prodromou
|
865b716f09
change LACONICA to STATUSNET
|
15 years ago |
Evan Prodromou
|
4737563b95
a distributed -> the distributed
|
15 years ago |
Evan Prodromou
|
c8b8f07af1
change Laconica and Control Yourself to StatusNet in PHP files
|
15 years ago |
Brett Taylor
|
3243612e76
Prevents redirect URLs that have canonical URLs longer than 255 chars from being written to the database as their canonical. Redirecting URLs will instead be saved to the database as given.
|
15 years ago |
Evan Prodromou
|
3af5774769
throw an exception rather than die()
|
15 years ago |
Evan Prodromou
|
8371aea9c1
remove debugging code about processing a new URL
|
15 years ago |
Brenda Wallace
|
28b62f357d
fixed SQL in checking for monthly quota - works in postgres and mysql
|
15 years ago |
Brenda Wallace
|
2aa47096b8
missing AND in the SQL
|
15 years ago |
Craig Andrews
|
a35794e3c3
Try oEmbed discovery before using oohembed
|
15 years ago |
Craig Andrews
|
c97957cf3e
HTML "File"/attachments should probably not be considered enclosures.
|
15 years ago |
Craig Andrews
|
593af9feb6
Moved the decision logic as to whether an attachment should be an enclosure to the File class
|
15 years ago |
Craig Andrews
|
5f72423523
File classes does not use the $FILES array directly, as users of this class aren't necessarily from the web
|
15 years ago |
Evan Prodromou
|
638905c270
avoid getting duplicate errors on upload
|
15 years ago |
Evan Prodromou
|
a21a9f26c5
append uploads to content rather than showing them double
|
15 years ago |
Zach Copley
|
d9bebfd651
Attachment upload server and path now configurable
|
15 years ago |
Evan Prodromou
|
2e9fc34d4f
change staticGet() from DB_DataObject to Memcached_DataObject for file classes
|
15 years ago |
Evan Prodromou
|
05e5122802
Database changes for file tables
|
15 years ago |
Evan Prodromou
|
aec6456c91
Update copyright dates in files modified in 2009
|
15 years ago |
Evan Prodromou
|
793a6a1155
change Controlez-Vous to Control Yourself
|
15 years ago |
Robin Millette
|
1505e3a4c3
Fixed recent attachment bug that required URLs to be posted twice to be taken into account.
|
15 years ago |
Robin Millette
|
f8dae2bbc9
Refactored some attachment code and fixed upload bug in interface.
|
15 years ago |
Robin Millette
|
fecb8c706d
Attachments and their list now provide "ajax" view. Also added a few sidebars relating tags and attachments.
|
15 years ago |
Robin Millette
|
3b7ee5a5f9
rewrote short url stuff to handle new file/url classes (redirections, oembed, mimetypes, etc.)
|
15 years ago |
Robin Millette
|
d010d811ba
db stuff for URLs: redirections, oembed, etc.
|
15 years ago |