* browseWindow_UI.js, dbsCombo_UI.js, goodForRun_UI.js, localTagCombo_UI.js, subSysCombo_UI.js, uploadWindow_UI.js, xmlTextArea_UI.js: All the logic of the connections between the component of the window has been moved the the new Event Manager. Minor stylish changes.
* xmlTextArea_UI.js: modified the XML text area so that line numbers are nicely displayed on the left side. Switched to fixed font size so that the line numbers follow the written ones. Implemented the scrolling logic (inside the 'onRender' function) of the lines numbers directly in plain HTML, since I found no better way of doing this. Error messages are now passed back-forth from server to client in base64 encoded way: this eliminates the extra care needed for any special character. Switched to the new dtd file for web.
* xmlTextArea_UI.js (Module): improved OO design, moving static configuration stuff directly in the constructor, and not in the initComponent method. * uploadWindow_UI.js (Module): improved OO design, moving static configuration stuff directly in the constructor, and not in the initComponent method. * subSysCombo_UI.js (Module): improved OO design, moving static configuration stuff directly in the constructor, and not in the initComponent method. * relValUploadWindow_UI.js (Module): improved OO design, moving static configuration stuff directly in the constructor, and not in the initComponent method. * refGridPanel_UI.js (Module): improved OO design, moving static configuration stuff directly in the constructor, and not in the initComponent method. * localTagCombo_UI.js (Module): improved OO design, moving static configuration stuff directly in the constructor, and not in the initComponent method. * fileUploadField_UI.js (Module): improved OO design, moving static configuration stuff directly in the constructor, and not in the initComponent method. * dbsCombo_UI.js: improved OO design, moving static configuration stuff directly in the constructor, and not in the initComponent method. * browseWindow_UI.js: improved OO design, moving static configuration stuff directly in the constructor, and not in the initComponent method.
* xmlTextArea_UI.js: adapted code to run with new repository. References to extjs are now absolute, whereas references to local js files are all realtive. * uploadWindow_UI.js: adapted code to run with new repository. References to extjs are now absolute, whereas references to local js files are all realtive. * subSysCombo_UI.js: adapted code to run with new repository. References to extjs are now absolute, whereas references to local js files are all realtive. * relValUploadWindow_UI.js: References to cgi-bin script are all absolute. * refGridPanel_UI.js: References to cgi-bin script are all absolute. * localTagCombo_UI.js: adapted code to run with new repository. References to extjs are now absolute, whereas references to local js files are all realtive. References to cgi-bin script are all absolute. * index.html: adapted code to run with new repository. References to extjs are now absolute, whereas references to local js files are all realtive. * goodForRun_UI.js: adapted code to run with new repository. References to extjs are now absolute, whereas references to local js files are all realtive. * dbsCombo_UI.js: adapted code to run with new repository. References to extjs are now absolute, whereas references to local js files are all realtive. * browseWindow_UI.js: adapted code to run out-of-the box using the new CVS repository (UserCode/MRovere inside CMSSW)
Initial Upload
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.