Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/trunk/lib/xsd


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2011 [2011] 02/10/08 10:57:09 nahi * merged from 1_5 branch. * enabled Sriver#generate_explicit_type for …
(edit) @1997 [1997] 10/08/07 17:29:40 nahi * added libxml http://libxml.rubyforge.org/ support. closes #422.
(edit) @1993 [1993] 10/01/07 20:32:26 nahi * (merged from branches/1_5: -r1989:1992) * simpleRestriction + …
(edit) @1975 [1975] 09/19/07 11:29:44 nahi * XML attribute must not be affected by default namespace. closes #430.
(edit) @1962 [1962] 09/15/07 15:43:30 nahi * small tuning based on performance analysis * cache inversed …
(edit) @1956 [1956] 09/12/07 19:02:32 nahi * soap4r's XML namespace handler did not handle xmlns="" correctly. it …
(edit) @1947 [1947] 09/09/07 17:19:28 nahi * XML encoding does not work properly depending on CES. Generator should …
(edit) @1936 [1936] 09/06/07 11:59:34 nahi * renamed SOAP::SOAPGenerator of SOAP::Generator to follow Ruby's naming …
(edit) @1928 [1928] 08/29/07 23:14:12 nahi * added servletStubCreator. wsdl2ruby.rb with --servlet_stub creates …
(edit) @1925 [1925] 08/27/07 10:37:34 nahi * support <choice maxOccurs="unbounded"/>: treat it <all/> for now. * …
(edit) @1924 [1924] 08/26/07 22:41:31 nahi * do not dump xsd:type for non-polymorphic type of literal service. …
(edit) @1921 [1921] 08/25/07 00:52:30 nahi * added NestedException?. * let MappingError? be a NestedException? and show …
(edit) @1919 [1919] 08/23/07 21:01:27 nahi * should allow durations lower than a day. Thanks to an anonymous user …
(edit) @1917 [1917] 08/13/07 00:20:00 nahi * added support for attributeGroup.
(edit) @1915 [1915] 08/05/07 23:25:19 nahi * added support for anonymous type. anonymous type is mapped to inner …
(edit) @1898 [1898] 07/21/07 17:37:00 nahi * add :default_ns_tag option to configure a pre-defined Namespace tag. …
(edit) @1892 [1892] 07/21/07 12:51:36 nahi * added classes for rest built-in datatypes of XML Schema Datatypes …
(edit) @1891 [1891] 07/20/07 00:08:51 nahi * wsdl2ruby.rb generated too much 'XSD::QName.new(...)' parts. let …
(edit) @1859 [1859] 06/24/07 23:44:18 nahi * avoid NPE of XSD::Mapping.obj2xml. closes #368.
(edit) @1857 [1857] 06/19/07 23:21:24 nahi * let xsd2ruby.rb generate a mapping registry and a mapper from XML Schema …
(edit) @1840 [1840] 06/08/07 15:15:58 nahi * re-implemented token and language type support. closes #252.
(edit) @1839 [1839] 06/08/07 13:57:03 nahi * revert [1776]. I need to pay serious attention to intellectual …
(edit) @1824 [1824] 06/02/07 00:44:41 nahi * Copyright notice updated. add '2000-2007' uniformly.
(edit) @1816 [1816] 05/28/07 23:22:38 nahi * reverted changeset 1749; new! does not exist in earlier date.rb * new …
(edit) @1812 [1812] 05/27/07 11:19:19 nahi * performance tuning (memory and speed) * reuse ParseFrame? in …
(edit) @1800 [1800] 05/21/07 21:55:21 nahi * for speed performance.
(edit) @1791 [1791] 05/20/07 17:57:20 nahi * let safeconstname check default Module.constants. closes #337.
(edit) @1784 [1784] 05/19/07 12:47:46 nahi * added CDATA support with rexml/xmlscan as an XML parser. closes #332.
(edit) @1776 [1776] 05/15/07 22:34:45 nahi * added support for token and language. applied a patch with a little …
(edit) @1763 [1763] 05/13/07 18:33:19 nahi * check keyword for safe methodname as same as variable and Constant. …
(edit) @1749 [1749] 05/02/07 17:12:12 nahi * avoid to use obsoleted method
(edit) @1747 [1747] 10/28/06 21:20:37 nahi added a workaround for rubygems' custom require inconsistency. closes …
(edit) @1739 [1739] 10/21/06 00:51:38 nahi * let XSD::QName immutable. closes #274. * MappingRegistry? cleanups.
(edit) @1734 [1734] 10/03/06 23:09:57 nahi allow safe method name which ends with [=?!], for #268.
(edit) @1732 [1732] 10/03/06 22:13:33 nahi NamedElement#uniq? did not work. closes #271.
(edit) @1731 [1731] 10/01/06 23:14:27 nahi moved @@schema_* things in classdef definition to mapping registry. …
(edit) @1726 [1726] 09/25/06 14:26:30 nahi do not validate CES by default to avoid consuming memory. let XML …
(edit) @1720 [1720] 09/10/06 20:46:24 nahi soap/mapping/* refactoring. registry.rb -> split into registry.rb (common) …
(edit) @1704 [1704] 08/29/06 09:46:14 nahi define default namespace tag 'xml' for xml:lang, id, base and space. …
(edit) @1683 [1683] 07/22/06 16:10:00 nahi * define singleton method with instance_eval instead of define_method + …
(edit) @1656 [1656] 10/30/05 23:39:17 nahi iso-8859-1 <-> utf-8 conversion did not work. typo fixed. closes #172.
(edit) @1644 [1644] 10/16/05 22:16:52 nahi avoid to generate duplicated definitions. closes #163.
(edit) @1604 [1604] 08/04/05 23:20:55 nahi various mere changes for performance. just 5% or so. Hmm…
(edit) @1598 [1598] 07/26/05 23:15:54 nahi add iso-8859-1 converter. closes #106.
(edit) @1596 [1596] 07/24/05 23:57:59 nahi method name change: XSD::Charset.encoding_label -> xml_encoding_label.
(edit) @1594 [1594] 07/24/05 22:46:33 nahi varname change: @encoding => @internal_encoding
(edit) @1567 [1567] 06/05/05 16:29:14 nahi simplify to_datetime method checking for 1.9.
(edit) @1559 [1559] 05/22/05 18:14:10 nahi use Date#start instead of Date#sg which is deprecated.
(edit) @1558 [1558] 05/22/05 18:13:38 nahi change loading order for #22. use XMLParser if it is installed.
(edit) @1552 [1552] 05/18/05 23:36:11 nahi use Kernel.warn instead of STDERR.puts. define Kernel.warn for ruby1.6.8.
(edit) @1548 [1548] 05/12/05 10:15:20 nahi add tests for #105 and fixed another bug Date.year < 0 handling. closes …
(edit) @1547 [1547] 05/12/05 03:03:47 nahi move type-cast code from DateTimeFactory?_ to XSD::*. it's a …
(edit) @1546 [1546] 05/12/05 02:42:21 nahi fixes for #105. test should be added.
(edit) @1545 [1545] 05/11/05 22:05:02 nahi add tests for #105. closes #105.
(edit) @1543 [1543] 05/11/05 18:59:26 nahi private method `hour' called for Date (not DateTime?) mapping. test should …
(edit) @1540 [1540] 05/10/05 19:55:39 nahi do not use Mapping.define_singleton_method under ruby-1.6.8. closes #95.
(edit) @1539 [1539] 05/10/05 13:02:51 nahi for ruby-1.6.8 compliance.
(edit) @1524 [1524] 04/29/05 18:56:04 nahi add XSD::Mapping module. XML <-> Ruby mapping utility.
(edit) @1520 [1520] 04/27/05 23:56:40 nahi removed svn:executable
(edit) @1466 [1466] 04/14/05 16:33:35 nahi confusing comment
(edit) @1445 [1445] 02/11/05 12:57:26 nahi cosmetic: ::XSD::* -> XSD::*
(edit) @1438 [1438] 02/10/05 20:44:04 nahi * mv 'Empty' definition to XSD::NamedElements::Empty. * make parameters of …
(edit) @1434 [1434] 02/06/05 22:00:59 nahi check Ruby's keyword as a safevarname (break, unless, etc. are not …
(edit) @1429 [1429] 02/06/05 21:53:19 nahi add NamedElements#keys? like Hash#keys for debugging purpose. (I often need …
(edit) @1411 [1411] 02/02/05 18:40:38 nahi merge WSDLDriver in wsdlDriver.rb and RPC::Driver in rpc/driver.rb. added …
(edit) @1403 [1403] 01/24/05 23:38:26 nahi let encoders utilize default namespace to generate clean XML.
(edit) @1380 [1380] 12/28/04 23:19:42 nahi cosmetic changes; wrong indent, unnecessary white space, etc. closes #46.
(edit) @1368 [1368] 12/16/04 23:19:43 nahi XSD::NS#parse befaviour change. * parsing 'foo:bar' where 'foo' is not …
(edit) @1362 [1362] 12/12/04 09:58:38 nahi * refine error message.
(edit) @1347 [1347] 11/18/04 19:49:36 nahi * Hash#index is deprecated in ruby/1.9. use Hash#key.
(edit) @1315 [1315] 08/03/04 15:00:50 nahi * add xsd derived type support; byte, nonPositiveInteger, …
(edit) @1310 [1310] 07/30/04 20:17:03 nahi * add NS#parse_local for attribute namespace parsing.
(edit) @1285 [1285] 07/25/04 22:31:57 nahi * add NamedElements#empty??
(edit) @1261 [1261] 07/03/04 13:31:55 nahi * extract lexical checking method from value setting method (_set).
(edit) @1260 [1260] 07/03/04 13:30:07 nahi * use id instead of object_id.
(edit) @1239 [1239] 05/16/04 19:28:04 nahi * module files loader
(edit) @1236 [1236] 05/15/04 23:13:09 nahi * method definition buf fix
(edit) @1233 [1233] 05/15/04 22:48:08 nahi * looking refactoring; no user visible change
(edit) @1232 [1232] 05/15/04 12:09:33 nahi * changed method name (deffoo -> def_foo) * added method visibility
(edit) @1231 [1231] 05/14/04 23:27:31 nahi * extract commentdef.rb
(edit) @1230 [1230] 05/13/04 23:54:23 nahi * definition signature change
(edit) @1229 [1229] 05/12/04 23:29:29 nahi * require support
(edit) @1228 [1228] 05/12/04 00:04:08 nahi * simple code generation utils(class and method)
(edit) @1205 [1205] 04/22/04 11:32:05 nahi * add inspect method.
(edit) @1195 [1195] 04/13/04 00:32:58 nahi * 2 ** -149 can be a Rational when rational module preloaded.
(edit) @1153 [1153] 01/16/04 00:13:11 nahi * simplify
(edit) @1141 [1141] 12/28/03 11:03:35 nahi * lib/xsd/datatypes.rb: check the smallest positive non-zero …
(edit) @1098 [1098] 12/02/03 23:49:50 nahi * add XSD::Charset.encoding= interface.
(edit) @1072 [1072] 11/28/03 14:31:20 nahi * an oldtype man like (v + 0.5).to_i thing... Use Rational#round …
(edit) @1068 [1068] 11/28/03 14:18:36 nahi * dateTime precision bug fix (at least, I hope.) bug of soap4r. …
(edit) @1062 [1062] 11/27/03 23:16:42 nahi * Float#to_s uses scientific notation. use sprintf("%.*f", ...) to avoid …
(edit) @1061 [1061] 11/26/03 22:20:29 nahi * keep secfrac String part.
(edit) @1058 [1058] 11/25/03 15:07:45 nahi * changed license; GPL2 -> Ruby's. * lib/soap/rpc/driver.rb, …
(edit) @1055 [1055] 11/21/03 00:31:10 nahi Set @charset nil by default. Nil means 'follow encoding declaration in …
(edit) @1054 [1054] 11/21/03 00:30:16 nahi * Use cp932 under emx. Patched by Siena. / SHINAGAWA, Norihide in …
(edit) @1009 [1009] 10/11/03 13:52:06 nahi * DateTime#of? is obsolete. Use DateTime#offset?.
(edit) @1008 [1008] 10/11/03 13:51:04 nahi * add delete interface.
(edit) @1001 [1001] 10/05/03 12:57:19 nahi * Rational -> Decimal string bug fix.
(edit) @995 [995] 10/04/03 00:02:48 nahi * refactoring.
(edit) @993 [993] 10/02/03 00:13:26 nahi * lib/xsd/datatypes.rb(XSDFloat, XSDDouble): add +/- sign explicitly when …
Note: See TracRevisionLog for help on using the revision log.