index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
theme-compiler
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Use a custom test runner for SASS tests to get file name in JUnit "
Marc Englund
2012-12-17
5
-41
/
+154
|
\
|
*
Use a custom test runner for SASS tests to get file name in JUnit
Henri Sara
2012-12-14
5
-41
/
+154
*
|
Use separate scope for variables within a mixin (#10453)
Henri Sara
2012-12-14
4
-0
/
+43
|
/
*
Move SASS tests that now work to correct directory
Henri Sara
2012-12-09
4
-0
/
+0
*
Accept anything as pseudo function parameters (#10316)
Henri Sara
2012-12-07
2
-0
/
+33
*
Support @if in @mixin (#10438)
Henri Sara
2012-11-30
2
-0
/
+12
*
Eliminate ambiguity between pseudos and properties (#10406)
Henri Sara
2012-11-29
2
-0
/
+25
*
Support for all valid CSS selectors (#10316)
Henri Sara
2012-11-27
2
-0
/
+126
*
Merge "Move some SCSS tests to be scanned automatically"
Marc Englund
2012-11-27
13
-110
/
+48
|
\
|
*
Move some SCSS tests to be scanned automatically
Henri Sara
2012-11-27
13
-110
/
+48
*
|
Merge "Keep block order when unnesting (#10309)"
Marc Englund
2012-11-27
3
-1
/
+23
|
\
\
|
|
/
|
/
|
|
*
Keep block order when unnesting (#10309)
Henri Sara
2012-11-26
3
-1
/
+23
*
|
Refactor tests imported from the sass-lang project (#9751)
Henri Sara
2012-11-26
659
-0
/
+48
*
|
Imported tests from the sass-lang project (#9751)
Henri Sara
2012-11-26
846
-0
/
+9777
|
/
*
Make most of the sass compiler API internal, fixes #10339
Marc Englund
2012-11-23
16
-79
/
+84
*
Warns and removes if parent reference '&' is used w/o parent, fixes #10327
Marc Englund
2012-11-22
2
-0
/
+8
*
Fixes #10308 (parent reference & causes non-parent selectors to be dropped)
Marc Englund
2012-11-21
2
-2
/
+26
*
Merge "(#10174) Value of a variable cannot be assigned to another variable"
Marc Englund
2012-11-20
3
-3
/
+7
|
\
|
*
(#10174) Value of a variable cannot be assigned to another variable
Sebastian Nyholm
2012-11-15
3
-3
/
+7
*
|
(#10182) Rule order not preserved when using parent reference in sass
Sebastian Nyholm
2012-11-15
3
-3
/
+10
|
/
*
Fixes #9546, #9974, #10100, #10105
Sebastian Nyholm
2012-11-08
8
-359
/
+25
*
Fixes #9871 (originally by Seba, re-added test in reindeer.css)
Marc Englund
2012-10-16
1
-0
/
+4
*
Fix for #9471 Original by Seba, removed erronous empty lines from test-css.
Marc Englund
2012-10-15
1
-3
/
+1
*
list append and contains for #9380
Marc Englund
2012-10-15
3
-0
/
+65
*
Made test pass by correcting css and removing failing rules
Artur Signell
2012-10-05
1
-10
/
+5
*
Adds one test for sass mixins
Marc Englund
2012-10-04
2
-2
/
+24
*
Fully fixes #9846, sass mixins with multiple optional params (author: seba)
Marc Englund
2012-10-04
1
-1
/
+1
*
Partial fix for sass mixins with multiple optional params #9846 (author: seba)
Marc Englund
2012-10-04
2
-2
/
+4
*
Adds support for CSS3 selectors #9858 (autor: seba)
Marc Englund
2012-10-04
1
-0
/
+4
*
Improves remove() for #9380
Marc Englund
2012-09-27
2
-2
/
+18
*
Fixes #9492 so that interpolation of mixin parameters works as expected
Marc Englund
2012-09-27
3
-3
/
+14
*
Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 (ap...
Marc Englund
2012-09-21
18
-106
/
+212
*
Applying patch: remak of variable handling in sass (partial for e.g #9492 and...
Marc Englund
2012-09-11
8
-82
/
+119
*
Renamed sass -> theme-compiler for consistency (#9299)
Artur Signell
2012-09-07
66
-0
/
+8319