Skip to content
Commit 82c8c0ab authored by Hermann Mayer's avatar Hermann Mayer
Browse files

Application

  - Added Auth Plugin
  - Implemented now fully the Login/Logout Auth Stack
    - Base_Controller Adjustments for the Tabs (Login/Logout Switch)
      + Extra Secured Tabs Adding
  - Added a Message Handler to the Base_Controller
    - Resolve Message Codes from the Request URL
  - Added a Ucp/Product Controller
    - IndexAction contains a plain Product List of the User now
  - Split off the Message Code into seperate Template file (Partial)

 Framework
  - Plugin System implemented
    - Hooks added to the Dispatcher (pre/post Dispatch Hooks)
  - Session Management implemented
    - Start / End a Session
    - Set / Get Session Vars API
  - Generic Auth implemented
    - Compare Credential + Hash Method etc
    - Start Auth Session ~> Session Management [Login]
    - Update Auth Session
    - Stop Auth Session [Logout]
  - Smarty
    - Replaced DOMDocument View-Loader with simpler file_get_contents
      + Method to prevent HTML escaping (Object Syntax Error on Smarty Templates)
      + This also should give a performance boost if a View is loaded
parent 05cd7ac9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment