Revision 1060
Added by Matthias over 16 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
| 14 |
13-July 2009 Matthias Gallas |
|
| 15 |
+ added changes from news/add.php to the upgrade-script.php |
|
| 16 |
13-July-2009 Ruud Eisinga |
|
| 17 |
# admin / media / browse reported an error in E_STRICT mode. |
|
| 14 | 18 |
13-July 2009 Dietrich Roland Pehlke |
| 15 | 19 |
! Change inside "date_formats.php" and "time_formats.php" mktime() within time() |
| 16 | 20 |
to avoid warnings and strict messages. See #741. Minor cosmetic changes. |
| 17 |
13-July-2009 Ruud Eisinga |
|
| 18 |
# admin / media / browse reported an error in E_STRICT mode. |
|
| 19 |
13-July 2009 Dietrich Roland Pehlke |
|
| 20 | 21 |
# News-Modul: add the unlink-routine for the ".news" folder inside uninstall.php |
| 21 | 22 |
so the groupe-images are also unlink. |
| 22 | 23 |
! News-Modul: add <tr><td> and </td></tr>-tags to the "none found" part in the view.php to |
| trunk/wb/upgrade-script.php | ||
|---|---|---|
| 257 | 257 |
<td valign="top"><b>[TEXT_POSTED_BY] [DISPLAY_NAME] ([USERNAME]) [TEXT_ON] [PUBLISHED_DATE]</b></td> |
| 258 | 258 |
</tr> |
| 259 | 259 |
<tr style="display: [DISPLAY_GROUP]"> |
| 260 |
<td valign="top"><a href="[BACK]">[PAGE_TITLE]</a> >> <a href="[BACK]?g=[GROUP_ID]">[GROUP_TITLE]</a></td>
|
|
| 260 |
<td valign="top"><a href="[BACK]">[PAGE_TITLE]</a> >> <a href="[BACK]?g=[GROUP_ID]">[GROUP_TITLE]</a></td>
|
|
| 261 | 261 |
</tr> |
| 262 | 262 |
</table>'); |
| 263 | 263 |
$post_footer = '<p>[TEXT_LAST_CHANGED]: [MODI_DATE] [TEXT_AT] [MODI_TIME]</p> |
Also available in: Unified diff
added changes from news/add.php to the upgrade-script.php