Leverages console.trace, console.debug, console.info, console.warn and console.error for better visual logs on console; fallback if it's not available |
|
More...
|
over 12 years ago
|
Fix bug on jQuery log plugin: keep chaining. For example: $.debug('hello').info('there'); |
|
More...
|
over 12 years ago
|
Add more documentation for jQuery log plugin |
|
More...
|
over 12 years ago
|
Add more APIs for jQuery log plugin + $.log.setLevel(); + $.log(level, msg, obj); $.fn.log(level, msg, obj); + $.debug(msg, obj); $.fn.debug(msg, obj); + $.info(msg, obj); $.fn.info(msg, obj); + $.warn(msg, obj); $.fn.warn(msg, obj); + $.error(msg, obj); $.fn.error(msg, obj); |
|
More...
|
over 12 years ago
|
Remove too many ending lines of index.html |
|
More...
|
over 12 years ago
|
Remove unused lib |
|
More...
|
over 12 years ago
|
set log level to info for prod mode, to debug for dev mode |
|
More...
|
over 12 years ago
|
Add logger wrapper for winston |
|
More...
|
over 12 years ago
|
Add params.dbUrl options for vsf.db.config |
|
More...
|
over 12 years ago
|
Refactor a bit, it's best practice to keep .watpl-container as the root DOM tree of the app |
|
More...
|
over 12 years ago
|
Update master |
|
More...
|
over 12 years ago
|
Issue #28 | Revert back to right app version |
|
More...
|
over 12 years ago
|
Issue #28 | Upgrade deployment to 0.8.2 on dotcloud and fix failed deployment on jitsu |
|
More...
|
over 12 years ago
|
Issue #28 | Upgrade deployment to 0.8.x and fix failed deployment on heroku |
|
More...
|
over 12 years ago
|
Issue #20 | Apply http://html5boilerplate.com/ best practice to watpl |
|
More...
|
over 12 years ago
|
Issue #27 | make run-prod does not work: the problem with requirejs-2.0.4 optimizer |
|
More...
|
over 12 years ago
|
Issue #22 | <script> tag on index.html must be within <body> tag |
|
More...
|
over 12 years ago
|
Add copyright header |
|
More...
|
over 12 years ago
|
vsf.db.config#getDbString -> getDbUrl, add more unit test and refactoring; add make test-common-unit, test-vsf-unit included in test |
|
More...
|
over 12 years ago
|
Add vsf.db stuff, add dependency with mongoose, underscore |
|
More...
|
over 12 years ago
|
Add vsf with appDir and require APIs, add unit test, add make test-vsf-unit |
|
More...
|
over 12 years ago
|
Upgrade stuff: mocha, should, requirejs to work with node v8.0 |
|
More...
|
over 12 years ago
|
Add 0.8 node version on travis-ci |
|
More...
|
over 12 years ago
|
Issue #23 | Make sure nodejs code auto-reload on dev mode |
|
More...
|
over 12 years ago
|
Updated image_urls info |
|
More...
|
over 12 years ago
|
Updated the product API file to include example of the "image_urls" attribute |
|
More...
|
over 12 years ago
|
Adding more content to the reference document |
|
More...
|
over 12 years ago
|
Issue #25 | Upgrade requirejs from 2.0.2 to 2.0.4: upgrade text plugin fromo 2.0.0 to 2.0.1 |
|
More...
|
over 12 years ago
|
Issue #25 | Upgrade requirejs from 2.0.2 to 2.0.4 |
|
More...
|
over 12 years ago
|
Trying to get the markdown right... |
|
More...
|
over 12 years ago
|