fix javascript license headers of scm-webapp

This commit is contained in:
Sebastian Sdorra
2011-10-07 09:30:03 +02:00
parent b8d5abdd45
commit cbc68a16d8
62 changed files with 373 additions and 435 deletions

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.action.ChangePasswordWindow = Ext.extend(Ext.Window,{ Sonia.action.ChangePasswordWindow = Ext.extend(Ext.Window,{
titleText: 'Change Password', titleText: 'Change Password',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,5 +28,4 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Ext.ns('Sonia.action'); Ext.ns('Sonia.action');

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.config.ConfigForm = Ext.extend(Ext.form.FormPanel, { Sonia.config.ConfigForm = Ext.extend(Ext.form.FormPanel, {
title: 'Config Form', title: 'Config Form',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.config.ConfigPanel = Ext.extend(Ext.Panel, { Sonia.config.ConfigPanel = Ext.extend(Ext.Panel, {
panels: null, panels: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
// config form panels // config form panels
var repositoryConfigPanels = []; var repositoryConfigPanels = [];
var generalConfigPanels =[]; var generalConfigPanels =[];

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.config.RepositoryConfig = Ext.extend(Sonia.config.ConfigPanel,{ Sonia.config.RepositoryConfig = Ext.extend(Sonia.config.ConfigPanel,{
initComponent: function(){ initComponent: function(){

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -30,7 +30,6 @@
*/ */
Sonia.config.ScmConfigPanel = Ext.extend(Sonia.config.ConfigPanel,{ Sonia.config.ScmConfigPanel = Ext.extend(Sonia.config.ConfigPanel,{
titleText: 'General Settings', titleText: 'General Settings',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -30,7 +30,6 @@
*/ */
Sonia.config.SimpleConfigForm = Ext.extend(Sonia.config.ConfigForm,{ Sonia.config.SimpleConfigForm = Ext.extend(Sonia.config.ConfigForm,{
configUrl: null, configUrl: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.group.FormPanel = Ext.extend(Sonia.rest.FormPanel,{ Sonia.group.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
colMemberText: 'Member', colMemberText: 'Member',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.group.Grid = Ext.extend(Sonia.rest.Grid, { Sonia.group.Grid = Ext.extend(Sonia.rest.Grid, {
colNameText: 'Name', colNameText: 'Name',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
// register namespace // register namespace
Ext.ns('Sonia.group'); Ext.ns('Sonia.group');

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.group.MemberFormPanel = Ext.extend(Sonia.group.FormPanel, { Sonia.group.MemberFormPanel = Ext.extend(Sonia.group.FormPanel, {
memberStore: null, memberStore: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.group.Panel = Ext.extend(Sonia.rest.Panel, { Sonia.group.Panel = Ext.extend(Sonia.rest.Panel, {
titleText: 'Group Form', titleText: 'Group Form',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.group.PropertiesFormPanel = Ext.extend(Sonia.group.FormPanel, { Sonia.group.PropertiesFormPanel = Ext.extend(Sonia.group.FormPanel, {
initComponent: function(){ initComponent: function(){

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
if (Ext.form.VTypes){ if (Ext.form.VTypes){
Ext.override(Ext.form.VTypes, { Ext.override(Ext.form.VTypes, {

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.login.Form = Ext.extend(Ext.FormPanel,{ Sonia.login.Form = Ext.extend(Ext.FormPanel,{
usernameText: 'Username', usernameText: 'Username',

View File

@@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,5 +28,4 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Ext.ns('Sonia.login'); Ext.ns('Sonia.login');

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.login.Window = Ext.extend(Ext.Window,{ Sonia.login.Window = Ext.extend(Ext.Window,{
initComponent: function(){ initComponent: function(){

View File

@@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,5 +28,4 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Ext.ns('Sonia.navigation'); Ext.ns('Sonia.navigation');

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.navigation.NavPanel = Ext.extend(Ext.Panel, { Sonia.navigation.NavPanel = Ext.extend(Ext.Panel, {
sections: null, sections: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.navigation.NavSection = Ext.extend(Ext.Panel, { Sonia.navigation.NavSection = Ext.extend(Ext.Panel, {
links: null, links: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Ext.override(Ext.data.Store,{ Ext.override(Ext.data.Store,{
addField: function(field){ addField: function(field){

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Ext.form.Field.prototype.afterRenderExt = Ext.form.Field.prototype.afterRender; Ext.form.Field.prototype.afterRenderExt = Ext.form.Field.prototype.afterRender;
Ext.override(Ext.form.Field, { Ext.override(Ext.form.Field, {

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Ext.apply(Ext.form.VTypes, { Ext.apply(Ext.form.VTypes, {
// passord validator // passord validator

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Ext.override(Ext.grid.ColumnModel,{ Ext.override(Ext.grid.ColumnModel,{
addColumn: function(column, colIndex){ addColumn: function(column, colIndex){

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Ext.override(Ext.grid.GridPanel,{ Ext.override(Ext.grid.GridPanel,{
addColumn: function(field, column, colIndex){ addColumn: function(field, column, colIndex){

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Ext.apply(Ext.util.Format, { Ext.apply(Ext.util.Format, {
formatTimestamp: function(value){ formatTimestamp: function(value){

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,6 +29,5 @@
* *
*/ */
// register namespace // register namespace
Ext.ns('Sonia.panel'); Ext.ns('Sonia.panel');

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.panel.SyntaxHighlighterPanel = Ext.extend(Ext.Panel, { Sonia.panel.SyntaxHighlighterPanel = Ext.extend(Ext.Panel, {
syntaxes: [{ syntaxes: [{

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.plugin.Center = Ext.extend(Ext.util.Observable, { Sonia.plugin.Center = Ext.extend(Ext.util.Observable, {
waitTitleText: 'Please wait', waitTitleText: 'Please wait',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
// the plugin center // the plugin center
Sonia.plugin.CenterInstance = new Sonia.plugin.Center(); Sonia.plugin.CenterInstance = new Sonia.plugin.Center();

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,6 +28,5 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
// register namespace // register namespace
Ext.ns("Sonia.plugin"); Ext.ns("Sonia.plugin");

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.plugin.Store = Ext.extend(Sonia.rest.JsonStore, { Sonia.plugin.Store = Ext.extend(Sonia.rest.JsonStore, {
constructor: function(config) { constructor: function(config) {

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.repository.BlamePanel = Ext.extend(Ext.grid.GridPanel, { Sonia.repository.BlamePanel = Ext.extend(Ext.grid.GridPanel, {
blameUrl: null, blameUrl: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
// changeset viewer // changeset viewer
Sonia.repository.ChangesetViewerGrid = Ext.extend(Ext.grid.GridPanel, { Sonia.repository.ChangesetViewerGrid = Ext.extend(Ext.grid.GridPanel, {

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.repository.ChangesetViewerPanel = Ext.extend(Ext.Panel, { Sonia.repository.ChangesetViewerPanel = Ext.extend(Ext.Panel, {
repository: null, repository: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Sonia.repository.ContentPanel = Ext.extend(Ext.Panel, { Sonia.repository.ContentPanel = Ext.extend(Ext.Panel, {
repository: null, repository: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.repository.DiffPanel = Ext.extend(Ext.Panel, { Sonia.repository.DiffPanel = Ext.extend(Ext.Panel, {
repository: null, repository: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
// extended information panel // extended information panel
Sonia.repository.ExtendedInfoPanel = Ext.extend(Sonia.repository.InfoPanel,{ Sonia.repository.ExtendedInfoPanel = Ext.extend(Sonia.repository.InfoPanel,{

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
// RepositoryFormPanel // RepositoryFormPanel
Sonia.repository.FormPanel = Ext.extend(Sonia.rest.FormPanel,{ Sonia.repository.FormPanel = Ext.extend(Sonia.rest.FormPanel,{

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Sonia.repository.Grid = Ext.extend(Sonia.rest.Grid, { Sonia.repository.Grid = Ext.extend(Sonia.rest.Grid, {
colNameText: 'Name', colNameText: 'Name',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
// default repository information panel // default repository information panel
Sonia.repository.InfoPanel = Ext.extend(Ext.Panel, { Sonia.repository.InfoPanel = Ext.extend(Ext.Panel, {

View File

@@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -14,7 +14,7 @@
* contributors may be used to endorse or promote products derived from this * contributors may be used to endorse or promote products derived from this
* software without specific prior written permission. * software without specific prior written permission.
* *
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER S AND CONTRIBUTORS "AS IS" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
var repositoryTypeStore = new Ext.data.JsonStore({ var repositoryTypeStore = new Ext.data.JsonStore({
id: 1, id: 1,
fields: [ 'displayName', 'name' ] fields: [ 'displayName', 'name' ]

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
// RepositoryPanel // RepositoryPanel
Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, { Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, {

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.repository.PermissionFormPanel = Ext.extend(Sonia.repository.FormPanel, { Sonia.repository.PermissionFormPanel = Ext.extend(Sonia.repository.FormPanel, {
permissionStore: null, permissionStore: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -30,7 +30,6 @@
*/ */
Sonia.repository.PropertiesFormPanel = Ext.extend(Sonia.repository.FormPanel, { Sonia.repository.PropertiesFormPanel = Ext.extend(Sonia.repository.FormPanel, {
properties: [], properties: [],

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Sonia.repository.RepositoryBrowser = Ext.extend(Ext.grid.GridPanel, { Sonia.repository.RepositoryBrowser = Ext.extend(Ext.grid.GridPanel, {
repository: null, repository: null,

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.repository.SettingsFormPanel = Ext.extend(Sonia.repository.FormPanel, { Sonia.repository.SettingsFormPanel = Ext.extend(Sonia.repository.FormPanel, {
initComponent: function(){ initComponent: function(){

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Sonia.rest.FormPanel = Ext.extend(Ext.FormPanel,{ Sonia.rest.FormPanel = Ext.extend(Ext.FormPanel,{
okText: 'Ok', okText: 'Ok',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.rest.Grid = Ext.extend(Ext.grid.GridPanel, { Sonia.rest.Grid = Ext.extend(Ext.grid.GridPanel, {
urlTemplate: '<a href="{0}" target="_blank">{0}</a>', urlTemplate: '<a href="{0}" target="_blank">{0}</a>',

View File

@@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,6 +28,5 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Ext.ns("Sonia.rest"); Ext.ns("Sonia.rest");

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.rest.JsonStore = Ext.extend( Ext.data.JsonStore, { Sonia.rest.JsonStore = Ext.extend( Ext.data.JsonStore, {
errorTitleText: 'Error', errorTitleText: 'Error',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.rest.Panel = Ext.extend(Ext.Panel, { Sonia.rest.Panel = Ext.extend(Ext.Panel, {
addText: 'Add', addText: 'Add',

View File

@@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
// enable debug mode, if console is available // enable debug mode, if console is available
var debug = typeof console != 'undefined'; var debug = typeof console != 'undefined';

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Ext.ns('Sonia'); Ext.ns('Sonia');
Sonia.History = { Sonia.History = {

View File

@@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Ext.ns("Sonia.scm"); Ext.ns("Sonia.scm");
Sonia.scm.Main = Ext.extend(Ext.util.Observable, { Sonia.scm.Main = Ext.extend(Ext.util.Observable, {

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.user.FormPanel = Ext.extend(Sonia.rest.FormPanel,{ Sonia.user.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
nameText: 'Name', nameText: 'Name',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -30,7 +30,6 @@
*/ */
Sonia.user.Grid = Ext.extend(Sonia.rest.Grid, { Sonia.user.Grid = Ext.extend(Sonia.rest.Grid, {
titleText: 'User Form', titleText: 'User Form',

View File

@@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
// register namespace // register namespace
Ext.ns('Sonia.user'); Ext.ns('Sonia.user');

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -29,7 +29,6 @@
* *
*/ */
Sonia.user.Panel = Ext.extend(Sonia.rest.Panel, { Sonia.user.Panel = Ext.extend(Sonia.rest.Panel, {
titleText: 'User Form', titleText: 'User Form',

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Ext.ns('Sonia.util'); Ext.ns('Sonia.util');
// functions // functions

View File

@@ -1,4 +1,4 @@
/* * /*
* Copyright (c) 2010, Sebastian Sdorra * Copyright (c) 2010, Sebastian Sdorra
* All rights reserved. * All rights reserved.
* *
@@ -28,7 +28,6 @@
* http://bitbucket.org/sdorra/scm-manager * http://bitbucket.org/sdorra/scm-manager
* *
*/ */
Sonia.util.Link = Ext.extend(Ext.BoxComponent, { Sonia.util.Link = Ext.extend(Ext.BoxComponent, {
handler: null, handler: null,