| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-16 | chore(docs): replace local bootstrap build with one from bower | Matias Niemelä | |
| 2014-02-16 | chore(ngPluralize): remove useless docs heading | Matias Niemelä | |
| 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 | chore(errors): rename folders to match namespaces | Peter Bacon Darwin | |
| 2014-02-16 | chore(travis): disable Safari and JQuery e2e tests on Travis | Peter Bacon Darwin | |
| There are no real JQuery tests at this point anyway and the Safari that we are getting from SauceLabs seems to be a flakey Windows 2000 version that is not necessarily providing accurate results. | |||
| 2014-02-16 | docs(indexPage.template): fix top-nav links to work on localhost | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): convert guide <doc:...> examples to <example>... | Caitlin Potter | |
| This CL also contains style fixes as the converted scripts caused jshint to complain. | |||
| 2014-02-16 | docs(NgModelController): don't run contenteditable example on FF | 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 | docs(*): fix jshint issues in examples | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): add jshint checking to examples and tests | Peter Bacon Darwin | |
| 2014-02-16 | chore(e2etests): fix a browser check which was actually assigning the parameter | Julie | |
| 2014-02-16 | docs(guide): remove unnecessary "Developer Guide: " from @names | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): only output info (and more severe) log messages | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): fix navGroup hrefs | Peter Bacon Darwin | |
| 2014-02-16 | chore(grunt): grunt should error when doc generation grunt errors | Julie | |
| 2014-02-16 | chore(travis): remove test:docgen task from build | Caitlin Potter | |
| The task was removed by an earlier commit, and executing it breaks TravisCI builds. It may be replaced at a later date. | |||
| 2014-02-16 | chore(package.json): move to published npm version of dgeni-packages | Peter Bacon Darwin | |
| 2014-02-16 | docs(api): escape params that have <object> in their type | Peter Bacon Darwin | |
| Really the doc-gen process should escape there but for now this should stop the layout from breaking. | |||
| 2014-02-16 | docs($locationProvider): tag as a provider rather than object | Peter Bacon Darwin | |
| 2014-02-16 | docs(docs.css): add initial type-hint styles | Peter Bacon Darwin | |
| 2014-02-16 | docs(content): fix bad links | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): remove console.log statements | Peter Bacon Darwin | |
| 2014-02-16 | docs(ngHref): fix example that navigates away from the page | Peter Bacon Darwin | |
| 2014-02-16 | docs(ngRoute): ask for examples to have their base[href] fixed | Peter Bacon Darwin | |
| 2014-02-16 | docs(ngHref): don't run the breaking protractor test | Peter Bacon Darwin | |
| 2014-02-16 | chore(package.json): get dgeni from the npm registry | Peter Bacon Darwin | |
| 2014-02-16 | test(docs-app-e2e): refactor test inline with new docs app | Peter Bacon Darwin | |
| The links to code elements have now changed: api/ng.directive:ngClick -> api/ng/directive/ngClick. Examples now run inside iframes, so we need to instruct Protractor to switch to the example iframe. | |||
| 2014-02-16 | docs(api/index): fix ambiguous ngClick link | Peter Bacon Darwin | |
| ngClick appears in more than one module so we must make it explicit. | |||
| 2014-02-16 | docs(ngShowHide): fix icons in example | Peter Bacon Darwin | |
| The protractor tests were failing because the spans containing the icons were not displaying anymore. | |||
| 2014-02-16 | docs(examples): fix example dependencies | Peter Bacon Darwin | |
| 2014-02-16 | docs(ngSanitize): add dependency on angular-sanitize to example | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): provide example dependencyPath in config | 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 | docs(injector): move angular.injector to the ng module | Peter Bacon Darwin | |
| Even though it is defined in the auto folder, it makes more sense for this function to appear in the ng module in the docs. | |||
| 2014-02-16 | chore(docs): remove 'AngularJS ' prefix from version drop-down | Peter Bacon Darwin | |
| 2014-02-16 | chore(protractor tests): fix up e2e tests | Julie | |
| 2014-02-16 | chore(protractor-generator): add dgeni processor for protractor | Julie | |
| 2014-02-16 | docs(misc): add landing page for the miscellaneous area | Peter Bacon Darwin | |
| 2014-02-16 | docs(tutorial): give the tutorial landing page a better name | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): new docs | Peter Bacon Darwin | |
| chore(doc-gen): implement dgeni | |||
| 2014-02-16 | docs(bike-shed-migration): fix url-based links refs to AUTO module | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): fix invalid </file name=""> HTML in examples | Peter Bacon Darwin | |
| 2014-02-16 | docs(ngResource): fix over-length line | Peter Bacon Darwin | |
| 2014-02-16 | docs(sce): fix invalid @name tags | Peter Bacon Darwin | |
| 2014-02-16 | docs(bike-shed-migration): let markdown deal with extenal links | Peter Bacon Darwin | |
| It is problematic to use {@link} tags with external links because the markdown parser converts them to links for us before we parse the @links. This means that the following tag: ``` {@link http://www.google.com Google} ``` get converted to: ``` {@link <a href="http://www.google.com/"></a> Google} ``` Our {@link} parser then converts this to: ``` <a href="<a"><</a>href="http://www.google.com/"></a> Google} ``` which is clearly a mess. The best solution is not to use {@link} tags for external links and just use the standard markdown syntax: ``` [Google](http://www.google.com) ``` In the long run, we could look into configuring or modifying `marked` not to convert these external links or we could provide a "pre-parser" processor that dealt with such links before `marked` gets its hands on it. | |||
