Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 4 - вроде готов #6

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2012

  1. Configuration menu
    Copy the full SHA
    8beb916 View commit details
    Browse the repository at this point in the history
  2. Revert "Add submodule qunit.js and qunit.css"

    This reverts commit 8beb916.
    ManginAlexander committed Oct 25, 2012
    Configuration menu
    Copy the full SHA
    94fd6e9 View commit details
    Browse the repository at this point in the history
  3. add submodule qunit

    ManginAlexander committed Oct 25, 2012
    Configuration menu
    Copy the full SHA
    45e2b84 View commit details
    Browse the repository at this point in the history
  4. Revert "add submodule qunit"

    This reverts commit 45e2b84.
    ManginAlexander committed Oct 25, 2012
    Configuration menu
    Copy the full SHA
    c856e5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acccaa6 View commit details
    Browse the repository at this point in the history
  6. Subs

    ManginAlexander committed Oct 25, 2012
    Configuration menu
    Copy the full SHA
    80d3f2b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2012

  1. Start of work

    ManginAlexander committed Oct 29, 2012
    Configuration menu
    Copy the full SHA
    43cd684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e86a12 View commit details
    Browse the repository at this point in the history
  3. add abs Model, change link to qunit

    1) В конструкторе клонируются все поля из переданного ему объекта
    //Todo Не уверен что так правильно.. стоит еще подумать
    2) В set-ре устанавливается поля <=>
    1. Поле у объекта существует
    2. Значение поля отлично от undefined
    3) В get-ре поле вовращается <=>
    1. Оно существует у объекта
    2. Имя поля имеет тип строку.
    ManginAlexander committed Oct 29, 2012
    Configuration menu
    Copy the full SHA
    b5128d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2012

  1. Configuration menu
    Copy the full SHA
    2825e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d69c6e View commit details
    Browse the repository at this point in the history
  3. Добавил еще тестов на Event

    Так же освоил тесты на throws
    ManginAlexander committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    ea754b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2012

  1. Configuration menu
    Copy the full SHA
    76e2801 View commit details
    Browse the repository at this point in the history
  2. Все сделано и протестировано

    1. Дописал QUnit тесты
    2. Перекодировал файлы.. которые забыл перекодировать
    3. Рефакторниг.
    ......
    Осталось JSLint and JSDoc
    ManginAlexander committed Nov 1, 2012
    Configuration menu
    Copy the full SHA
    51571d8 View commit details
    Browse the repository at this point in the history
  3. Проклятая кодировка

    Оказывается UTF8 Без BOM плохо отображается в браузере.
    А NetBeans - видит символ BOM как отдельный символ
    ManginAlexander committed Nov 1, 2012
    Configuration menu
    Copy the full SHA
    bcdb369 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67c2772 View commit details
    Browse the repository at this point in the history
  5. Add JSDoc

    ManginAlexander committed Nov 1, 2012
    Configuration menu
    Copy the full SHA
    6dd4ff0 View commit details
    Browse the repository at this point in the history