| Commit | Date | |
|---|---|---|
| 2008-05-15 03:38:53 | Tree | |
| 2008-05-13 14:44:07 | Tree | |
| 2008-05-13 14:38:44 | Tree | |
| 2008-05-13 14:30:27 | Tree | |
| 2008-05-13 14:25:38 | Tree | |
| 2008-05-13 06:49:51 | Tree | |
|
[r7058]
by
cboos
Optimize pygments rendering even further: the 'n' (Name) class is never styled, so make that correspond to the default text style. Gains another 15% size reduction over the former size. |
2008-05-12 16:23:01 | Tree |
|
[r7057]
by
cboos
Optimize Genshi tags generated by Pygments renderer. Don't emit empty spans or spans with no class. This gives a 30% size reduction for highlighted Python source pages, for example. Original patch by Tim Hatch, closes #4339. |
2008-05-12 16:21:19 | Tree |
|
[r7056]
by
cboos
Ticket query: get rid of the `num_matches` py:def macro and uses `ngettext` instead. For this to work, the `ngettext` keyword declaration in setup.cfg had to be fixed and the `num` had to be added to kwargs for the message keyword expansion. |
2008-05-12 15:46:26 | Tree |
|
[r7055]
by
cboos
Don't show the page index for a limited size ticket query when the query results are generated by a !TicketQuery macro. Fixes #7216. |
2008-05-12 14:42:47 | Tree |