- 14 May, 2014 2 commits
- 12 May, 2014 11 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
Should be safe to run at any time, since thumbnails are regenerated on demand.
-
mattl authored
We're now capable of doing image rotation for thumbnails based on EXIF orientation data. Also, thumbnails are tracked by filenames and thus we can delete them from storage when we feel like it.
-
mattl authored
Conversation trees works pretty bad with the current layout, javascript etc. So it's best if we separate it and work on it as a side-project. The oldschool settings are currently being deprecated (or broken out like this). I'll wait with removing User preferences for oldschool conversation tree, since that might be reusable data. But I guess it will go in the near future.
-
mattl authored
-
mattl authored
getNoticeIds gives the notices to fetch, which are caught by getNotices in a parent class.
-
mattl authored
-
mattl authored
-
- 11 May, 2014 4 commits
-
-
mattl authored
-
mattl authored
Also added some of the nifty autoconfiguration, such as $this->scoped, to ConversationAction for increased code consistency.
-
mattl authored
This will simplify actions for future development and maintenance since we can automate much more (such as auto-running show[Ajax|Page]) and handle errors of various kinds. Essentially the same kind of improvements as Managed_DataObject gives us.
-
mattl authored
-
- 10 May, 2014 6 commits
-
-
mattl authored
notice.id will give us even really old posts, which were recently imported. For example if a remote instance had problems and just managed to post here. Another solution would be to have a 'notice.imported' field.
-
mattl authored
-
mattl authored
It seems it was only used to get a _single_ file attachment from the posted notice, with no possibility to get multiple attachments. If one fetches metadata about attachments for the notice, we have enough data there to fulfill anyone's fetching dreams.
-
mattl authored
-
mattl authored
-
mattl authored
-
- 09 May, 2014 5 commits
- 07 May, 2014 4 commits
- 06 May, 2014 8 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
This makes it easier to disable, but remember that you must then either enable and maintain queue daemons or disable queueing (and handle whatever remaining queue items are stored in the database)!
-
mattl authored
-
mattl authored
-
mattl authored
-