Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-10 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Memcached_DataObject.php | |||
2010-01-10 | check before inserting File_oembed and File_thumbnail | Evan Prodromou | |
2010-01-05 | Require users to login to view attachments on private sites | Craig Andrews | |
Thank you jeff-themovie for this implementation! | |||
2009-09-27 | Fix some bugs in the URL linkification, and fixed the unit test. | Craig Andrews | |
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
2009-09-01 | Check "Files" of type 'application/xhtml+xml' for oEmbed in addition to just ↵ | Craig Andrews | |
text/html | |||
2009-08-27 | make URL analyzer save new info on URLs0.8.1rc2 | Evan Prodromou | |
2009-08-27 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/laconica.ini | |||
2009-08-26 | Fix some stupid bugs, such as a mispelling of oembed | Craig Andrews | |
2009-08-26 | Display linked oembed resources as enclosures if they are of non-html mime types | Craig Andrews | |
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 | a distributed -> the distributed | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-12 | Prevents redirect URLs that have canonical URLs longer than 255 chars from ↵ | Brett Taylor | |
being written to the database as their canonical. Redirecting URLs will instead be saved to the database as given. The reason for this is that table 'file' column 'url' is a VARCHAR(255) in MySQL and it silently truncates URLs longer than 255 characters, breaking the url. The proper fix for this is to improve this column, making its type TEXT, but there are no database changes for 0.8.x, so this is the next best thing for data integrity. A migration script for 0.9.x could be written to audit the database checking for redirects and updating these urls to their proper canonical url. | |||
2009-07-30 | throw an exception rather than die() | Evan Prodromou | |
2009-07-30 | remove debugging code about processing a new URL | Evan Prodromou | |
2009-07-22 | fixed SQL in checking for monthly quota - works in postgres and mysql | Brenda Wallace | |
2009-07-22 | missing AND in the SQL | Brenda Wallace | |
2009-07-15 | Try oEmbed discovery before using oohembed | Craig Andrews | |
2009-07-14 | HTML "File"/attachments should probably not be considered enclosures. | Craig Andrews | |
2009-07-14 | Moved the decision logic as to whether an attachment should be an enclosure ↵ | Craig Andrews | |
to the File class | |||
2009-07-07 | File classes does not use the $FILES array directly, as users of this class ↵ | Craig Andrews | |
aren't necessarily from the web | |||
2009-06-25 | avoid getting duplicate errors on upload | Evan Prodromou | |
2009-06-23 | append uploads to content rather than showing them double | Evan Prodromou | |
2009-06-22 | Attachment upload server and path now configurable | Zach Copley | |
2009-06-22 | change staticGet() from DB_DataObject to Memcached_DataObject for file classes | Evan Prodromou | |
2009-06-22 | Database changes for file tables | Evan Prodromou | |
Some minor database changes for file tables. Namely: * Added a timestamp to all tables * Added a filename column for local files * Change some tables that had unnecessary auto-increment primary keys when they had another unique column that should act as the primary key * Change engine from MyISAM to InnoDB for a couple of files. Also, rebuilt the DB_DataObject files for all these tables. | |||
2009-06-20 | Update copyright dates in files modified in 2009 | Evan Prodromou | |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou | |
2009-06-17 | Fixed recent attachment bug that required URLs to be posted twice to be ↵ | Robin Millette | |
taken into account. | |||
2009-05-31 | Refactored some attachment code and fixed upload bug in interface. | Robin Millette | |
2009-05-15 | Attachments and their list now provide "ajax" view. Also added a few ↵ | Robin Millette | |
sidebars relating tags and attachments. | |||
2009-05-13 | rewrote short url stuff to handle new file/url classes (redirections, ↵ | Robin Millette | |
oembed, mimetypes, etc.) | |||
2009-05-11 | db stuff for URLs: redirections, oembed, etc. | Robin Millette | |