From: <ro...@pr...> - 2016-10-13 22:57:58
|
intranet-forum/www new-system-incident.tcl,1.47,1.48 Thu Oct 13 10:50:20 UTC 2016 Update of /home/cvsroot/intranet-forum/www In directory aachen:/tmp/cvs-serv31619 Modified Files: new-system-incident.tcl Log Message: - Fixed issue that appears with unsuitable package strings sencha-core/sql/postgresql sencha-core-create.sql,1.5,1.6 Thu Oct 13 14:17:33 UTC 2016 Update of /home/cvsroot/sencha-core/sql/postgresql In directory aachen:/tmp/cvs-serv32192/postgresql Modified Files: sencha-core-create.sql Log Message: - Fixed issue saving preferences due to unique key violation sencha-core/sql/postgresql/upgrade upgrade-5.0.1.0.1-5.0.1.0.2.sql,NONE,1.1 Thu Oct 13 14:17:33 UTC 2016 Update of /home/cvsroot/sencha-core/sql/postgresql/upgrade In directory aachen:/tmp/cvs-serv32192/postgresql/upgrade Added Files: upgrade-5.0.1.0.1-5.0.1.0.2.sql Log Message: - Fixed issue saving preferences due to unique key violation sencha-core/www/store/user SenchaPreferenceStore.js,1.5,1.6 Thu Oct 13 14:20:40 UTC 2016 Update of /home/cvsroot/sencha-core/www/store/user In directory aachen:/tmp/cvs-serv954/user Modified Files: SenchaPreferenceStore.js Log Message: - Fixed Preference store: - Created a custom load() function in order to load only preferences relevant for the current page. - Created a custom sync() function with failure parameter in order to handle server errors - Created a deferred "bufferedFunction" in order to deal with frequent preference updates from scroll events and other sources. intranet-rest/tcl intranet-rest-create-procs.tcl,1.57,1.58 Thu Oct 13 14:21:25 UTC 2016 Update of /home/cvsroot/intranet-rest/tcl In directory aachen:/tmp/cvs-serv3401/tcl Modified Files: intranet-rest-create-procs.tcl Log Message: - beautified intranet-gantt-editor/lib gantt-editor.adp,1.82,1.83 Thu Oct 13 14:23:30 UTC 2016 Update of /home/cvsroot/intranet-gantt-editor/lib In directory aachen:/tmp/cvs-serv4002 Modified Files: gantt-editor.adp Log Message: - Redesigned the initial scroll and zoom configuration. This is now all handled in the GanttZoomController. - Fixed bug with loading preferences and moved preference functionality into the SenchaPreferenceStore intranet-gantt-editor/www/controller GanttZoomController.js,1.7,1.8 Thu Oct 13 14:25:50 UTC 2016 Update of /home/cvsroot/intranet-gantt-editor/www/controller In directory aachen:/tmp/cvs-serv5767 Modified Files: GanttZoomController.js Log Message: - Redesigned scrolling subsystem: - Now all scrolling is handled in the GanttZoomController - Focussing on a project includes a zoom on the center of the visible area - Both scroll and axis start- and end-dates are now persistent using preferences intranet-gantt-editor/www/view GanttBarPanel.js,1.24,1.25 Thu Oct 13 14:27:29 UTC 2016 Update of /home/cvsroot/intranet-gantt-editor/www/view In directory aachen:/tmp/cvs-serv7502 Modified Files: GanttBarPanel.js Log Message: - Moved persistent scroll restore to the redraw() function in the GanttBarPanel, where it also handles the restore of the zoom configuration intranet-gantt-editor/www/controller GanttButtonController.js,1.3,1.4 GanttButtonController.js.adp,1.2,NONE GanttButtonController.js.tcl,1.1,NONE Thu Oct 13 14:28:58 UTC 2016 Update of /home/cvsroot/intranet-gantt-editor/www/controller In directory aachen:/tmp/cvs-serv8220/intranet-gantt-editor/www/controller Added Files: GanttButtonController.js Removed Files: GanttButtonController.js.adp GanttButtonController.js.tcl Log Message: - Refactored reportError error reporting functionality: - Moved functionality to PO.Utilities.reportError() - Eliminated duplicate code from GanttButtonController sencha-core/www Utilities.js.adp,NONE,1.1 Utilities.js.tcl,NONE,1.1 Utilities.js,1.4,NONE Thu Oct 13 14:28:58 UTC 2016 Update of /home/cvsroot/sencha-core/www In directory aachen:/tmp/cvs-serv8220/sencha-core/www Added Files: Utilities.js.adp Utilities.js.tcl Removed Files: Utilities.js Log Message: - Refactored reportError error reporting functionality: - Moved functionality to PO.Utilities.reportError() - Eliminated duplicate code from GanttButtonController intranet-rest/www/data-source project-task-tree-action.tcl,1.7,1.8 Thu Oct 13 17:06:26 UTC 2016 Update of /home/cvsroot/intranet-rest/www/data-source In directory aachen:/tmp/cvs-serv4375 Modified Files: project-task-tree-action.tcl Log Message: - Removed debugging code sencha-core/www/store/user SenchaPreferenceStore.js,1.6,1.7 Thu Oct 13 17:09:30 UTC 2016 Update of /home/cvsroot/sencha-core/www/store/user In directory aachen:/tmp/cvs-serv5593/user Modified Files: SenchaPreferenceStore.js Log Message: - Fixed issue with boolean vs. string values of preferences, which lead to boolean preferences created wrongly. - Fixed creation of new preferences: Added code to store the preference_id returned from the REST API into the model. Otherwise it's impossible to destroy (DELETE) the preference, if it's not an object... sencha-core/www/controller ResizeController.js,1.9,1.10 Thu Oct 13 17:10:19 UTC 2016 Update of /home/cvsroot/sencha-core/www/controller In directory aachen:/tmp/cvs-serv6956/controller Modified Files: ResizeController.js Log Message: - Maximize to full-screen: Fixed issue with outer window not being scrolled to the top of the screen (and therefore not being vixible...) |