| Line | |
|---|
| 1 | 0.61 |
|---|
| 2 | Customized navbar_categories.tt and navbar_locales.tt templates |
|---|
| 3 | need to be updated: |
|---|
| 4 | - First of all, your template needs to check for |
|---|
| 5 | [% config.enable_common_categories %] |
|---|
| 6 | rather than |
|---|
| 7 | [% common_categories %] |
|---|
| 8 | in order to know whether to add this <div> to the navbar or not. |
|---|
| 9 | |
|---|
| 10 | - Secondly, you need to replace |
|---|
| 11 | <a href="[% catloc_link %]Category_[% cat %]"> |
|---|
| 12 | with |
|---|
| 13 | <a href="[% config.script_url _ config.script_name %]?id=Category_[% cat %]"> |
|---|
| 14 | |
|---|
| 15 | 0.60 The edit form now uses stylable <div>s rather than tables. You will |
|---|
| 16 | probably want to provide at least basic styling for these. |
|---|
| 17 | |
|---|
| 18 | 0.59 Some CSS was altered; you should check and update your stylesheets. |
|---|
| 19 | See README.CSS for details. |
|---|
| 20 | Common categories and locales were moved within the navbar |
|---|
| 21 | |
|---|
| 22 | 0.58 No major changes |
|---|
| 23 | |
|---|
| 24 | 0.57 Search::InvertedIndex is deprecated; please use Plucene instead. |
|---|
| 25 | |
|---|
| 26 | 0.55 Wiki::Toolkit required instead of CGI::Wiki. |
|---|
| 27 | |
|---|
| 28 | 0.52 supersearch.cgi is now just search.cgi, so please update templates |
|---|
| 29 | as appropriate, and consider adding an HTTP redirect to keep old |
|---|
| 30 | links working. |
|---|