Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop/core 1.4.x #2

Closed
wants to merge 796 commits into from
Closed

Develop/core 1.4.x #2

wants to merge 796 commits into from

Conversation

mafulafunk
Copy link

Man muss die github features einfach mal ausprobieren um sie zu verstehen.

Beste Grüße aus Wiesbaden

mf :-)

Uwe Schäfer and others added 30 commits April 11, 2010 20:38
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5206 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5207 ef7698a4-5110-0410-9fc6-c7eb3693863f
…ore@5208 ef7698a4-5110-0410-9fc6-c7eb3693863f
…ore@5209 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5210 ef7698a4-5110-0410-9fc6-c7eb3693863f
…ore@5211 ef7698a4-5110-0410-9fc6-c7eb3693863f
…ore@5212 ef7698a4-5110-0410-9fc6-c7eb3693863f
…ore@5213 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5214 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5216 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5218 ef7698a4-5110-0410-9fc6-c7eb3693863f
…ore@5219 ef7698a4-5110-0410-9fc6-c7eb3693863f
…ore@5220 ef7698a4-5110-0410-9fc6-c7eb3693863f
…ore@5221 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5222 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5228 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5229 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5230 ef7698a4-5110-0410-9fc6-c7eb3693863f
…do not inherit versions from <dependency/>

Veil:  check whether *this* component is null during bind()

git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5231 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5232 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5233 ef7698a4-5110-0410-9fc6-c7eb3693863f
Created PrefixTrieMatch and AnyWhereTrieMatch to encapsulate the TrieNode<C> or Set<TrieNode<C>> that match an initial search.
The plan is to add in a Match Cache so that subsequent searches can simply search within the existing match versus starting from scratch each time.

The TrieMatch classes internalize the generation of the List<C> getWordList(int limit)

Added the ITrieDataProviderHints interface and default implementation to allow setting an upper limit on the number of results to fetch when the search string is short. (i.e. instead of building 20,000 element list when they type 'a' limit to something smaller like 500)

git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5238 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5244 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5245 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5246 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5247 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5248 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5249 ef7698a4-5110-0410-9fc6-c7eb3693863f
Add in the ability to place an autocompleting control panel on the autocompleting div itself.  This can be used to give the user the power to toggle the TrieFitler and/or the DataProvider settings.

git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5250 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/trunk/wicketstuff-core@5251 ef7698a4-5110-0410-9fc6-c7eb3693863f
seb and others added 29 commits November 3, 2010 18:47
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5615 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5616 ef7698a4-5110-0410-9fc6-c7eb3693863f
…te for future wicketstuff-core releases. It will allow project devs to write down any relevant info on

key changes to their modules that they want included in the release message.



git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5618 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5621 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5625 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5634 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5635 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5637 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5639 ef7698a4-5110-0410-9fc6-c7eb3693863f
…anch.

git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5651 ef7698a4-5110-0410-9fc6-c7eb3693863f
…ease message to include details on the new

artifactId's (we remove the wicketstuff- prefix to fit with wicketstuff-core conventions)



git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5652 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4.14@5657 ef7698a4-5110-0410-9fc6-c7eb3693863f
fix wicket.version to 1.4.14



git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4.14@5659 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/tags/wicketstuff-core-1.4.14@5660 ef7698a4-5110-0410-9fc6-c7eb3693863f
cherry-picked from the original svn to git import.
is the place to put changes you want included in the announce message.
…telessForm instead of Form

git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5662 ef7698a4-5110-0410-9fc6-c7eb3693863f
…telessForm instead of Form

git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5663 ef7698a4-5110-0410-9fc6-c7eb3693863f
…rects to homepage using

		setResponsePage(getApplication().getHomePage())
	instead of
	    setResponsePage(getApplication().getSessionSettings().getPageFactory().newPage(getApplication().getHomePage()))

git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5665 ef7698a4-5110-0410-9fc6-c7eb3693863f
…rects to homepage using

		setResponsePage(getApplication().getHomePage())
	instead of
	    setResponsePage(getApplication().getSessionSettings().getPageFactory().newPage(getApplication().getHomePage()))

git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5666 ef7698a4-5110-0410-9fc6-c7eb3693863f
 - the cleanup background task is now unloaded on application shutdown

git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5668 ef7698a4-5110-0410-9fc6-c7eb3693863f
When using an AjaxButton for example and the form does not submit due to
validation errors there is an onError(target, form) that needs to be
implemented.

These changes add in a new method on the renamed IFormSubmitAction to support
handling the onError case.  It is connected to the DTAButton.onError()
callback.

git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5683 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5685 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5689 ef7698a4-5110-0410-9fc6-c7eb3693863f
git-svn-id: file:///home/igor/dev/stuff/svnbackup/branches/wicketstuff-core-1.4@5690 ef7698a4-5110-0410-9fc6-c7eb3693863f
There were several lines in the TimerPushService class that used java 6 features:
@OverRide on interface implementing method
String.isEmpty() method.

I removed the @OVERRIDES and changed to String.length() == 0 for the is empty check.
following the release of 1.4.15 bump up the pom version of the core-1.4.x branch to 1.4.16-SNAPSHOT
…tuff versioning with the wicket version it depends on.

Remove scattered .gitignore files, leave the job to the one in the root dir.
Remove .classpat, .settings and .project, let mvn eclipse:eclipse rebuild them.
Add EclipseCodeFormat.xml from wicket
martin-g pushed a commit that referenced this pull request Jan 18, 2013
Test upgrade to tinymce 3.5.8
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants