Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update 2011-01-29-what-is-a-model.mdHEADorigin/gh-pagesorigin/HEADgh-pages | Thomas Davis | 2015-06-13 | 1 | -3/+3 |
| | |||||
* | Update README.md | Thomas Davis | 2015-03-15 | 1 | -2/+2 |
| | |||||
* | Update index.html | Thomas Davis | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #134 from NelsonScott/patch-1 | Preston Parry | 2015-01-26 | 1 | -1/+1 |
|\ | | | | | Fix typo 'equivelent' | ||||
| * | Fix typo 'equivelent' | Scott Nelson | 2015-01-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #135 from NelsonScott/patch-2 | Preston Parry | 2015-01-26 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix typo 'to' | ||||
| * | Fix typo 'to' | Scott Nelson | 2015-01-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #131 from rmi22186/patch-1 | Preston Parry | 2015-01-05 | 1 | -1/+1 |
|\ | | | | | Add commas to increase readability | ||||
| * | Update index.html | Robert Ing | 2015-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Clarified line 197 by adding a few commas to provide natural pauses to increase readability. I am new to Backbone and think this is a great resource. I changed: So we can bind the change listener to individual attributes or if we like simply 'this.on("change", function(model){});' to listen for changes to all attributes of the model. to So we can bind the change listener to individual attributes, or, if we like, simply 'this.on("change", function(model){});' to listen for changes to all attributes of the model. | ||||
* | | Merge pull request #127 from ClimbsRocks/patch-5 | Preston Parry | 2015-01-04 | 1 | -1/+1 |
|\ \ | | | | | | | Pointed to backbonejs.org/#Router for documentation | ||||
| * | | Pointed to backbonejs.org/#Router for documentation | Preston Parry | 2015-01-01 | 1 | -1/+1 |
| |/ | | | | | Previous link pointed to documentation that was only updated through v1.0.0 | ||||
* | | Merge pull request #128 from ClimbsRocks/patch-6 | Preston Parry | 2015-01-04 | 1 | -1/+1 |
|\ \ | | | | | | | Updated Getting Started Link away from Free Trial | ||||
| * | | Updated Getting Started Link away from Free Trial | Preston Parry | 2015-01-01 | 1 | -1/+1 |
| |/ | | | | | Link to "Free Trial" now leads directly to "Getting Started" page, so I updated the link and text to point there directly to avoid confusing people. | ||||
* | | Escaped all asterisks within text | Preston Parry | 2015-01-04 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #122 from kevmo/gh-pages | Preston Parry | 2015-01-04 | 1 | -1/+1 |
|\ \ | | | | | | | Fix markdown - escape asterisk in "*splat". | ||||
| * | | Fix markdown - escape asterisk in "*splat". | mannie fresh destiny | 2014-12-24 | 1 | -1/+1 |
| | | | | | | | | | Displaying as italicized, rather than as "*splat". | ||||
* | | | Merge pull request #129 from ClimbsRocks/patch-7 | Thomas Davis | 2015-01-02 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Updated URL structure for bocoup in Relevant Links | ||||
| * | | Updated URL structure for bocoup in Relevant Links | Preston Parry | 2015-01-01 | 1 | -1/+1 |
|/ / | | | | | He changed from weblog.bocoup.com to bocoup.com/weblog. | ||||
* | | Merge pull request #126 from ClimbsRocks/patch-4 | Thomas Davis | 2014-12-31 | 1 | -2/+2 |
|\ \ | | | | | | | Updated underscore links to point to underscorejs.org | ||||
| * | | Updated underscore links to point to underscorejs.org | Preston Parry | 2014-12-31 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | "http://documentcloud.github.io/underscore" is only updated through version 1.5.0, while "underscorejs.org" is current through 1.7.0. "underscorejs.org" is also the official homepage for the project, and is easier to remember if people want to reference again later. I've double checked both links and they behave exactly as the existing links do. The link pointing directly to #template still points directly to #template within the underscore documentation. | ||||
* | | Merge pull request #125 from ClimbsRocks/patch-3 | Thomas Davis | 2014-12-31 | 1 | -1/+1 |
|\ \ | | | | | | | Typo: Added 'is' to "if it not defined" | ||||
| * | | Typo: Added 'is' to "if it not defined" | Preston Parry | 2014-12-30 | 1 | -1/+1 |
|/ / | | | | | Added 'is' to the following sentence: "Every Backbone.js view has an "el" property, and if it is not defined, Backbone.js will construct its own, which is an empty div element." | ||||
* | | Merge pull request #124 from ClimbsRocks/patch-2 | Thomas Davis | 2014-12-31 | 1 | -1/+1 |
|\ \ | | | | | | | Typo: Deleted redundant "other" in | ||||
| * | | Typo: Deleted redundant "other" in | Preston Parry | 2014-12-30 | 1 | -1/+1 |
| |/ | | | | | Deleted a redundant use of other in "Backbone.View events may not work with other libraries other than jQuery." | ||||
* | | Merge pull request #123 from ClimbsRocks/patch-1 | Thomas Davis | 2014-12-31 | 1 | -2/+2 |
|\ \ | |/ |/| | Fixed a typo where "exist" should be "exists" | ||||
| * | Fixed a typo where "exist" should be "exists" | Preston Parry | 2014-12-30 | 1 | -2/+2 |
|/ | | | Exists in lines 222 and 248 matches the singular nouns it is being used with. "Exist" had a mismatch where it expected plural nouns. | ||||
* | git pushMerge branch 'gh-pages' of github.com:thomasdavis/backbonetutorials ↵ | Thomas Davis | 2014-12-19 | 1 | -1/+1 |
|\ | | | | | | | into gh-pages | ||||
| * | Merge pull request #121 from stefek99/gh-pages | Thomas Davis | 2014-12-18 | 1 | -1/+1 |
| |\ | | | | | | | Fixed capitalisation issue. | ||||
| | * | Fixed capitalisation issue. | Michal Stefanow | 2014-12-17 | 1 | -1/+1 |
| |/ | |||||
* | | added link to job board | Thomas Davis | 2014-12-19 | 2 | -0/+206 |
|/ | |||||
* | update | Thomas Davis | 2014-11-14 | 30 | -1449/+1351 |
| | |||||
* | updates | Thomas Davis | 2014-11-14 | 30 | -2898/+2113 |
| | |||||
* | preden | Thomas Davis | 2014-10-15 | 1 | -0/+1 |
| | |||||
* | added now talk | Thomas Davis | 2014-06-25 | 1 | -7/+2 |
| | |||||
* | Merge pull request #106 from AaronHolbrook/patch-1 | Thomas Davis | 2014-05-26 | 1 | -1/+1 |
|\ | | | | | Spelling, grammar updates | ||||
| * | Spelling, grammar updates | Aaron Holbrook | 2014-05-25 | 1 | -1/+1 |
|/ | |||||
* | dh | Thomas Davis | 2014-03-21 | 1 | -1/+2 |
| | |||||
* | link to drone hire | Thomas Davis | 2014-02-18 | 1 | -2/+2 |
| | |||||
* | the day we fight back | Thomas Davis | 2014-02-11 | 1 | -0/+5 |
| | |||||
* | Merge pull request #94 from dprotti/gh-pages | Thomas Davis | 2013-12-30 | 1 | -1/+1 |
|\ | | | | | Minor typos in modular example README.md | ||||
| * | Minor typos. | Duilio Protti | 2013-12-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #93 from stevelacy/gh-pages | Thomas Davis | 2013-12-19 | 1 | -3/+3 |
|\ | | | | | Update all UserModel variables to be constant. | ||||
| * | Update index.html | Steve Lacy | 2013-12-16 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #92 from stevelacy/patch-1 | Thomas Davis | 2013-12-16 | 1 | -1/+1 |
|\ \ | |/ |/| | Minute error in name case | ||||
| * | Minute error in name case | Steve Lacy | 2013-12-16 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'gh-pages' of github.com:thomasdavis/backbonetutorials into ↵ | Thomas Davis | 2013-11-07 | 3 | -8/+3 |
|\ | | | | | | | gh-pages | ||||
| * | Merge pull request #86 from easygoing-jay/patch-1 | brandon flowers | 2013-10-19 | 1 | -1/+2 |
| |\ | | | | | | | Update index.html | ||||
| | * | Update index.html | Jayaram | 2013-09-28 | 1 | -1/+2 |
| | | | | | | | | | Added "return false" to deleteUser function to fix delete button issue. | ||||
| * | | Merge pull request #90 from lgavra/gh-pages | brandon flowers | 2013-10-19 | 1 | -6/+0 |
| |\ \ | | | | | | | | | Removed variables that are not in use | ||||
| | * | | Removed variables that are not in use | lgavra | 2013-10-17 | 1 | -6/+0 |
| |/ / | |||||
| * | | Merge pull request #89 from RandyLedbetter/gh-pages | brandon flowers | 2013-10-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Minor grammatical change to text-based content. | ||||
| | * | | Minor grammatical change to text-based content. | Randy Michael Ledbetter | 2013-10-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | took off protest | Thomas Davis | 2013-10-27 | 1 | -14/+0 |
|/ / / | |||||
* | | | min version | Thomas Davis | 2013-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | fixed link | Thomas Davis | 2013-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | fix cf link | Thomas Davis | 2013-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | asd | Thomas Davis | 2013-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | asda | Thomas Davis | 2013-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | backbone tutorials | Thomas Davis | 2013-10-16 | 1 | -11/+13 |
| | | | |||||
* | | | wroking | Thomas Davis | 2013-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | new widget min | Thomas Davis | 2013-10-16 | 1 | -1/+1 |
|/ / | |||||
* | | changed tob ottom banner | Thomas Davis | 2013-10-15 | 1 | -1/+1 |
| | | |||||
* | | Remved for now | Thomas Davis | 2013-10-15 | 1 | -1/+1 |
| | | |||||
* | | Remved for now | Thomas Davis | 2013-10-15 | 1 | -1/+1 |
| | | |||||
* | | Remved for now | Thomas Davis | 2013-10-15 | 1 | -2/+2 |
| | | |||||
* | | Remved for now | Thomas Davis | 2013-10-15 | 1 | -1/+1 |
| | | |||||
* | | protest nsa | Thomas Davis | 2013-10-15 | 1 | -0/+12 |
| | | |||||
* | | minor copy change to clear confusion around missing config file | brandon flowers | 2013-10-12 | 1 | -24/+31 |
| | | |||||
* | | fixed session | Thomas Davis | 2013-10-12 | 1 | -1/+1 |
|/ | |||||
* | Update 2011-4-22-nodejs-restify-mongodb-mongoose.md | Thomas Davis | 2013-09-18 | 1 | -2/+2 |
| | |||||
* | o | Thomas Davis | 2013-09-17 | 1 | -10/+1 |
| | |||||
* | o | Thomas Davis | 2013-09-17 | 1 | -1/+2 |
| | |||||
* | counts | Thomas Davis | 2013-09-12 | 73 | -12718/+2 |
| | |||||
* | sup | Thomas Davis | 2013-09-11 | 1 | -1/+2 |
| | |||||
* | lol | Thomas Davis | 2013-09-11 | 1 | -1/+3 |
| | |||||
* | Merge pull request #82 from dristic/gh-pages | Thomas Davis | 2013-09-04 | 1 | -0/+101 |
|\ | | | | | Add PubNub and Backbone Tutorial. | ||||
| * | Add PubNub and Backbone Tutorial. | dristic | 2013-09-03 | 1 | -0/+101 |
|/ | |||||
* | added youtube link | Thomas Davis | 2013-08-14 | 14 | -14/+14 |
| | |||||
* | google authorship | Thomas Davis | 2013-08-14 | 14 | -14/+38 |
| | |||||
* | google profile | Thomas Davis | 2013-08-14 | 15 | -192/+61 |
| | |||||
* | Added verification | Thomas Davis | 2013-08-14 | 1 | -0/+1 |
| | |||||
* | fixed ebook link | Thomas Davis | 2013-08-14 | 22 | -33/+44 |
| | |||||
* | update | Thomas Davis | 2013-08-14 | 34 | -43/+787 |
| | |||||
* | Merge branch 'gh-pages' of github.com:thomasdavis/backbonetutorials into ↵ | Thomas Davis | 2013-08-14 | 11 | -0/+583 |
|\ | | | | | | | gh-pages | ||||
| * | Merge pull request #81 from raphaelbaer/gh-pages | brandon flowers | 2013-08-11 | 11 | -0/+583 |
| |\ | | | | | | | Phpversion for the Backbone.js Beginner Video Tutorial | ||||
| | * | add phpversion | Raphael BAER | 2013-07-29 | 11 | -0/+583 |
| | | | |||||
* | | | updated a bunch of stuff | Thomas Davis | 2013-08-14 | 26 | -399/+841 |
| | | | |||||
* | | | updated bb tutes | Thomas Davis | 2013-08-14 | 113 | -12441/+21574 |
|/ / | |||||
* | | Added bb tutes | Thomas Davis | 2013-08-09 | 1 | -1/+2 |
|/ | |||||
* | edit: | Thomas Davis | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | Example | Thomas Davis | 2013-07-18 | 1 | -1/+2 |
| | |||||
* | advertising position | Thomas Davis | 2013-07-18 | 1 | -2/+4 |
| | |||||
* | Merge pull request #80 from tylersloan/gh-pages | Thomas Davis | 2013-06-19 | 1 | -1/+1 |
|\ | | | | | Tiny typo fix on What is a View page | ||||
| * | Tiny typo fix on What is a View page | Tyler Sloan | 2013-06-18 | 1 | -1/+1 |
|/ | |||||
* | updated channel | Thomas Davis | 2013-05-30 | 1 | -2/+2 |
| | |||||
* | new track | Thomas Davis | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | added earbits | Thomas Davis | 2013-05-28 | 3 | -1/+11 |
| | |||||
* | small tweak to readme to use existing demo | brandon flowers | 2013-05-07 | 39 | -11920/+1 |
| | |||||
* | added a readme to modular backone | brandon flowers | 2013-05-07 | 1 | -0/+14 |
| | |||||
* | updates to readme and further testing against the change to involve yeoman | brandon flowers | 2013-05-05 | 7 | -31/+76 |
| |