| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-06 | Change warning to log place first and then link | Vojta Jina | |
| 2011-06-06 | Remove trailing ws | Vojta Jina | |
| 2011-06-06 | fixing broken links | Igor Minar | |
| 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 | Fix links in docs | Vojta Jina | |
| 2011-06-06 | Bit of refactoring | Vojta Jina | |
| 2011-06-06 | Couple of todos | Vojta Jina | |
| 2011-06-06 | Fixed couple of failing tests in docs | Vojta Jina | |
| These tests were failing because of rewriting urls into new 'section' format, i.e. angular.scope -> api.angular.scope | |||
| 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 | Fix sitemap include (to work on case sensitive linux) | Vojta Jina | |
| 2011-06-06 | new version of the xhr service | Igor Minar | |
| 2011-06-06 | reorder docs main menu items | Igor Minar | |
| 2011-06-06 | fix docs css | Igor Minar | |
| 2011-06-06 | add new batch of tutorial docs and images | 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 | remove gdocs.js workaround for extra space issue in gdocs api | Igor Minar | |
| 2011-06-06 | gdocs.js should store files under docs/content/[collection]/ | Igor Minar | |
| 2011-06-06 | make docs/writer.js copyDir recursive | Igor Minar | |
| 2011-06-06 | add the tutorial collection to gdocs.js | Igor Minar | |
| 2011-06-06 | ignore non .ngdoc files | Igor Minar | |
| 2011-06-06 | Don't forget the_end... | Kenneth R. Culp | |
| 2011-06-06 | Latest greatest tutorial udpates. | Kenneth R. Culp | |
| 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 | new batch of tutorial docs | 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 | renamed tutorial so that it would sort properly | Misko Hevery | |
| 2011-06-06 | Update tutorial docs. | Kenneth R. Culp | |
| 2011-06-06 | process only tutorial files | Igor Minar | |
| 2011-06-06 | Tutorial files for your perusal. | Kenneth R. Culp | |
| 2011-06-06 | new skin WIP | Igor Minar | |
| 2011-06-06 | added input#val method | Di Peng | |
| Closes #237 | |||
| 2011-06-05 | renamed $pause to $sleep AND $wait to $pause | Di Peng | |
| Closes #207 | |||
| 2011-06-03 | fixed opera date.toISOString issue | Di Peng | |
| Closes #365 | |||
| 2011-06-02 | Fix CSS tests on Opera | Vojta Jina | |
| Opera translates name colors to numbers (red -> #ff0000) Other browsers like FF or Chrome translate number to rgb (#ff0000 -> rgb(255, 0, 0) So avoiding colors in tests is probably the easiest solution... | |||
| 2011-06-02 | Fix formatError for FF4 and Opera | Vojta Jina | |
| Other browsers prepend "Error: <Exception name>" to stack, but FF4 and Opera do not. So when formatting error we prepend it by hand, when not present... | |||
| 2011-06-02 | Fix IE bug - ng:href | Vojta Jina | |
| ng:href was producing unclickable links, as the event propagation was stopped by 'a' widget All links in regression/issue-352.html were tested in: * Chrome 11 * Opera 11 * Firefox 4 * IE7, IE8 Closes #352 | |||
| 2011-06-02 | Refactor $browser's lazy start polling | Vojta Jina | |
| + unit tests | |||
| 2011-06-02 | Fix hashchange event on IE8 compatibility mode | Vojta Jina | |
| Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event. Closes #353 | |||
| 2011-06-02 | Fix unit test in IE7 | Vojta Jina | |
| 2011-05-31 | Rename deprecated wasCalled() -> toHaveBeenCalled() in all specs | Vojta Jina | |
| As well as wasNotCalled(), wasCalledWith(), wasNotCalledWith() | |||
| 2011-05-31 | Normalize IE XHR bug (status code 1223 to 204) | Vojta Jina | |
| See http://bugs.jquery.com/ticket/1450 | |||
| 2011-05-19 | Remove trailing white spaces from all source files | Vojta Jina | |
| find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$// | |||
| 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-05-19 | XHR should add Content-type header only for POST | Vojta Jina | |
| Sending Content-type header causes JSTD (Jetty) proxy to change GET methods into POST. | |||
