Skip to content
Snippets Groups Projects
  1. Feb 24, 2015
  2. Jan 08, 2015
  3. Dec 17, 2014
  4. Apr 20, 2013
  5. Jun 10, 2012
  6. Jun 09, 2012
  7. Jun 07, 2012
    • 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. Jun 06, 2012
    • 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
  9. Jun 05, 2012
    • 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. Jun 04, 2012
    • 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
    • Hermann Mayer's avatar
      Application · 05cd7ac9
      Hermann Mayer authored
       - Major Style Updates
         - Further Updates
      05cd7ac9
  11. May 30, 2012
    • 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. May 21, 2012
  13. May 10, 2012
    • 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. Apr 24, 2012
    • 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. Apr 23, 2012
    • 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. Apr 22, 2012
  17. Apr 14, 2012
    • 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. Apr 12, 2012
    • 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
  19. Apr 03, 2012
    • 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
  20. Apr 02, 2012
    • 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
  21. Apr 01, 2012
Loading