diff --git a/docs/upgrades/upgrade_5.2.6-5.3.0.pl b/docs/upgrades/upgrade_5.2.6-5.3.0.pl index 896f51f44..ea0fd22ed 100644 --- a/docs/upgrades/upgrade_5.2.6-5.3.0.pl +++ b/docs/upgrades/upgrade_5.2.6-5.3.0.pl @@ -24,6 +24,8 @@ print "\tUpdating config file.\n" unless ($quiet); my $pathToConfig = '../../etc/'.$configFile; my $conf = Parse::PlainConfig->new('DELIM' => '=', 'FILE' => $pathToConfig); my $macros = $conf->get("macros"); +delete $macros->{"\\"}; +$macros->{"\\\\"} = "Backslash_pageUrl"; $macros->{RootTab} = "RootTab"; $macros->{RandomSnippet} = "RandomSnippet"; $macros->{RandomImage} = "RandomImage"; diff --git a/docs/upgrades/upgrade_5.2.6-5.3.0.sql b/docs/upgrades/upgrade_5.2.6-5.3.0.sql index a210973f6..0de28c7e4 100644 --- a/docs/upgrades/upgrade_5.2.6-5.3.0.sql +++ b/docs/upgrades/upgrade_5.2.6-5.3.0.sql @@ -611,6 +611,7 @@ insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (4, 'DataForm' update userProfileField set dataType='date' where fieldName='birthdate'; delete from international where languageId=1 and namespace='EventsCalendar' and internationalId=98; insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (98,1,'EventsCalendar','Now!', 1053888477,'"Something is going to happen now." This will be used to select a range in an events calendar. Now is the date and time right down to the current second.'); +update language set toolbar='dutch' where languageId=3; diff --git a/www/extras/toolbar/dutch/copy.gif b/www/extras/toolbar/dutch/copy.gif new file mode 100644 index 000000000..2a741776e Binary files /dev/null and b/www/extras/toolbar/dutch/copy.gif differ diff --git a/www/extras/toolbar/dutch/cut.gif b/www/extras/toolbar/dutch/cut.gif new file mode 100644 index 000000000..6f03fe83c Binary files /dev/null and b/www/extras/toolbar/dutch/cut.gif differ diff --git a/www/extras/toolbar/dutch/delete.gif b/www/extras/toolbar/dutch/delete.gif new file mode 100644 index 000000000..d94f9f872 Binary files /dev/null and b/www/extras/toolbar/dutch/delete.gif differ diff --git a/www/extras/toolbar/dutch/edit.gif b/www/extras/toolbar/dutch/edit.gif new file mode 100644 index 000000000..04a6b8847 Binary files /dev/null and b/www/extras/toolbar/dutch/edit.gif differ diff --git a/www/extras/toolbar/dutch/help.gif b/www/extras/toolbar/dutch/help.gif new file mode 100644 index 000000000..5d8a10ee6 Binary files /dev/null and b/www/extras/toolbar/dutch/help.gif differ diff --git a/www/extras/toolbar/dutch/moveBottom.gif b/www/extras/toolbar/dutch/moveBottom.gif new file mode 100644 index 000000000..55d07ee9c Binary files /dev/null and b/www/extras/toolbar/dutch/moveBottom.gif differ diff --git a/www/extras/toolbar/dutch/moveDown.gif b/www/extras/toolbar/dutch/moveDown.gif new file mode 100644 index 000000000..93b457b02 Binary files /dev/null and b/www/extras/toolbar/dutch/moveDown.gif differ diff --git a/www/extras/toolbar/dutch/moveLeft.gif b/www/extras/toolbar/dutch/moveLeft.gif new file mode 100644 index 000000000..73276ee35 Binary files /dev/null and b/www/extras/toolbar/dutch/moveLeft.gif differ diff --git a/www/extras/toolbar/dutch/moveRight.gif b/www/extras/toolbar/dutch/moveRight.gif new file mode 100644 index 000000000..222aa8328 Binary files /dev/null and b/www/extras/toolbar/dutch/moveRight.gif differ diff --git a/www/extras/toolbar/dutch/moveTop.gif b/www/extras/toolbar/dutch/moveTop.gif new file mode 100644 index 000000000..28b41929d Binary files /dev/null and b/www/extras/toolbar/dutch/moveTop.gif differ diff --git a/www/extras/toolbar/dutch/moveUp.gif b/www/extras/toolbar/dutch/moveUp.gif new file mode 100644 index 000000000..745eaf120 Binary files /dev/null and b/www/extras/toolbar/dutch/moveUp.gif differ diff --git a/www/extras/toolbar/dutch/page.gif b/www/extras/toolbar/dutch/page.gif new file mode 100644 index 000000000..fa912fc5d Binary files /dev/null and b/www/extras/toolbar/dutch/page.gif differ diff --git a/www/extras/toolbar/dutch/paste.gif b/www/extras/toolbar/dutch/paste.gif new file mode 100644 index 000000000..83bc21054 Binary files /dev/null and b/www/extras/toolbar/dutch/paste.gif differ diff --git a/www/extras/toolbar/dutch/shortcut.gif b/www/extras/toolbar/dutch/shortcut.gif new file mode 100644 index 000000000..6521e7886 Binary files /dev/null and b/www/extras/toolbar/dutch/shortcut.gif differ diff --git a/www/extras/toolbar/dutch/view.gif b/www/extras/toolbar/dutch/view.gif new file mode 100644 index 000000000..4620aa0c0 Binary files /dev/null and b/www/extras/toolbar/dutch/view.gif differ diff --git a/www/extras/toolbar/dutch/wobject.gif b/www/extras/toolbar/dutch/wobject.gif new file mode 100644 index 000000000..df14bf290 Binary files /dev/null and b/www/extras/toolbar/dutch/wobject.gif differ