| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-06 | Use node's vm module instead of deprecated process.compile | Vojta Jina | |
| So that I don't have to watch the warning all the time :-D | |||
| 2011-06-06 | gdocs.js - add docos style comment stripping | Igor Minar | |
| 2011-06-06 | move docs/content/intro to docs/content/misc | Igor Minar | |
| 2011-06-06 | Allow "section/" links pointing to "section/index" | Vojta Jina | |
| 2011-06-06 | Fix wrong links in source code | 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 | 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 | |||
