Changeset 11272 for main/kofacustom.skeleton/trunk
- Timestamp:
- 22 Feb 2014, 19:29:45 (11 years ago)
- Location:
- main/kofacustom.skeleton/trunk
- Files:
-
- 6 deleted
- 15 edited
- 8 copied
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/trunk
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
- Property svn:mergeinfo changed
/main/kofacustom.skeleton/branches/henrik-diazo-themed (added) merged: 11109,11139,11147
- Property svn:ignore
-
main/kofacustom.skeleton/trunk/CHANGES.txt
r11271 r11272 2 2 ******* 3 3 4 0.2dev (unreleseased)5 =================== ==4 1.0dev (unreleased) 5 =================== 6 6 7 * No changes yet7 * Diazofied complete package. 8 8 9 9 -
main/kofacustom.skeleton/trunk/buildout-zeo.cfg
r10765 r11272 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.skeleton [beaker ]121 eggs = kofacustom.skeleton [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.skeleton [beaker ]128 eggs = kofacustom.skeleton [beaker, diazo] 125 129 arguments = "${buildout:parts-directory}/etc/zeo2.conf" 126 130 scripts = kofactl=zeo_client2 -
main/kofacustom.skeleton/trunk/buildout.cfg
r11271 r11272 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/branches/ 0.244 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/ branches/0.x47 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/branches/uli-diazo-themed 48 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk 45 49 46 50 [kofa_params] … … 51 55 base_port = 8080 52 56 53 # zeo1_port = 701154 # zeo2_port = 701255 # zeo3_port = 701356 # server_port = 701057 zeo1_port = 8011 58 zeo2_port = 8012 59 # zeo3_port = 8013 60 server_port = 8010 57 61 # default 7. Number of pre-opened ZODB threads/client 58 62 pool_size = 7 … … 63 67 # number of preopened paster threads, default 10 64 68 threadpool_workers = 10 69 devel_pkg = kofacustom.skeleton 65 70 66 71 [app] 67 72 # This creates all scripts in bin/. The kofactl created here is 'faulty'. 68 73 recipe = zc.recipe.egg 69 eggs = kofacustom.skeleton [beaker ]74 eggs = kofacustom.skeleton [beaker, diazo] 70 75 z3c.evalexception>=2.0 71 76 Paste … … 81 86 # fixed path to zdaemon.conf as argument. 82 87 recipe = zc.recipe.egg 83 eggs = kofacustom.skeleton [beaker ]88 eggs = kofacustom.skeleton [beaker, diazo] 84 89 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 85 90 scripts = kofactl=kofactl … … 147 152 output = ${buildout:parts-directory}/etc/zdaemon.conf 148 153 149 [deploy_ini] 150 recipe = collective.recipe.template 151 input = etc/deploy.ini.in 152 output = ${buildout:parts-directory}/etc/deploy.ini 153 154 [debug_ini] 155 recipe = collective.recipe.template 156 input = etc/debug.ini.in 157 output = ${buildout:parts-directory}/etc/debug.ini 154 [raw_debug_ini] 155 recipe = collective.recipe.template 156 input = etc/raw/debug.ini.in 157 output = ${buildout:parts-directory}/etc/raw-debug.ini 158 159 [raw_deploy_ini] 160 recipe = collective.recipe.template 161 input = etc/raw/deploy.ini.in 162 output = ${buildout:parts-directory}/etc/raw-deploy.ini 163 164 [themed_debug_ini] 165 recipe = collective.recipe.template 166 input = etc/themed/debug.ini.in 167 output = ${buildout:parts-directory}/etc/themed-debug.ini 168 169 [themed_deploy_ini] 170 recipe = collective.recipe.template 171 input = etc/themed/deploy.ini.in 172 output = ${buildout:parts-directory}/etc/themed-deploy.ini 158 173 159 174 [profile_ini] … … 187 202 scripts = coveragereport 188 203 arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report') 204 205 [lxml] 206 recipe = z3c.recipe.staticlxml 207 egg = lxml 208 209 [diazo] 210 recipe = zc.recipe.egg 211 eggs = 212 diazo [wsgi] 213 PasteScript 214 kofacustom.skeleton [beaker, diazo] -
main/kofacustom.skeleton/trunk/docs/build
-
Property
svn:ignore
set to
*
-
Property
svn:ignore
set to
-
main/kofacustom.skeleton/trunk/etc/zdaemon.conf.in
r10765 r11272 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.skeleton/trunk/etc/zeo1.conf.in
r10765 r11272 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.skeleton/trunk/etc/zeo2.conf.in
r10765 r11272 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.skeleton/trunk/etc/zope_zeo1.conf.in
r10765 r11272 24 24 # Uncomment this if you want to connect to a ZEO server instead: 25 25 <zeoclient> 26 server localhost: 701026 server localhost:8010 27 27 storage 1 28 28 # ZEO client cache, in bytes … … 63 63 <zodb async> 64 64 <zeoclient> 65 server localhost: 701065 server localhost:8010 66 66 storage async 67 67 name async -
main/kofacustom.skeleton/trunk/etc/zope_zeo2.conf.in
r10765 r11272 24 24 # Uncomment this if you want to connect to a ZEO server instead: 25 25 <zeoclient> 26 server localhost: 701026 server localhost:8010 27 27 storage 1 28 28 # ZEO client cache, in bytes … … 63 63 <zodb async> 64 64 <zeoclient> 65 server localhost: 701065 server localhost:8010 66 66 storage async 67 67 name async -
main/kofacustom.skeleton/trunk/setup.py
r11271 r11272 2 2 from setuptools import setup, find_packages 3 3 4 version = ' 0.2dev'4 version = '1.0dev' 5 5 6 6 install_requires = [ … … 9 9 'grokui.admin', 10 10 'grokcore.startup', 11 'waeup.kofa <1.0',12 'kofacustom.nigeria <1.0',11 'waeup.kofa >= 1.0', 12 'kofacustom.nigeria >= 1.0', 13 13 ], 14 14 … … 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.skeleton.browser.resources:waeup_custom93 97 [console_scripts] 94 98 kofa-debug = grokcore.startup:interactive_debug_prompt -
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/browser/tests.py
r10765 r11272 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('...Skeleton 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.skeleton/trunk/src/kofacustom/skeleton/interswitch/browser_templates/applicant_goto_interswitch.pt
r10765 r11272 71 71 <input type="hidden" name="payment_params" value="college_split" /> 72 72 <span tal:replace="structure view/xml_data"></span> 73 <br /> 73 74 74 <input type="submit" class="btn" tal:attributes="value view/submit_button"/> 75 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 76 77 <br /><br /> 78 79 <img src="/static/img/interswitch_verve_mastercard.gif" /> 75 80 76 81 </form> -
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/interswitch/browser_templates/student_goto_interswitch.pt
r10765 r11272 71 71 <input type="hidden" name="payment_params" value="college_split" /> 72 72 <span tal:replace="structure view/xml_data"></span> 73 <br /> 73 74 74 <input type="submit" class="btn" tal:attributes="value view/submit_button"/> 75 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 76 77 <br /><br /> 78 79 <img src="/static/img/interswitch_verve_mastercard.gif" /> 75 80 76 81 </form> -
main/kofacustom.skeleton/trunk/versions.cfg
r10765 r11272 128 128 # zc.recipe.testrunner==2.0.0 129 129 zope.testrunner = 4.3.3 130 131 # Added by buildout at 2014-02-17 16:26:51.455299 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 08:11:47.544699 151 zc.zodbrecipes = 2.0.0
Note: See TracChangeset for help on using the changeset viewer.