Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |