| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-17 | chore(formatting): removed unnecessary white spaces | Takashi Nakagawa | |
| 2014-03-17 | docs(runnableExamples): add "edit in Plunker" button | Peter Bacon Darwin | |
| The "runnableExample.template.html" template overrides the one in the dgeni-packages "examples" package with a similar template that also has a link to a special Plunker URL that can pull in the example from our code.angularjs.org website. | |||
| 2014-03-11 | docs(versions): rework the version info extraction | Peter Bacon Darwin | |
| The docs were relying on the grunt/util module for getting version info but this was unreliable and full of custom regexes. This is moved into a new version-info module that makes much better use of the semver library. | |||
| 2014-03-07 | docs(404 errors): provide a better 404 experience | Peter Bacon Darwin | |
| It is a bit rough and ready but does a better job than nothing. | |||
| 2014-03-07 | chore(doc-gen): add inline @type tag | Peter Bacon Darwin | |
| 2014-03-07 | chore(doc-gen): fix error-doc processor | Peter Bacon Darwin | |
| The meta-data should be parsed from the name not the id. | |||
| 2014-03-07 | chore(doc-gen): improve error reporting | Peter Bacon Darwin | |
| 2014-03-02 | docs(directives): ensure that the back-to-top directive resets location | Peter Bacon Darwin | |
| Closes #6512 Closes #6499 | |||
| 2014-02-26 | chore(doc-gen): add debug-dump processor | Peter Bacon Darwin | |
| 2014-02-21 | chore(travis): reorganize protractor configs to group by spec instead of by ↵ | Julie | |
| browser Use the multiConfiguration ability of Protractor to start tests on multiple browsers from the same travis cell. Group tests by type (jquery, jqlite, or docs tests) instead of by browser. Turn on tests for jQuery. | |||
| 2014-02-21 | chore(doc-gen): generate examples for each deployment, e.g. jquery | Julie | |
| Update to the latest dgeni-packages, which supports multiple deployment environments for the examples. Add a jQuery deployment environment for the examples. Currently, the target of the runnable example iframe always points to the default deployment environment, not to the environment under which the main app is running. Closes #6361 | |||
| 2014-02-20 | chore(doc-gen): add formatted error messages to error pages | Peter Bacon Darwin | |
| This got missed in the doc migration: When there is an error in an Angular app, extra information is placed in the URL, which can be used by the docs application to display a more useful message. This fix adds that back in. The error message templates are extracted by the minerr tool during build and put into the errors.json file. The errors-doc processor will load this up and attach these message templates to the error docs. The display of these templates was already in place, via the errorDisplay directive in docs/app/js/errors.js. (Also, moved the error.template.html file into the angular.js repository from the dgeni-packages repository as this is specific to the angular.js project and all the other error related stuff is in here. Finally, also, added an e2e test that checks that minerr formatted messages are displayed correctly. Closes #6363 | |||
| 2014-02-19 | chore(docs): make the layout fully responsive | Matias Niemelä | |
| Closes #6308 | |||
| 2014-02-19 | chore(doc-gen): improve grouping and sorting of api nav items | Peter Bacon Darwin | |
| 2014-02-16 | docs(design): footer and spacing fixes added to the layout | Matias Niemelä | |
| 2014-02-17 | docs(design): ui-fixes for examples, layout and API components | Matias Niemelä | |
| 2014-02-16 | docs(indexPage.template): fix top-nav links to work on localhost | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): improve error page navigation | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): remove trailing whitespace in ptor template | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): fix navGroup hrefs | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): remove console.log statements | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): move git info into its own processor | Peter Bacon Darwin | |
| 2014-02-16 | chore(docs-indexPage.template): add onload handler for Google Analytics | Peter Bacon Darwin | |
| 2014-02-16 | chore(indexPage.template): add back Google analytics and offline support | Peter Bacon Darwin | |
| 2014-02-16 | chore(docs): remove 'AngularJS ' prefix from version drop-down | Peter Bacon Darwin | |
| 2014-02-16 | chore(protractor-generator): add dgeni processor for protractor | Julie | |
| 2014-02-16 | chore(doc-gen): new docs | Peter Bacon Darwin | |
| chore(doc-gen): implement dgeni | |||
