| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-06 | Couple of todos | Vojta Jina | |
| 2011-06-06 | Log warning for every non existing link instead of throwing exception | Vojta Jina | |
| Guess we don't want to stop doc generating process because of non-existing link, so just log warning and continue... | |||
| 2011-06-06 | Check whether links do exist and throw exception | Vojta Jina | |
| 2011-06-06 | reorder docs main menu items | Igor Minar | |
| 2011-06-06 | fix docs css | Igor Minar | |
| 2011-06-06 | new docs skin - WIP | Igor Minar | |
| 2011-06-06 | fix docs landing page redirection | Igor Minar | |
| 2011-06-06 | add resource merging | Igor Minar | |
| 2011-06-06 | make docs/writer.js copyDir recursive | Igor Minar | |
| 2011-06-06 | ignore non .ngdoc files | Igor Minar | |
| 2011-06-06 | temporary hack to strip all the extra chars from google docs | Igor Minar | |
| 2011-06-06 | fix link to the tutorial page | Igor Minar | |
| 2011-06-06 | Move documentation under individual headings | Misko Hevery | |
| 2011-06-06 | fix syntax highlighting on the javascript | Misko Hevery | |
| 2011-06-06 | process only tutorial files | Igor Minar | |
| 2011-06-06 | new skin WIP | Igor Minar | |
| 2011-05-19 | JSTD adapter for running e2e tests | Vojta Jina | |
| Couple of changes into angular.scenario runner: - add autotest config (runs tests when document ready) - update ObjectModel (forwards events) - use only one ObjectModel instance for all outputters - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step - fix generating spec.ids - fix 'html' output so that it does not mutate ObjectModel Couple of changes into docs / generator: - rename copy -> copyTpl - move docs/static into docs/examples (to avoid conflict with jstd proxy) Running all docs e2e tests: ======================================================== 1/ compile angular-scenario, jstd-scenario-adapter >> rake compile 2/ build docs >> rake docs 3/ start jstd server >> ./server-scenario.sh 4/ capture some browser 5/ run node server to serve static content >> node ../lib/nodeserver/server.js 6/ run tests >> ./test-scenario.sh | |||
| 2011-04-07 | fix indentation regexp for doc:examples | Igor Minar | |
| 2011-03-11 | @require in ngdoc now takes reason for dependency | Misko Hevery | |
| 2011-02-23 | docs.css should not inline all pragraphs, only those in lists | Igor Minar | |
| 2011-02-22 | fix documentation for ie | Misko Hevery | |
| 2011-02-18 | corrected new lines in @link | Misko Hevery | |
| 2011-02-07 | markdown pre-processor should strip all the extra indentation | Igor Minar | |
| - split trim into trim and indent - merged my indentation code with trim - cleaned up some small issues | |||
| 2011-02-07 | docs should print usage for services that are functions | Igor Minar | |
| 2011-02-07 | @property should require type and description should be markdownified | Igor Minar | |
| 2011-02-04 | fix angular.js file path detection in docs | Igor Minar | |
| 2011-02-03 | Added remainder of the cookbook | Misko Hevery | |
| 2011-02-03 | addded cookbook | Misko Hevery | |
| 2011-02-01 | changed the documentation @example to use <doc:example> | Misko Hevery | |
| 2011-02-01 | Developer guide documentation | Misko Hevery | |
| 2011-01-27 | corrected sitemap.xml format | Misko Hevery | |
| 2011-01-26 | Added part of guide documentation and supporting changes to doc generator | Misko Hevery | |
| 2011-01-26 | fix deprication typo in the doc generator | Igor Minar | |
| 2011-01-24 | add @this and @exampleDescription tags | Misko Hevery | |
| (also removed markdownNoP, now done through CSS) | |||
| 2011-01-24 | Added SiteMap generation to the documentation | Misko Hevery | |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-24 | add @this and @exampleDescription tags | Misko Hevery | |
| (also removed markdownNoP, now done through CSS) | |||
| 2011-01-24 | updated doc styling for methods/properties | Misko Hevery | |
| 2011-01-19 | ngdoc should escape content of pre in markdown | Igor Minar | |
| 2011-01-18 | doc widgets examples should display angular src as CAO instead of DAO | Igor Minar | |
| 2011-01-18 | remove script.type attribute from example widgets since its optional in html5 | Igor Minar | |
| 2011-01-18 | @returns type in docs should be wrapped in curlies | Igor Minar | |
| 2011-01-14 | fixed select with ng:format | Misko Hevery | |
| select (one/multiple) could not chose from a list of objects, since DOM requires string ids. Solved by adding index formatter, which exposed incorrect handling of formatters in select widgets. | |||
| 2011-01-10 | tabbing and keyboard shortcut for docs | Igor Minar | |
| - first tab goes to the search box, following tabs iterate results - ctrl+s (FF on mac) or ctrl+alt+s (Chrome on mac) move focus to the search box | |||
| 2011-01-10 | offline docs | Igor Minar | |
| - freezing syntaxhighlighter and jquery under docs/src/templates/ - for jquery I just used a symlink to lib/jquery not an ideal solution but writer.js is not very flexible and I didn't want to mess with it - changed docs' index.html to point to the local resources | |||
| 2011-01-10 | removed unnedded files; switch rake to new doc build script | Misko Hevery | |
| 2011-01-10 | complete rewrite of documentation generation | Misko Hevery | |
| - romeved mustache.js - unified templates - improved testability of the code | |||
