root/trunk/RebuildQueue/Changes.txt

Revision 250, 1.8 kB (checked in by djacobs, 2 years ago)

Fixed a bug in which syncing would die if a file had been deleted while a ticket was still in the Queue.

  • Property svn:keywords set to Id Revision
Line 
1 Version 1.06 - May 14, 2007
2
3 * Bug fixes
4
5 Version 1.05 - May 5, 2007
6
7 * Added RebuildQueue-List.pl, which exposes the pages in the Queue through
8   a filterable interface
9
10 Version 1.04 - January 16, 2007
11
12 * Fixed a bug that affected rebuilds of date-based archives (thanks to
13   David Raynes for tracking this one down).
14
15 Version 1.03 - August 31, 2006
16
17 * Fixed a bug related to syncing uploaded files.
18
19 Version 1.02 - August 16, 2006
20
21 * Added '-load' parameter for RebuildQueue.pl script to define how many
22   queue items at most to process for a given rebuild set (default is now
23   10; previously this was a constant of 1000).
24 * Improved rules for bypassing rebuild queue during save/rebuild of
25   templates or forced site rebuilds.
26 * Improved selection and sorting of queued items (sorts by priority then by
27   time placed in the queue).
28
29 Version 1.01 - August 15, 2006
30
31 * Added support for comma-delimited IDs for RebuildQueue.pl's worker
32   parameter.
33 * RebuildQueue 'sync' mode can now be daemonized (with support for sleep
34   parameter).
35 * RebuildQueue now handles synchronization for files uploaded through
36   MT interface ("Upload File").
37 * Number of workers can be configured beyond the arbitrary limit of 10
38   (configure for 10 and save to have the limit increased).
39 * Added system configuration option for syncing (if you don't sync, you
40   can leave this option unchecked).
41 * Queued items are now assigned a default priority that gives preference
42   to building of permalinked pages, then main indexes, then dated archives,
43   then category archives, then everything else.
44 * Cleaned up RebuildQueue::Plugin a bit and added some POD documentation
45   on how queue items can be manipulated by another plugin to better
46   tune prioritization and scheduling of builds.
47
48 Version 1.0 - August 12, 2006
49
50 * Initial release.
Note: See TracBrowser for help on using the browser.