1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
|
2006-07-30 23:20 kingubu
* .DS_Store, Changes, Makefile.PL, lib/RDF/.DS_Store,
lib/RDF/Helper.pm, lib/RDF/Helper/RDFQuery.pm,
lib/RDF/Helper/RDFRedland.pm, t/2_model_basics.t,
t/6_query_perl.t, t/7_property_hash.t, t/8_rdf_object.t: Added
SPARQL/RDQL query support for RDF::Core (via RDF::Query). Core
now has full parity.
2006-07-27 12:44 kingubu
* lib/RDF/Helper/DBI.pm: tiny doc patch
2006-07-27 11:57 kingubu
* lib/RDF/Helper/DBI/Query.pm: Added missing files
2006-07-27 11:55 kingubu
* lib/RDF/Helper.pm, lib/RDF/Helper/DBI.pm,
lib/RDF/Helper/RDFCore.pm, lib/RDF/Helper/RDFRedland.pm,
t/1_nodes.t, t/2_model_basics.t, t/7_property_hash.t: Beta
support for pure-DBI models added and working
2006-07-24 18:33 kingubu
* lib/RDF/Helper.pm, lib/RDF/Helper/PerlConvenience.pm,
lib/RDF/Helper/RDFCore.pm, lib/RDF/Helper/RDFRedland.pm,
t/1_nodes.t, t/2_model_basics.t: More refactoring to support
generalized abstraction.
2006-07-21 18:36 kingubu
* lib/RDF/Helper/DBI.pm, lib/RDF/Helper/Statement.pm,
t/10_deep_prop_recursive.t: Added missing files.
2006-07-21 18:34 kingubu
* META.yml, lib/RDF/Helper.pm, lib/RDF/Helper/PerlConvenience.pm,
lib/RDF/Helper/RDFCore.pm, lib/RDF/Helper/RDFRedland.pm,
lib/RDF/Helper/TiedPropertyHash.pm,
lib/RDF/Helper/RDFRedland/TiedPropertyHash.pm, t/0_basic.t,
t/1_nodes.t, t/5_rdf2perl.t: Checkpoint checkin
2006-07-11 23:21 nachbaur
* lib/RDF/Helper.pm: Added docs for the BaseURI constructor
argument
2006-07-11 23:11 nachbaur
* lib/RDF/Helper.pm: Various documentation spelling corrections and
POD formatting tags
2006-07-10 10:57 kingubu
* lib/RDF/Helper.pm, lib/RDF/Helper/PerlConvenience.pm,
lib/RDF/Helper/RDFCore.pm, lib/RDF/Helper/RDFRedland.pm,
t/2_model_basics.t, t/3_include_model.t, t/4_include_rdfxml.t,
t/5_rdf2perl.t, t/6_query_perl.t, t/7_property_hash.t: Update
RDF::Core support. Still more TODO but things are better.
2006-07-09 11:52 kingubu
* lib/RDF/: Helper.pm, Helper/RDFRedland/Query.pm: More docs
patches.
2006-07-09 11:33 kingubu
* MANIFEST, META.yml, lib/RDF/Helper.pm, lib/RDF/Helper/RDFCore.pm,
lib/RDF/Helper/RDFRedland.pm, t/0_basic.t, t/1_nodes.t: More docs
patches.
2006-07-08 15:59 kingubu
* lib/RDF/: Helper.pm, Helper/RDFRedland.pm: More doc-hacking, very
near a release.
2006-07-07 02:36 nachbaur
* t/8_rdf_object.t: Bollocks! I always forget to update the bloody
test count...
2006-07-07 02:34 nachbaur
* lib/RDF/Helper/Object.pm, t/8_rdf_object.t, t/data/use.perl.rss:
Added tests showing that multi-level object traversal works.
Also some document stubs that I forgot I'd added
2006-07-06 12:30 nachbaur
* lib/RDF/Helper.pm: More methods doc'd; handing it off to ubu
2006-07-06 04:08 nachbaur
* lib/RDF/Helper.pm: Re-added documentation that one of ubu's
checkins walked over
2006-07-06 03:05 kingubu
* lib/RDF/Helper.pm: Added DESCRIPTION section to the POD, and
doc'd the various constructor options.
2006-07-06 02:27 kingubu
* lib/RDF/Helper.pm: Checkpoint checkin.
2006-07-06 02:17 kingubu
* t/9_pod.t: Added automated POD tests
2006-07-06 01:36 kingubu
* lib/RDF/Helper.pm, lib/RDF/Helper/Object.pm,
lib/RDF/Helper/PerlConvenience.pm, lib/RDF/Helper/RDFRedland.pm,
t/1_nodes.t, t/2_model_basics.t: Added optional QName expansion
support for all convenioence methods. Added tests to exercise new
funtionality.
2006-07-05 18:10 nachbaur
* lib/RDF/Helper.pm: Yet another docs ci; still a work in progress
2006-07-05 13:52 nachbaur
* lib/RDF/Helper.pm: Added initial method documentation; more to
follow
2006-07-05 09:50 nachbaur
* lib/RDF/Helper.pm: Added RDF::Redland as the default
BaseInterface
2006-07-03 00:08 kingubu
* lib/RDF/Helper.pm, lib/RDF/Helper/RDFQuery.pm,
lib/RDF/Helper/RDFRedland.pm, t/6_query_perl.t, t/8_rdf_object.t:
Added initial support for RDF::Query to the RDFRedland Helper
2006-07-01 21:01 kingubu
* lib/RDF/Helper/RDFRedland.pm, t/7_property_hash.t: Updated
Helper::RDFRedland::tied_property_hash to accept and pass on
options (like Deep). All tests now pass (including rdf_object).
2006-06-30 18:57 nachbaur
* lib/RDF/Helper/RDFRedland.pm: Dur, that teaches me for
checking-in new code without running "make test" first
2006-06-30 18:55 nachbaur
* lib/RDF/Helper/RDFRedland.pm: Added the Options argument back to
the TiedPropertyHash creation for objects, since the previous
version accidentally walked over it
2006-06-30 17:57 kingubu
* lib/RDF/Helper/RDFRedland.pm, t/2_model_basics.t: Added
workaround for literal-as-bare-numeric bug. added test to
exercise the fix.
2006-06-30 10:54 nachbaur
* lib/RDF/Helper/Object.pm, lib/RDF/Helper/RDFRedland.pm,
lib/RDF/Helper/RDFRedland/TiedPropertyHash.pm,
t/7_property_hash.t: * Rolled back default behaviour of the tied
property hash to only return results one-level deep; this is as
per a discussion between Kip and myself.
* The RDF::Helper::Object implementation now explicitly sets that
deep property hashes will be returned, keeping their current
behaviour.
* Tests extended to check for this.
This rolls back the tied hash's functionality to be easier to use
for one-off users (no mystical checking if a value is a reference
or not), as well as making it work for our dayjob application.
2006-06-18 10:08 nachbaur
* Makefile.PL: Added the Data::Uniqid dependancy to Makefile.PL
2006-06-16 00:40 kingubu
* MANIFEST, MANIFEST.SKIP, META.yml, README, lib/RDF/Helper.pm:
Prep for CPAN release
2006-04-19 22:52 kingubu
* lib/RDF/Helper.pm: Bump revision number pending update release.
2006-04-19 22:49 kingubu
* lib/RDF/Helper/RDFRedland/TiedPropertyHash.pm,
t/7_property_hash.t: Added somewhat smarter logic to the
TiedPropertyHash impementation to allow for resources to be
stored in arrarefs
2006-04-18 18:03 nachbaur
* t/7_property_hash.t: Added additional test to detect a bug in
URI/resource detection
2006-04-18 16:48 nachbaur
* t/: 7_property_hash.t, 8_rdf_object.t: Added some more tests to
verify that URI-like properties are set as resources, rather than
literals
2006-04-18 16:19 nachbaur
* Makefile: Removed the Makefile that apparently was accidentally
added; this should be built automagically from the Makefile.PL
2006-03-17 14:29 nachbaur
* lib/RDF/Helper/Object.pm,
lib/RDF/Helper/RDFRedland/TiedPropertyHash.pm,
t/7_property_hash.t, t/8_rdf_object.t: Added resource traversal
to Tied Hashes. Added similar functionality to
RDF::Helper::Object. Added test cases.
2006-02-02 19:36 nachbaur
* lib/RDF/Helper/RDFRedland.pm, t/8_rdf_object.t: Added the
convenience method get_object() to RDF::Helper::RDFRedland to
ease the process of using RDF::Helper::Object
2006-01-25 16:14 nachbaur
* lib/RDF/Helper/Object.pm, lib/RDF/Helper/RDFRedland.pm,
t/8_rdf_object.t: Added RDF::Helper::Object support
2006-01-25 16:13 nachbaur
* t/: 1_nodes.t, 6_query_perl.t: Fixed tests so they pass on
install
2005-11-21 21:33 nachbaur
* lib/RDF/Helper/: PerlConvenience.pm, RDFRedland.pm: - Checked in
some sick auto-expansion of namespace prefixes, rdf:about
labelling for hashref2rdf, and auto-detection of resource
identifiers
2005-11-21 20:23 nachbaur
* META.yml, lib/RDF/Helper.pm, lib/RDF/Helper/RDFRedland.pm: -
Checked in some of ubu's changes
2005-06-03 01:45 kingubu
* lib/RDF/Helper/RDFRedland.pm: Better type magic for hashref2rdf
2005-05-26 11:23 nachbaur
* lib/RDF/Helper/RDFRedland.pm: Serialize the RDF model using any
provided namespace prefixes
2005-05-19 07:31 kingubu
* META.yml, lib/RDF/Helper/RDFRedland.pm: New convenience function:
hashlist_from_statement
2005-05-13 13:33 kingubu
* lib/RDF/Helper.pm: lose the 'our' bit
2005-05-13 13:31 kingubu
* Makefile.PL, lib/RDF/Helper.pm: remove Trix requirement
2005-05-13 13:20 kingubu
* dump.rdf: remove debugging dumpfile
2005-05-13 13:13 kingubu
* .DS_Store, Changes, MANIFEST, MANIFEST.SKIP, META.yml, Makefile,
Makefile.PL, README, dump.rdf, lib/RDF/.DS_Store,
lib/RDF/Helper.pm, lib/RDF/Helper/Constants.pm,
lib/RDF/Helper/PerlConvenience.pm, lib/RDF/Helper/RDFCore.pm,
lib/RDF/Helper/RDFRedland.pm, lib/RDF/Helper/RDFRedland/Query.pm,
lib/RDF/Helper/RDFRedland/TiedPropertyHash.pm, t/0_basic.t,
t/1_nodes.t, t/2_model_basics.t, t/3_include_model.t,
t/4_include_rdfxml.t, t/5_rdf2perl.t, t/6_query_perl.t,
t/7_property_hash.t, t/data/use.perl.rss: Initial commit
2005-05-13 13:13 kingubu
* .DS_Store, Changes, MANIFEST, MANIFEST.SKIP, META.yml, Makefile,
Makefile.PL, README, dump.rdf, lib/RDF/.DS_Store,
lib/RDF/Helper.pm, lib/RDF/Helper/Constants.pm,
lib/RDF/Helper/PerlConvenience.pm, lib/RDF/Helper/RDFCore.pm,
lib/RDF/Helper/RDFRedland.pm, lib/RDF/Helper/RDFRedland/Query.pm,
lib/RDF/Helper/RDFRedland/TiedPropertyHash.pm, t/0_basic.t,
t/1_nodes.t, t/2_model_basics.t, t/3_include_model.t,
t/4_include_rdfxml.t, t/5_rdf2perl.t, t/6_query_perl.t,
t/7_property_hash.t, t/data/use.perl.rss: Initial revision
|