- 01 May, 2014 5 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
Notice class got a 'getLocalUrl' function.
-
mattl authored
We can't say we officially support PostgreSQL, unfortunately. There are too many database calls with MySQL specific syntax. This would be desirable for a 2.0 release, but too much work while maintaining 1.x. The main difficulty is that we're using PEAR::DB which is aging. If that's exchanged, maybe we could use PDO or something.
-
mattl authored
-
- 30 Apr, 2014 2 commits
- 29 Apr, 2014 3 commits
- 28 Apr, 2014 8 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
The microformats stuff was unused
-
mattl authored
Read more at http://microformats.org/ Also, tooltip text on time representation for humans has been improved. Unfortunately no standardised representation (like "RFC850") had 4-digit years.
-
mattl authored
-
mattl authored
-
mattl authored
The login field said "Username or email address" already, so...
-
mattl authored
-
- 22 Apr, 2014 1 commit
-
-
mattl authored
-
- 21 Apr, 2014 7 commits
-
-
mattl authored
-
mattl authored
Noone should trust an <img/> tag delivered like that anyway.
-
mattl authored
The File object now stores width and height of files that can supply this kind of information. Formats which we can not read natively in PHP do not currently benefit from this. However an event hook will be introduced later. The CreateFileImageThumbnail event is renamed to: CreateFileImageThumbnailSource to clarify that the hooks should not generate their own thumbnails but only the source image. Also it now accepts File objects, not MediaFile objects. The thumbnail generation is documented in the source code. For developers, call 'getThumbnail' on a File object and hope for the best. Default thumbnail sizes have increased to be more appealing.
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
- 20 Apr, 2014 2 commits
- 19 Apr, 2014 5 commits
- 18 Apr, 2014 7 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
The only reason it worked was because DB fetches calls to get$varname if the dataobject has a variable with the specific name. However, it started blurting out errors that the case must be correct (which would require 'geturl' to be the function name). Since we probably want to replace DB sometime, we'll just override this auto-fetching mechanism and use more explicitly defined functions.
-
mattl authored
-
mattl authored
-