Re: [Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-06-27 Thread Derick Rethans
to be of the same type? find( ezcQuerySelect $query, string $class, bool $refetch = false ) Shouldn't $refetch be true by default? The keys of the array structure represent persistent class names. A key might either be assigned to the value true or to another array of relatives to fetch

Re: [Components] TemplateTranslationTiein

2008-04-03 Thread Andreas Schamberger
( $info-original ) . ']', $contextNode ); b) the same xpath doesn't work if there is HTML in the string Within the DOM tree all reserved characters seem to be decoded. Result: The xpath search for the encoded string fails. Therefore there shouldn't be a htmlspecialchars() call for building

Re: [Components] [MvcTools] Protocol abstraction levels

2008-06-24 Thread Gaetano Giunta
like this: - GET and no query string = route to ws documentation intro page in html - GET and query string = route to ws action, using rest decoding of params and output view (another option: route to html doc of a single webservice and/or in a given language, and/or in a given format etc

[svn-components] 2955 - in trunk/Template/docs: . functions [eZComponents: Trunk]

2006-05-29 Thread Raymond Bosman
=== --- trunk/Template/docs/functions/web.txt 2006-05-29 11:52:46 UTC (rev 2954) +++ trunk/Template/docs/functions/web.txt 2006-05-29 12:13:19 UTC (rev 2955) @@ -0,0 +1,98 @@ +Web +=== + +string _`url_encode` ( string *$url* ) +`` +Returns an encoded

[svn-components] 2795 - in trunk/Template: src src/functions tests/regression_tests/functions/correct [eZComponents: Trunk]

2006-05-11 Thread Tobias Schlitt
/functions/correct/web_functions.out 2006-05-11 14:23:45 UTC (rev 2795) @@ -0,0 +1,8 @@ +1. SSBkb24ndCB3YW50IHRvIGJlIGVuY29kZWQh +2. I don't want to be encoded! +3. some+string+%2F+for+%26+an+%25+URL +4. some string / for an % URL +5. foo=barbaz=foo +6. ez_0=fooez_1=barez_2=baz +7. http://user:[EMAIL

[svn-components] 4262 - trunk/Template/docs/functions [eZComponents: Trunk]

2006-12-13 Thread Alexandru Stanoi
( math_log(0, 2.7 ) )} This example would return true. @@ -195,7 +199,7 @@ {math_bin_to_dec( 01011 )} Outputs:: - + 11 string _`math_dec_to_bin` ( int *$val* ) @@ -205,9 +209,8 @@ {math_dec_to_bin( 11 )} Outputs:: - -1011 +1011 int _`math_hex_to_dec

[svn-components] 4510 - trunk/Configuration/docs [eZComponents: Trunk]

2007-01-15 Thread Peter Keung
if needed or plain ASCII without specific encoding. +Files are always encoded in UTF-8 format, meaning that they can contain Unicode +characters or plain ASCII without specific encoding. -Groups are defined by placing an identifier inside square brackets alone on the -string. Any setting that is read

[svn-components] 2539 - in trunk/Mail: src src/parser/parts src/transports src/transports/mbox tests tests/parser tests/parser/data tests/parser/data/various tests/transports [eZComponents: Trunk]

2006-04-11 Thread Derick Rethans
were not recognised. Added: trunk/Mail/src/transports/mbox/ trunk/Mail/src/transports/mbox/mbox_set.php trunk/Mail/tests/parser/data/various/ trunk/Mail/tests/parser/data/various/test-broken-mime-encoded-string trunk/Mail/tests/parser/data/various/test-filename-with-space

[svn-components] 4189 - in trunk/Template: src/functions tests/regression_tests/functions/correct tests/regression_tests/functions/incorrect_call [eZComponents: Trunk]

2006-12-05 Thread Raymond Bosman
( I don't want to be encoded! )} 38. {str_base64_decode( SSBkb24ndCB3YW50IHRvIGJlIGVuY29kZWQh )} +39. {str_ord( 65 )} +40. {str_char_count( hello )} +41. {str_index_of( Hello, l)} Modified: trunk/Template/tests/regression_tests/functions/correct/string_functions.out

[svn-components] 5579 - /release-info/2007.1rc1

2007-06-25 Thread Derick Rethans
on Windows. +- Fixed issue #10594: ezcConsole*Options throw incorrect exceptions. +- Fixed issue #10595: ezcConsole*Options perform improper string checks. +- Fixed issue #10596: ezcConsoleTable* classes do not perform proper property + checks. +- Fixed issue #10604: ezcConsoleInput exception not thrown

[svn-components] 5669 - /release-info/2007.1

2007-07-02 Thread Derick Rethans
improper string checks. +- Fixed issue #10596: ezcConsoleTable* classes do not perform proper property + checks. +- Fixed issue #10604: ezcConsoleInput exception not thrown on invalid option + string. +- Fixed issue #10608: ezcConsoleInput-registerAlias( ) does not work. +- Fixed issue #10617