| 1 |
# $Id: CHANGELOG.txt,v 1.12 2009/01/07 10:23:36 augustin Exp $
|
| 2 |
# CHANGELOG.txt
|
| 3 |
################
|
| 4 |
|
| 5 |
* 2009 Jan 07th: bugfix. Do not node_load() if $nid == NULL. See #354048.
|
| 6 |
* 2009 Jan 07th: Improve INSTALL.txt (one step was missing). See #274543 and #354682.
|
| 7 |
|
| 8 |
* 9/30 Removed obsolete variable.
|
| 9 |
* 9/30 Added hook_uninstall().
|
| 10 |
* 8/14 Fix more notices.
|
| 11 |
* 8/14 Space out some code for better readability.
|
| 12 |
* 8/14 Fix bug when accessing node/add and node/add/*.
|
| 13 |
* 8/13 Added 'supported' collapsed setting.
|
| 14 |
* 7/16 Fix another E_ALL notice when accessing /node/xyz where xyz is anything not corresponding to a node ID.
|
| 15 |
* 7/13 Fix E_ALL notice.
|
| 16 |
|
| 17 |
# tag DRUPAL-6--1-3 : 27th June 2008.
|
| 18 |
# ====================================
|
| 19 |
|
| 20 |
* Update README.txt and INSTALL.txt
|
| 21 |
|
| 22 |
# tag DRUPAL-6--1-0 : 16th April 2008.
|
| 23 |
# ====================================
|
| 24 |
|
| 25 |
* Full upgrade to Drupal 6.
|
| 26 |
|
| 27 |
# tag DRUPAL-5--2-0 : 10th April 2008.
|
| 28 |
# ====================================
|
| 29 |
|
| 30 |
* Fixed logic so that when a user is adding a node (/node/add/node_type), the user's theme is used if the node type is among the allowed ones.
|
| 31 |
* Added setting: which node types should use the users' theme? Beside 'blog', you can add any CCK or custom node type.
|
| 32 |
* Added setting: should a user profile page use the site's default theme, or the user's theme?
|
| 33 |
* Added a setting page, for the three items listed above.
|
| 34 |
* 34360: separate the blog theme from the site theme.
|
| 35 |
A new perm is added: 'select different blog theme' which is in addition to the core perm 'select different theme'.
|
| 36 |
Now the user has two theme settings: one for the whole site, one for his/her blog.
|
| 37 |
* Hook_menu was executed twice for lack of if $may_cache loop.
|
| 38 |
|
| 39 |
# tag DRUPAL-5--1-2 : 28th July 2007.
|
| 40 |
# ====================================
|
| 41 |
|
| 42 |
* Garland is the new default theme for Drupal 5.
|
| 43 |
* 162389: Make theme consistent when adding a comment. Patch by Chris21, with thanks.
|
| 44 |
* Upgrade to Drupal 5.
|
| 45 |
|