Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved tests/sass to sass/tests (#9299) | Artur Signell | 2012-08-30 | 66 | -8289/+0 |
| | |||||
* | Replaced broken file reading routine with IOUtils call (incorrect newlines ↵ | Artur Signell | 2012-08-30 | 1 | -18/+2 |
| | | | | on Windows) | ||||
* | Merge branch 'sass' | Marc Englund | 2012-08-30 | 3 | -0/+48 |
|\ | |||||
| * | fixed the hsl bug reported by Jouni, it is caused by the LexicalUnitImpl ↵ | Haijian Wang | 2012-08-21 | 3 | -0/+48 |
| | | | | | | | | replace function and the updateVaule function in VariableVisitor | ||||
* | | Applied patch fixing #9347 (mixin w/ args + nested blocks), includes test | Marc Englund | 2012-08-29 | 3 | -4/+22 |
| | | |||||
* | | Adds support for StylesheetResolvers, and implements such that look trought ↵ | Marc Englund | 2012-08-29 | 2 | -1/+1 |
| | | | | | | | | the classpath and in special Vaadin locations, fixes #9346 | ||||
* | | Merge branch 'master' into root-cleanup | Johannes Dahlström | 2012-08-17 | 25 | -28/+328 |
|\ \ | |/ |/| | | | | | | | | | | | Conflicts: server/src/com/vaadin/terminal/DeploymentConfiguration.java server/src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java server/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java server/src/com/vaadin/terminal/gwt/server/AbstractDeploymentConfiguration.java | ||||
| * | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 25 | -25/+325 |
|/ | |||||
* | Merge SASS fixes keeping comments, remove hack for reindeer (#9223) | Henri Sara | 2012-08-10 | 3 | -4/+5 |
| | |||||
* | Merge SASS change: Fixed a bug regarding replaceValue in LexicalUnitImpl | Henri Sara | 2012-08-09 | 4 | -3/+5 |
| | |||||
* | Manual merge for SASS: fixed a bug in VariableVisitor | Henri Sara | 2012-08-09 | 4 | -3/+5 |
| | |||||
* | Add license header for all non-parser SASS Java files (#9223) | Henri Sara | 2012-08-09 | 23 | -1/+93 |
| | |||||
* | Refactor SASS tests: split off Microsoft extensions test (#9223) | Henri Sara | 2012-08-09 | 4 | -14/+34 |
| | |||||
* | Refactor SASS tests to fail on exceptions (#9223) | Henri Sara | 2012-08-09 | 19 | -104/+37 |
| | |||||
* | Split semicolon related issues to a separate test (#9223) | Henri Sara | 2012-08-09 | 4 | -7/+51 |
| | |||||
* | Remove SASS test suites and rename TestBase to AbstractTestBase (#9223) | Henri Sara | 2012-08-09 | 22 | -102/+35 |
| | | | | Vaadin build script now ignores AbstractTestBase and executes each test individually. | ||||
* | Apply changeset from SASS repository: comment handling | Henri Sara | 2012-08-08 | 6 | -27/+60 |
| | |||||
* | Add SASS source code, unit tests and test resources to project (#9223) | Henri Sara | 2012-08-08 | 60 | -0/+7879 |