Commit Graph

27 Commits

Author SHA1 Message Date
kohsuke c574a1fe43 needs to apply behaviors.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3905 71c3de6d-444a-0410-be80-ed276b4c234a
2007-07-29 17:29:45 +00:00
kohsuke acf38f04ec added support for the dynamic listbox update.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3887 71c3de6d-444a-0410-be80-ed276b4c234a
2007-07-28 05:31:33 +00:00
kohsuke d849df46fa fixed #581 "hudson-behavior.js#makeTooltip make a memory leak"
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3427 71c3de6d-444a-0410-be80-ed276b4c234a
2007-06-13 04:31:20 +00:00
kohsuke cb36d26634 fixed a bug where the <repeatable> tag cannot be nested.
JavaScript to handle this logic is cleaned up to use behavior.js


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3425 71c3de6d-444a-0410-be80-ed276b4c234a
2007-06-13 01:39:48 +00:00
kohsuke 0c83796e3b removed warning.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3394 71c3de6d-444a-0410-be80-ed276b4c234a
2007-06-06 04:15:34 +00:00
kohsuke bc45630910 modularized.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3393 71c3de6d-444a-0410-be80-ed276b4c234a
2007-06-06 04:15:17 +00:00
kohsuke 5c3aae5a2a cleaned up the scripting behind radioBlock.jelly. This also fixes #570.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3392 71c3de6d-444a-0410-be80-ed276b4c234a
2007-06-06 04:13:04 +00:00
jglick 4da5a8fb4b If you entered a number in a field such as Days to Keep Build, tabbed out, tabbed back in, deleted the number,
and tabbed out, you would be left with an error message, even though the field was back to its default value.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3269 71c3de6d-444a-0410-be80-ed276b4c234a
2007-04-29 17:05:28 +00:00
kohsuke 1809b8c7dd hudson now asynchronously updates the build list.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2870 71c3de6d-444a-0410-be80-ed276b4c234a
2007-04-06 14:23:09 +00:00
kohsuke 928402d8a1 there might be no children.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2795 71c3de6d-444a-0410-be80-ed276b4c234a
2007-03-30 06:25:18 +00:00
kohsuke 8a35f45196 improved the <f:repeated> tag support for better UI experience.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2669 71c3de6d-444a-0410-be80-ed276b4c234a
2007-03-26 04:44:40 +00:00
kohsuke 705ce39156 implemented SCM repository browser support.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2566 71c3de6d-444a-0410-be80-ed276b4c234a
2007-03-20 06:01:11 +00:00
kohsuke 103efceb18 supported POST submission of the form value check, so that sensitive information can be tested.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2434 71c3de6d-444a-0410-be80-ed276b4c234a
2007-03-11 18:46:31 +00:00
kohsuke a4e87b899c added one more function.
Form renamed to FormChecker so as not to override the ones defined in Prototype library.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2433 71c3de6d-444a-0410-be80-ed276b4c234a
2007-03-11 18:19:38 +00:00
kohsuke f8c57195a8 doc improvement.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2432 71c3de6d-444a-0410-be80-ed276b4c234a
2007-03-11 17:36:11 +00:00
kohsuke c5c06d560a make tooltip generator reusable from outside Jelly.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2408 71c3de6d-444a-0410-be80-ed276b4c234a
2007-03-10 23:51:23 +00:00
kohsuke dcf5f948cd fixed #303.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2221 71c3de6d-444a-0410-be80-ed276b4c234a
2007-02-15 15:44:20 +00:00
kohsuke dd7307c6ad added code to perform escape.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2208 71c3de6d-444a-0410-be80-ed276b4c234a
2007-02-13 17:06:10 +00:00
kohsuke 9694ab324d onComplete would trigger even if the request fails.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2083 71c3de6d-444a-0410-be80-ed276b4c234a
2007-02-07 02:34:48 +00:00
kohsuke b918602157 don't know if this causes a problem, but in other places GET->POST change seemed to make things work, so I'm just changing it here as a precaution.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2079 71c3de6d-444a-0410-be80-ed276b4c234a
2007-02-07 02:13:37 +00:00
kohsuke 3fdce6a7c0 build queue and executors updated asynchronously.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2063 71c3de6d-444a-0410-be80-ed276b4c234a
2007-02-04 15:22:26 +00:00
kohsuke 496bd9ce57 implemented a mechanism to allow text input field to be expanded into a text area.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1918 71c3de6d-444a-0410-be80-ed276b4c234a
2007-01-25 15:47:33 +00:00
kohsuke 51794881f0 set focus to the text area when the form is opened.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1854 71c3de6d-444a-0410-be80-ed276b4c234a
2007-01-21 15:08:00 +00:00
kohsuke ff37645766 implemented #226.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1770 71c3de6d-444a-0410-be80-ed276b4c234a
2007-01-15 19:20:32 +00:00
kohsuke 3f6e336ebd added client-side clickable map support.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1561 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-30 21:03:57 +00:00
kohsuke 7cf9e5771c Fixed #145.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1134 71c3de6d-444a-0410-be80-ed276b4c234a
2006-11-16 16:46:18 +00:00
kohsuke 8a0dc230f4 initial commit for a new layout.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@969 71c3de6d-444a-0410-be80-ed276b4c234a
2006-11-05 21:16:01 +00:00