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

[REFACTORING/IMPROVEMENT] 1-minimal deep rewrite #98

Closed
wants to merge 33 commits into from
Closed

[REFACTORING/IMPROVEMENT] 1-minimal deep rewrite #98

wants to merge 33 commits into from

Commits on Jun 30, 2013

  1. Update Registration.php

    Rewrite by taking advantage of PHP filter functions
    nyamsprod committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    366eaec View commit details
    Browse the repository at this point in the history
  2. Update Registration.php

    typo fix
    nyamsprod committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    41c4947 View commit details
    Browse the repository at this point in the history
  3. Update Registration.php

    nyamsprod committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    a5abd2e View commit details
    Browse the repository at this point in the history
  4. Update Registration.php

    added charset set up in DB connection parameters
    nyamsprod committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    fe42bc0 View commit details
    Browse the repository at this point in the history
  5. Update db.php

    added DB charset and using PHP 5.3+ const definition
    nyamsprod committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    51a7210 View commit details
    Browse the repository at this point in the history
  6. Update Registration.php

    Updated Error message to better handle internationalisation move DB connection into the constructor method
    nyamsprod committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    9bbf08c View commit details
    Browse the repository at this point in the history
  7. typo fix

    nyamsprod committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    11be254 View commit details
    Browse the repository at this point in the history
  8. Update Registration.php

    typo fix
    nyamsprod committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    5302c6f View commit details
    Browse the repository at this point in the history
  9. Update Registration.php

    nyamsprod committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    0c45054 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2013

  1. Registration is extended from Auth.php

    Merge methods and properties between Registration.php and Login.php
    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    cdd481c View commit details
    Browse the repository at this point in the history
  2. Login/php extends Auth.php

    Login is rewrite to extends Auth
    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    9216378 View commit details
    Browse the repository at this point in the history
  3. Create Auth.php

    Base Class to be extended by Login and Registration
    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    2f6b2f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04b8800 View commit details
    Browse the repository at this point in the history
  5. Added PHPDocs comments

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    4009d4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7189e45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba8166f View commit details
    Browse the repository at this point in the history
  8. Update Login.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    fe524eb View commit details
    Browse the repository at this point in the history
  9. Update Registration.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    35c41db View commit details
    Browse the repository at this point in the history
  10. Update Registration.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    6fa71f8 View commit details
    Browse the repository at this point in the history
  11. Update Auth.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    cbff6b8 View commit details
    Browse the repository at this point in the history
  12. Update Registration.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    f3c8693 View commit details
    Browse the repository at this point in the history
  13. Update Registration.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    54abd4e View commit details
    Browse the repository at this point in the history
  14. Change method visibility

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    4d67fc1 View commit details
    Browse the repository at this point in the history
  15. Update Login.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    1903f8e View commit details
    Browse the repository at this point in the history
  16. Update register.php

    using Auth::$regexp to normalize pattern info
    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    51c8c7b View commit details
    Browse the repository at this point in the history
  17. Update not_logged_in.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    1400bf1 View commit details
    Browse the repository at this point in the history
  18. Update not_logged_in.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    25dca9c View commit details
    Browse the repository at this point in the history
  19. Update register.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    34aa25b View commit details
    Browse the repository at this point in the history
  20. Update index.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    c5332c4 View commit details
    Browse the repository at this point in the history
  21. Update register.php

    nyamsprod committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    b858f08 View commit details
    Browse the repository at this point in the history
  22. Bug and indentation fixes

    ignace-dev committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    0d8d0b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2013

  1. Configuration menu
    Copy the full SHA
    937125a View commit details
    Browse the repository at this point in the history
  2. Update db.php

    nyamsprod committed Jul 2, 2013
    Configuration menu
    Copy the full SHA
    d1edbde View commit details
    Browse the repository at this point in the history