Changeset 11155 for main/kofacustom.ekodisco/branches
- Timestamp:
- 21 Feb 2014, 09:22:30 (11 years ago)
- Location:
- main/kofacustom.ekodisco/branches/henrik-diazo-themed
- Files:
-
- 15 added
- 7 deleted
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/branches/henrik-diazo-themed
-
Property
svn:ignore
set to
.installed.cfg
.mr.developer.cfg
bin
develop-eggs
parts
sources
var
-
Property
svn:ignore
set to
-
main/kofacustom.ekodisco/branches/henrik-diazo-themed/CHANGES.txt
r10770 r11155 1 1 Changes 2 2 ******* 3 1.0 (unreleased) 4 ================ 5 6 * Diazofied whole package. 7 3 8 4 9 0.2 (unreleased) -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/buildout-zeo.cfg
r10770 r11155 13 13 site_zcml 14 14 zdaemon_conf 15 deploy_ini 16 debug_ini 15 raw_deploy_ini 16 raw_debug_ini 17 themed_deploy_ini 18 themed_debug_ini 17 19 profile_ini 18 20 zeo1_ini … … 23 25 # kofactl creation must be _after_ app! 24 26 kofactl 27 lxml 28 diazo 25 29 # For backward compatibility, telling buildout not to throw away 26 30 # the data and log subdirectories from the parts directory. … … 93 97 [zeo1_ini] 94 98 recipe = collective.recipe.template 95 input = etc/ zeo1.ini.in96 output = ${buildout:parts-directory}/etc/ zeo1.ini99 input = etc/themed/zeo1.ini.in 100 output = ${buildout:parts-directory}/etc/themed-zeo1.ini 97 101 98 102 [zeo2_ini] 99 103 recipe = collective.recipe.template 100 input = etc/ zeo2.ini.in101 output = ${buildout:parts-directory}/etc/ zeo2.ini104 input = etc/themed/zeo2.ini.in 105 output = ${buildout:parts-directory}/etc/themed-zeo2.ini 102 106 103 107 [zeo1_conf] … … 115 119 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 116 120 recipe = zc.recipe.egg 117 eggs = kofacustom.ekodisco [beaker ]121 eggs = kofacustom.ekodisco [beaker, diazo] 118 122 arguments = "${buildout:parts-directory}/etc/zeo1.conf" 119 123 scripts = kofactl=zeo_client1 … … 122 126 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 123 127 recipe = zc.recipe.egg 124 eggs = kofacustom.ekodisco [beaker ]128 eggs = kofacustom.ekodisco [beaker, diazo] 125 129 arguments = "${buildout:parts-directory}/etc/zeo2.conf" 126 130 scripts = kofactl=zeo_client2 -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/buildout.cfg
r10775 r11155 18 18 site_zcml 19 19 zdaemon_conf 20 deploy_ini 21 debug_ini 20 raw_deploy_ini 21 raw_debug_ini 22 themed_deploy_ini 23 themed_debug_ini 22 24 profile_ini 23 25 waeupdocs … … 26 28 # kofactl creation must be _after_ app! 27 29 kofactl 30 lxml 31 diazo 28 32 # For backward compatibility, telling buildout not to throw away 29 33 # the data and log subdirectories from the parts directory. … … 41 45 42 46 [sources] 43 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/ trunk47 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/branches/uli-diazo-themed 44 48 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk 45 49 … … 50 54 # default is 8080 51 55 base_port = 7091 56 57 zeo1_port = 7091 58 zeo2_port = 7092 59 # zeo3_port = 7093 60 server_port = 7090 52 61 53 62 # default 7. Number of pre-opened ZODB threads/client … … 59 68 # number of preopened paster threads, default 10 60 69 threadpool_workers = 10 70 devel_pkg = kofacustom.ekodisco 61 71 62 72 [app] 63 73 # This creates all scripts in bin/. The kofactl created here is 'faulty'. 64 74 recipe = zc.recipe.egg 65 eggs = kofacustom.ekodisco [beaker ]75 eggs = kofacustom.ekodisco [beaker, diazo] 66 76 z3c.evalexception>=2.0 67 77 Paste … … 77 87 # fixed path to zdaemon.conf as argument. 78 88 recipe = zc.recipe.egg 79 eggs = kofacustom.ekodisco [beaker ]89 eggs = kofacustom.ekodisco [beaker, diazo] 80 90 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 81 91 scripts = kofactl=kofactl … … 143 153 output = ${buildout:parts-directory}/etc/zdaemon.conf 144 154 145 [deploy_ini] 146 recipe = collective.recipe.template 147 input = etc/deploy.ini.in 148 output = ${buildout:parts-directory}/etc/deploy.ini 149 150 [debug_ini] 151 recipe = collective.recipe.template 152 input = etc/debug.ini.in 153 output = ${buildout:parts-directory}/etc/debug.ini 155 [raw_debug_ini] 156 recipe = collective.recipe.template 157 input = etc/raw/debug.ini.in 158 output = ${buildout:parts-directory}/etc/raw-debug.ini 159 160 [raw_deploy_ini] 161 recipe = collective.recipe.template 162 input = etc/raw/deploy.ini.in 163 output = ${buildout:parts-directory}/etc/raw-deploy.ini 164 165 [themed_debug_ini] 166 recipe = collective.recipe.template 167 input = etc/themed/debug.ini.in 168 output = ${buildout:parts-directory}/etc/themed-debug.ini 169 170 [themed_deploy_ini] 171 recipe = collective.recipe.template 172 input = etc/themed/deploy.ini.in 173 output = ${buildout:parts-directory}/etc/themed-deploy.ini 154 174 155 175 [profile_ini] … … 183 203 scripts = coveragereport 184 204 arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report') 205 206 [lxml] 207 recipe = z3c.recipe.staticlxml 208 egg = lxml 209 210 [diazo] 211 recipe = zc.recipe.egg 212 eggs = 213 diazo [wsgi] 214 PasteScript 215 kofacustom.ekodisco [beaker, diazo] -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/etc/zdaemon.conf.in
r10770 r11155 1 1 <runner> 2 program ${buildout:directory}/bin/paster serve ${buildout:directory}/parts/etc/ deploy.ini2 program ${buildout:directory}/bin/paster serve ${buildout:directory}/parts/etc/themed-deploy.ini 3 3 daemon on 4 4 transcript ${zope_conf:logfiles}/zdaemon.log -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/etc/zeo1.conf.in
r10770 r11155 1 1 <runner> 2 program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo1.pid ${buildout:directory}/parts/etc/ zeo1.ini2 program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo1.pid ${buildout:directory}/parts/etc/themed-zeo1.ini 3 3 daemon on 4 4 transcript ${zope_conf:logfiles}/zdaemon-zeo1.log 5 5 socket-name ${zope_conf:logfiles}/zeo1.sock 6 6 # Enable this to run the child process as a different user 7 user kofa7 # user kofa 8 8 </runner> -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/etc/zeo2.conf.in
r10770 r11155 1 1 <runner> 2 program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo2.pid ${buildout:directory}/parts/etc/ zeo2.ini2 program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo2.pid ${buildout:directory}/parts/etc/themed-zeo2.ini 3 3 daemon on 4 4 transcript ${zope_conf:logfiles}/zdaemon-zeo2.log 5 5 socket-name ${zope_conf:logfiles}/zeo2.sock 6 6 # Enable this to run the child process as a different user 7 user kofa7 # user kofa 8 8 </runner> -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/etc/zope_zeo1.conf.in
r10770 r11155 24 24 # Uncomment this if you want to connect to a ZEO server instead: 25 25 <zeoclient> 26 server localhost:70 1026 server localhost:7090 27 27 storage 1 28 28 # ZEO client cache, in bytes … … 63 63 <zodb async> 64 64 <zeoclient> 65 server localhost:70 1065 server localhost:7090 66 66 storage async 67 67 name async -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/etc/zope_zeo2.conf.in
r10770 r11155 24 24 # Uncomment this if you want to connect to a ZEO server instead: 25 25 <zeoclient> 26 server localhost:70 1026 server localhost:7090 27 27 storage 1 28 28 # ZEO client cache, in bytes … … 63 63 <zodb async> 64 64 <zeoclient> 65 server localhost:70 1065 server localhost:7090 66 66 storage async 67 67 name async -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/setup.py
r10770 r11155 2 2 from setuptools import setup, find_packages 3 3 4 version = ' 0.1dev'4 version = '1.0dev' 5 5 6 6 install_requires = [ … … 21 21 'dolmen.beaker', 22 22 ] 23 24 diazo_require = [ 25 'diazo', 26 'webob', 27 ] 23 28 24 29 tests_require = [ … … 86 91 docs = docs_require, 87 92 beaker = beaker_require, 93 diazo = diazo_require, 88 94 ), 89 95 entry_points=""" 90 96 # Add entry points here 91 [hurry.resource.libraries]92 waeup_custom = kofacustom.ekodisco.browser.resources:waeup_custom93 97 [console_scripts] 94 98 kofa-debug = grokcore.startup:interactive_debug_prompt -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src
-
Property
svn:ignore
set to
kofacustom.ekodisco.egg-info
-
Property
svn:ignore
set to
-
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src/kofacustom/ekodisco/browser/tests.py
r10770 r11155 49 49 shutil.rmtree(self.dc_root) 50 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('...EkoDisco 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 return59 60 51 def test_access_live_url(self): 61 52 # We can't access the system with basic authentication -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src/kofacustom/ekodisco/interswitch/browser_templates/applicant_goto_interswitch.pt
r10770 r11155 72 72 <span tal:replace="structure view/xml_data"></span> 73 73 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"/> 75 76 <br /><br /> 77 78 <img src="/static/img/interswitch_verve_mastercard.gif" /> 75 79 76 80 </form> -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src/kofacustom/ekodisco/interswitch/browser_templates/student_goto_interswitch.pt
r10770 r11155 72 72 <span tal:replace="structure view/xml_data"></span> 73 73 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"/> 75 76 <br /><br /> 77 78 <img src="/static/img/interswitch_verve_mastercard.gif" /> 75 79 76 80 </form> -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src/kofacustom/ekodisco/students/browser_templates/studycoursepage.pt
r10804 r11155 1 1 <table class="form-table" i18n:domain="waeup.kofa"> 2 <thead>3 </thead>4 2 <tbody> 5 3 <tal:block repeat="widget view/widgets"> -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/versions.cfg
r10770 r11155 128 128 # zc.recipe.testrunner==2.0.0 129 129 zope.testrunner = 4.3.3 130 131 # Added by buildout at 2014-02-21 10:04:01.964204 132 WebOb = 1.3.1 133 diazo = 1.0.5 134 repoze.xmliter = 0.5 135 z3c.recipe.staticlxml = 0.10 136 137 # Required by: 138 # diazo==1.0.5 139 experimental.cssselect = 0.3 140 141 # Required by: 142 # diazo==1.0.5 143 # experimental.cssselect==0.3 144 lxml = 3.3.1 145 146 # Required by: 147 # z3c.recipe.staticlxml==0.10 148 zc.recipe.cmmi = 1.3.5 149 150 # Added by buildout at 2014-02-21 10:08:16.811630 151 zc.zodbrecipes = 2.0.0
Note: See TracChangeset for help on using the changeset viewer.