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

Nettoyage #1505

Merged
merged 48 commits into from
Sep 17, 2014
Merged

Nettoyage #1505

merged 48 commits into from
Sep 17, 2014

Commits on Sep 11, 2014

  1. Use wraps decorator and remove manually wrapping properties

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    f205584 View commit details
    Browse the repository at this point in the history
  2. Rename parameter hiding build in type

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    1ee9fab View commit details
    Browse the repository at this point in the history
  3. Avoid crash if dictionary is not correctly formatted

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    f6ef86b View commit details
    Browse the repository at this point in the history
  4. Simplify argument list rendering

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    d9c5e13 View commit details
    Browse the repository at this point in the history
  5. Adding doc string

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    713dff2 View commit details
    Browse the repository at this point in the history
  6. Add double underscore to private member.

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    85e6c58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4cf402 View commit details
    Browse the repository at this point in the history
  8. Change formatting from old style to new one

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    181a83e View commit details
    Browse the repository at this point in the history
  9. Improve error message

    More detailed messages.
    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    087f439 View commit details
    Browse the repository at this point in the history
  10. not used parameter

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    5d5526d View commit details
    Browse the repository at this point in the history
  11. Small correction

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    4361f20 View commit details
    Browse the repository at this point in the history
  12. Typo

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    31b5b26 View commit details
    Browse the repository at this point in the history
  13. Use Djando/Tag template function.

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    4683144 View commit details
    Browse the repository at this point in the history
  14. Rename variable and members

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    c0eb22b View commit details
    Browse the repository at this point in the history
  15. Remove useless args

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    e80bfe3 View commit details
    Browse the repository at this point in the history
  16. Add doc string

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    658cbb5 View commit details
    Browse the repository at this point in the history
  17. Rename unused variable.

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    ee6a8d7 View commit details
    Browse the repository at this point in the history
  18. Factorize error catch

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    37275f1 View commit details
    Browse the repository at this point in the history
  19. Set all base string formatting on the module beginning

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    4e8fc91 View commit details
    Browse the repository at this point in the history
  20. Use named argument for boolean parameters

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    9d32c3d View commit details
    Browse the repository at this point in the history
  21. factorize standard output call.

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    1d69098 View commit details
    Browse the repository at this point in the history
  22. Fix encoding

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    19d434e View commit details
    Browse the repository at this point in the history
  23. Doc string

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    5029bbd View commit details
    Browse the repository at this point in the history
  24. remove useless filter argument.

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    26e918a View commit details
    Browse the repository at this point in the history
  25. Move humane_time filter to date module (not related to markdown)

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    26c120d View commit details
    Browse the repository at this point in the history
  26. Factorise markdown header shift "decale_header"

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    da0a2f4 View commit details
    Browse the repository at this point in the history
  27. Factorize markdown render + docstring

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    86588e7 View commit details
    Browse the repository at this point in the history
  28. Docstring + comments

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    4c55549 View commit details
    Browse the repository at this point in the history
  29. Docstring + comments

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    2bbb142 View commit details
    Browse the repository at this point in the history
  30. Add test directory

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    43c66c5 View commit details
    Browse the repository at this point in the history
  31. Fix: Django do not like partial :(

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    f2e45ef View commit details
    Browse the repository at this point in the history
  32. Fix: allowing empty list in AppendGetNode

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    11a47d9 View commit details
    Browse the repository at this point in the history
  33. Fix: Check value not empty in AppendGetNode

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    14d72ef View commit details
    Browse the repository at this point in the history
  34. Add Test for "append_to_get" module

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    584a6dd View commit details
    Browse the repository at this point in the history
  35. Add Test for "captureas" module

    Christophe Gabard committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    7e0eaf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. move const string on top of the module

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    dc731cf View commit details
    Browse the repository at this point in the history
  2. Better timedelta argument passing

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    481b314 View commit details
    Browse the repository at this point in the history
  3. Add tests to "date" templatetags module

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    528c3d2 View commit details
    Browse the repository at this point in the history
  4. Fix: Markdown inline not propagated

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    f267126 View commit details
    Browse the repository at this point in the history
  5. Fix: Only add complete match from all

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    e96b3b6 View commit details
    Browse the repository at this point in the history
  6. Fix: shift header

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    f41ef8e View commit details
    Browse the repository at this point in the history
  7. Add test to "emarkdown" template tags

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    32a677d View commit details
    Browse the repository at this point in the history
  8. Fix doc string comment

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    13230e7 View commit details
    Browse the repository at this point in the history
  9. Complete doc

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    613f557 View commit details
    Browse the repository at this point in the history
  10. Remove redundant module loading

    Christophe Gabard committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    b214115 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. pep-8 correction

    Christophe Gabard committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    a9837de View commit details
    Browse the repository at this point in the history
  2. Merge branch 'clean_templatetags' of github.com:cgabard/zds-site into…

    … clean_templatetags
    Christophe Gabard committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    e661525 View commit details
    Browse the repository at this point in the history
  3. Merge with dev

    Christophe Gabard committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    da96e7a View commit details
    Browse the repository at this point in the history