Commit Graph

5456 Commits

Author SHA1 Message Date
Slava Kim
efb700f4f9 Rename futures for less package 2014-02-03 21:58:29 -08:00
Slava Kim
0d7ef87732 Updated History.md with XXX items 2014-02-03 21:58:29 -08:00
Slava Kim
69a208fe1e Add forgotten file to tests section in package.js
for less tests
2014-02-03 21:58:28 -08:00
Maxime Quandalle
a63a3b0057 Update documentation: lessimport -> import.less 2014-02-03 21:58:28 -08:00
Maxime Quandalle
57e670440a less package ignores .import.less files, so you can import them and still haves syntax highlighting in your text editor. 2014-02-03 21:58:28 -08:00
Slava Kim
ace1f01849 style: Reduce code width to normal 80 chars 2014-02-03 21:58:28 -08:00
Slava Kim
ca71fc1920 Sourcemap chains for CSS
Now we support Less->CSS->CSS sourcemaps.
2014-02-03 21:58:28 -08:00
Slava Kim
2f78babda1 Enable less sourcemaps 2014-02-03 21:58:28 -08:00
Slava Kim
7317188fed Update Less to 1.6.1
XXX review the changelog
2014-02-03 21:58:28 -08:00
Slava Kim
98f49d71d0 fileName -> filename for consistency 2014-02-03 21:58:28 -08:00
Slava Kim
6071b611d1 Sourcemaps for CSS!!11 2014-02-03 21:58:28 -08:00
Slava Kim
1d576de990 Base for CSS sourcemaps 2014-02-03 21:58:28 -08:00
Slava Kim
11cc8bbff7 Minor clean-up
unused linker reference, whitespace
2014-02-03 21:58:28 -08:00
Slava Kim
b93fe02ef5 Introduce the CSS Preprocessing step
To run meta-programming on CSS, concatenate files, etc.
Opens doors for future CSS manipulations.
2014-02-03 21:58:27 -08:00
Slava Kim
44ffad3794 Replace Clean-Css with a small and unfinished css minifier based on ast manipulations 2014-02-03 21:58:27 -08:00
David Greenspan
dcecf0a765 show diffs in test results
Conflicts:
	packages/spacebars/compile_tests.js
	packages/test-in-browser/driver.js
2014-02-03 21:58:27 -08:00
Slava Kim
b8d4e93166 Spit out a warning if @charset rule found
Since Meteor will just ignore those.
2014-02-03 21:58:27 -08:00
Slava Kim
2c018d5efc Update dependencies 2014-02-03 21:58:27 -08:00
Slava Kim
0393315e29 Nick's comments 2014-02-03 21:58:27 -08:00
Slava Kim
65e01162a2 Print a warning in case of buried @import's 2014-02-03 21:58:27 -08:00
Slava Kim
e1f34d3ab4 Better comments 2014-02-03 21:58:27 -08:00
Slava Kim
355d7e8944 Ignore @charset rules and comments, then pull up @import rules from the top of every file. 2014-02-03 21:58:27 -08:00
Slava Kim
9bad898e59 Better error reporting on CSS building 2014-02-03 21:58:26 -08:00
Slava Kim
21c8eaf8a5 Error reporting for CSS parsing 2014-02-03 21:58:26 -08:00
Slava Kim
ceea2a1cf2 Pull all imports with css-parse 2014-02-03 21:58:26 -08:00
Avital Oliver
21cd9172fe Remove warning for dev_bundle max version 2014-02-03 19:06:26 -08:00
Geoff Schmidt
9318b4c250 Fix misunderstanding of kexec arguments 2014-01-30 11:05:22 -08:00
David Glasser
df47013639 Fix Accounts.createUser docs
Fixes #1777.
2014-01-29 14:48:38 -08:00
David Glasser
a3b7213247 Clean up #1774 2014-01-29 14:39:35 -08:00
Marc-Andre Lafortune
5cfe47e1f6 Document 'where' parameter for packages 2014-01-29 14:39:35 -08:00
Avital Oliver
fb446cbe16 Tests for our _.each patch 2014-01-29 14:32:13 -08:00
David Glasser
9b7ac6080b History update 2014-01-29 13:53:43 -08:00
yeputons
4facd57f5f #1751: add IPv6 loopback check to force-ssl 2014-01-29 13:52:48 -08:00
Avital Oliver
a4b9dd52f3 Fix _.each patch on IE.
The patch was originally introuduced in
bab936eac9
2014-01-29 13:17:34 -08:00
David Glasser
764ceb6077 add a test for observeChanges/limit/initial 2014-01-28 17:44:48 -08:00
David Glasser
25fd3a344c optionify LocalCollection._getRawObjects 2014-01-28 17:44:48 -08:00
David Glasser
9f253e6a0b minimongo: Make update-by-id O(1) 2014-01-28 17:44:48 -08:00
David Glasser
4352b79502 clean up minimongo 'query' object
delete unused fields, rename underscored fields
2014-01-28 15:41:53 -08:00
David Glasser
c8a1df81a7 optimize paused remove({}) which oplog uses 2014-01-28 15:41:53 -08:00
David Glasser
cf3ffa88a9 check for paused earlier 2014-01-28 15:12:14 -08:00
David Glasser
604cd853f3 Update http-proxy to 1.0.2 from our fork of 1.0.1
Only real change is changing a bad console.log into invoking our error
handler, which we need for not printing too much junk in the runner
  https://github.com/nodejitsu/node-http-proxy/commit/daad4703
2014-01-28 11:57:36 -08:00
Slava Kim
cb2f2adb1b Do less deep copies 2014-01-28 10:11:27 -08:00
David Glasser
297b97659b Merge branch 'oplog-localcollection' into devel 2014-01-27 22:34:59 -08:00
David Glasser
a65b978972 Refactor OplogObserveDriver to use LocalCollection
This should be a good starting point for implementing limit/sort/skip.
2014-01-27 21:57:00 -08:00
David Glasser
980b70596d More comments about our sort inconsistency 2014-01-27 21:56:17 -08:00
David Glasser
782ff1bcae Optionify the barely-used LocalCollection name arg 2014-01-27 21:40:24 -08:00
David Glasser
ed83f00fc1 Rename _SynchronousQueue to _UnyieldingQueue
Allow server uses of LocalCollection to prefer _UnyieldingQueue. This
will mean that, as long as their observeChanges callbacks do not yield,
calls to insert/update/remove will not yield either.
2014-01-27 21:19:32 -08:00
David Glasser
390dafea01 Move _SynchronousQueue into another file
This commit does not build but exists so that the next commit shows
diffs better.
2014-01-27 21:18:24 -08:00
David Glasser
204959b509 Fix pronoun in docs 2014-01-27 16:30:43 -08:00
David Glasser
f53bf0ab82 Docs for wrapTransform 2014-01-27 16:29:59 -08:00