##// END OF EJS Templates
front-end: Use select2 from node_modules and stop bundling it...
front-end: Use select2 from node_modules and stop bundling it select2 3.5.4 was added in 304e83e9bcde ... but the latest npm release in the 3 series is 3.5.1, so we use that one instead. We should probably upgrade to the 4 series. The select2 images were not in the location the generated css pointed - now we copy them from node_modules to the right location, next to the generated css. Note: this will drop 190cb30841de "branches: fix performance of branch selectors with many branches - only show the first 200 results" ... but it should no longer be relevant now when we use server side filtering. 15e507047bae introduced select2-bootstrap.css - it is not clear what version was used, but we use the latest 1.4.6 which also is very old.

File last commit:

r7384:12455b1a default
r7384:12455b1a default
Show More
.hgignore
47 lines | 898 B | text/plain | TextLexer
Lukasz Balcerzak
Small hgignore update
r848 syntax: glob
*.pyc
*.swp
ignore sqlite files
r1971 *.sqlite
ignore tox stuff
r2555 *.tox
added egg-info,and .egg in hgignore
r1236 *.egg-info
*.egg
Mads Kiilerich
i18n: don't include .mo files in the repo - build them on demand...
r4986 *.mo
Marc Abramowitz
.hgignore: Add .eggs/ and tarballcache/...
r4997 .eggs/
tarballcache/
Marcin Kuzminski
initial commit.
r0
syntax: regexp
ignore rcextensions
r2106 ^rcextensions
Lukasz Balcerzak
Small hgignore update
r848 ^build
added dist dir to .hgignore
r4096 ^dist/
Lukasz Balcerzak
Small hgignore update
r848 ^docs/build/
^docs/_build/
Marcin Kuzminski
added hgignore
r9 ^data$
ignore sql_dumps for testing schema migrations
r3908 ^sql_dumps/
Marcin Kuzminski
added hgignore
r9 ^\.settings$
^\.project$
Marcin Kuzminski
ignore db file
r72 ^\.pydevproject$
ignore coverage and my local dev.ini file
r1893 ^\.coverage$
Mads Kiilerich
front-end: Introduce 'front-end' directory with source files for building the front-end...
r7379 ^kallithea/front-end/node_modules$
^kallithea/front-end/package-lock\.json$
Mads Kiilerich
front-end: Store temporary files in a tmp directory...
r7380 ^kallithea/front-end/tmp$
Mads Kiilerich
front-end: Use select2 from node_modules and stop bundling it...
r7384 ^kallithea/public/css/select2-spinner\.gif$
^kallithea/public/css/select2\.png$
^kallithea/public/css/select2x2\.png$
^kallithea/public/css/style\.css$
^kallithea/public/css/style\.css\.map$
Mads Kiilerich
front-end: Use the existing bootstrap.js from node_modules and stop bundling Bootstrap
r7382 ^kallithea/public/js/bootstrap\.js$
Mads Kiilerich
front-end: Use jQuery and Flot from node_modules and stop bundling them...
r7383 ^kallithea/public/js/jquery\.flot\.js$
^kallithea/public/js/jquery\.flot\.selection\.js$
^kallithea/public/js/jquery\.flot\.time\.js$
^kallithea/public/js/jquery\.min\.js$
Mads Kiilerich
front-end: Use select2 from node_modules and stop bundling it...
r7384 ^kallithea/public/js/select2\.js$
domruf
less: load optional theme.less file to allow custom styles...
r7174 ^theme\.less$
Bradley M. Kuhn
Rename some strings in defaults found in config files
r4210 ^kallithea\.db$
ignore test db
r460 ^test\.db$
Bradley M. Kuhn
General renaming to Kallithea
r4212 ^Kallithea\.egg-info$
Mads Kiilerich
docs: rework stuff...
r4902 ^my\.ini$
Added VCS into rhodecode core for faster and easier deployments of new versions
r2007 ^fabfile.py
Updated hgignore to skip .idea config files
r3831 ^\.idea$
Mads Kiilerich
hgignore: ignore `.cache/`, created by pytest 2.8 when writing `.cache/v/cache/lastfailed`
r5516 ^\.cache$
Mads Kiilerich
hgignore: .pytest_cache...
r7375 ^\.pytest_cache$
Mads Kiilerich
tests: move test data to top level 'data' folder - make grepping in kallithea/ easier...
r6001 /__pycache__$