Changeset 11284 for main/waeup.aaua


Ignore:
Timestamp:
22 Feb 2014, 20:28:32 (11 years ago)
Author:
uli
Message:

Merge changes from henrik-diazo-themed back into trunk.

Location:
main/waeup.aaua/trunk
Files:
5 deleted
14 edited
14 copied

Legend:

Unmodified
Added
Removed
  • main/waeup.aaua/trunk

  • main/waeup.aaua/trunk/CHANGES.txt

    r11202 r11284  
    22*******
    33
    4 0.1.1dev (unreleased)
    5 =====================
     41.0 (unreleased)
     5================
    66
    7 * No changes yet.
     7* Diazofied whole package.
    88
    99
  • main/waeup.aaua/trunk/buildout-zeo.cfg

    r10120 r11284  
    1313    site_zcml
    1414    zdaemon_conf
    15     deploy_ini
    16     debug_ini
     15    raw_deploy_ini
     16    raw_debug_ini
     17    themed_deploy_ini
     18    themed_debug_ini
    1719    profile_ini
    1820    zeo1_ini
     
    2325# kofactl creation must be _after_ app!
    2426    kofactl
     27    lxml
     28    diazo
    2529# For backward compatibility, telling buildout not to throw away
    2630# the data and log subdirectories from the parts directory.
     
    4448    address ${kofa_params:server_port}
    4549  </zeo>
    46 
    4750  <blobstorage 1>
    4851    blob-dir ${zope_conf:blobstorage}
     
    5154    </filestorage>
    5255  </blobstorage>
    53 
    5456  <filestorage async>
    5557    path ${zope_conf:filestorage}/Data.async.fs
    5658  </filestorage>
    57 
    5859  <eventlog>
    5960    # This sets up logging to a file.
     
    9697[zeo1_ini]
    9798recipe = collective.recipe.template
    98 input = etc/zeo1.ini.in
    99 output = ${buildout:parts-directory}/etc/zeo1.ini
     99input = etc/themed/zeo1.ini.in
     100output = ${buildout:parts-directory}/etc/themed-zeo1.ini
    100101
    101102[zeo2_ini]
    102103recipe = collective.recipe.template
    103 input = etc/zeo2.ini.in
    104 output = ${buildout:parts-directory}/etc/zeo2.ini
     104input = etc/themed/zeo2.ini.in
     105output = ${buildout:parts-directory}/etc/themed-zeo2.ini
    105106
    106107[zeo1_conf]
     
    118119# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    119120recipe = zc.recipe.egg
    120 eggs = waeup.aaua [beaker]
     121eggs = waeup.aaua [beaker, diazo]
    121122arguments = "${buildout:parts-directory}/etc/zeo1.conf"
    122123scripts = kofactl=zeo_client1
     
    125126# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    126127recipe = zc.recipe.egg
    127 eggs = waeup.aaua [beaker]
     128eggs = waeup.aaua [beaker, diazo]
    128129arguments = "${buildout:parts-directory}/etc/zeo2.conf"
    129130scripts = kofactl=zeo_client2
  • main/waeup.aaua/trunk/buildout.cfg

    r11197 r11284  
    1818    site_zcml
    1919    zdaemon_conf
    20     deploy_ini
    21     debug_ini
     20    raw_deploy_ini
     21    raw_debug_ini
     22    themed_deploy_ini
     23    themed_debug_ini
    2224    profile_ini
    2325    waeupdocs
     
    2628# kofactl creation must be _after_ app!
    2729    kofactl
     30    lxml
     31    diazo
    2832# For backward compatibility, telling buildout not to throw away
    2933# the data and log subdirectories from the parts directory.
     
    4145
    4246[sources]
    43 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/tags/0.2.1
    44 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/tags/0.1
     47waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/branches/uli-diazo-themed
     48kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
    4549
    4650[kofa_params]
     
    5256zeo1_port = 7061
    5357zeo2_port = 7062
    54 zeo3_port = 7063
     58# zeo3_port = 7063
    5559server_port = 7060
    5660# default 7. Number of pre-opened ZODB threads/client
     
    6266# number of preopened paster threads, default 10
    6367threadpool_workers = 10
     68devel_pkg = waeup.aaua
    6469
    6570[app]
    6671# This creates all scripts in bin/. The kofactl created here is 'faulty'.
    6772recipe = zc.recipe.egg
    68 eggs = waeup.aaua [beaker]
     73eggs = waeup.aaua [beaker, diazo]
    6974       z3c.evalexception>=2.0
    7075       Paste
     
    8085# fixed path to zdaemon.conf as argument.
    8186recipe = zc.recipe.egg
    82 eggs = waeup.aaua [beaker]
     87eggs = waeup.aaua [beaker, diazo]
    8388arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    8489scripts = kofactl=kofactl
     
    146151output = ${buildout:parts-directory}/etc/zdaemon.conf
    147152
    148 [deploy_ini]
    149 recipe = collective.recipe.template
    150 input = etc/deploy.ini.in
    151 output = ${buildout:parts-directory}/etc/deploy.ini
    152 
    153 [debug_ini]
    154 recipe = collective.recipe.template
    155 input = etc/debug.ini.in
    156 output = ${buildout:parts-directory}/etc/debug.ini
     153[raw_debug_ini]
     154recipe = collective.recipe.template
     155input = etc/raw/debug.ini.in
     156output = ${buildout:parts-directory}/etc/raw-debug.ini
     157
     158[raw_deploy_ini]
     159recipe = collective.recipe.template
     160input = etc/raw/deploy.ini.in
     161output = ${buildout:parts-directory}/etc/raw-deploy.ini
     162
     163[themed_debug_ini]
     164recipe = collective.recipe.template
     165input = etc/themed/debug.ini.in
     166output = ${buildout:parts-directory}/etc/themed-debug.ini
     167
     168[themed_deploy_ini]
     169recipe = collective.recipe.template
     170input = etc/themed/deploy.ini.in
     171output = ${buildout:parts-directory}/etc/themed-deploy.ini
    157172
    158173[profile_ini]
     
    186201scripts = coveragereport
    187202arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report')
     203
     204[lxml]
     205recipe = z3c.recipe.staticlxml
     206egg = lxml
     207
     208[diazo]
     209recipe = zc.recipe.egg
     210eggs =
     211    diazo [wsgi]
     212    PasteScript
     213    waeup.aaua [beaker, diazo]
  • main/waeup.aaua/trunk/etc/zdaemon.conf.in

    r10120 r11284  
    11<runner>
    2   program ${buildout:directory}/bin/paster serve ${buildout:directory}/parts/etc/deploy.ini
     2  program ${buildout:directory}/bin/paster serve ${buildout:directory}/parts/etc/themed-deploy.ini
    33  daemon on
    44  transcript ${zope_conf:logfiles}/zdaemon.log
  • main/waeup.aaua/trunk/etc/zeo1.conf.in

    r10120 r11284  
    11<runner>
    2   program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo1.pid ${buildout:directory}/parts/etc/zeo1.ini
     2  program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo1.pid ${buildout:directory}/parts/etc/themed-zeo1.ini
    33  daemon on
    44  transcript ${zope_conf:logfiles}/zdaemon-zeo1.log
    55  socket-name ${zope_conf:logfiles}/zeo1.sock
    66  # Enable this to run the child process as a different user
    7   user kofa
     7  # user kofa
    88</runner>
  • main/waeup.aaua/trunk/etc/zeo2.conf.in

    r10120 r11284  
    11<runner>
    2   program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo2.pid ${buildout:directory}/parts/etc/zeo2.ini
     2  program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo2.pid ${buildout:directory}/parts/etc/themed-zeo2.ini
    33  daemon on
    44  transcript ${zope_conf:logfiles}/zdaemon-zeo2.log
    55  socket-name ${zope_conf:logfiles}/zeo2.sock
    66  # Enable this to run the child process as a different user
    7   user kofa
     7  # user kofa
    88</runner>
  • main/waeup.aaua/trunk/etc/zope_zeo1.conf.in

    r10120 r11284  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:7050
     26    server localhost:7060
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6363<zodb async>
    6464  <zeoclient>
    65     server localhost:7050
     65    server localhost:7060
    6666    storage async
    6767    name async
  • main/waeup.aaua/trunk/etc/zope_zeo2.conf.in

    r10120 r11284  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:7050
     26    server localhost:7060
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6363<zodb async>
    6464  <zeoclient>
    65     server localhost:7050
     65    server localhost:7060
    6666    storage async
    6767    name async
  • main/waeup.aaua/trunk/setup.py

    r11202 r11284  
    22from setuptools import setup, find_packages
    33
    4 version = '0.1.1dev'
     4version = '1.0dev'
    55
    66install_requires =[
     
    99    'grokui.admin',
    1010    'grokcore.startup',
    11     'waeup.kofa',
    12     'kofacustom.nigeria',
     11    'waeup.kofa >= 1.0',
     12    'kofacustom.nigeria >= 1.0',
    1313    ],
    1414
     
    2121    'dolmen.beaker',
    2222    ]
     23
     24diazo_require = [
     25    'diazo',
     26    'webob',
     27]
    2328
    2429tests_require = [
     
    8691        docs = docs_require,
    8792        beaker = beaker_require,
     93        diazo = diazo_require,
    8894        ),
    8995      entry_points="""
    90       # Add entry points here
    91       [hurry.resource.libraries]
    92       waeup_custom = waeup.aaua.browser.resources:waeup_custom
    9396      [console_scripts]
    9497      kofa-debug = grokcore.startup:interactive_debug_prompt
  • main/waeup.aaua/trunk/src

    • Property svn:ignore set to
      waeup.aaua.egg-info
  • main/waeup.aaua/trunk/src/waeup/aaua/browser/tests.py

    r10120 r11284  
    4848        clearSite()
    4949        shutil.rmtree(self.dc_root)
    50 
    51     def test_custom_theme(self):
    52         self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    53         self.browser.open('http://localhost/app/configuration')
    54         self.assertMatches('...AAUA Theme...', self.browser.contents)
    55         self.browser.getControl(name="form.skin").value = ['custom theme']
    56         self.browser.getControl("Save").click()
    57         self.browser.open('http://localhost/app/configuration')
    58         return
  • main/waeup.aaua/trunk/src/waeup/aaua/interswitch/browser_templates/student_goto_interswitch.pt

    r10174 r11284  
    7272  <span tal:replace="structure view/xml_data"></span>
    7373
    74   <input type="submit" class="btn" tal:attributes="value view/submit_button"/>
     74  <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/>
    7575
    7676  <br /><br />
    7777
    78   <img tal:attributes="src view/interswitch_img_url" />
     78  <img src="/static/img/interswitch_verve_mastercard.gif" />
    7979
    8080</form>
  • main/waeup.aaua/trunk/versions.cfg

    r11197 r11284  
    130130# zc.recipe.testrunner==2.0.0
    131131zope.testrunner = 4.3.3
     132
     133# Added by buildout at 2014-02-20 07:48:48.744162
     134WebOb = 1.3.1
     135diazo = 1.0.5
     136repoze.xmliter = 0.5
     137z3c.recipe.staticlxml = 0.10
     138
     139# Required by:
     140# diazo==1.0.5
     141experimental.cssselect = 0.3
     142
     143# Required by:
     144# diazo==1.0.5
     145# experimental.cssselect==0.3
     146lxml = 3.3.1
     147
     148# Required by:
     149# z3c.recipe.staticlxml==0.10
     150zc.recipe.cmmi = 1.3.5
     151
     152# Added by buildout at 2014-02-21 09:29:24.339382
     153zc.zodbrecipes = 2.0.0
Note: See TracChangeset for help on using the changeset viewer.