Jan Lehnardt
17f5dc3686
Merge pull request #136 from brandonpayton/whitespace-fix
Remove tab whitespace that was added during dot notation merge.
před 14 roky
Brandon Payton
26e8ebe138
Replace tabs with 2 spaces.
před 14 roky
Jan Lehnardt
8285a3e42e
Merge pull request #132 from johnnypez/master
Support for Dot Notation, with tests.
před 14 roky
John Butler
a6f913a92a
it would be handy if I committed the tests!
před 14 roky
John Butler
ba16c76887
dot notation support added
- all tests passing
- updated test to include check that it doesn't break IMPLICIT_OPERATOR
- added fix to ensure that you can access global context from within 'dot notatated' blocks
před 14 roky
John Butler
3ffc6b2828
adding simple test for dot notation support
před 14 roky
John Butler
a884509c6a
Adding support for dot notation
před 14 roky
Jan Lehnardt
d87d274d4c
Merge pull request #129 from wittemann/master
Add qooxdoo wrapper. Use `make qooxdoo`.
před 14 roky
wittemann
acb4695c39
Added qooxdoo build template.
před 14 roky
Jan Lehnardt
cc7bc5fb39
Merge pull request #127 from tmcw/whitespace-ocd
Trailing whitespace OCD fix.
před 14 roky
Tom MacWright
817e884f60
Trailing whitespace OCD fix.
před 14 roky
Jan Lehnardt
db8cfec098
bump version to 0.4.0-dev
před 14 roky
Jan Lehnardt
671f8eaa52
add SpiderMonkey test runner
před 14 roky
Jan Lehnardt
8d260790eb
Merge remote-tracking branch 'twitter/master' into merge-twitter
* twitter/master: (34 commits)
Check for existence of engines before running tests, better logging
version -twitter-b
fix a bug in regex generators, make cache global
cached regexes
remove the backslash escaping
updated changelog
re-link jsc and add a bit more doc
remove i18n stuff
fix typo in readme
nice clean up to render_section, as suggested by @esbie
preserve translation-hint correctly
made gettext return the right thing for translation-hint mode
send translation mode in single parameter to _
updated i18n test
don't render during i18n step, just do replacements
remove commented out lines from run_js
clean up some logic
added test descriptions and instructions to the readme
more readme stuff
moved new tests into new examples/* files
...
před 14 roky
Jan Lehnardt
78ad6fa42a
Merge pull request #119 from soitgoes/master
Back Slashes shouldn't be escaped in HTML
před 14 roky
Martin Murphy
c4687d856c
slash (\) should not be escaped in html
před 14 roky
Jan Lehnardt
4c4d3db560
Merge pull request #115 from baalexander/patch-1
Adds note about needing rspec to run rake commands.
před 14 roky
Brandon Alexander
2fa0234f3b
Adds note about needing rspec to run rake commands.
I was getting the following error when running `rake commonjs`:
```
rake aborted!
no such file to load -- rspec/core/rake_task
(See full trace by running task with --trace)
```
This was with a default OS X Lion install. The issue was simply that
rspec was not installed, however, it may not be obvious at first.
před 14 roky
Ben Cherry
4fd1b8bd3b
Check for existence of engines before running tests, better logging
před 14 roky
Ben Cherry
c29e6f1fa2
version -twitter-b
před 14 roky
Ben Cherry
a0979ab796
Merge remote-tracking branch 'janl/master'
Conflicts:
mustache.js
před 14 roky
Jan Lehnardt
32a26c4b7e
Merge pull request #108 from vackraord/master
Simple if-statement fix
před 15 roky
Tomas Eriksson
783f61450d
Fixed if statement. !==
před 15 roky
Ben Cherry
e3fe0ae352
fix a bug in regex generators, make cache global
před 15 roky
Ben Cherry
8e4641f8bf
cached regexes
před 15 roky
Jan Lehnardt
1dabeabfd6
add example for section names with question marks
před 15 roky
Jan Lehnardt
1f922fb6f3
Merge pull request #106 from thegrandpoobah/issue105
Fixes issue 105
před 15 roky
Sahab Yazdani
45955f5dc1
Fixes issue 105
před 15 roky
Jan Lehnardt
b7cad83536
Merge pull request #100 from Pandark/master
Rackefile updated for rspec 2 & help file for tests
před 15 roky
Pandark
656bea3d8d
Rackefile updated for rspec 2
před 15 roky
Pandark
a2724bcd83
Rackefile updated for rspec 2 & help file for tests added
před 15 roky
Jan Lehnardt
0179c23df1
Merge pull request #95 from shyvo1987/patch-1
The MIT License.
před 15 roky
Jackson Tian
d464818d82
There is no clear description of it is the MIT license, leading many companies do not feel at ease with it.
před 15 roky
Ben Cherry
9110fe0061
remove the backslash escaping
před 15 roky
Ben Cherry
42e06a5aac
updated changelog
před 15 roky
Ben Cherry
58bf8da9ba
re-link jsc and add a bit more doc
před 15 roky
Ben Cherry
3ebd5ef1b3
remove i18n stuff
před 15 roky
Ben Cherry
59bbd3510b
fix typo in readme
před 15 roky
Ben Cherry
6438149345
nice clean up to render_section, as suggested by @esbie
před 15 roky
Ben Cherry
4930a1dfe7
preserve translation-hint correctly
před 15 roky
Ben Cherry
deff91a4e0
made gettext return the right thing for translation-hint mode
před 15 roky
Ben Cherry
077b7b5eaf
send translation mode in single parameter to _
před 15 roky
Ben Cherry
033bdd9f79
updated i18n test
před 15 roky
Ben Cherry
25d0c02b71
don't render during i18n step, just do replacements
před 15 roky
Ben Cherry
5467067bee
remove commented out lines from run_js
před 15 roky
Ben Cherry
90bc5a9a84
clean up some logic
před 15 roky
Ben Cherry
88ec36afe5
added test descriptions and instructions to the readme
před 15 roky
Ben Cherry
e54ef155e6
more readme stuff
před 15 roky
Ben Cherry
373e263973
moved new tests into new examples/* files
před 15 roky
Ben Cherry
8a0a4a3f3b
added i18n to readme
před 15 roky