| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-19 | refactor(jqLite): remove jqLite show/hide support | Igor Minar | |
| it turns out that even with our tricks, jqLite#show is not usable in practice and definitely not on par with jQuery. so rather than introducing half-baked apis which introduce issues, I'm removing them. I also removed show/hide uses from docs, since they are not needed. Breaks jqLite.hide/jqLite.show which are no longer available. | |||
| 2011-08-18 | fix(docs): fix qfs.read() encoding issue | DiPeng | |
| - must use binary reading when using read function in q-fs module otherwise some unicode character may be garbled. Closes #497 | |||
| 2011-07-29 | doc(index.html): change the order of elements in the navbar | Igor Minar | |
| Users often don't see Tutorial and go straight to crappy Dev Guide, changing the order should help find them right content in the right order. | |||
| 2011-07-29 | doc(css): make all navbar links bold | Igor Minar | |
| 2011-07-29 | feat(tutorial): add an arrow to 'Workspace Reset Instructions' links | Igor Minar | |
| The arrow is a hint that user won't navigate to a new page, but instead the instructions will be displayed inline. | |||
| 2011-07-26 | feat(docs): add full offline support | Di Peng | |
| 2011-07-26 | feat(docs): add a changelog link to the footer | Di Peng | |
| 2011-07-26 | doc(tutorial): fix navigation widget to work without jQuery | Vojta Jina | |
| jqLite doesn't support class selectors, can find only by tag name... | |||
| 2011-07-20 | refactor(gen-docs): use q, qq, q-fs (node modules) to write gen-docs | Di Peng | |
| - re-write gendocs.js, reader.js and writer.js - all calls are asynchronous | |||
| 2011-07-20 | feat(gen-docs): enable caching the whole site | Di Peng | |
| Generate a manifest file automatically by reading the directories. | |||
| 2011-07-19 | chore(docs/.htaccess): bundle .htaccess with docs | Igor Minar | |
| 2011-07-17 | refactor(docs): run e2e tests with and without jquery | Di Peng | |
| - e2e tests will run index.html (without jquery) and with index-jq.html(with jquery). - many small changes to make e2e tests work withough JQuery as we discover problems that were previously hidden by using real JQuery. | |||
| 2011-07-16 | doc(css): add '#content-list .level-4' css | Igor Minar | |
| 2011-07-16 | doc(ngdoc): add 'this' and 'returns' section for methods | Igor Minar | |
| 2011-07-16 | doc(ngdoc): fix usage format for functions bolted onto services | Igor Minar | |
| 2011-07-08 | docs:template: rename <angular/> to AngularJS | Igor Minar | |
| 2011-07-08 | docs:css: remove bullet points from tutorial sidebar | Igor Minar | |
| 2011-07-08 | docs:css: fix indentation for pre element | Igor Minar | |
| 2011-07-02 | doc:dependencies: add /api/ prefix to dependency links | Igor Minar | |
| 2011-06-30 | fix:docs: properly distinguish between being offline and 404 | Igor Minar | |
| 2011-06-27 | fix:docs: css lint fixes | Igor Minar | |
| 2011-06-25 | fix:docs: Fix sitemap generator to use doc.id instead of doc.name | Di Peng | |
| doc.id should be used instead of doc.name, otherwise links are wrongly generated | |||
| 2011-06-10 | Fix small typo in docs widget (tutorial instructions) | Vojta Jina | |
| 2011-06-08 | Added support for properties in documentation | Misko Hevery | |
| 2011-06-08 | Refactor injector to have invoke method for speed reasons | Misko Hevery | |
| 2011-06-07 | Remove removing old comments from gdocs | Vojta Jina | |
| There were two places where we were removing old comments from google docs: * gdocs.js fetching script * docs/src/reader.js | |||
| 2011-06-07 | add appcache for docs site - caches only css/js/img resources | Igor Minar | |
| 2011-06-07 | remove $script loader because incompatibilities with e2e runner | Igor Minar | |
| 2011-06-07 | fix css for api reference | Igor Minar | |
| 2011-06-07 | fixing the dev guide ordering | Igor Minar | |
| 2011-06-06 | Docs: Error 404 page with simple suggestion for new links | Vojta Jina | |
| 2011-06-06 | moving the angular.mock docs down in the api list | Igor Minar | |
| 2011-06-06 | yet another docs batch | Igor Minar | |
| 2011-06-06 | fixing broken docs links | Igor Minar | |
| 2011-06-06 | docs css fix for content-list indentation | Igor Minar | |
| 2011-06-06 | docs css fixes | Igor Minar | |
| 2011-06-06 | fix wrapping api links into code element | Igor Minar | |
| 2011-06-06 | make *.angularjs.org analytics work on subdomains | Igor Minar | |
| 2011-06-06 | fix hashpath prefix for docs/sitemap/etc | Igor Minar | |
| 2011-06-06 | docs app css/js/html rewrite | Igor Minar | |
| 2011-06-06 | work in progress | Igor Minar | |
| 2011-06-06 | Load GA script using $script loader | Vojta Jina | |
| 2011-06-06 | Google Analytics - basic page tracking for docs | Vojta Jina | |
| 2011-06-06 | Add doc:tutorial-instructions widget | Vojta Jina | |
| 2011-06-06 | Allow "section/" links pointing to "section/index" | Vojta Jina | |
| 2011-06-06 | Allow relative links in docs | Vojta Jina | |
| So you can use links without section when they link within the section. | |||
| 2011-06-06 | Change warning to log place first and then link | Vojta Jina | |
| 2011-06-06 | Indent the API reference list | Vojta Jina | |
| 2011-06-06 | Fixed docs search input with | Vojta Jina | |
| And couple of missing semi-colons... | |||
| 2011-06-06 | Bit of refactoring | Vojta Jina | |
