repo
string
commit
string
message
string
diff
string
CowboyTim/python-storable
c1c653059195a725d552795e13e877eba666f12f
setup.py: added Python as a classifier language
diff --git a/setup.py b/setup.py index 1de309c..e71bce2 100644 --- a/setup.py +++ b/setup.py @@ -1,20 +1,21 @@ #!/usr/bin/env python from distutils.core import setup setup( name = 'storable', version = '1.0', description = 'Python Perl Storable module', author ...
CowboyTim/python-storable
c42a8a3aa1bfe7f0f0d2521b5ca6f8afc03d2e97
setup.py: added some more classifiers
diff --git a/setup.py b/setup.py index 0bdbea4..1de309c 100644 --- a/setup.py +++ b/setup.py @@ -1,18 +1,20 @@ #!/usr/bin/env python from distutils.core import setup setup( name = 'storable', version = '1.0', description = 'Python Perl Storable module', author ...
CowboyTim/python-storable
edc1fdf6ca83ce483b8af5fcb8530852f7151f43
setup.py: more specificness
diff --git a/setup.py b/setup.py index 67a5fa9..0bdbea4 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,18 @@ #!/usr/bin/env python from distutils.core import setup -setup(name='storable', - version='1.0', - description='Python Perl Storable module', - author='Tim Aerts', - author_email='aard...
CowboyTim/python-storable
b4533e9308848e4a065795796cc5e99b4d1ef978
added a MANIFEST.in file
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..2985d18 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include *.txt +recursive-include docs *.txt
CowboyTim/python-storable
d0a7cc00cbbc6f8f00413126612f4122e966995b
setup.py: added LICENSE & README
diff --git a/setup.py b/setup.py index c83a5da..67a5fa9 100644 --- a/setup.py +++ b/setup.py @@ -1,13 +1,15 @@ #!/usr/bin/env python from distutils.core import setup setup(name='storable', version='1.0', description='Python Perl Storable module', author='Tim Aerts', author_email='aard...
CowboyTim/python-storable
d727868232c81063cd4d611567a686b10eba1d8e
added Storable v2.41 x86_64 samples
diff --git a/t/resources/x86_64-linux/2.41/001_scalar_2.41_x86_64-linux_freeze.storable b/t/resources/x86_64-linux/2.41/001_scalar_2.41_x86_64-linux_freeze.storable new file mode 100644 index 0000000..4a13fe7 --- /dev/null +++ b/t/resources/x86_64-linux/2.41/001_scalar_2.41_x86_64-linux_freeze.storable @@ -0,0 +1,2 @@ ...
CowboyTim/python-storable
df519310e339767ff63afec50d4f773555292cad
added a LICENSE.txt for python-storable
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..8078457 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,26 @@ + +License + +python storable is distributed under the zlib/libpng license, which is OSS +(Open Source Software) compliant. + +Copyright (C) 2009 Tim Aerts + +This software is provided 'as...
jonDowdle/cfYQL
d7a1f9dedfd187b4bd16f16cd992546601682f29
Removed remnants from a merge
diff --git a/index.cfm b/index.cfm index 4e94b71..907f80f 100644 --- a/index.cfm +++ b/index.cfm @@ -1,29 +1,30 @@ <cf_yql format="query"> -<!---Select * from twitter.user.timeline where id in ('jdowdle', 'sam_farmer')---> -select * from flickr.photos.recent +select * from twitter.user.status where id = 'jdowdle' lim...
jonDowdle/cfYQL
5d6abe0820eef84c87da887b2b017003e717d6ed
Minor updates. Applied some of the good stuff found in Ray Camden's cfyql (http://www.coldfusionjedi.com/index.cfm/2009/9/10/Yahoo-Query-Language)
diff --git a/index.cfm b/index.cfm index 2a94f63..ae434e1 100644 --- a/index.cfm +++ b/index.cfm @@ -1,27 +1,29 @@ -<cf_yql format="query"> -<!---Select * from twitter.user.timeline where id in ('jdowdle', 'sam_farmer')---> -select * from flickr.photos.recent -</cf_yql> - -<!---Loop over recent flickr images---> -<cflo...
jonDowdle/cfYQL
a1aca52220427e66fb11f3b542c804d8b06ba96c
Removed previous example.
diff --git a/index.cfm b/index.cfm index 2a94f63..85605fd 100644 --- a/index.cfm +++ b/index.cfm @@ -1,27 +1,26 @@ <cf_yql format="query"> -<!---Select * from twitter.user.timeline where id in ('jdowdle', 'sam_farmer')---> select * from flickr.photos.recent </cf_yql> <!---Loop over recent flickr images---> <cflo...
jonDowdle/cfYQL
55a43148cb5921eaad756d3bfbecb6c9640658b2
Added another example query to index.cfm. Updated xml parsing to accomodate for values stored soley in attributes
diff --git a/index.cfm b/index.cfm index e4fa6ba..2a94f63 100644 --- a/index.cfm +++ b/index.cfm @@ -1,3 +1,27 @@ -<cf_yql> -Select * from twitter.user.timeline where id in ('jdowdle') -</cf_yql> \ No newline at end of file +<cf_yql format="query"> +<!---Select * from twitter.user.timeline where id in ('jdowdle', 'sa...
symphonycms/debugdevkit
7b46191bc0faf7f711365f9f0f74dd736369bcfd
Release 1.3.4
diff --git a/extension.meta.xml b/extension.meta.xml index 6c8c11a..9288018 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -1,50 +1,53 @@ <?xml version="1.0" encoding="UTF-8"?> <extension id="debugdevkit" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0"> <name>Debug Devkit</name> ...
symphonycms/debugdevkit
879a9bb20904ce4a661228bc3b3f8a803678cfa5
Release 1.3.3
diff --git a/extension.meta.xml b/extension.meta.xml index bd1aa54..6c8c11a 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -1,47 +1,50 @@ <?xml version="1.0" encoding="UTF-8"?> <extension id="debugdevkit" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0"> <name>Debug Devkit</name> ...
symphonycms/debugdevkit
75d800bf7f952f6f10da9330f32855cfc2dd9447
Release 1.3.2
diff --git a/extension.meta.xml b/extension.meta.xml index 723a859..bd1aa54 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -1,44 +1,47 @@ <?xml version="1.0" encoding="UTF-8"?> <extension id="debugdevkit" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0"> <name>Debug Devkit</name> ...
symphonycms/debugdevkit
8231e1bc4b24fa783392caf6df38826e9845e1f5
Removing duplicated meta infos
diff --git a/readme.md b/readme.md index 71951de..7327cb7 100755 --- a/readme.md +++ b/readme.md @@ -1,16 +1,12 @@ # Debug Devkit The Debug Devkit allows a developer to preview the XML of a Frontend page. It also includes the page parameters, included XSL templates and provides a navigation for other Devkit extensi...
symphonycms/debugdevkit
60dbd4ce59ba8875f85dfe5ddff553d8748b16e9
Release 1.3.1
diff --git a/extension.meta.xml b/extension.meta.xml index ab63774..723a859 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -1,41 +1,44 @@ <?xml version="1.0" encoding="UTF-8"?> <extension id="debugdevkit" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0"> <name>Debug Devkit</name> ...
symphonycms/debugdevkit
b3aabb70caef0b2b45fb4829a97baee7dc9ce450
Performance improvement on tabs replacement: process the regex line by line instead of for the hole output
diff --git a/lib/bitter/formats/symphony.php b/lib/bitter/formats/symphony.php index 500c2f5..6f74a2d 100755 --- a/lib/bitter/formats/symphony.php +++ b/lib/bitter/formats/symphony.php @@ -1,94 +1,104 @@ <?php /*----------------------------------------------------------------------------*/ class BitterFormatSymp...
symphonycms/debugdevkit
4518a5cab0b15a3d08b972dd06d7fd5fa8c309aa
Release 1.2.3
diff --git a/extension.driver.php b/extension.driver.php index a2941b1..0c0d3bb 100755 --- a/extension.driver.php +++ b/extension.driver.php @@ -1,73 +1,73 @@ <?php class Extension_DebugDevKit extends Extension { /*------------------------------------------------------------------------- Definition: -------...
symphonycms/debugdevkit
d3f198fddf03ecdc279be079229427273f28b81e
Create lang.it.php
diff --git a/lang/lang.it.php b/lang/lang.it.php new file mode 100644 index 0000000..621f0a5 --- /dev/null +++ b/lang/lang.it.php @@ -0,0 +1,34 @@ +<?php + + $about = array( + 'name' => 'Italian', + 'author' => array( + 'name' => 'Davide Grobberio', + 'email' => 'davide@zaniniadv.it', + 'website' => 'http://ww...
symphonycms/debugdevkit
030008cbfbbfc151cb62f368a16d789290655673
Correct meta.xml file to show 2.3 compat
diff --git a/extension.meta.xml b/extension.meta.xml index 0157e72..8e68bdf 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -1,30 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <extension id="debugdevkit" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0"> <name>Debug Devkit</name>...
symphonycms/debugdevkit
be757ff14e7d56fb13be18f26f1438a82be19c61
Remove the 'max' attribute from the extension.meta file
diff --git a/extension.meta.xml b/extension.meta.xml index 1cad1ac..8d9b436 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <extension id="debugdevkit" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0"> <name>Debug Devkit</name>...
symphonycms/debugdevkit
fd583b901e14ae4c5da3f2be4954c876b61b22ec
Standardise vendor prefixes
diff --git a/assets/devkit.css b/assets/devkit.css index ad9b714..29edb91 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,217 +1,217 @@ /*--------------------------------------------------------------------------------- Params ----------------------------------------------------------------------------...
symphonycms/debugdevkit
d4e7b4cb25031e7228e179b3221121fb98a32488
Correctly highlight XML tags with full-stops in them. Fixes #28
diff --git a/lib/bitter/languages/xml.php b/lib/bitter/languages/xml.php index e94c20c..e50f4bc 100755 --- a/lib/bitter/languages/xml.php +++ b/lib/bitter/languages/xml.php @@ -1,180 +1,180 @@ <?php /*------------------------------------------------------------------------------ Entities --------------------------...
symphonycms/debugdevkit
70254c1b8ce75a19f20cbd9c59dba82fff8f52c6
Don't autofocus the XPath input box, fixing an annoying bug in Chrome because Chrome is shit.
diff --git a/assets/devkit.js b/assets/devkit.js index 3f8f240..24a1d8b 100755 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -20,558 +20,558 @@ var bits = /^([a-z]+)\-(.+)$/.exec(param); var value = bits.pop(), name = bits.pop(); params[name] = value; }); jQuery(parent).trigger('sessionu...
symphonycms/debugdevkit
4dd1cb070712e7960f931bc140b5250b7370d919
Fixing issue #19 - Changed to ?debug=raw
diff --git a/assets/devkit.js b/assets/devkit.js index a525104..80eaf38 100755 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -48,545 +48,530 @@ location.hash = bits.join('&'); self.refresh(); }; setInterval(self.refresh, 10); return self; }; /*---------------------------------------------...
symphonycms/debugdevkit
53154a2df0c0bb3ab2ce3e347ba86e2321fc6d6b
Add extension.meta.xml file
diff --git a/extension.meta.xml b/extension.meta.xml new file mode 100644 index 0000000..1cad1ac --- /dev/null +++ b/extension.meta.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<extension id="debugdevkit" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0"> + <name>Debug Devkit</nam...
symphonycms/debugdevkit
07a354c5761f2405479eff5c9ac099a3b3fa2d2b
Improve oddities with indenting in the ?debug view. Related symphonycms/symphony-2/769
diff --git a/lib/bitter/formats/symphony.php b/lib/bitter/formats/symphony.php index 40bc353..37075b9 100755 --- a/lib/bitter/formats/symphony.php +++ b/lib/bitter/formats/symphony.php @@ -1,94 +1,94 @@ <?php /*----------------------------------------------------------------------------*/ class BitterFormatSymph...
symphonycms/debugdevkit
5014175a80e8b171ad25b64b82edc331ccfb35fa
Fixed Issue #19 - Plain XML source
diff --git a/content/content.xml.php b/content/content.xml.php new file mode 100644 index 0000000..79ef006 --- /dev/null +++ b/content/content.xml.php @@ -0,0 +1,39 @@ +<?php + + require_once(TOOLKIT . '/class.devkit.php'); + + class Content_DebugDevKit_XML extends DevKit { + protected $_view = ''; + + public functio...
symphonycms/debugdevkit
3b8b73de7ee9daef927cb618317436d52db371b0
Fixed Issue #19 - Plain XML source
diff --git a/assets/devkit.css b/assets/devkit.css index 935c5e7..ad9b714 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,195 +1,217 @@ /*--------------------------------------------------------------------------------- Params ----------------------------------------------------------------------------...
symphonycms/debugdevkit
f8d21f9d12f2854eaba7d376beeb1fc43101651e
Release 1.2.1
diff --git a/extension.driver.php b/extension.driver.php index ff177ac..b52e019 100755 --- a/extension.driver.php +++ b/extension.driver.php @@ -1,66 +1,66 @@ <?php class Extension_DebugDevKit extends Extension { /*------------------------------------------------------------------------- Definition: -------...
symphonycms/debugdevkit
2fc97bb72dcfc994728cc4089050032062c0f690
Handle array's for sanitizing, properly output parameter arrays that have been added programmatically. Fixes Symphony issue #730
diff --git a/content/content.debug.php b/content/content.debug.php index b2db5f9..9c1d4e8 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,219 +1,221 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
ce17fa8d29b5e341d0dd22afb60ad23bb3ed80fa
Remove multiline from the processTabs function, this was causing issues with some XML
diff --git a/extension.driver.php b/extension.driver.php index 1e1b69d..ff177ac 100755 --- a/extension.driver.php +++ b/extension.driver.php @@ -1,66 +1,66 @@ <?php class Extension_DebugDevKit extends Extension { /*------------------------------------------------------------------------- Definition: -------...
symphonycms/debugdevkit
f94f3bacbbca2caf26b54ba3610ed5fa2c8578ed
A couple of minor updates. Fixes #624. Bumped version to 1.2
diff --git a/assets/devkit.css b/assets/devkit.css index fda95be..935c5e7 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,195 +1,195 @@ /*--------------------------------------------------------------------------------- Params ----------------------------------------------------------------------------...
symphonycms/debugdevkit
6ff0034474cc2c056d11423b0c2a0d3da897a4b8
Added Romanian translation.
diff --git a/lang/lang.ro.php b/lang/lang.ro.php new file mode 100644 index 0000000..d2b3313 --- /dev/null +++ b/lang/lang.ro.php @@ -0,0 +1,33 @@ +<?php + + $about = array( + 'name' => 'Română', + 'author' => array( + 'name' => 'Vlad Ghita', + 'email' => 'vlad.ghita@xandergroup.ro', + 'website' => '' + ), +...
symphonycms/debugdevkit
cc3d0d15c240e0880ef5de4554796802334286ec
Fixed regular expression used for replacing tabs.
diff --git a/lib/bitter/formats/symphony.php b/lib/bitter/formats/symphony.php index 48b3924..df742f1 100755 --- a/lib/bitter/formats/symphony.php +++ b/lib/bitter/formats/symphony.php @@ -1,96 +1,94 @@ <?php /*----------------------------------------------------------------------------*/ class BitterFormatSymph...
symphonycms/debugdevkit
36554284ad394507abbabce63d0af4b1318af48e
Fixed issue where closing spans where inserted after their parent elements closing tag.
diff --git a/lib/bitter/formats/symphony.php b/lib/bitter/formats/symphony.php index ff79cd3..48b3924 100755 --- a/lib/bitter/formats/symphony.php +++ b/lib/bitter/formats/symphony.php @@ -1,96 +1,96 @@ <?php /*----------------------------------------------------------------------------*/ class BitterFormatSymph...
symphonycms/debugdevkit
29f04401e1e4b24bce9380d9eae13e91a551fd8d
Check if file exists before adding to utilities list
diff --git a/content/content.debug.php b/content/content.debug.php index f46b746..54cd91f 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,220 +1,220 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
c7feec5d6a81eaf22e9469d1c0ec07ee22346f8c
Don't let files include themselves (forbidden by XSLT anyways)
diff --git a/content/content.debug.php b/content/content.debug.php index ba7bd03..f46b746 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,219 +1,220 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
36a708d19584f0f62908499e4bdaae72f6aa1954
Don't crap out if utility file doesn't exist
diff --git a/content/content.debug.php b/content/content.debug.php index f1f0228..ba7bd03 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,214 +1,219 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
e836662e44f6e177cf99ec13527181f034063fbf
Harden treatment of Windows paths (I think...)
diff --git a/content/content.debug.php b/content/content.debug.php index 086b879..f1f0228 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,213 +1,214 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
9162754f71069035fa1bb17d7479fccab454aa07
Prevent fatal errors if XSL is invalid
diff --git a/content/content.debug.php b/content/content.debug.php index 40f4ab8..086b879 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,208 +1,213 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
1e0d1844f3c2745ca80a23f8d07ce09b2b98abe9
We don't need ->_xsl anymore
diff --git a/content/content.debug.php b/content/content.debug.php index 1ea637f..40f4ab8 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,210 +1,208 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
3996da01baef2665740d8546ed50dd52f4e0d786
Paths relative to DOCROOT, not WORKSPACE
diff --git a/content/content.debug.php b/content/content.debug.php index 330045b..1ea637f 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,210 +1,210 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
2c2ebc9bd0d8aa90991d27783dd4f999adccbbee
relative Paths in URL
diff --git a/content/content.debug.php b/content/content.debug.php index 0431454..330045b 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,208 +1,210 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
1bdd7faa631e81f2b71b97437dd22d78948267c9
Replace findUtilitiesInXSL with findUtilitiesInFile
diff --git a/content/content.debug.php b/content/content.debug.php index 3f9c7c7..0431454 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,208 +1,208 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
bdbbfdc6d96fdcb4cebaa07785df85912ffbc381
Autofocus XPath input filter. Add hover/active states for clearer interaction.
diff --git a/assets/devkit.css b/assets/devkit.css index d210220..fda95be 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,187 +1,195 @@ /*--------------------------------------------------------------------------------- Params ----------------------------------------------------------------------------...
symphonycms/debugdevkit
24df052f9fe8085b7d35a758b5e9101a4f6c8948
Replace regex-based import/include-finder by xpath-based solution
diff --git a/content/content.debug.php b/content/content.debug.php index 07545e7..3f9c7c7 100644 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,206 +1,208 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); }...
symphonycms/debugdevkit
a840bfc34692ec032590ddf8ec4681050ee11b53
Version bump
diff --git a/extension.driver.php b/extension.driver.php index f274075..9857f94 100755 --- a/extension.driver.php +++ b/extension.driver.php @@ -1,74 +1,74 @@ <?php - + class Extension_DebugDevKit extends Extension { /*------------------------------------------------------------------------- Definition: ----...
symphonycms/debugdevkit
eb2f7d464008b46a2746a029589ccc2a049f592b
Resolve merge conflict
diff --git a/content/content.debug.php b/content/content.debug.php old mode 100755 new mode 100644 index 87f5e6e..07545e7 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,206 +1,206 @@ <?php - + if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit...
symphonycms/debugdevkit
7b8ad0b00e275c3a1c015f942259554eb1e68831
Removed hard-coded namespace.
diff --git a/content/content.debug.php b/content/content.debug.php old mode 100755 new mode 100644 index 3b11e7d..9b17271 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,203 +1,203 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/l...
symphonycms/debugdevkit
ac4d86756a8cbfe955707668565f41e45e0db0b4
Remove comments in XSL to prevent infinite recursion if an XSLT documents an include/import of itself. Closes Symphony Issue #425
diff --git a/content/content.debug.php b/content/content.debug.php index 9a98700..87f5e6e 100755 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,203 +1,206 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); ...
symphonycms/debugdevkit
e1375af748bf23b40a6c7e96dab841ed3d96188d
Added portuguese translation.
diff --git a/lang/lang.pt-br.php b/lang/lang.pt-br.php index 0613b98..995cf2c 100644 --- a/lang/lang.pt-br.php +++ b/lang/lang.pt-br.php @@ -1,34 +1,34 @@ <?php $about = array( 'name' => 'Portuguese (Brazil)', 'author' => array( 'name' => 'Rainer Borene', - 'email' => 'rainerborene@gmail.com', - 'web...
symphonycms/debugdevkit
39fd94c203a1391b0ee5462e307c457466aef40e
Changed cache directory error hint to reflect cache path constant rather than hard coded directory
diff --git a/content/content.debug.php b/content/content.debug.php index 3b11e7d..9a98700 100755 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,203 +1,203 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); ...
symphonycms/debugdevkit
4a9a62f3527b95b321855215568d16b7f342f6cd
Bitter cache path set to manifest/cache/
diff --git a/content/content.debug.php b/content/content.debug.php index c004a85..3b11e7d 100755 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,203 +1,203 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); ...
symphonycms/debugdevkit
867d244f4bb252567b639bd492758002e6ab8939
Throwing better errors when bitter/cache is not writable. [Closes Issue #278]
diff --git a/content/content.debug.php b/content/content.debug.php index 65a8eea..c004a85 100755 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,199 +1,203 @@ <?php if (!defined('BITTER_LANGUAGE_PATH')) { define('BITTER_LANGUAGE_PATH', EXTENSIONS . '/debugdevkit/lib/bitter/languages'); ...
symphonycms/debugdevkit
7d3404cbf0a62c07515e2df75b94b36edb725fb5
Releasing 1.0.8.
diff --git a/extension.driver.php b/extension.driver.php index 1d3fc56..f274075 100755 --- a/extension.driver.php +++ b/extension.driver.php @@ -1,74 +1,74 @@ <?php class Extension_DebugDevKit extends Extension { /*------------------------------------------------------------------------- Definition: ------...
symphonycms/debugdevkit
4ad895115710c67e0e38eed836cdc165fd5c93a6
Markdown doesn't seem to understand traditional Name <email> notation. Screw markdown.
diff --git a/readme.md b/readme.md index 7ec9630..0286d92 100755 --- a/readme.md +++ b/readme.md @@ -1,24 +1,24 @@ # Debug Devkit # A debug panel for Symphony. It is part of the Symphony core download package. - Version: 1.0.7 - Date: **unreleased** - Requirements: Symphony 2.0.4 or later -- Author: Rowan Lew...
symphonycms/debugdevkit
1fc84b5b766ad6e6ae47e77af4c26dbe2fd80e79
Forgot to bump version number.
diff --git a/extension.driver.php b/extension.driver.php index 284d993..1d3fc56 100755 --- a/extension.driver.php +++ b/extension.driver.php @@ -1,74 +1,74 @@ <?php class Extension_DebugDevKit extends Extension { /*------------------------------------------------------------------------- Definition: ------...
symphonycms/debugdevkit
9c3d322c40022a94d977108ea715c0d1e14b4ed2
Reformat licence
diff --git a/LICENCE b/LICENCE new file mode 100755 index 0000000..d90e561 --- /dev/null +++ b/LICENCE @@ -0,0 +1,26 @@ +All source code included in the "Debug Devkit" archive is, +unless otherwise specified, released under the MIT licence as follows: + +----- begin license block ----- + +Copyright 2009-2010 Rowan Lew...
symphonycms/debugdevkit
a623abf42c3fca97631ddbdb8fafecf66a3f0b74
Improved language support
diff --git a/README.markdown b/README.markdown new file mode 100755 index 0000000..8bf2ff2 --- /dev/null +++ b/README.markdown @@ -0,0 +1,24 @@ +# Debug Devkit # + +A debug panel for Symphony. +It is part of the Symphony core download package. + +- Version: 1.0.6dev +- Date: **unreleased** +- Requirements: Symphony 2.0...
symphonycms/debugdevkit
3805788e6b069b1b9776e6f1816435a101339830
Fixed issue #203.
diff --git a/.gitignore b/.gitignore index 45f6fec..b86fe37 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .Apple* .DS* +._* diff --git a/content/content.debug.php b/content/content.debug.php index 0ebb42a..65a8eea 100755 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,200 +1,199 @@ <...
symphonycms/debugdevkit
7f8e28cada18fac68e65dce63abd0fb01c89c5b2
Fixed issue #203.
diff --git a/.gitignore b/.gitignore index 45f6fec..b86fe37 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .Apple* .DS* +._* diff --git a/content/content.debug.php b/content/content.debug.php index 0ebb42a..65a8eea 100755 --- a/content/content.debug.php +++ b/content/content.debug.php @@ -1,200 +1,199 @@ <...
symphonycms/debugdevkit
95992031ccfb516e5895585ecbae977c02a088a8
Ready for release.
diff --git a/assets/devkit.js b/assets/devkit.js index 177ab91..31615fe 100755 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -41,535 +41,537 @@ else { delete params[name]; } jQuery.each(params, function(name, value) { if (value) bits.push(encodeURIComponent(name + '-' + value)); }); ...
symphonycms/debugdevkit
6034d0428e9ec0aff8ec06dabd8160c3e586ca22
Only initialiise Tag Matcher when needed.
diff --git a/assets/devkit.js b/assets/devkit.js index 401d812..177ab91 100755 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,564 +1,575 @@ /*----------------------------------------------------------------------------- Session handler: --------------------------------------------------------------------------...
symphonycms/debugdevkit
841d7587a23f419c52e14b15de686bc136cfa9a4
Only initialise XPath highlighter when needed, makes loading faster.
diff --git a/assets/devkit.js b/assets/devkit.js index cf61c1f..401d812 100755 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,553 +1,564 @@ /*----------------------------------------------------------------------------- Session handler: --------------------------------------------------------------------------...
symphonycms/debugdevkit
42020725a561dbcb7a80c764713dcc5795505b0b
Fixed tag jump event to jump between only matching tags.
diff --git a/assets/devkit.js b/assets/devkit.js index 960852e..cf61c1f 100755 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,564 +1,553 @@ /*----------------------------------------------------------------------------- Session handler: --------------------------------------------------------------------------...
symphonycms/debugdevkit
0c9348384531c227245887fa9a95472c9971ed55
Fixed tag matching bugs.
diff --git a/assets/devkit.js b/assets/devkit.js index 323e1d2..960852e 100755 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,555 +1,564 @@ /*----------------------------------------------------------------------------- Session handler: --------------------------------------------------------------------------...
symphonycms/debugdevkit
e96d9ea754a982f96ae2b177186dc680351c6420
Tag matching now requires you hold down the 'meta' key.
diff --git a/assets/devkit.js b/assets/devkit.js index 86b05bb..323e1d2 100755 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,508 +1,555 @@ /*----------------------------------------------------------------------------- Session handler: --------------------------------------------------------------------------...
symphonycms/debugdevkit
94884fd84ab3ecec8c55e1c2f8867276183471b5
Fixed issue where closing tags where only parsed if lower-case.
diff --git a/extension.driver.php b/extension.driver.php index 54670ae..0aa252b 100755 --- a/extension.driver.php +++ b/extension.driver.php @@ -1,76 +1,74 @@ <?php class Extension_DebugDevKit extends Extension { /*------------------------------------------------------------------------- Definition: ------...
symphonycms/debugdevkit
20bcc32fea3f86744ed4f9122b121bb241d623ed
Made sure to write cache only if it's enabled.
diff --git a/lib/bitter/bitter.php b/lib/bitter/bitter.php index 116d4fd..1b12949 100755 --- a/lib/bitter/bitter.php +++ b/lib/bitter/bitter.php @@ -1,489 +1,489 @@ <?php /*----------------------------------------------------------------------------*/ ini_set('html_errors', false); if (!defined('BITTER_LANG...
symphonycms/debugdevkit
f294bee48c361266ccec2dd939da13be8e33422b
Fixed event error.
diff --git a/assets/devkit.js b/assets/devkit.js old mode 100644 new mode 100755 index 7830a59..86b05bb --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,508 +1,508 @@ /*----------------------------------------------------------------------------- Session handler: -------------------------------------------------...
symphonycms/debugdevkit
3f52b39726f83dfb4f5e47648ff4ff8f1646abad
More xpath bugs fixed.
diff --git a/assets/devkit.js b/assets/devkit.js index f388dcd..7830a59 100644 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,502 +1,508 @@ /*----------------------------------------------------------------------------- Session handler: --------------------------------------------------------------------------...
symphonycms/debugdevkit
2d740f989e222e6fc4481511d4a01161794107c9
Fixed some bugs with the xpath matching.
diff --git a/assets/devkit.js b/assets/devkit.js index 64b11bb..f388dcd 100644 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,484 +1,502 @@ /*----------------------------------------------------------------------------- Session handler: --------------------------------------------------------------------------...
symphonycms/debugdevkit
6e2a43a12cd2db81ec3d706cb69de38f38586bcf
Fixed long neglected styles of params page.
diff --git a/assets/devkit.css b/assets/devkit.css index dcb5a8c..d210220 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,195 +1,187 @@ /*--------------------------------------------------------------------------------- - Content + Params ------------------------------------------------------------------...
symphonycms/debugdevkit
4c116fdc634efcd6acc7a941f157d2986448d777
Improved javascript to no end, now capable of saving the tag matching and xpath matching states in the URL.
diff --git a/assets/devkit.js b/assets/devkit.js index 90847a1..96b5977 100644 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,402 +1,479 @@ -jQuery(document).ready(function() { - var $ = jQuery; - var source = $('#source pre'); +/*----------------------------------------------------------------------------- + Sess...
symphonycms/debugdevkit
c1627561c9aa6126f1602f236bee522b273039fd
Cleanup.
diff --git a/assets/devkit.js b/assets/devkit.js index 52bcf5b..90847a1 100644 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,403 +1,402 @@ jQuery(document).ready(function() { var $ = jQuery; var source = $('#source pre'); /*----------------------------------------------------------------------------- T...
symphonycms/debugdevkit
e64bc6ef5c9e6bcca1b262dee6ffcc0a56874227
Added simple display for non-node matches.
diff --git a/assets/devkit.css b/assets/devkit.css index 0662cba..dcb5a8c 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,182 +1,195 @@ /*--------------------------------------------------------------------------------- Content ---------------------------------------------------------------------------...
symphonycms/debugdevkit
400376865aa19665c136ac8e1dcc7df794e04210
Slight style cleanup.
diff --git a/assets/devkit.css b/assets/devkit.css index 75dab9a..0662cba 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,186 +1,182 @@ /*--------------------------------------------------------------------------------- Content ---------------------------------------------------------------------------...
symphonycms/debugdevkit
b801786d7844c61c3f44470ae8ac2649d818eedf
Quick cleanup.
diff --git a/assets/devkit.js b/assets/devkit.js index d3fbfbd..a1a4078 100644 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,380 +1,380 @@ jQuery(document).ready(function() { var $ = jQuery; var source = $('#source pre'); /*----------------------------------------------------------------------------- T...
symphonycms/debugdevkit
978cd911258199777f7a194f378a5c6ae660269f
Fixed an odd Safari bug.
diff --git a/assets/devkit.css b/assets/devkit.css index 5abd341..75dab9a 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,187 +1,186 @@ /*--------------------------------------------------------------------------------- Content ---------------------------------------------------------------------------...
symphonycms/debugdevkit
58871b1140f2936056c2e3103b4993507e0f41c5
Fixed the input control in Firefox.
diff --git a/assets/devkit.css b/assets/devkit.css index 7785fe4..5abd341 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,182 +1,187 @@ /*--------------------------------------------------------------------------------- Content ---------------------------------------------------------------------------...
symphonycms/debugdevkit
2eccfcbb723b45f222c0fef2afbec9e49228a44b
Quick cleanup.
diff --git a/assets/devkit.js b/assets/devkit.js index 42a6759..28030ee 100644 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,380 +1,380 @@ jQuery(document).ready(function() { var $ = jQuery; var source = $('#source pre'); /*----------------------------------------------------------------------------- T...
symphonycms/debugdevkit
b81eb45334b1ae47d7a09618a1a9bb85f6dfbd49
Improved the interface and optimised the code a little.
diff --git a/assets/devkit.css b/assets/devkit.css index 0b878f0..7785fe4 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,175 +1,182 @@ /*--------------------------------------------------------------------------------- Content ---------------------------------------------------------------------------...
symphonycms/debugdevkit
d3365335ebb39c98f95f66ef3b08e9c386a67d99
Improved xpath selecting.
diff --git a/assets/devkit.css b/assets/devkit.css index ebedbbb..0b878f0 100755 --- a/assets/devkit.css +++ b/assets/devkit.css @@ -1,177 +1,175 @@ /*--------------------------------------------------------------------------------- Content ---------------------------------------------------------------------------...
symphonycms/debugdevkit
1493235e00c56c14d93118d94252a0d108ab6e21
Improved clearing a little.
diff --git a/assets/devkit.js b/assets/devkit.js index c4b94ee..fe0d126 100644 --- a/assets/devkit.js +++ b/assets/devkit.js @@ -1,364 +1,371 @@ jQuery(document).ready(function() { var $ = jQuery; var source = $('#source pre'); /*----------------------------------------------------------------------------- T...
symphonycms/debugdevkit
db3a6eb1853c2f7b37dca4ee788ab8e55f920cfd
Made it possible to clear highlight by clearing the input box and pressing enter.
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..45f6fec --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.Apple* +.DS* diff --git a/assets/devkit.css b/assets/devkit.css new file mode 100755 index 0000000..ebedbbb --- /dev/null +++ b/assets/devkit.css @@ -0,0 +1,177 @@ +/*-----------------------...
croxis/CityMania
44431144d9a2e06f89e2b2372c118e9e29472687
Final major terrain prototype
diff --git a/Protocol/protocol.proto b/Protocol/protocol.proto index b6f4a50..8fb4eb7 100644 --- a/Protocol/protocol.proto +++ b/Protocol/protocol.proto @@ -1,130 +1,131 @@ // Protocols common to both client and server // Base container which stores all messages message Container { optional Chat chat = 1; ...
croxis/CityMania
b0f22cdbe46eb042d3bacb7ddfdf09a74db0dd41
Entryboxes now suppress keyboard events
diff --git a/client/gui.py b/client/gui.py index 72d4333..53b482d 100644 --- a/client/gui.py +++ b/client/gui.py @@ -1,415 +1,415 @@ # -*- coding: utf-8 -*- ''' Classes and functions for the user interface ''' #from pandac.PandaModules import * from panda3d.core import CollisionTraverser, CollisionHandlerQueue, C...
croxis/CityMania
a99947695c37165622c9d879390b15b4fac9792c
Restored previous terrain functionality.
diff --git a/client/PagedGeoMipTerrain.py b/client/PagedGeoMipTerrain.py index d224bb7..737198b 100644 --- a/client/PagedGeoMipTerrain.py +++ b/client/PagedGeoMipTerrain.py @@ -1,269 +1,286 @@ '''PagedGeoMipTerrain.py Hacked together by croxis 2010 BSD licence''' from panda3d.core import NodePath, PNMImage, GeoMi...
croxis/CityMania
e00cb1c8c205f2a48e21b01d61a5a7e9e4513ef6
Changed socket system to reduce timeout errors.
diff --git a/server/network.py b/server/network.py index 4f6bad2..c3cbc8c 100644 --- a/server/network.py +++ b/server/network.py @@ -1,148 +1,177 @@ '''Network related code.''' import threading, socket import logging import engine import time logger = logging.getLogger('server.network') class ClientSocket(en...
croxis/CityMania
ff6836494c92dfa12954de005df142924ea55af2
Added non power of two regions. Increased city tile to 64. Tile now represents 5 m. Client still bugged for region view.
diff --git a/client/PagedGeoMipTerrain.py b/client/PagedGeoMipTerrain.py index f489325..d224bb7 100644 --- a/client/PagedGeoMipTerrain.py +++ b/client/PagedGeoMipTerrain.py @@ -1,170 +1,269 @@ '''PagedGeoMipTerrain.py Hacked together by croxis 2010 BSD licence''' -from panda3d.core import NodePath, PNMImage, GeoMi...
croxis/CityMania
3696a9988eda88f534b477f151b511fc21b2f04f
Small diagnostics to server
diff --git a/server/network.py b/server/network.py index 911e4a2..4f6bad2 100644 --- a/server/network.py +++ b/server/network.py @@ -1,146 +1,148 @@ '''Network related code.''' import threading, socket import logging import engine import time logger = logging.getLogger('server.network') class ClientSocket(en...
croxis/CityMania
0e5da7cd59d7d444996b00bca5ab0aec2187a1c0
New map for testing
diff --git a/server/Maps/TestRegionOdd/heightmap.png b/server/Maps/TestRegionOdd/heightmap.png new file mode 100644 index 0000000..9169698 Binary files /dev/null and b/server/Maps/TestRegionOdd/heightmap.png differ
croxis/CityMania
860f4cc462263fc14fe40e51705d781b0580298b
Added yaml. Added semi broken pagedgeomipterrain
diff --git a/client/PagedGeoMipTerrain.py b/client/PagedGeoMipTerrain.py new file mode 100644 index 0000000..f489325 --- /dev/null +++ b/client/PagedGeoMipTerrain.py @@ -0,0 +1,170 @@ +'''PagedGeoMipTerrain.py +Hacked together by croxis 2010 +BSD licence''' + +from panda3d.core import NodePath, PNMImage, GeoMipTerrain ...
croxis/CityMania
099739ca9510ece91d651a9e4a52520a67025e2b
Added error checking in network. Server logs set to info.
diff --git a/server/network.py b/server/network.py index 81786fd..911e4a2 100644 --- a/server/network.py +++ b/server/network.py @@ -1,143 +1,146 @@ '''Network related code.''' import threading, socket import logging import engine import time logger = logging.getLogger('server.network') class ClientSocket(en...
croxis/CityMania
69a0b45e8dc248b2c06217f0f632c8a19f63feba
Camera controls fixed
diff --git a/client/camera.py b/client/camera.py index 076fa47..8840187 100644 --- a/client/camera.py +++ b/client/camera.py @@ -1,292 +1,303 @@ from panda3d.core import Vec3,Vec2 from direct.showbase import DirectObject from direct.task import Task import math import gui picker = gui.getPicker() class Camer...
croxis/CityMania
c20d44de72dad2b8f55fc3dfa7f3bfab07dca5f8
Fixed bug where server crashed on city unfounding
diff --git a/server/region.py b/server/region.py index 53a3e92..f1cee6d 100644 --- a/server/region.py +++ b/server/region.py @@ -1,216 +1,218 @@ # -*- coding: utf-8 -*- """ region.py Class for server region, esentially the master model """ import engine import city import Image import base64, math import Stri...
croxis/CityMania
523f40eb69c2657cfc95da3cf62d7db74eed6ed5
Misc fixes
diff --git a/client/boxes.py b/client/boxes.py index d68845f..701f9ed 100644 --- a/client/boxes.py +++ b/client/boxes.py @@ -1,383 +1,384 @@ """ boxes.py A partial implementation of the theory of packing boxes (for laying out objects in two dimensions, although it could easily be extended to 3D) from GTK+. Th...
croxis/CityMania
e6554e9f9cb123636535846fbc3ea79aaf9ddb4f
Bug fix in server functions
diff --git a/server/users.py b/server/users.py index 2df4c54..17cdd39 100644 --- a/server/users.py +++ b/server/users.py @@ -1,138 +1,138 @@ '''User management system and database. Stores users, their passwords, check access levels, and so on. peers = [list of logged in peers] userdb = {"username": {"password": ...
croxis/CityMania
13aeaf8b2023dd75697eff6a08044511c3a6b752
Added readme
diff --git a/CityMania/CityMania.cs b/CityMania/CityMania.cs deleted file mode 100644 index a0cb546..0000000 --- a/CityMania/CityMania.cs +++ /dev/null @@ -1,127 +0,0 @@ -#region File Description -//----------------------------------------------------------------------------- -// Game.cs -// -// Microsoft XNA Community...