Closed (fixed)
Project:
Chessboard Renderer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Nov 2010 at 19:40 UTC
Updated:
30 Nov 2010 at 22:09 UTC
Jump to comment: Most recent file
If we can introduce a nice helper, then porting to D7 becomes easier as well as maintaining all branches.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | chessboard-refactor-init-972602-6.patch | 2.92 KB | eric_a |
| #5 | chessboard-refactor-init-972602-5.patch | 2.92 KB | eric_a |
| #4 | chessboard-refactor-init-972602-4.patch | 1.73 KB | eric_a |
| #3 | chessboard-refactor-init-972602-3.patch | 1.76 KB | eric_a |
| #1 | chessboard-refactor-init-972602-1.patch | 1.78 KB | eric_a |
Comments
Comment #1
eric_a commentedComment #2
eric_a commentedCommitted.
Comment #3
eric_a commented#972172: CSS not always added by chessboard_init() for cacheable formats [regression] got in without a test. Let's improve a little more here, in such a way that a test can pass in an array of formats. Let's separate loading and further processing.
Comment #4
eric_a commentedThis one uses $format->cache instead of filter_format_allowcache($format->format).
Comment #5
eric_a commentedThis one does even more separation and introduces the _chessboard_cache_get_multiple().
Comment #7
eric_a commentedNo, $cache->cid is not going to work here, so replaced it with $cid.
Comment #8
eric_a commentedComment #9
eric_a commentedCommitted.
Comment #10
eric_a commented