Changeset 6388b71


Ignore:
Timestamp:
Mar 25, 2009, 2:43:17 PM (15 years ago)
Author:
Edward Z. Yang <edwardzyang@…>
Branches:
master, debian, mac, no-cups, web
Children:
6ab0b45
Parents:
0603e20
git-author:
Edward Z. Yang <edwardzyang@…> (03/25/09 14:43:17)
git-committer:
Edward Z. Yang <edwardzyang@…> (03/25/09 14:43:17)
Message:

Make it work with TG2rc1.
Signed-off-by: Edward Z. Yang <edwardzyang@…>

Location:
gutenbach-web
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-web/SOURCES.txt

    r973dd91 r6388b71  
    2929sipbmp3web/model/auth.py
    3030sipbmp3web/public/favicon.ico
     31sipbmp3web/public/css/sample.css
    3132sipbmp3web/public/css/style.css
    3233sipbmp3web/public/images/contentbg.png
     
    4950sipbmp3web/public/images/strype2.png
    5051sipbmp3web/public/images/under_the_hood_blue.png
     52sipbmp3web/public/jquery/AUTHORS.txt
     53sipbmp3web/public/jquery/GPL-LICENSE.txt
     54sipbmp3web/public/jquery/MIT-LICENSE.txt
     55sipbmp3web/public/jquery/example.html
     56sipbmp3web/public/jquery/jquery-1.3.2.js
     57sipbmp3web/public/jquery/jquery-ui-personalized-1.6rc6.js
     58sipbmp3web/public/jquery/jquery-ui-personalized-1.6rc6.min.js
     59sipbmp3web/public/jquery/version.txt
     60sipbmp3web/public/jquery/theme/ui.accordion.css
     61sipbmp3web/public/jquery/theme/ui.all.css
     62sipbmp3web/public/jquery/theme/ui.base.css
     63sipbmp3web/public/jquery/theme/ui.core.css
     64sipbmp3web/public/jquery/theme/ui.datepicker.css
     65sipbmp3web/public/jquery/theme/ui.dialog.css
     66sipbmp3web/public/jquery/theme/ui.progressbar.css
     67sipbmp3web/public/jquery/theme/ui.resizable.css
     68sipbmp3web/public/jquery/theme/ui.slider.css
     69sipbmp3web/public/jquery/theme/ui.tabs.css
     70sipbmp3web/public/jquery/theme/ui.theme.css
     71sipbmp3web/public/jquery/theme/images/ui-bg_flat_0_aaaaaa_40x100.png
     72sipbmp3web/public/jquery/theme/images/ui-bg_flat_75_ffffff_40x100.png
     73sipbmp3web/public/jquery/theme/images/ui-bg_glass_55_fbf9ee_1x400.png
     74sipbmp3web/public/jquery/theme/images/ui-bg_glass_65_ffffff_1x400.png
     75sipbmp3web/public/jquery/theme/images/ui-bg_glass_75_dadada_1x400.png
     76sipbmp3web/public/jquery/theme/images/ui-bg_glass_75_e6e6e6_1x400.png
     77sipbmp3web/public/jquery/theme/images/ui-bg_glass_95_fef1ec_1x400.png
     78sipbmp3web/public/jquery/theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png
     79sipbmp3web/public/jquery/theme/images/ui-icons_222222_256x240.png
     80sipbmp3web/public/jquery/theme/images/ui-icons_2e83ff_256x240.png
     81sipbmp3web/public/jquery/theme/images/ui-icons_454545_256x240.png
     82sipbmp3web/public/jquery/theme/images/ui-icons_888888_256x240.png
     83sipbmp3web/public/jquery/theme/images/ui-icons_cd0a0a_256x240.png
    5184sipbmp3web/templates/__init__.py
    5285sipbmp3web/templates/about.html
    53 sipbmp3web/templates/authentication.html
    5486sipbmp3web/templates/debug.html
    5587sipbmp3web/templates/error.html
     
    5789sipbmp3web/templates/header.html
    5890sipbmp3web/templates/index.html
    59 sipbmp3web/templates/login.html
    6091sipbmp3web/templates/master.html
    61 sipbmp3web/templates/sidebars.html
     92sipbmp3web/templates/todo.html
    6293sipbmp3web/tests/__init__.py
    6394sipbmp3web/tests/test_models.py
    6495sipbmp3web/tests/functional/__init__.py
    6596sipbmp3web/tests/functional/test_root.py
     97sipbmp3web/widgets/__init__.py
     98sipbmp3web/widgets/slider.py
     99sipbmp3web/widgets/templates/__init__.py
  • gutenbach-web/root.py

    r0603e20 r6388b71  
    77from sipbmp3web.controllers.error import ErrorController
    88from sipbmp3web import model
    9 from catwalk.tg2 import Catwalk
    109from repoze.what import predicates
    1110from sipbmp3web.controllers.secure import SecureController
     
    2120
    2221class RootController(BaseController):
    23     admin = Catwalk(model, DBSession)
    2422    error = ErrorController()
    2523
  • gutenbach-web/virtualenv-create

    r0b8c868 r6388b71  
    55easy_install tg.devtools
    66easy_install flup
     7easy_install tw.forms
    78
    89# Install remctl
     
    1920rm -rf remctl-2.13
    2021
     22python setup.py develop
     23
    2124paster --help
Note: See TracChangeset for help on using the changeset viewer.