summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Minor typos.Duilio Protti2013-12-291-1/+1
|
* Removed variables that are not in uselgavra2013-10-171-6/+0
|
* minor copy change to clear confusion around missing config filebrandon flowers2013-10-121-24/+31
|
* small tweak to readme to use existing demobrandon flowers2013-05-0739-11920/+1
|
* added a readme to modular backonebrandon flowers2013-05-071-0/+14
|
* updates to readme and further testing against the change to involve yeomanbrandon flowers2013-05-057-31/+76
|
* small fix to readme to move instructions over terminal linesbrandon flowers2013-05-041-3/+11
|
* add a note about the npmignore file necessary for nodejitsu deploymentbrandon flowers2013-05-041-14/+23
|
* wrong port number in readmebrandon flowers2013-05-041-2/+2
|
* copy tweak in the readme filebrandon flowers2013-05-041-2/+2
|
* added yeomanbrandon flowers2013-05-041-6/+6
|\
| * Fix for footer only showing up when entering default page initially. Footer ↵Alexander Höreth2013-03-241-6/+6
| | | | | | | | also should load when entering e.g. "modular-backbone/#/projects" initially.
* | updates to restify example to add tests and Yeoman supportbrandon flowers2013-05-0447-28/+11484
|/
* reset medalist arrays - don't need to call $("#bronze-podium").empty() anymorebrandon flowers2012-11-142-15/+3
|
* needed to reset medalist arraysbrandon flowers2012-11-143-30/+32
|
* problem with re-render - duplicate itemsbrandon flowers2012-11-131-4/+1
|
* a bit more pleasing to the eye this way I think - less white spacebrandon flowers2012-11-135-15/+56
|
* animating contributor lists inspired by the olympic podiumsbrandon flowers2012-11-134-33/+215
|
* changed to bootstrapThomas Davis2012-11-1110-405/+5934
|
* added jsonpThomas Davis2012-11-112-2/+2
|
* added jsonpThomas Davis2012-11-112-3/+4
|
* added jsonpThomas Davis2012-11-112-2/+2
|
* Merge pull request #61 from headwinds/gh-pagesThomas Davis2012-11-1035-151/+938
|\ | | | | Module Backbone Tutorial: Mining Github for Contributor Gold
| * update to the modular backbone tutorial to give data from github and replace ↵brandon flowers2012-11-1035-151/+938
| | | | | | | | users with contributors
* | server downThomas Davis2012-11-071-3/+2
|/
* removed old tutorialThomas Davis2012-11-0419-650/+0
|
* updated tutotrla exampleThomas Davis2012-10-1517-157/+115
|
* Setting a local configuration on app.jsbitoiu2012-10-101-2/+2
|
* The current server.js does not process the same url's as seen on the ↵bitoiu2012-10-101-23/+31
| | | | tutorial, mainly the session GET
* Update examples/modular-backbone/js/app.jsRoyce2012-08-161-1/+1
|
* newNietzsche2012-08-101-32/+24
|
* Update gh-pagesrashko2012-07-091-1/+1
|
* fixedNietzsche2012-06-201-1/+1
|
* Merge pull request #33 from zhaoyeming/gh-pagesThomas Davis2012-05-212-0/+0
|\ | | | | Remove *.swp files (generated by VI) from repository
| * Remove .*.swp files from viZhao Yeming2012-01-302-0/+0
| |
* | New tutorialThomas Davis2012-05-04250-17637/+102
| |
* | updated and edited csrfThomas Davis2012-05-02244-0/+17609
| |
* | session exampleThomas Davis2012-05-0110-73/+84
| |
* | trying to install disqusThomas Davis2012-05-0136-0/+11981
| |
* | changed query to backboneThomas Davis2012-04-282-1/+2
| |
* | repo clean upThomas Davis2012-04-281-40/+0
| |
* | infinite scroll tutorial finishedThomas Davis2012-04-286-12/+62
| |
* | infinite scrollThomas Davis2012-04-2836-0/+11937
| |
* | limited results to 20Thomas Davis2012-04-272-3/+3
| |
* | Final updateThomas Davis2012-04-271-0/+0
| |
* | trynig mark downThomas Davis2012-04-261-1/+1
| |
* | opsThomas Davis2012-04-233-4/+16
| |
* | TutorialThomas Davis2012-04-222-5/+1
| |
* | oooThomas Davis2012-04-223-6/+8
| |
* | blhThomas Davis2012-04-2242-0/+11983
|/
* My name?Thomas Davis2011-12-091-1/+0
|
* Deleted some crapRyan Kirkman2011-12-092-3/+0
|
* Made a requirejs example for Addy OsmaniRyan Kirkman2011-12-0918-0/+1044
|
* moved the updated modular-backbone example into modular-backbone-updated,Jakub Kozisek2011-11-2642-95/+828
| | | | modular-backbone now contains original version
* forgot to remove temporary miniserverJakub Kozisek2011-11-261-9/+0
|
* equireJS plugin order is not necessary anymoreJakub Kozisek2011-11-2616-86/+41
| | | | | | | | | | moved RequireJS plugin text to lib/require forgot to clear jQuery RequireJS wrapper switched codebase to new libraries collections/template.js removed (same as boilerplate.js) removed swp files removed "/" from the routes in router.js removed temporary miniserver
* updated libs jQuery 1.6.4 -> 1.7.1, Underscore 1.1.7 -> 1.2.2, RequireJSJakub Kozisek2011-11-269-98/+69
| | | | | 0.27.0 -> 1.0.2 and switched to Backbone 0.5.3 optamd3 ( see https://github.com/jrburke/backbone/tree/optamd3 )
* Nice loader for the modular backbone. Only one reference to the un AMD ↵Rob Dawson2011-11-195-13/+15
| | | | items, and nice clean code.
* typosJonathan B2011-10-141-2/+2
|
* Edited examples/modular-backbone/js/router.js via GitHubThomas Davis2011-10-141-1/+1
|
* Edited examples/modular-backbone/js/views/home/main.js via GitHubThomas Davis2011-10-141-1/+2
|
* exampleThomas Davis2011-10-143-3/+25
|
* Edited examples/modular-backbone/css/style.css via GitHubThomas Davis2011-10-141-2/+2
|
* Edited examples/modular-backbone/css/style.css via GitHubThomas Davis2011-10-141-0/+3
|
* Edited examples/modular-backbone/css/style.css via GitHubThomas Davis2011-10-141-3/+3
|
* Edited examples/modular-backbone/css/style.css via GitHubThomas Davis2011-10-141-1/+6
|
* Edited examples/modular-backbone/js/views/projects/list.js via GitHubThomas Davis2011-10-141-1/+1
|
* Edited examples/modular-backbone/index.html via GitHubThomas Davis2011-10-141-1/+1
|
* Edited examples/modular-backbone/js/router.js via GitHubThomas Davis2011-10-141-1/+1
|
* qwThomas Davis2011-10-141-1/+1
|
* Nearly done draftThomas Davis2011-10-146-11/+17
|
* Added in exampleThomas Davis2011-10-1324-0/+694