Remove an obsolete file
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e57e7294 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e57e7294 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e57e7294 Branch: refs/heads/master Commit: e57e729484319bc7b36911c7929494c2e5d45476 Parents: eefa649 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Oct 3 14:23:40 2012 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Oct 3 14:23:40 2012 +0300 ---------------------------------------------------------------------- wicket-extensions/src/changes/changes.xml | 68 ------------------------ 1 files changed, 0 insertions(+), 68 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/e57e7294/wicket-extensions/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/wicket-extensions/src/changes/changes.xml b/wicket-extensions/src/changes/changes.xml deleted file mode 100644 index 105bebc..0000000 --- a/wicket-extensions/src/changes/changes.xml +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<document> - <properties> - <title>Wicket-Extensions changes</title> - <author email="igor at users.sourceforge.net">Igor Vaynberg</author> - </properties> - <body> - - <release version="1.3" date="tbd" description="Wicket 1.3"> - </release> - <release version="1.2.3" description="Wicket 1.2.3"> - <action type="fix" dev="Janne Hietamäki" issue="1547028">AutoCompleteTextField conflict IndicatingAjaxSubmitButton</action> - </release> - <release version="1.2.2" date="tbd" description="Wicket 1.2.2"> - <action type="add" dev="Matej Knopp">Backported 2.0 Modal Window</action> - <action type="add" dev="Eelco Hillenius,Matej Knopp">Backported 2.0 Ajax enabled Tree and TreeTable</action> - <action type="fix" dev="Martijn Dashorst" issue="1522442">Fixed markup-id issue of datepicker so it works with ajax</action> - <action type="add" dev="Janne Hietamäki">Backported 2.0 wicket-ajax.js compatible version of the autocomplete</action> - </release> - <release version="1.2.1" date="2006-07-24" description="Wicket 1.2.1"> - <action type="add" dev="Janne Hietamäki">mouse selection in the autocomplete</action> - <action type="fix" dev="Janne Hietamäki" issue="1518167" due-to="Yoav Hakman">URLEncode AutoComplete request</action> - <action type="add" dev="Martijn Dashorst">Added AjaxNavigationToolbar</action> - <action type="add" dev="Igor Vaynberg">Added AjaxFallbackDefaultDataTable</action> - <action type="fix" dev="Janne Hietamäki">Set the AutoComplete response headers properly</action> - <action type="fix" dev="Janne Hietamäki">Fixed AutoComplete bugs when running under IE</action> - </release> - <release version="1.2" date="2006-05-24" description="Wicket 1.2"> - <action type="add" dev="Eelco Hillenius">Added wizard component</action> - <action type="add" dev="Igor Vaynberg">new ajax driven form upload progress bar (UploadProgressBar)</action> - <action type="add" dev="Igor Vaynberg">new ajax link variations with a busy indicator (IndicatingAjaxLink, IndicatingAjaxFallbackLink)</action> - <action type="add" dev="Igor Vaynberg">new AjaxEditableLabel</action> - <action type="add" dev="Igor Vaynberg">moved Palette form component from wicket-contrib-palette</action> - <action type="add" dev="Igor Vaynberg">new ajax enabled TabbedPanel variation with no-ajax fallback functionality</action> - <action type="add" dev="Igor Vaynberg">new ajax enabled autocomplete textfield based on capxous.com autoassist</action> - <action type="fix" dev="Martijn Dashorst" issue="1434895">Fixed date picker to work in IE again</action> - <action type="add" dev="Igor Vaynberg">new RefreshingView</action> - <action type="add" dev="Igor Vaynberg">data providers are no longer stored as a model of the data view, so it is safe to use an anonymous data provider</action> - <action type="add" dev="Igor Vaynberg">DataGridView has been factored out of the DataTable implementation</action> - <action type="add" dev="Igor Vaynberg">DataTable now supports generic toolbars</action> - <action type="add" dev="Igor Vaynberg">Navigation and sortable headers have been factored out into toolbars</action> - <action type="add" dev="Igor Vaynberg">new NoRecords toolbar</action> - <action type="add" dev="Igor Vaynberg">new Filter toolbar</action> - </release> - <release version="1.1.1" date="tbd" description="Wicket 1.1.1"> - <action type="fix" dev="Igor Vaynberg" issue="1367650" due-to="Arto Arffman">fixed page indexing bug in AbstractPageableDataView</action> - <action type="add" dev="Igor Vaynberg">new Select component that gives user total control of markup. see wicket.extensions.markup.html.form.select package.</action> - <action type="fix" dev="Igor Vaynberg">Fixed small bug in dataview that caused IDataProvider.size() to be called twice in certain situation on the first request to the page</action> - </release> - </body> -</document>
