Changeset - 1949ece749ce
[Not reviewed]
default
0 7 0
Mads Kiilerich - 10 years ago 2015-08-11 12:39:07
madski@unity3d.com
cleanup: fix whitespace in CONTRIBUTORS (and other forgotten files) too
7 files changed with 28 insertions and 27 deletions:
0 comments (0 inline, 0 general)
CONTRIBUTORS
Show inline comments
 
@@ -9,8 +9,8 @@ List of contributors to Kallithea projec
 
    Dmitri Kuznetsov <>
 
    Jared Bunting <jared.bunting@peachjean.com>
 
    Steve Romanow <slestak989@gmail.com>
 
    Augosto Hermann <augusto.herrmann@planejamento.gov.br>    
 
    Ankit Solanki <ankit.solanki@gmail.com>    
 
    Augosto Hermann <augusto.herrmann@planejamento.gov.br>
 
    Ankit Solanki <ankit.solanki@gmail.com>
 
    Liad Shani <liadff@gmail.com>
 
    Les Peabody <lpeabody@gmail.com>
 
    Jonas Oberschweiber <jonas.oberschweiber@d-velop.de>
LICENSE.md
Show inline comments
 
@@ -13,7 +13,7 @@ they so chose.
 
However, the definitive list of copyright holders for this project is kept in
 
[the about page template](kallithea/templates/about.html) so that it is
 
displayed appropriately when Kallithea is installed.  This is the most
 
important place to update copyright notices. 
 
important place to update copyright notices.
 

	
 
Third-Party Code Incorporated in Kallithea
 
==========================================
kallithea/lib/dbmigrate/migrate.cfg
Show inline comments
 
@@ -5,16 +5,16 @@ repository_id=kallithea_db_migrations
 

	
 
# The name of the database table used to track the schema version.
 
# This name shouldn't already be used by your project.
 
# If this is changed once a database is under version control, you'll need to 
 
# change the table name in each database too. 
 
# If this is changed once a database is under version control, you'll need to
 
# change the table name in each database too.
 
version_table=db_migrate_version
 

	
 
# When committing a change script, Migrate will attempt to generate the 
 
# When committing a change script, Migrate will attempt to generate the
 
# sql for all supported databases; normally, if one of them fails - probably
 
# because you don't have that database installed - it is ignored and the 
 
# commit continues, perhaps ending successfully. 
 
# Databases in this list MUST compile successfully during a commit, or the 
 
# entire commit will fail. List the databases your application will actually 
 
# because you don't have that database installed - it is ignored and the
 
# commit continues, perhaps ending successfully.
 
# Databases in this list MUST compile successfully during a commit, or the
 
# entire commit will fail. List the databases your application will actually
 
# be using to ensure your updates to that database work properly.
 
# This must be a list; example: ['postgres','sqlite']
 
required_dbs=['sqlite']
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/migrate.cfg
Show inline comments
 
@@ -5,16 +5,16 @@ repository_id={{ locals().pop('repositor
 

	
 
# The name of the database table used to track the schema version.
 
# This name shouldn't already be used by your project.
 
# If this is changed once a database is under version control, you'll need to 
 
# change the table name in each database too. 
 
# If this is changed once a database is under version control, you'll need to
 
# change the table name in each database too.
 
version_table={{ locals().pop('version_table') }}
 

	
 
# When committing a change script, Migrate will attempt to generate the 
 
# When committing a change script, Migrate will attempt to generate the
 
# sql for all supported databases; normally, if one of them fails - probably
 
# because you don't have that database installed - it is ignored and the 
 
# commit continues, perhaps ending successfully. 
 
# Databases in this list MUST compile successfully during a commit, or the 
 
# entire commit will fail. List the databases your application will actually 
 
# because you don't have that database installed - it is ignored and the
 
# commit continues, perhaps ending successfully.
 
# Databases in this list MUST compile successfully during a commit, or the
 
# entire commit will fail. List the databases your application will actually
 
# be using to ensure your updates to that database work properly.
 
# This must be a list; example: ['postgres','sqlite']
 
required_dbs={{ locals().pop('required_dbs') }}
 
@@ -22,4 +22,4 @@ required_dbs={{ locals().pop('required_d
 
# When creating new change scripts, Migrate will stamp the new script with
 
# a version number. By default this is latest_version + 1. You can set this
 
# to 'true' to tell Migrate to use the UTC timestamp instead.
 
use_timestamp_numbering='false'
 
\ No newline at end of file
 
use_timestamp_numbering='false'
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/migrate.cfg
Show inline comments
 
@@ -5,16 +5,16 @@ repository_id={{ locals().pop('repositor
 

	
 
# The name of the database table used to track the schema version.
 
# This name shouldn't already be used by your project.
 
# If this is changed once a database is under version control, you'll need to 
 
# change the table name in each database too. 
 
# If this is changed once a database is under version control, you'll need to
 
# change the table name in each database too.
 
version_table={{ locals().pop('version_table') }}
 

	
 
# When committing a change script, Migrate will attempt to generate the 
 
# When committing a change script, Migrate will attempt to generate the
 
# sql for all supported databases; normally, if one of them fails - probably
 
# because you don't have that database installed - it is ignored and the 
 
# commit continues, perhaps ending successfully. 
 
# Databases in this list MUST compile successfully during a commit, or the 
 
# entire commit will fail. List the databases your application will actually 
 
# because you don't have that database installed - it is ignored and the
 
# commit continues, perhaps ending successfully.
 
# Databases in this list MUST compile successfully during a commit, or the
 
# entire commit will fail. List the databases your application will actually
 
# be using to ensure your updates to that database work properly.
 
# This must be a list; example: ['postgres','sqlite']
 
required_dbs={{ locals().pop('required_dbs') }}
setup.cfg
Show inline comments
 
[egg_info]
 
tag_build = 
 
tag_build =
 
tag_svn_revision = 0
 
tag_date = 0
 

	
whitespacecleanup.sh
Show inline comments
 
@@ -2,7 +2,8 @@
 

	
 
# Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
 

	
 
files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' | egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9)\.js$'`
 
files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' '*.ini' '*.cfg' CONTRIBUTORS LICENSE.md| egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9)\.js$'`
 

	
 
sed -i -e "s,`printf '\t'`,    ,g" $files
 
sed -i -e "s,  *$,,g" $files
 
# ensure one trailing newline - remove empty last line and make last line include trailing newline:
0 comments (0 inline, 0 general)