Skip to content
Snippets Groups Projects
  1. Apr 30, 2014
  2. Apr 29, 2014
    • fsiddi's avatar
      General app refactoring · 32a21b5c
      fsiddi authored
      - properly named and blueprinted controllers for the server app
      - moved the three modules into a brender folder
      32a21b5c
  3. Apr 14, 2014
  4. Apr 07, 2014
  5. Apr 06, 2014
    • Anuga's avatar
      Added newline · e6e8b15d
      Anuga authored
      e6e8b15d
    • Anuga's avatar
      Changed in XCode 5.1 · 03781ab5
      Anuga authored
      Changes made in Xcode treats unknown arguments as errors and won’t
      install Psutil for this reason.
      
      Adding the ARCHFLAGS changes errors to warnings during the installation.
      03781ab5
  6. Feb 19, 2014
  7. Feb 18, 2014
    • Scantlight's avatar
      An improvment of config template. · 4907da0c
      Scantlight authored
      4907da0c
    • Scantlight's avatar
      Fix default configuration for Dashboard · 3ef18657
      Scantlight authored
      There were missing BRENDER_SERVER default value. An because of python
      cache files this error were invisible until now.
      
      Note: before committing check if all works fine by deleting python cache
      files. Maybe using command like "find -name *.pyc -exec rm \-v {} \;" or
      a find better solution.
      3ef18657
  8. Feb 14, 2014
    • Scantlight's avatar
      Connect to database before creating tables · 909b1bd6
      Scantlight authored
      - fix related to issue #38
      - when configuration is done we should connect to database, defined by
        DATABASE variable, before starting creating tables. Otherwise we just
        connect to database.
      909b1bd6
    • Olivier Amrein's avatar
      small changes · 81bfea62
      Olivier Amrein authored
      - on pages SHOWS and SHOT, changed the order of delete and close, also
      renamed them to OK and Cancel, so they align on one line.
      - added an alert if no shot is selected when deleting
      - changed the default placeholder of linux_path to /home/
      81bfea62
  9. Feb 13, 2014
    • Scantlight's avatar
      Module improvements and external configuration file · a14dfdb8
      Scantlight authored
      related to issue #35
      
      - a separate configuration file that is ignored in .gitignore files.
        There is a "config.py_tmpl" which can be used as a starting point
        for a custom configuration. If there were not defined a configuration
        file the system will just work using default values and starting
        respective applications on local-host (for developing proposes)
      
      - DATABASE can now be defined inside configuration file and data base
        connection will be established only from starting point of brender
        (brender.py)
      
      - now inside __init__ files is defined module serve() function that is
        used to start application and setup some configuration value. All
        other operations are moved back do controllers.py files. This should
        keep separate application initialisation from application usage.
      a14dfdb8
  10. Feb 12, 2014
  11. Feb 11, 2014
    • Francesco Siddi's avatar
      Refactoring into packages · a209921f
      Francesco Siddi authored
      Now brender is made of 3 packages:
      * server
      * dashboard
      * worker
      which can be executed with a ./brender.py package-name comment. Please
      check for possible errors across the different modules of the
      application.
      a209921f
  12. Jan 17, 2014
  13. Jan 16, 2014
  14. Dec 28, 2013
  15. Dec 26, 2013
    • Olivier Amrein's avatar
      Fixing nav menu · 54c6a546
      Olivier Amrein authored
      was broken by me. Made capitalization in CSS.
      + added nav link to render settings page.
      54c6a546
    • Kelvin Jones's avatar
      New Shot view page & Minor Changes · d3b9b30c
      Kelvin Jones authored
      Added shot view url to shots page (clicking the id)
      just like worker page view
      Added shot delete route /shot/delete/<shot_id>
      Added Shot view page /shot/<shot_id>
      d3b9b30c
    • Kelvin Jones's avatar
      Major Shows Overhaul & Small Minor Fixes · 61c87a67
      Kelvin Jones authored
      Fixed Delete show not deletes any shots tied to show that is delete
      Added ability when show is deleted if another show is available make
      that show active
      Added badge to show which show is active on the shows page
      Added No Shows to setting page for when no show are available
      Added a option field when creating show if the currently isn't a show
      it will set it as active but if you want to create a new show and set
      as active after creation it is possible
      61c87a67
  16. Dec 17, 2013
  17. Dec 13, 2013
  18. Dec 12, 2013
  19. Dec 11, 2013
  20. Dec 08, 2013
Loading