1. 24 Feb, 2015 1 commit
  2. 08 Jan, 2015 2 commits
  3. 17 Dec, 2014 1 commit
  4. 20 Apr, 2013 1 commit
  5. 10 Jun, 2012 2 commits
  6. 09 Jun, 2012 4 commits
    • Hermann Mayer's avatar
    • Hermann Mayer's avatar
      - Added a INSTALL Note · 07cfd915
      Hermann Mayer authored
      07cfd915
    • Hermann Mayer's avatar
      Application · 9ecf427d
      Hermann Mayer authored
        - General Code Cleanups (Stripped HTML, Clean CSS)
        - Implemented Render Action for Products Controller
        - Cleared the Application Structure
        - Ready making for the final v2.0 Release
      
       Framework
        - General Code Cleanups, Removed Unnessesary Stuff (PDO Class, Abstract Model)
      9ecf427d
    • Hermann Mayer's avatar
      Application · 0388890b
      Hermann Mayer authored
        - Implemented Register/Validate Action for Auth Controller
        - Added user defined Salt for Passwords Support
      
       Framework
        - Added a Mail Class (Wrapping mail())
        - Added ReCAPTCHA Class (forked from v1.11 and customized)
      0388890b
  7. 07 Jun, 2012 1 commit
    • Hermann Mayer's avatar
      Application · ccf3cae2
      Hermann Mayer authored
        - Entities where updated to better handle cascadings (Bugfix)
          - Moved Filemanagement Code to Product and Image Models
        - Cleaned up Application Code Basis
          - Better Behaivior of the Application (usefull redirects)
      ccf3cae2
  8. 06 Jun, 2012 1 commit
    • Hermann Mayer's avatar
      Application · 09ea80c6
      Hermann Mayer authored
        - Implemented a Images Controller with New/Delete Action
          - Image-Uploads are Supported and work properly
        - Added a new Sideboard Section: "Orte" for navigation
        - Some small Style tweaks
      
       Framework
        - Autoloader
          - Validation of Loading a Class now checks if a File exits and
            the Class Declaration is in it we wanted to load (Bugfix)
        - URL Helper
          - Redirects now set proper HTTP headers to prevent caching them
      09ea80c6
  9. 05 Jun, 2012 1 commit
    • Hermann Mayer's avatar
      Application · cca06c37
      Hermann Mayer authored
        - Implemented Details/New/Edit/Delete Action for Products Controller
        - Added jQuery Validation Plugin
        - Style Updates for Tables
      cca06c37
  10. 04 Jun, 2012 3 commits
    • Hermann Mayer's avatar
      - Reverted PHP 5.4.x Syntax (last Changes) back to PHP 5.3.x Syntax · 48bbb443
      Hermann Mayer authored
        - To restore Server Compatibility
      48bbb443
    • Hermann Mayer's avatar
      Application · 82c8c0ab
      Hermann Mayer authored
        - 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
      82c8c0ab
    • Hermann Mayer's avatar
      Application · 05cd7ac9
      Hermann Mayer authored
       - Major Style Updates
         - Further Updates
      05cd7ac9
  11. 30 May, 2012 1 commit
    • Hermann Mayer's avatar
      Application · b05d47f4
      Hermann Mayer authored
       - Major Style Updates
         - Changed Form Style
           - Better Coloring of the Page
           - Auto-Size adjustment
         - Cleaned the default Template
         - Content Styles Added
         - Updated Changelog (View + Project File)
      b05d47f4
  12. 21 May, 2012 1 commit
  13. 10 May, 2012 1 commit
    • Hermann Mayer's avatar
      Application · 703c754b
      Hermann Mayer authored
       - Style Cleanups
       - Added Message Handler to Base Controller
       - Added basic Auth Logic to the Auth Controller (Simple Login)
      
      Framework
       - Added a comparator method for Class_Auth
       - Removed Class_Acl Stub, we dont implement Acl (Not yet)
      703c754b
  14. 24 Apr, 2012 1 commit
    • Hermann Mayer's avatar
      Application · 31c2d07d
      Hermann Mayer authored
       - Added Doctrine Entities
       - Added a custom Bootstrap, to load Doctrine
      
      Framework
       - Added Support for Custom Bootstraping
       - Integrated Doctrine fully to the Project
       - Fixed minor Notice Warnings in serval Classes
      31c2d07d
  15. 23 Apr, 2012 1 commit
    • Hermann Mayer's avatar
      - Doctrine Staging · a6385b57
      Hermann Mayer authored
        - Formated Entity Classes
          - Added DocComments to all Properties and Methods
        - Doctrine Connection
          - Added UTF8 Support for the Connection
          - Added ENUM Support for MySQL Connection (now we can use doctrine orm:schema-tool correctly)
        - Now we use Relations on Entities, assembled out of the Best Practices
        - Cascading was added to User and Product Entities
        - Updated test.php Code for example usage
      a6385b57
  16. 22 Apr, 2012 1 commit
  17. 14 Apr, 2012 2 commits
    • Hermann Mayer's avatar
      Application · b6c2c81c
      Hermann Mayer authored
      	- Some small CSS tweaks
      	- Added Content to the About Page
      	- Pumped Version 0.2 Alpha
      b6c2c81c
    • Hermann Mayer's avatar
      - Helpers · 058d3723
      Hermann Mayer authored
              - Url Helper
                  - Supports now to handle striped default parts (no need to
      		      add index or default)
              - File Helper
                  - Completly new Helper for Managing Deep File List Searches
      			  and collecting MVC Data
                    Used to handle new Autoloading and Dispatching of the URI
      
          - Dispatcher
              - Completly rewritten URI parsing algorithm to achieve the best
      		  interpretation of the request
                  - Using a Mix of Guessing (File Helper MVC Stuff / Combo
      			  Guessing) and incrementally probing
              - Support for handling striped default parts in URI
      
          - Architectural
              - Implemented Module Handling
                  - Now we can group our MVC's to separated Modules
      
          - Autoloader
              - Refactored the Autoloader Class to archieve better reusability
              - Added Debugging Option
              - Now multiple Lookup methods are supported
                  - They are executed on by on, as long as nothing
                    worked so far if we found a solution for this file/class
      			   we load it and dont process further
              - Added a MVC Lookup
      058d3723
  18. 12 Apr, 2012 1 commit
    • Hermann Mayer's avatar
      Framework · e9f39f1a
      Hermann Mayer authored
       - Changed File Hierarchy Structure to uppercase the first Character of
         a File/Dir
         - Only inside the Root File Hierarchy Structures, so the Root
           Structure is all lowercase
         - Modified the Autoloader for this Task
      
       - Smarty
         - Upgraded Smarty from Version 3.1.4 to 3.1.8
         - Moved Smarty to the root of library/Smarty (no libs dir anymore)
         - Added Docs (Changelog, Licence, etc.) to the Library
      
       - Doctrine
         - Added Doctrine to Libraries
      e9f39f1a
  19. 03 Apr, 2012 2 commits
    • Hermann Mayer's avatar
      Application · 7bafcc4d
      Hermann Mayer authored
       - Added serval Views and new Controller and Actions
       - Added new Stylesheets for forms
       - Extended the Icon sprite
       
      Framework
       - Build SERVER const easier
       - Fixed APPLICATION_ENV defining
      7bafcc4d
    • Hermann Mayer's avatar
      - Restructured the Framework Library · 0bc7abdc
      Hermann Mayer authored
      - Restructured the Application Directory
      - Added Support for Helpers
      - Moved Autoloader into a Core Class
      - Refactored Dispatcher and splited into Core Application 
        - Core Application has a bootstrap and a run method
      - Documented all Files
      - Cleaned up Application (Controller/Views)
      - Now we got a clean separation of library and application
      - Fixed a Dispatcher Bug, now we use the url helper to redirect
      0bc7abdc
  20. 02 Apr, 2012 1 commit
    • Hermann Mayer's avatar
      Started Rewrite of the project · dd0f1a89
      Hermann Mayer authored
       - Written a small Framework from scratch
         - Added Support for Autoloading
         - Added Template Support through Smarty
         - Added MVC structure Support
         - Added Support for MySQL Adapter
         - Added Support for INI Config files
         - Added Minimal Dispatcher
         	 - URI resolving to controller/action
         	 - Support for additional Parameters
         	 - Support for pre/post Dispatch Hooks
      dd0f1a89
  21. 01 Apr, 2012 2 commits