treequel 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.md ADDED
@@ -0,0 +1,2977 @@
1
+ 2010-12-08 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ * lib/treequel.rb, lib/treequel/model.rb:
4
+ Added more debugging to the mixin application in Treequel::Model.
5
+ Bumped version to 1.2.1.
6
+ [b9106049e6aa] [tip]
7
+
8
+ 2010-11-30 Michael Granger <ged@FaerieMUD.org>
9
+
10
+ * .hgtags:
11
+ Added tag v1.2.0 for changeset 3ceba5117883
12
+ [610ee837acd2]
13
+
14
+ * .hgsigs:
15
+ Added signature for changeset c6166a5cbc23
16
+ [3ceba5117883] [v1.2.0]
17
+
18
+ * .hgsubstate, Rakefile:
19
+ Updated build system.
20
+ [c6166a5cbc23]
21
+
22
+ 2010-11-24 Michael Granger <ged@FaerieMUD.org>
23
+
24
+ * .hgsubstate, Rakefile, project.yml:
25
+ Updated build system.
26
+ [ccdee2d78e68]
27
+
28
+ * .hgsubstate, lib/treequel/branch.rb, spec/treequel/branch_spec.rb:
29
+ Added hash-key conversion so Branches can be constructed with
30
+ Symbol-key hashargs.
31
+ [47697f2ebc27]
32
+
33
+ 2010-11-18 Michael Granger <ged@FaerieMUD.org>
34
+
35
+ * lib/treequel.rb, lib/treequel/branchset.rb, spec/lib/constants.rb,
36
+ spec/lib/helpers.rb, spec/treequel/branchset_spec.rb,
37
+ spec/treequel/model_spec.rb:
38
+ Adding 'Treequel::Branchset#from' mutator for changing the base DN.
39
+ * Bump version to 1.2.0
40
+ * Add Treequel::Branchset#from and specs for it.
41
+ * Spec cleanup
42
+ - Refactored some specs to mock completely outside the library
43
+ - Added a fixturing function to the spec helpers:
44
+ get_fixtured_directory()
45
+ - Replaced nested describes in some specs with contexts instead.
46
+ [44f8be0662c4]
47
+
48
+ 2010-11-11 Michael Granger <ged@FaerieMUD.org>
49
+
50
+ * Merging with 316:33a7dcde80a1
51
+ [72dd41272f6f]
52
+
53
+ * .hgsubstate, lib/treequel/model.rb, spec/treequel/branch_spec.rb,
54
+ spec/treequel/model_spec.rb, spec/treequel/monkeypatches_spec.rb:
55
+ Spec fixes for RSpec 2.0
56
+ * Fix RSpec regex workaround for Treequel::Model#respond_to?
57
+ * Fix monkeypatch Time tests for running outside of PST8PDT
58
+ [9f9460125077]
59
+
60
+ 2010-11-09 Michael Granger <ged@FaerieMUD.org>
61
+
62
+ * .hgsub, .hgsubstate:
63
+ Readding subrepo
64
+ [33a7dcde80a1]
65
+
66
+ * .hgsub, .hgsubstate, .hgsubstate:
67
+ Fixing subrepo corruption caused by rollback
68
+ [fc9ae9f5b034]
69
+
70
+ * README:
71
+ Merged with 310:cc7c63ff15a0
72
+ [c1b750e4e9fc]
73
+
74
+ * .hgsubstate, lib/treequel/branch.rb, lib/treequel/model.rb,
75
+ spec/treequel/branch_spec.rb,
76
+ spec/treequel/branchcollection_spec.rb,
77
+ spec/treequel/branchset_spec.rb,
78
+ spec/treequel/controls/pagedresults_spec.rb,
79
+ spec/treequel/controls/sortedresults_spec.rb,
80
+ spec/treequel/directory_spec.rb, spec/treequel/model_spec.rb:
81
+ stub! -> stub; added more debugging to try to track down the model
82
+ test failure
83
+ [380662d385e0]
84
+
85
+ 2010-11-03 Michael Granger <ged@FaerieMUD.org>
86
+
87
+ * README, README.md:
88
+ Converting the README to Markdown
89
+ [cc7c63ff15a0]
90
+
91
+ 2010-11-08 Michael Granger <ged@FaerieMUD.org>
92
+
93
+ * bin/treequel:
94
+ Fixed treequel shell's cp to support relative and absolute DNs
95
+ [7f20ab74d6b1]
96
+
97
+ 2010-10-22 Michael Granger <ged@FaerieMUD.org>
98
+
99
+ * lib/treequel/schema.rb, spec/lib/control_behavior.rb,
100
+ spec/lib/helpers.rb, spec/lib/matchers.rb,
101
+ spec/treequel/branch_spec.rb,
102
+ spec/treequel/branchcollection_spec.rb,
103
+ spec/treequel/branchset_spec.rb, spec/treequel/control_spec.rb,
104
+ spec/treequel/controls/contentsync_spec.rb,
105
+ spec/treequel/controls/pagedresults_spec.rb,
106
+ spec/treequel/controls/sortedresults_spec.rb,
107
+ spec/treequel/directory_spec.rb, spec/treequel/filter_spec.rb,
108
+ spec/treequel/mixins_spec.rb,
109
+ spec/treequel/model/objectclass_spec.rb,
110
+ spec/treequel/model_spec.rb, spec/treequel/monkeypatches_spec.rb,
111
+ spec/treequel/schema/attributetype_spec.rb,
112
+ spec/treequel/schema/ldapsyntax_spec.rb,
113
+ spec/treequel/schema/matchingrule_spec.rb,
114
+ spec/treequel/schema/matchingruleuse_spec.rb,
115
+ spec/treequel/schema/objectclass_spec.rb,
116
+ spec/treequel/schema/table_spec.rb, spec/treequel/schema_spec.rb,
117
+ spec/treequel_spec.rb:
118
+ Converted to RSpec 2.0
119
+ [26c3853695ea]
120
+
121
+ * .hgsub, .hgsubstate, Rakefile, project.yml:
122
+ Updating build system; add requirement for Ruby 1.8.7
123
+ [98b6847de872]
124
+
125
+ 2010-09-21 Michael Granger <ged@FaerieMUD.org>
126
+
127
+ * .hgtags:
128
+ Added tag 1.1.1 for changeset e52c71f4e4ca
129
+ [7f70394868e2]
130
+
131
+ * .hgsigs:
132
+ Added signature for changeset c6d26ab6a7a4
133
+ [e52c71f4e4ca] [1.1.1]
134
+
135
+ * lib/treequel.rb, lib/treequel/branch.rb, lib/treequel/model.rb,
136
+ spec/treequel/model_spec.rb:
137
+ Critical bugfix.
138
+ * Fix a critical bug in the mapping of objectClasses to Model objects
139
+ when the object is created with an entry hash rather than lazy-
140
+ loaded.
141
+ * Bump version to 1.1.1.
142
+ [c6d26ab6a7a4]
143
+
144
+ 2010-09-20 Michael Granger <ged@FaerieMUD.org>
145
+
146
+ * .hgtags:
147
+ Added tag 1.1.0 for changeset b415e0fce774
148
+ [92c28b14730a]
149
+
150
+ * .hgsigs:
151
+ Added signature for changeset 4ba782a3a7e4
152
+ [b415e0fce774] [1.1.0]
153
+
154
+ 2010-09-17 Michael Granger <ged@FaerieMUD.org>
155
+
156
+ * lib/treequel/model.rb, lib/treequel/schema/objectclass.rb,
157
+ spec/treequel/model_spec.rb,
158
+ spec/treequel/schema/objectclass_spec.rb:
159
+ Include mixins for inherited objectClasses, too.
160
+ [4ba782a3a7e4]
161
+
162
+ * Rakefile:
163
+ Updated build system
164
+ [f075a27a35eb]
165
+
166
+ * docs/manual/src/index.page:
167
+ Manual updates for the Model section (paired with Mahlon)
168
+ [c77bac0bf816]
169
+
170
+ 2010-09-15 Michael Granger <ged@FaerieMUD.org>
171
+
172
+ * lib/treequel/schema/attributetype.rb:
173
+ Use the #syntax method instead of the syntax_oid in #inspect output
174
+ so inherited syntaxes are shown
175
+ [1b375c5dc123]
176
+
177
+ * bin/treeirb:
178
+ Use the system LDAP config if no URI is given
179
+ [0786411cd707]
180
+
181
+ * lib/treequel/branch.rb:
182
+ Un-spam debugging on entry lookup
183
+ [d3a6c89d8004]
184
+
185
+ * lib/treequel/model.rb:
186
+ Overriding #inspect in Treequel::Model to show the list of
187
+ extensions applied to the entry
188
+ [2101482df41f]
189
+
190
+ 2010-08-25 Michael Granger <ged@FaerieMUD.org>
191
+
192
+ * lib/treequel/model.rb, spec/treequel/model_spec.rb:
193
+ Rescue the right error in Treequel::Model#method_missing and add a
194
+ spec for the negative case.
195
+ [a384412c0e6f]
196
+
197
+ * lib/treequel/model.rb, spec/treequel/model_spec.rb:
198
+ Load the entry from Model's #method_missing to catch calls to
199
+ methods that are added via objectClass mixins.
200
+ [b220a83d31b5]
201
+
202
+ 2010-08-23 Michael Granger <ged@FaerieMUD.org>
203
+
204
+ * lib/treequel/branch.rb, lib/treequel/schema/attributetype.rb,
205
+ spec/treequel/branch_spec.rb:
206
+ Fixing object/attribute mapping for attributes whose types that
207
+ inherit their syntax from their superclass
208
+ [2753f8405caf]
209
+
210
+ * Rakefile.local, docs/Treequel Manual Diagrams.graffle,
211
+ docs/manual/src/index.page, lib/treequel.rb, lib/treequel/branch.rb,
212
+ lib/treequel/directory.rb, lib/treequel/model/objectclass.rb,
213
+ lib/treequel/monkeypatches.rb, spec/lib/constants.rb,
214
+ spec/treequel/branch_spec.rb,
215
+ spec/treequel/branchcollection_spec.rb,
216
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb,
217
+ spec/treequel/filter_spec.rb, spec/treequel/mixins_spec.rb,
218
+ spec/treequel/model/objectclass_spec.rb,
219
+ spec/treequel/monkeypatches_spec.rb,
220
+ spec/treequel/schema/table_spec.rb, spec/treequel/schema_spec.rb,
221
+ spec/treequel/utils_spec.rb, spec/treequel_spec.rb:
222
+ Coverage improvements, manual work
223
+ * Improved coverage
224
+ * More work on the manual and manual graphics
225
+ [2e2b035d3721]
226
+
227
+ * docs/manual/lib/links-filter.rb, docs/manual/src/index.page,
228
+ lib/treequel.rb:
229
+ Started catching the manual up to 1.1.0.
230
+ [693a163bd068]
231
+
232
+ * lib/treequel/branch.rb, spec/treequel/branch_spec.rb:
233
+ Made Treequel::Branch#delete with no arguments delete the entry
234
+ [df0b0594cb62]
235
+
236
+ 2010-08-19 Michael Granger <ged@FaerieMUD.org>
237
+
238
+ * lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
239
+ spec/lib/control_behavior.rb, spec/treequel/branch_spec.rb,
240
+ spec/treequel/branchcollection_spec.rb,
241
+ spec/treequel/branchset_spec.rb, spec/treequel/control_spec.rb,
242
+ spec/treequel/controls/contentsync_spec.rb,
243
+ spec/treequel/controls/pagedresults_spec.rb,
244
+ spec/treequel/controls/sortedresults_spec.rb,
245
+ spec/treequel/directory_spec.rb, spec/treequel/filter_spec.rb,
246
+ spec/treequel/mixins_spec.rb,
247
+ spec/treequel/model/objectclass_spec.rb,
248
+ spec/treequel/model_spec.rb,
249
+ spec/treequel/schema/attributetype_spec.rb,
250
+ spec/treequel/schema/ldapsyntax_spec.rb,
251
+ spec/treequel/schema/matchingrule_spec.rb,
252
+ spec/treequel/schema/matchingruleuse_spec.rb,
253
+ spec/treequel/schema/objectclass_spec.rb,
254
+ spec/treequel/schema/table_spec.rb, spec/treequel/schema_spec.rb,
255
+ spec/treequel/utils_spec.rb, spec/treequel_spec.rb:
256
+ Fixes for Ruby 1.9.2.
257
+ [31fc0ea1ea31]
258
+
259
+ * Rakefile, project.yml:
260
+ Build system update; fixed ruby-termios dependency
261
+ [7c7d3e2034b0]
262
+
263
+ 2010-08-18 Michael Granger <ged@FaerieMUD.org>
264
+
265
+ * lib/treequel/branchset.rb, lib/treequel/model.rb,
266
+ spec/treequel/branchset_spec.rb:
267
+ Implement Branchset operators
268
+ * COMPAT: Change the way Branchset#+ works with a Branch argument to
269
+ work with Model methods that return related searches.
270
+ * Implement Branchset#-
271
+ [f9151315d37f]
272
+
273
+ 2010-08-16 Michael Granger <ged@FaerieMUD.org>
274
+
275
+ * lib/treequel/constants.rb, lib/treequel/schema.rb,
276
+ lib/treequel/schema/attributetype.rb, spec/treequel/branch_spec.rb,
277
+ spec/treequel/schema/attributetype_spec.rb,
278
+ spec/treequel/schema_spec.rb:
279
+ Reworked operational attributes to use the 'USAGE' attribute at
280
+ Mahlon's suggestion.
281
+ * Operational attributes are now fetched from the schema.
282
+ * Treequel::Schema::AttributeType now has predicates for testing for
283
+ various usage types.
284
+ [cd3ef7e3ffb0]
285
+
286
+ * lib/treequel/model.rb, spec/treequel/model_spec.rb:
287
+ Fixes for Treequel::Model instantiation and lookup.
288
+ * Don't try to add objectclass mixins to the nil returned from a
289
+ failed lookup.
290
+ * Expanded coverage for Treequel::Model.
291
+ [dfb032f5e5c1]
292
+
293
+ * lib/treequel/schema/table.rb, spec/treequel/schema/table_spec.rb:
294
+ Made Treequel::Schema::Table Enumerable
295
+ [844ee21c6916]
296
+
297
+ 2010-08-06 Michael Granger <ged@FaerieMUD.org>
298
+
299
+ * lib/treequel/model.rb, spec/treequel/model_spec.rb:
300
+ Don't add the objectClass attribute when searching through
301
+ Treequel::Model if the search doesn't specify any return attributes.
302
+ [ff2629196b4e]
303
+
304
+ * lib/treequel/filter.rb:
305
+ Handle Sequel's Ruby1.9 Symbol-operator workaround in filter
306
+ attributes
307
+ [d4e58760ee34]
308
+
309
+ * lib/treequel/branch.rb:
310
+ Also output empty-string attributes as non-binary
311
+ [d60c6b83db01]
312
+
313
+ 2010-08-05 Michael Granger <ged@FaerieMUD.org>
314
+
315
+ * lib/treequel/branch.rb:
316
+ Unwrap base64ed LDIF lines before wrapping them to the new line
317
+ length.
318
+ [bb182f705fe5]
319
+
320
+ * lib/treequel/branch.rb, spec/treequel/branch_spec.rb:
321
+ Fix LDIF-generation for really reals.
322
+ [32084630894f]
323
+
324
+ * lib/treequel/branch.rb, lib/treequel/directory.rb,
325
+ lib/treequel/model.rb, spec/treequel/model_spec.rb:
326
+ Optimizations, logging cleanup.
327
+ * Optimize falling through Treequel::Model#method_missing for branch-
328
+ traversal methods to avoid talking to the directory if possible.
329
+ * Clean up some of the chattier but not-as-useful debug logging
330
+ [aabbab99b093]
331
+
332
+ 2010-08-02 Michael Granger <ged@FaerieMUD.org>
333
+
334
+ * lib/treequel/branch.rb, lib/treequel/model.rb, spec/lib/matchers.rb,
335
+ spec/treequel/branch_spec.rb:
336
+ Bugfixes.
337
+ * Handle empty-string DNs in Treequel::Branch#parent_dn
338
+ * Tidy up LDIF-generation
339
+ * Add an RSpec workaround for Treequel::Model#respond_to?
340
+ [7a4f2e5bef0a]
341
+
342
+ 2010-07-29 Michael Granger <ged@FaerieMUD.org>
343
+
344
+ * lib/treequel/filter.rb, lib/treequel/model.rb:
345
+ Filter component symmetry, Model refactor
346
+ * Added an append method for Treequel::Filter::AndComponent to serve
347
+ as the underpinnings for an .and() method as soon as I figure out
348
+ a way to track the last-appended component so I can
349
+ collapse/follow apprpriately.
350
+ * Refactored Treequel::Model#find_attribute_type
351
+ [2f741e5294bf]
352
+
353
+ 2010-07-28 Michael Granger <ged@FaerieMUD.org>
354
+
355
+ * lib/treequel/branchset.rb, lib/treequel/filter.rb,
356
+ spec/treequel/branchset_spec.rb, spec/treequel/filter_spec.rb:
357
+ Added support for Sequel-style #or: branchset.filter( :something
358
+ ).or( :somethingelse ).
359
+ [bc0bc3aea136]
360
+
361
+ * lib/treequel/model.rb, spec/treequel/model_spec.rb:
362
+ Added Treequel::Model#respond_to?
363
+ [30091794b910]
364
+
365
+ 2010-07-27 Michael Granger <ged@FaerieMUD.org>
366
+
367
+ * lib/treequel/branch.rb, lib/treequel/constants.rb,
368
+ lib/treequel/directory.rb, lib/treequel/model.rb,
369
+ lib/treequel/monkeypatches.rb, lib/treequel/schema.rb,
370
+ spec/treequel/branch_spec.rb, spec/treequel/branchset_spec.rb,
371
+ spec/treequel/directory_spec.rb, spec/treequel/model_spec.rb,
372
+ spec/treequel/schema_spec.rb:
373
+ Bugfix, make object conversion work for setting attributes too.
374
+ * Add 'objectClass' to a Branchset that's resolved through a
375
+ Treequel::Model so the model knows what ObjectClass modules to
376
+ extend the results with.
377
+ * Make setters on a Treequel::Branch do conversion from Ruby objects
378
+ to correct LDAP attribute strings.
379
+ * Added operational-attribute awareness to Treequel::Schema objects
380
+ [e9c908b1f426]
381
+
382
+ 2010-07-26 Michael Granger <ged@FaerieMUD.org>
383
+
384
+ * lib/treequel/branch.rb, spec/treequel/branch_spec.rb:
385
+ Bugfixes, coverage of LDIF-generation.
386
+ * Added support for empty base DNs to Treequel::Branch.
387
+ * Added a spec example for LDIF output; still need one for
388
+ Base64-encoded values, however.
389
+ [30ba889041a8]
390
+
391
+ 2010-07-16 Michael Granger <ged@FaerieMUD.org>
392
+
393
+ * bin/treequel:
394
+ Fixing the "cd .." special case
395
+ [a6dd7b685a6a]
396
+
397
+ 2010-07-14 Michael Granger <ged@FaerieMUD.org>
398
+
399
+ * lib/treequel/model.rb:
400
+ Untaint objectClasses passed to
401
+ Treequel::Model::mixins_for_objectclasses.
402
+ [2793fa802dad]
403
+
404
+ 2010-07-13 Michael Granger <ged@FaerieMUD.org>
405
+
406
+ * lib/treequel/directory.rb, spec/treequel/directory_spec.rb:
407
+ The workaround for two-param syntax mapping Procs didn't work after
408
+ all. Modifying the default mappings to take that into account.
409
+ [b76dd9ca1f3f]
410
+
411
+ * experiments/schema_roundtrip.rb, lib/treequel/directory.rb,
412
+ lib/treequel/schema.rb, lib/treequel/schema/attributetype.rb,
413
+ lib/treequel/schema/ldapsyntax.rb,
414
+ lib/treequel/schema/matchingrule.rb,
415
+ lib/treequel/schema/matchingruleuse.rb,
416
+ lib/treequel/schema/objectclass.rb, spec/treequel/directory_spec.rb,
417
+ spec/treequel/schema/attributetype_spec.rb,
418
+ spec/treequel/schema/ldapsyntax_spec.rb,
419
+ spec/treequel/schema/matchingrule_spec.rb,
420
+ spec/treequel/schema/matchingruleuse_spec.rb,
421
+ spec/treequel/schema/objectclass_spec.rb:
422
+ Added schema-object roundtripping, with a script/specs to test it.
423
+ [70cc87a200ad]
424
+
425
+ * lib/treequel/directory.rb, spec/treequel/directory_spec.rb:
426
+ Added the ability to set the default results class on a per-
427
+ directory basis.
428
+ [47e865bfef9e]
429
+
430
+ * bin/treequel, lib/treequel/model.rb, spec/treequel/model_spec.rb:
431
+ Fixes for Apache DS and bugfix in Treequel::Model.
432
+ * Don't assume the 'structuralObjectClass' operational attribute
433
+ exists in entries in the Treequel shell; Apache DS, for one,
434
+ doesn't have it.
435
+ * Fix a bug in Treequel::Model which caused under_barred attributes
436
+ not to try their camelCased equivalent.
437
+ [c61373e3dc49]
438
+
439
+ 2010-07-10 Michael Granger <ged@FaerieMUD.org>
440
+
441
+ * lib/treequel/branch.rb, lib/treequel/model.rb,
442
+ lib/treequel/model/objectclass.rb, spec/treequel/model_spec.rb:
443
+ Treequel::Model bugfix
444
+ * Fixed Treequel::Model registration logic for objectclasses with no
445
+ model_bases by registering them under the empty-string DN.
446
+ * Return duplicates from
447
+ Treequel::Model::ObjectClass::model_objectclasses and
448
+ ::model_bases.
449
+ * Add an alias for #include_operational_attrs ->
450
+ include_operational_attributes
451
+ [601003ff3077]
452
+
453
+ 2010-07-09 Michael Granger <ged@FaerieMUD.org>
454
+
455
+ * experiments/mixohm.rb, lib/treequel.rb, lib/treequel/model.rb,
456
+ lib/treequel/model/objectclass.rb,
457
+ spec/treequel/model/objectclass_spec.rb,
458
+ spec/treequel/model_spec.rb,
459
+ spec/treequel/schema/objectclass_spec.rb:
460
+ Adding Treequel::Model, bumping version to 1.1.0.
461
+ * New classes/modules: Treequel::Model, Treequel::Model::ObjectClass
462
+ * Adding the spike for the OHM implementation
463
+ [a76065cfeba0]
464
+
465
+ * Merged with 47bb9cd7af3b
466
+ [6dd6cb37f5ce]
467
+
468
+ 2010-07-08 Michael Granger <ged@FaerieMUD.org>
469
+
470
+ * .hgignore, lib/treequel/directory.rb:
471
+ Delegate the Treequel::Directory#root_dse method through its #conn
472
+ method too.
473
+ [3f4134d20d9d]
474
+
475
+ 2010-07-07 Michael Granger <ged@FaerieMUD.org>
476
+
477
+ * .hgtags:
478
+ Added tag 1.0.4 for changeset 0ec4ff0ce67f
479
+ [0188c2ba5b7e]
480
+
481
+ * .hgsigs:
482
+ Added signature for changeset c8534439a5bc
483
+ [0ec4ff0ce67f] [1.0.4]
484
+
485
+ * lib/treequel.rb:
486
+ Bumping version to 1.0.4 because I'm an idiot and included some
487
+ files that were intended for a future version in 1.0.3.
488
+ [c8534439a5bc]
489
+
490
+ * .hgtags:
491
+ Added tag 1.0.3 for changeset 65be21a77bfe
492
+ [47bb9cd7af3b]
493
+
494
+ * .hgsigs:
495
+ Added signature for changeset fd86e30957a6
496
+ [65be21a77bfe] [1.0.3]
497
+
498
+ * Rakefile, experiments/control-syntax-spike.rb, experiments/ohm.rb,
499
+ lib/treequel/branch.rb, lib/treequel/branchcollection.rb,
500
+ lib/treequel/branchset.rb, lib/treequel/exceptions.rb,
501
+ lib/treequel/mixins.rb, lib/treequel/schema/attributetype.rb,
502
+ lib/treequel/schema/objectclass.rb, lib/treequel/schema/table.rb,
503
+ spec/lib/constants.rb, spec/treequel/branch_spec.rb,
504
+ spec/treequel/branchcollection_spec.rb,
505
+ spec/treequel/branchset_spec.rb, spec/treequel/mixins_spec.rb,
506
+ spec/treequel/schema/attributetype_spec.rb,
507
+ spec/treequel/schema/objectclass_spec.rb:
508
+ Build system update, prep for 1.0.3 release.
509
+ * Refactored some methods in Treequel::Branch to allow for easier
510
+ subclassing.
511
+ * Fixed an edge case in Treequel::BranchCollection mutators when they
512
+ are called without a mutating value, but require one.
513
+ * Added Treequel::Branchset#+
514
+ * Factored out DN normalization functions into a
515
+ Treequel::Normalization mixin
516
+ * Made Treequel::Schema::ObjectClass include its ancestors' MUST and
517
+ MAY OIDs by default in #must_oids and #may_oids.
518
+ * Covered some more edge cases in the specs
519
+ [fd86e30957a6]
520
+
521
+ 2010-06-14 Michael Granger <ged@FaerieMUD.org>
522
+
523
+ * bin/treequel:
524
+ Fix the 'parent' command in the treequel shell and the success
525
+ message for the 'cp' command.
526
+ [dd880dcd1b9a]
527
+
528
+ * bin/treequel, lib/treequel/directory.rb,
529
+ spec/treequel/directory_spec.rb:
530
+ Treequel shell cleanup, new subcommand,
531
+ Treequel::Directory#bound_user
532
+ * 'treequel' shell:
533
+ - Options and help consistency fixes
534
+ - Added 'whoami' command
535
+ * Make the bound user's DN fetchable via
536
+ Treequel::Directory#bound_user
537
+ [c2a696248d22]
538
+
539
+ 2010-06-10 Michael Granger <ged@FaerieMUD.org>
540
+
541
+ * Rakefile.local, bin/treequel, docs/manual/src/index.page,
542
+ lib/treequel/constants.rb:
543
+ Added 'cp' treequel shell command, removed FOLDED_LDIF_ATTRVAL_SPEC
544
+ pattern.
545
+ [61d5aae13b7e]
546
+
547
+ 2010-05-27 Michael Granger <ged@FaerieMUD.org>
548
+
549
+ * bin/treequel, lib/treequel/branch.rb, spec/treequel/branch_spec.rb:
550
+ Treequel shell cleanup, support config-loaded directory, Branch#move
551
+ fixes
552
+ * Treequel shell:
553
+ - Cleaned up the option-parsing/startup code
554
+ - Made the shell use the system config with no URL argument via
555
+ Treequel.directory_from_config instead of just defaulting to
556
+ ldap://localhost
557
+ - Fixed the 'mv' command
558
+ * Cleaned up the Treequel::Branch#move command, removing the
559
+ unfinished attribute-modification code, which was redundant.
560
+ [d9073c3a9f0e]
561
+
562
+ 2010-05-03 Michael Granger <ged@FaerieMUD.org>
563
+
564
+ * bin/treequel, lib/treequel/schema/table.rb:
565
+ Treequel shell work, made schema tables more Hash-like.
566
+ * Treequel shell:
567
+ - Added a 'mv' command
568
+ - Added a confirmation for the deletion of each sub-entry to 'rm', and
569
+ a -f(orce) flag to avoid it.
570
+ * Made Treequel::Schema::Table a bit more Hash-like with more
571
+ delegation.
572
+ [0982bb19bfb9]
573
+
574
+ 2010-04-14 Michael Granger <ged@FaerieMUD.org>
575
+
576
+ * lib/treequel.rb, spec/treequel_spec.rb:
577
+ Fixed a bug in Treequel.read_opts_from_config which caused
578
+ directory_from_config not to work. Thanks to Mahlon for spotting
579
+ this.
580
+ [b725e5424fa9]
581
+
582
+ 2010-04-13 Michael Granger <ged@FaerieMUD.org>
583
+
584
+ * lib/treequel/branch.rb, lib/treequel/directory.rb:
585
+ More YARD docs
586
+ [561646be1b80]
587
+
588
+ 2010-04-11 Michael Granger <ged@FaerieMUD.org>
589
+
590
+ * bin/treequel, lib/treequel/branch.rb, lib/treequel/constants.rb:
591
+ Fixed LDIF and highlighting in treequel shell
592
+ * Replaced LDIF function from ruby-ldap, as it modifies its receiver
593
+ and has hardcoded column width.
594
+ * Made the LDIF-matching pattern handle folded attribute values.
595
+ [94b428852c7a]
596
+
597
+ 2010-04-10 Michael Granger <ged@FaerieMUD.org>
598
+
599
+ * Rakefile:
600
+ Updated build system.
601
+ [a42d7297577a]
602
+
603
+ 2010-04-08 Michael Granger <ged@FaerieMUD.org>
604
+
605
+ * Rakefile, lib/treequel/branch.rb, lib/treequel/directory.rb,
606
+ spec/treequel/branch_spec.rb:
607
+ Updated build system, more YARDificiation.
608
+ [a039187fcbfd]
609
+
610
+ 2010-04-07 Michael Granger <ged@FaerieMUD.org>
611
+
612
+ * Rakefile:
613
+ Updated build system.
614
+ [b54fe9c1171d]
615
+
616
+ * .hgignore, Rakefile, bin/treequel, docs/manual/src/index.page,
617
+ lib/treequel.rb, lib/treequel/branch.rb,
618
+ lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
619
+ lib/treequel/control.rb, lib/treequel/controls/contentsync.rb,
620
+ lib/treequel/controls/pagedresults.rb,
621
+ lib/treequel/controls/persistentsearch.rb,
622
+ lib/treequel/controls/sortedresults.rb, lib/treequel/directory.rb,
623
+ lib/treequel/exceptions.rb, lib/treequel/filter.rb,
624
+ lib/treequel/mixins.rb, lib/treequel/monkeypatches.rb,
625
+ lib/treequel/schema/ldapsyntax.rb,
626
+ lib/treequel/schema/matchingrule.rb,
627
+ lib/treequel/schema/matchingruleuse.rb,
628
+ lib/treequel/sequel_integration.rb, lib/treequel/utils.rb,
629
+ project.yml, spec/lib/control_behavior.rb, spec/lib/matchers.rb,
630
+ spec/treequel/branch_spec.rb,
631
+ spec/treequel/branchcollection_spec.rb,
632
+ spec/treequel/controls/contentsync_spec.rb,
633
+ spec/treequel/controls/pagedresults_spec.rb,
634
+ spec/treequel/controls/sortedresults_spec.rb,
635
+ spec/treequel/mixins_spec.rb, spec/treequel/schema/table_spec.rb:
636
+ More specs, more YARD docs.
637
+ * Finished SortedResultsControl spec
638
+ * Added YARD docs for the top-level namespace, started work on the
639
+ rest.
640
+ * Added a warning when trying to use the ContentSyncControl
641
+ * Removed the PersistentSearchControl, which isn't supported by any of
642
+ my test servers, and has been replaced by the ContentSyncControl
643
+ anyway.
644
+ * Criteria in SortedResultsControl are now contained in a Struct
645
+ instead of a Hash for more literate code.
646
+ * Added an extension module (Treequel::LDAPControlExtensions) to add
647
+ comparability to LDAP::Control
648
+ * treequel shell: 'ls' command
649
+ - added several sort criteria
650
+ - refactored into smaller methods
651
+ * Fixed ArgumentError in Treequel::Branch#delete, added the ability to
652
+ delete individual attribute values
653
+ * Started a collection of RSpec matchers (spec/lib/matchers.rb)
654
+ [96125f5e3297]
655
+
656
+ 2010-04-06 Michael Granger <ged@FaerieMUD.org>
657
+
658
+ * lib/treequel/branch.rb, lib/treequel/directory.rb,
659
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb:
660
+ New method Treequel::Branch#values_at, rewrote #delete to be
661
+ consistent with Hash#delete.
662
+ * Added the #values_at method which works like Hash#values_at.
663
+ * Made #delete operate on Branch attributes instead of duplicating the
664
+ functionality of Directory#delete.
665
+ * Made Treequel::Directory#modify take an Array of LDAP::Mod objects
666
+ in addition to a hash of attribute modifications.
667
+ [91486cbc9047]
668
+
669
+ 2010-03-23 Michael Granger <ged@FaerieMUD.org>
670
+
671
+ * lib/treequel.rb, spec/treequel_spec.rb:
672
+ Added NSS-style ldap.conf support.
673
+ [bc24a82b0e9c]
674
+
675
+ 2010-03-19 Michael Granger <ged@FaerieMUD.org>
676
+
677
+ * lib/treequel/directory.rb, lib/treequel/mixins.rb,
678
+ lib/treequel/schema.rb, lib/treequel/schema/table.rb,
679
+ spec/treequel/schema/table_spec.rb:
680
+ Converted hash-based schema tables to a case-insensitive Table class
681
+ (fixes #1)
682
+ * Created a new Treequel::Schema::Table class which provides case-
683
+ insensitive (as well as struct-like method) access to schema
684
+ information.
685
+ * Aliased Treequel::Directory#bind to #bind_as
686
+ [2f756d5f12e2]
687
+
688
+ 2010-03-18 Michael Granger <ged@FaerieMUD.org>
689
+
690
+ * lib/treequel.rb, spec/treequel_spec.rb:
691
+ Adding system-config methods to the Treequel methods
692
+ [f8de798625ee]
693
+
694
+ 2010-03-02 Michael Granger <ged@FaerieMUD.org>
695
+
696
+ * spec/treequel/branchcollection_spec.rb:
697
+ Finished specs for BranchCollection#empty?
698
+ [02660115ea46]
699
+
700
+ 2010-03-01 Michael Granger <ged@FaerieMUD.org>
701
+
702
+ * bin/treequel, lib/treequel/branchcollection.rb,
703
+ lib/treequel/branchset.rb, spec/treequel/branchcollection_spec.rb,
704
+ spec/treequel/branchset_spec.rb:
705
+ Treequel shell bugfixes, #empty? on Branchsets and BranchCollections
706
+ * Handle tab when the command line is empty in the treequel shell.
707
+ (Thanks Mahlon)
708
+ * Add an #empty? predicate method to both Branchsets and
709
+ BranchCollections (one spec still pending).
710
+ [cbdb4342dc46]
711
+
712
+ 2010-02-17 Michael Granger <ged@FaerieMUD.org>
713
+
714
+ * bin/treequel, lib/treequel.rb, spec/treequel_spec.rb:
715
+ Added an 'irb' command to the treequel shell, fixed build-number
716
+ parsing.
717
+ [5af1ee6a7f6c]
718
+
719
+ 2010-02-09 Michael Granger <ged@FaerieMUD.org>
720
+
721
+ * bin/treequel:
722
+ Implemented the `-b bind_dn` option.
723
+ [8a43b642fd91]
724
+
725
+ 2010-02-03 Michael Granger <ged@FaerieMUD.org>
726
+
727
+ * bin/treequel:
728
+ Merged 233:1d06d28159a6
729
+ [2a1bac85c038]
730
+
731
+ * bin/treequel, lib/treequel/constants.rb, lib/treequel/directory.rb,
732
+ lib/treequel/schema.rb, lib/treequel/schema/attributetype.rb,
733
+ spec/treequel/directory_spec.rb:
734
+ Adding the beginnings of ActiveDirectory support, treequel shell
735
+ options, server introspection.
736
+ * Treequel shell:
737
+ - Added a few initial command-line options for connection type, bind
738
+ DN, etc.
739
+ - Made colorization of encoded and URL attributes consistent with
740
+ regular ones.
741
+ - Downcase attribute names before using them in the 'cdn' command.
742
+ * Added more server-introspection support to Treequel::Directory;
743
+ added more control OIDs, and new methods for fetching supported
744
+ extensions and features.
745
+ * Adding ActiveDirectory support to Treequel::Schema:
746
+ - Made alterations to the parser to support ActiveDirectory-style non-
747
+ standard schema entries (OIDs in quotes, descriptors in
748
+ attributeType SYNTAX attributes, etc.).
749
+ - Handle the case where the schema doesn't have syntaxes, matching
750
+ rules, and/or matching rule use entries.
751
+ [e96bbf2e7325]
752
+
753
+ 2010-01-26 Michael Granger <ged@FaerieMUD.org>
754
+
755
+ * bin/treequel:
756
+ Merged with 230:b994d8d9d608
757
+ [1d06d28159a6]
758
+
759
+ * experiments/sorted_results_example.rb, lib/treequel/branchset.rb,
760
+ lib/treequel/constants.rb, lib/treequel/controls/contentsync.rb,
761
+ lib/treequel/controls/sortedresults.rb, lib/treequel/exceptions.rb:
762
+ Initial (untested) implementation of the sorted results control.
763
+ * Added Treequel::SortedResultsControl
764
+ * Added an experiment for testing the sorted results control.
765
+ * Re-sorted the OID constants to be in OID order
766
+ [8b2fb7415412]
767
+
768
+ 2010-01-24 Michael Granger <ged@FaerieMUD.org>
769
+
770
+ * bin/treequel:
771
+ Convert the option parsers to a class global instead of a constant
772
+ [b994d8d9d608]
773
+
774
+ 2010-01-13 Michael Granger <ged@FaerieMUD.org>
775
+
776
+ * bin/treequel:
777
+ Make treequel shell's 'cat' command error for non-existant entries
778
+ [84087b01d473]
779
+
780
+ * bin/treequel:
781
+ Fix the 'grep' command in the Treequel shell.
782
+ [669a09149f48]
783
+
784
+ 2010-01-12 Michael Granger <ged@FaerieMUD.org>
785
+
786
+ * LICENSE, bin/treequel, examples/ldap-rack-auth.rb,
787
+ experiments/contentsync.rb, experiments/filter-syntax-spike.rb,
788
+ lib/treequel/controls/contentsync.rb, lib/treequel/directory.rb,
789
+ spec/treequel/directory_spec.rb:
790
+ Operational attributes propagation and treequel shell fixes.
791
+ * Fix propagation of Treequel::Branch#include_operational_attrs flag
792
+ through search.
793
+ * Made short-form 'ls' output show entries with subordinates appear
794
+ with a '/'.
795
+ * Removed some old copied cruft from the treequel shell.
796
+ * Added content-sync control experiment.
797
+ * Got a little closer to content-sync control functioning.
798
+ [ab2a2ff43b60]
799
+
800
+ 2010-01-07 Michael Granger <ged@FaerieMUD.org>
801
+
802
+ * bin/treequel:
803
+ Merged with d77a0bf26034
804
+ [14f5f723d0aa]
805
+
806
+ * Rakefile:
807
+ Updated build system
808
+ [00ac1bc4e917]
809
+
810
+ 2009-12-22 Michael Granger <ged@FaerieMUD.org>
811
+
812
+ * bin/treequel:
813
+ Reworked LDIF display colors in the shell to be more visible.
814
+ [d77a0bf26034]
815
+
816
+ * bin/treequel:
817
+ Make the treequel shell fall back to plain connect (with a warning)
818
+ if TLS fails.
819
+ [9aeccec1ee84]
820
+
821
+ 2010-01-07 Michael Granger <ged@FaerieMUD.org>
822
+
823
+ * bin/treequel, lib/treequel/branch.rb, lib/treequel/constants.rb,
824
+ lib/treequel/utils.rb:
825
+ Improvements to the treequel shell, fixes for 1.9.1.
826
+ * Fixes for 1.9.1:
827
+ - Handle the change in the URI::REGEXP namespace under 1.9.1
828
+ - Eliminated most of the shadowed variable warnings
829
+ - Fixed the compact 'ls' display
830
+ * Got the 'create' treequel shell command working reasonably well
831
+ * Made Treequel::Branch#object_classes raise an exception if one of
832
+ the specified additional_classes
833
+ [5afefa230ef0]
834
+
835
+ 2010-01-06 Michael Granger <ged@FaerieMUD.org>
836
+
837
+ * lib/treequel/directory.rb, spec/treequel/directory_spec.rb:
838
+ Eliminate duplicates when smushing RDN attributes on a
839
+ Treequel::Directory#create
840
+ [83b178f0850e]
841
+
842
+ 2009-12-22 Michael Granger <ged@FaerieMUD.org>
843
+
844
+ * examples/ldap-monitor.rb, examples/ldap-
845
+ monitor/public/css/master.css, examples/ldap-
846
+ monitor/public/images/card_small.png, examples/ldap-
847
+ monitor/public/images/chain_small.png, examples/ldap-
848
+ monitor/public/images/globe_small.png, examples/ldap-
849
+ monitor/public/images/globe_small_green.png, examples/ldap-
850
+ monitor/public/images/plug.png, examples/ldap-
851
+ monitor/public/images/shadows/large-30-down.png, examples/ldap-
852
+ monitor/public/images/tick.png, examples/ldap-
853
+ monitor/public/images/tick_circle.png, examples/ldap-
854
+ monitor/public/images/treequel-favicon.png, examples/ldap-
855
+ monitor/views/backends.erb, examples/ldap-
856
+ monitor/views/connections.erb, examples/ldap-
857
+ monitor/views/databases.erb, examples/ldap-
858
+ monitor/views/dump_subsystem.erb, examples/ldap-
859
+ monitor/views/index.erb, examples/ldap-monitor/views/layout.erb,
860
+ examples/ldap-monitor/views/listeners.erb:
861
+ Automated merge with ssh://hg@deveiate/Treequel
862
+ [3bdd645530fe]
863
+
864
+ 2009-12-18 Michael Granger <ged@FaerieMUD.org>
865
+
866
+ * Merged with 5fd4033e1556
867
+ [9571c9d8e4dd]
868
+
869
+ 2009-12-17 Michael Granger <ged@FaerieMUD.org>
870
+
871
+ * docs/openldap-oids.txt, lib/treequel/constants.rb,
872
+ lib/treequel/controls/contentsync.rb,
873
+ lib/treequel/controls/persistentsearch.rb,
874
+ lib/treequel/directory.rb:
875
+ More controls work, started several more control modules.
876
+ * Adding a breakdown of all the controls the OpenLDAP server I have
877
+ has, so I know which controls I can test against.
878
+ * Added some control constants.
879
+ * Added the ContentSyncControl and the PersistentSearchControl.
880
+ * Added a Directory#supported_controls method.
881
+ [ffc2ebacdfd0]
882
+
883
+ 2009-12-22 Michael Granger <ged@FaerieMUD.org>
884
+
885
+ * bin/treequel, examples/ldap-monitor.rb, examples/ldap-
886
+ monitor/public/css/master.css, examples/ldap-
887
+ monitor/public/images/card_small.png, examples/ldap-
888
+ monitor/public/images/chain_small.png, examples/ldap-
889
+ monitor/public/images/globe_small.png, examples/ldap-
890
+ monitor/public/images/globe_small_green.png, examples/ldap-
891
+ monitor/public/images/plug.png, examples/ldap-
892
+ monitor/public/images/shadows/large-30-down.png, examples/ldap-
893
+ monitor/public/images/tick.png, examples/ldap-
894
+ monitor/public/images/tick_circle.png, examples/ldap-
895
+ monitor/public/images/treequel-favicon.png, examples/ldap-
896
+ monitor/views/backends.erb, examples/ldap-
897
+ monitor/views/connections.erb, examples/ldap-
898
+ monitor/views/databases.erb, examples/ldap-
899
+ monitor/views/dump_subsystem.erb, examples/ldap-
900
+ monitor/views/index.erb, examples/ldap-monitor/views/layout.erb,
901
+ examples/ldap-monitor/views/listeners.erb, lib/treequel.rb:
902
+ Treequel shell fix, splitting off the LDAP monitor example, version
903
+ bump.
904
+
905
+ * Removed the check for an existing user record from the 'bind'
906
+ command, as the user in question might not be visible until the
907
+ bind happens.
908
+ * Split off the ldap-monitor example into a project of its own
909
+ (http://deveiate.org/misc.html).
910
+ * Bumped the version to 1.0.2.
911
+ [31c326800cc6]
912
+
913
+ 2009-12-16 Michael Granger <ged@FaerieMUD.org>
914
+
915
+ * Rakefile, lib/treequel/mixins.rb, project.yml:
916
+ Updated build system, normalized comments in mixins.rb.
917
+ [5fd4033e1556]
918
+
919
+ 2009-12-11 Michael Granger <ged@FaerieMUD.org>
920
+
921
+ * Rakefile.local, experiments/paged_results_example.rb,
922
+ lib/treequel/controls/pagedresults.rb, lib/treequel/directory.rb,
923
+ lib/treequel/mixins.rb, misc/ruby-ldap-controlsfix.patch,
924
+ spec/lib/control_behavior.rb, spec/treequel/control_spec.rb,
925
+ spec/treequel/controls/pagedresults_spec.rb:
926
+ More work on controls,
927
+ * Added a spec:gdb task for running specs under GDB.
928
+ * Added a port of the paged-results control example that comes with
929
+ Ruby-LDAP using Treequel instead.
930
+ * Warn in the PagedResultsControl if the Ruby-LDAP that's installed is
931
+ 0.9.9 or earlier, since those versions have broken #search_ext and
932
+ #search_ext2 methods, and added a patch for 0.9.9.
933
+ * Minimized the codepath differences between the two styles of
934
+ Directory#search calls (with and without a block).
935
+ * Added a shared behavior for control module specs.
936
+ * Finished specs for the control module and the paged-results control.
937
+ [b04972837e63]
938
+
939
+ 2009-12-08 Michael Granger <ged@FaerieMUD.org>
940
+
941
+ * lib/treequel.rb, lib/treequel/branch.rb, lib/treequel/branchset.rb,
942
+ lib/treequel/constants.rb, lib/treequel/control.rb,
943
+ lib/treequel/controls/pagedresults.rb, lib/treequel/directory.rb,
944
+ lib/treequel/exceptions.rb, spec/treequel/branchset_spec.rb,
945
+ spec/treequel/control_spec.rb, spec/treequel/directory_spec.rb:
946
+ Finished initial Controls implementation, added PagedResultsControl.
947
+ * Added delegators for
948
+ Branchset->Branch->Directory->Conn#{controls,referrals}
949
+ * Freeze the Treequel::Constants::Pattern constants so collisions show
950
+ up right away. We'll reduce the number of exported constants soon,
951
+ and the remaining ones will be the more-unique ones, but this
952
+ change will at least stop it from happening (relatively) silently.
953
+ * Finished the implementation of Treequel::Control
954
+ * added tests for inclusion of controls in the searches that happen
955
+ through Branchset
956
+ * Added the interface for registering controls with Directory objects
957
+ * Added Treequel::PagedResultsControl, which doesn't work quite yet
958
+ because of a problem fetching the search cookie from the results.
959
+ Not sure if this is a bug in Ruby-LDAP, or on our end.
960
+ [d1ef2c0f53f2]
961
+
962
+ 2009-12-07 Mahlon E. Smith <mahlon@martini.nu>
963
+
964
+ * lib/treequel/control.rb, spec/treequel/control_spec.rb:
965
+ Add scaffolding for Treequel::Control.
966
+ [b937fbec04ca]
967
+
968
+ 2009-12-07 Michael Granger <ged@FaerieMUD.org>
969
+
970
+ * Rakefile, experiments/control-syntax-spike.rb,
971
+ lib/treequel/branch.rb, lib/treequel/branchset.rb,
972
+ spec/treequel/branch_spec.rb, spec/treequel/branchset_spec.rb:
973
+ Law of Demeter fix and more work on the controls spike.
974
+ [30f67c57d0bb]
975
+
976
+ 2009-12-06 Michael Granger <ged@FaerieMUD.org>
977
+
978
+ * .irbrc, Rakefile, bin/treequel, lib/treequel/branch.rb,
979
+ lib/treequel/constants.rb, project.yml:
980
+ Fixed the shell 'edit' command, cleaned up LDIF output, dependency
981
+ fixes.
982
+ - Made the LDIF output highlight correctly by adding LDIF regexen
983
+ - Dup output values before converting them to LDIF
984
+ - Removed dependencies are aren't required except for the 'treequel'
985
+ shell.
986
+ [014435b07b2d]
987
+
988
+ * bin/treequel, lib/treequel.rb:
989
+ Adding '+' mode to 'cat' (stolen from shelldap)
990
+ [b259ac7d021e]
991
+
992
+ 2009-12-01 Mahlon E. Smith <mahlon@martini.nu>
993
+
994
+ * Rakefile:
995
+ Heh heh heh, he said 'fem'
996
+ [150d5cf819a9]
997
+
998
+ 2009-11-17 Michael Granger <ged@FaerieMUD.org>
999
+
1000
+ * .hgtags:
1001
+ Added tag 1.0.1 for changeset 9c9993ba908e
1002
+ [ff8226a744d8]
1003
+
1004
+ * .hgsigs:
1005
+ Added signature for changeset c5e4cb039999
1006
+ [9c9993ba908e] [1.0.1]
1007
+
1008
+ * bin/treequel, lib/treequel/branchset.rb,
1009
+ spec/treequel/branchset_spec.rb:
1010
+ Added Branchset#as, added 'yaml'/disabled 'edit' command in treequel
1011
+ shell
1012
+ [c5e4cb039999]
1013
+
1014
+ * Rakefile, project.yml:
1015
+ Updated build system.
1016
+ [67502a7b9224]
1017
+
1018
+ 2009-11-10 Michael Granger <ged@FaerieMUD.org>
1019
+
1020
+ * .hgignore:
1021
+ Ignore .orig files
1022
+ [fd8e18e00cf5]
1023
+
1024
+ * Rakefile, bin/treequel, lib/treequel/mixins.rb,
1025
+ lib/treequel/utils.rb:
1026
+ Factored out generic utility code from the treequel binary; added
1027
+ color logging
1028
+ [e7d7f6b3c101]
1029
+
1030
+ 2009-10-27 Michael Granger <ged@FaerieMUD.org>
1031
+
1032
+ * lib/treequel/filter.rb, spec/treequel/filter_spec.rb:
1033
+ Fix a bug in #filter( String => String )
1034
+ [8a309df5700a]
1035
+
1036
+ 2009-10-19 Michael Granger <ged@FaerieMUD.org>
1037
+
1038
+ * bin/treequel:
1039
+ Fixing highlighting for wrapped LDIF values in the treequel shell.
1040
+ [32cf480d20a5]
1041
+
1042
+ 2009-10-15 Michael Granger <ged@FaerieMUD.org>
1043
+
1044
+ * Rakefile, bin/treequel, examples/ldap-rack-auth.rb,
1045
+ experiments/ohm.rb, lib/treequel.rb:
1046
+ Version bump, build system updates, made 'treequel' gem-binary-
1047
+ friendly, and some experiments.
1048
+ * Beginnings of experimental rack middleware to do LDAP
1049
+ authentication.
1050
+ * Taking a different tack in the OHM idea.
1051
+ * Removed the $0 == __FILE__ wrapper around 'treequel' startup so it
1052
+ works from the gem.
1053
+ * Bumping version to 1.0.1.
1054
+ [ca660bd12f7f]
1055
+
1056
+ 2009-10-14 Michael Granger <ged@FaerieMUD.org>
1057
+
1058
+ * bin/treequel:
1059
+ Adding features to bin/treequel
1060
+ * Persistant history
1061
+ * Completion for attributes in command arguments
1062
+ * New 'rm' and 'grep' commands
1063
+ * Made the prompt for 'bind' a little clearer
1064
+ [9e4ba9a59fd3]
1065
+
1066
+ 2009-10-11 Michael Granger <ged@FaerieMUD.org>
1067
+
1068
+ * bin/treequel:
1069
+ Factored out short- and long-ls output generation into separate
1070
+ methods
1071
+ [b375e07370b2]
1072
+
1073
+ 2009-10-02 Michael Granger <ged@FaerieMUD.org>
1074
+
1075
+ * Rakefile, bin/treequel, lib/treequel.rb:
1076
+ * Fixed option parsing. Thanks to apeiros and dominikh on #Ruby-Pro
1077
+ @Freenode for their help.
1078
+ [ac1efb8eea87]
1079
+
1080
+ * bin/treequel:
1081
+ * Trying a different strategy for option-parsing
1082
+ [311df09556e1]
1083
+
1084
+ 2009-10-01 Michael Granger <ged@FaerieMUD.org>
1085
+
1086
+ * Automated merge with ssh://hg@repo.deveiate.org/Treequel
1087
+ [59c98c071fc3]
1088
+
1089
+ * Merged 192 and 193
1090
+ [186ab733dad9]
1091
+
1092
+ 2009-09-30 Michael Granger <ged@FaerieMUD.org>
1093
+
1094
+ * experiments/control-syntax-spike.rb, lib/treequel.rb, misc/ruby-
1095
+ terminfo-0.1.1.gem:
1096
+ Adding rebuilt terminfo gem and the beginnings of a spike to work
1097
+ out branch-control syntax
1098
+ [01e0025b7bdd]
1099
+
1100
+ 2009-08-13 Michael Granger <ged@FaerieMUD.org>
1101
+
1102
+ * .hgtags:
1103
+ Added tag 1.0.0 for changeset 300dd8a5aa24
1104
+ [744c193e6f50]
1105
+
1106
+ * .hgsigs:
1107
+ Added signature for changeset a4e90241950d
1108
+ [f907b569dcbe]
1109
+
1110
+ * README, Rakefile, lib/treequel/directory.rb:
1111
+ Miscellaneous docs fixups.
1112
+ [af4cd38971b0]
1113
+
1114
+ * README, lib/treequel/branchset.rb, spec/treequel/branchset_spec.rb:
1115
+ Adding Branchset#to_hash
1116
+ [98303f8ae4d2]
1117
+
1118
+ * Rakefile, project.yml:
1119
+ Updated build system.
1120
+ [3622b1711521]
1121
+
1122
+ * examples/company-directory.rb:
1123
+ Fixed the display in the company directory example template.
1124
+ [aeae86442cac]
1125
+
1126
+ * .hgignore, LICENSE, README, docs/manual/src/index.page, examples
1127
+ /company-directory.rb, examples/ldap-monitor.rb:
1128
+ * Adding some more examples, updating the README.
1129
+ * Moving benthanks to the README and manual instead of LICENSE.
1130
+ [24d2ac287c7a]
1131
+
1132
+ * LICENSE, README, Rakefile, project.yml:
1133
+ Some cleanup and additions for release.
1134
+ [9f455dbd34ef]
1135
+
1136
+ * lib/treequel.rb:
1137
+ Bumping version for release.
1138
+ [73f377edf18e]
1139
+
1140
+ * Rakefile, docs/manual/resources/js/sh.js, lib/treequel/filter.rb,
1141
+ spec/lib/helpers.rb, spec/treequel/filter_spec.rb,
1142
+ spec/treequel/mixins_spec.rb:
1143
+ Fixes for Ruby 1.9.1.
1144
+ [4c3e13d4e6c3]
1145
+
1146
+ * examples/ldap-monitor.rb, examples/ldap-
1147
+ monitor/public/css/master.css, examples/ldap-
1148
+ monitor/public/images/globe_small.png, examples/ldap-
1149
+ monitor/public/images/globe_small_green.png, examples/ldap-
1150
+ monitor/public/images/plug.png, examples/ldap-
1151
+ monitor/views/backends.erb, examples/ldap-
1152
+ monitor/views/databases.erb, examples/ldap-
1153
+ monitor/views/listeners.erb:
1154
+ More work on the ldap-monitor example.
1155
+ [b4408d13d3c1]
1156
+
1157
+ 2009-08-12 Michael Granger <ged@FaerieMUD.org>
1158
+
1159
+ * docs/manual/resources/css/deveiate.css,
1160
+ docs/manual/resources/js/sh.js, docs/manual/src/index.page,
1161
+ lib/treequel/directory.rb, lib/treequel/mixins.rb:
1162
+ * Removing unused deveiate-theme stylesheet.
1163
+ * Made examples use a new IRb SyntaxHighlighter brush instead of the
1164
+ Ruby one.
1165
+ * More manual work.
1166
+ * Fixed a bug in Treequel::Directory's default syntax mapping for
1167
+ boolean types.
1168
+ * Fixed a bug in Treequel::Delegation for delegated methods passed in
1169
+ as Symbols.
1170
+ * Made Directory delegate all possible Branch methods via its #base
1171
+ instead of just a few.
1172
+ [da86adb16b81]
1173
+
1174
+ * examples/ldap-monitor/public/css/master.css:
1175
+ Committing CSS I forgot to commit with the last rev
1176
+ [ec8f2af665c6]
1177
+
1178
+ 2009-08-11 Michael Granger <ged@FaerieMUD.org>
1179
+
1180
+ * docs/treequel-favicon.png, examples/ldap-monitor.rb, examples/ldap-
1181
+ monitor/public/css/master.css, examples/ldap-
1182
+ monitor/public/images/card_small.png, examples/ldap-
1183
+ monitor/public/images/chain_small.png, examples/ldap-
1184
+ monitor/public/images/tick.png, examples/ldap-
1185
+ monitor/public/images/tick_circle.png, examples/ldap-
1186
+ monitor/public/images/treequel-favicon.png, examples/ldap-
1187
+ monitor/views/backends.erb, examples/ldap-
1188
+ monitor/views/connections.erb, examples/ldap-
1189
+ monitor/views/dump_subsystem.erb, examples/ldap-
1190
+ monitor/views/layout.erb, examples/ldap_state.rb,
1191
+ spec/treequel_spec.rb:
1192
+ * Added another real-world example and added a bit more work to the
1193
+ web monitor app.
1194
+ * Made the rev spec tolerant of keywords being turned on or off.
1195
+ [bfc759ec3d3a]
1196
+
1197
+ * examples/ldap-monitor.rb, examples/ldap-
1198
+ monitor/public/css/master.css, examples/ldap-
1199
+ monitor/public/images/shadows/large-30-down.png, examples/ldap-
1200
+ monitor/views/connections.erb, examples/ldap-
1201
+ monitor/views/dump_subsystem.erb, examples/ldap-
1202
+ monitor/views/index.erb, examples/ldap-monitor/views/layout.erb,
1203
+ lib/treequel/branch.rb, spec/treequel/branch_spec.rb,
1204
+ spec/treequel_spec.rb:
1205
+ * Added my nascent LDAP web monitor sinatra app under examples/
1206
+ * Re-worked the way Treequel::Branch#[] works, as OpenLDAP's
1207
+ operational attributes don't seem to be in its schema, or at
1208
+ least not how it's being fetched currently. Need to investigate
1209
+ cn=subschema.
1210
+ * Fix the Treequel.version spec to expect the rev keyword.
1211
+ [c9e2a6b28d39]
1212
+
1213
+ 2009-08-10 Michael Granger <ged@FaerieMUD.org>
1214
+
1215
+ * docs/manual/src/index.page, experiments/userservice.rb,
1216
+ lib/treequel.rb, lib/treequel/branch.rb,
1217
+ lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
1218
+ lib/treequel/directory.rb, lib/treequel/exceptions.rb,
1219
+ lib/treequel/filter.rb, lib/treequel/schema.rb,
1220
+ lib/treequel/schema/attributetype.rb,
1221
+ lib/treequel/schema/ldapsyntax.rb,
1222
+ lib/treequel/schema/matchingrule.rb,
1223
+ lib/treequel/schema/matchingruleuse.rb,
1224
+ lib/treequel/schema/objectclass.rb, spec/treequel_spec.rb:
1225
+ Stripped SVN constants and headers.
1226
+ [83fc292048c9]
1227
+
1228
+ * .irbrc, docs/manual/src/index.page,
1229
+ lib/treequel/branchcollection.rb, lib/treequel/filter.rb,
1230
+ spec/treequel/branchcollection_spec.rb,
1231
+ spec/treequel/branchset_spec.rb, spec/treequel/filter_spec.rb:
1232
+ * More manual work
1233
+ * Removed 'order' from BranchCollection
1234
+ * Fixed hash-filters for Hashes that contain both single matches and
1235
+ composite matches.
1236
+ [0b6835347c3b]
1237
+
1238
+ * docs/manual/resources/css/manual.css:
1239
+ Fixes for the manual footer
1240
+ [6b35527b9525]
1241
+
1242
+ * .hgignore, docs/Treequel Manual Diagrams.graffle,
1243
+ docs/manual/layouts/default.page, docs/manual/layouts/intro.page,
1244
+ docs/manual/resources/css/manual.css, docs/manual/resources/images
1245
+ /dialog-error.png, docs/manual/resources/images/dialog-
1246
+ information.png, docs/manual/resources/images/dialog-warning.png,
1247
+ docs/manual/resources/images/emblem-important.png,
1248
+ docs/manual/resources/images/logo-small.png,
1249
+ docs/manual/src/index.page, lib/treequel/branch.rb,
1250
+ lib/treequel/branchset.rb, lib/treequel/directory.rb,
1251
+ spec/treequel/branchset_spec.rb:
1252
+ * Removing Branch#order, since the client-library sort attribute and
1253
+ function don't do server-side ordering.
1254
+ [dfe7e7e17359]
1255
+
1256
+ 2009-08-05 Michael Granger <ged@FaerieMUD.org>
1257
+
1258
+ * docs/manual/resources/css/manual.css, docs/manual/src/index.page,
1259
+ lib/treequel/filter.rb, spec/treequel/filter_spec.rb:
1260
+ * Manual headings have a bit more top-margin.
1261
+ * More manual work.
1262
+ * Untangled Hash expressions from the Array cases and made them
1263
+ distinctly useful
1264
+ [21333d9653ff]
1265
+
1266
+ 2009-08-03 Michael Granger <ged@FaerieMUD.org>
1267
+
1268
+ * docs/manual/src/index.page:
1269
+ Merged f9ac0e1fa95f
1270
+ [b1aa9a5642f5]
1271
+
1272
+ * .irbrc, LICENSE, docs/manual/src/index.page:
1273
+ * Adding a prompt mode to the .irbrc for manual example generation.
1274
+ * More manual work.
1275
+ * Adding Mahlon to the license file.
1276
+ [4b7381e4c35c]
1277
+
1278
+ * docs/manual/lib/examples-filter.rb,
1279
+ docs/manual/resources/css/manual.css, docs/manual/src/index.page:
1280
+ * Finished conversion of the manual to client-side syntax-
1281
+ highlighting instead of Ultraviolet.
1282
+ * Merged some CSS from Redleaf's manual.
1283
+ [a0cbc5a505fb]
1284
+
1285
+ 2009-08-01 Michael Granger <ged@FaerieMUD.org>
1286
+
1287
+ * docs/manual/src/index.page, experiments/filter-syntax-spike.rb,
1288
+ experiments/inspect_entry.rb, experiments/laika.rb,
1289
+ experiments/ohm.rb, experiments/syntax-spike.rb,
1290
+ lib/treequel/branch.rb, lib/treequel/mixins.rb,
1291
+ lib/treequel/utils.rb:
1292
+ * Added details about Branchset#filter, #scope, #limit, and #select
1293
+ * Fixed the list of delegated branchset method in Treequel::Branch.
1294
+ [1d45903c1750]
1295
+
1296
+ 2009-07-31 Michael Granger <ged@FaerieMUD.org>
1297
+
1298
+ * Rakefile, project.yml:
1299
+ Updated build system
1300
+ [a3aeb3c6c147]
1301
+
1302
+ * .hgignore, Rakefile, docs/manual/src/index.page:
1303
+ Merged. Someday I'll get the hang of this.
1304
+ [0d8816a380da]
1305
+
1306
+ 2009-07-29 Michael Granger <ged@FaerieMUD.org>
1307
+
1308
+ * .hgignore, Rakefile, docs/manual/src/index.page,
1309
+ lib/treequel/filter.rb, project.yml, spec/treequel/filter_spec.rb:
1310
+ * Adding coverage cache to the ignorefile.
1311
+ * Added ruby-ldap dependency. Yay!
1312
+ * More work on the manual.
1313
+ * Made Treequel::Branch#filter treat a Hash like an array of tuples.
1314
+ [4ece63b2cc6e]
1315
+
1316
+ 2009-07-28 Michael Granger <ged@FaerieMUD.org>
1317
+
1318
+ * .hgignore, Rakefile:
1319
+ Merged with 34cc97817266
1320
+ [067907cead97]
1321
+
1322
+ 2009-07-27 Michael Granger <ged@FaerieMUD.org>
1323
+
1324
+ * .hgignore, Rakefile:
1325
+ Updated build system
1326
+ [109b2cbe661e]
1327
+
1328
+ * Merging work from gont
1329
+ [e67354b564e1]
1330
+
1331
+ 2009-07-24 Michael Granger <ged@FaerieMUD.org>
1332
+
1333
+ * .hgsub, .hgsubstate:
1334
+ Unlinking the subrepo, as it doesn't behave well enough quite yet.
1335
+ [9c59112d9e42]
1336
+
1337
+ 2009-07-28 Michael Granger <ged@FaerieMUD.org>
1338
+
1339
+ * .hgignore, Rakefile, docs/manual/src/index.page:
1340
+ Manual rewording, .hgignore updates
1341
+ [4c4abfba98e0]
1342
+
1343
+ 2009-07-24 Michael Granger <ged@FaerieMUD.org>
1344
+
1345
+ * .hgsub, .hgsubstate:
1346
+ Merging build system fixes
1347
+ [2e081686cd5d]
1348
+
1349
+ * Rakefile:
1350
+ Updated build system
1351
+ [dcf67ec9818a] <build-system-fixes>
1352
+
1353
+ * .hgsub, .hgsubstate, Rakefile:
1354
+ Removing subrepo, as it doesn't work quite the way I'd hoped.
1355
+ [b8de99344904] <build-system-fixes>
1356
+
1357
+ * .hgignore, .hgsubstate, Rakefile, Rakefile.local, project.yml:
1358
+ Initial commit of Mercurial-based tasks
1359
+ [5415543ce713] <build-system-fixes>
1360
+
1361
+ 2009-07-23 Michael Granger <ged@FaerieMUD.org>
1362
+
1363
+ * .hgsubstate, Rakefile, docs/treequel-red-small.png:
1364
+ Started converting svn-specific helpers and tasks to vcs-agnostic
1365
+ ones
1366
+ [48d9fbeb2d3e] <build-system-fixes>
1367
+
1368
+ 2009-07-21 Michael Granger <ged@FaerieMUD.org>
1369
+
1370
+ * .hgsub, .hgsubstate:
1371
+ Adding experimental .hgsub for the rake tasklibs
1372
+ [ae447545aa01]
1373
+
1374
+ 2009-07-21 Mahlon E. Smith <mahlon@martini.nu>
1375
+
1376
+ * docs/manual/src/index.page:
1377
+ Manual updates for Branches, Branchsets, and Directory.base.
1378
+ [7779841b6553]
1379
+
1380
+ 2009-07-21 Michael Granger <ged@FaerieMUD.org>
1381
+
1382
+ * docs/manual/resources/images/cc-by.png, docs/manual/src/index.page,
1383
+ lib/treequel/branch.rb, lib/treequel/branchset.rb,
1384
+ lib/treequel/directory.rb, lib/treequel/schema/objectclass.rb,
1385
+ spec/treequel/directory_spec.rb:
1386
+ * Treequel::Branch
1387
+ - Clear caches after a #delete
1388
+ - Return self from #create
1389
+ * Cleaned up Treequel::Schema::ObjectClass#inspect's return value a
1390
+ bit.
1391
+ * Check for non-existant objectClasses to avoid calling
1392
+ NilClass#structural? in Treequel::Directory#create.
1393
+ * Treequel::Branchset
1394
+ - Cleaned up #inspect's return value
1395
+ - New method: Sequel::Dataset-style #map
1396
+ * Manual work
1397
+ * Added a cc-by license badge instead of hitting creativecommons.org
1398
+ every time.
1399
+ [9baa3aa59ac7]
1400
+
1401
+ * lib/treequel/branch.rb, lib/treequel/directory.rb,
1402
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb:
1403
+ * Fixing Treequel::Branch#copy, which was mistakenly using a modrdn
1404
+ to copy.
1405
+ * Removing Treequel::Directory#copy, which was based on a misreading
1406
+ of `ldap_modrdn2()`.
1407
+ [d227d5d6f07e]
1408
+
1409
+ 2009-07-20 Michael Granger <ged@FaerieMUD.org>
1410
+
1411
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
1412
+ lib/treequel/directory.rb, lib/treequel/mixins.rb:
1413
+ * Treequel::Branch: Don't freeze non-Arrays in the cached attribute
1414
+ values hash.
1415
+ * Make a distinct copy of the log proxy for duplicated objects.
1416
+ * Manual work.
1417
+ [7af3d5893bbe]
1418
+
1419
+ * Rakefile, Rakefile.local, docs/manual/src/index.page,
1420
+ lib/treequel/directory.rb, lib/treequel/mixins.rb,
1421
+ spec/treequel/directory_spec.rb, spec/treequel/mixins_spec.rb:
1422
+ * Made the Hash merge function a module_function instead of a
1423
+ constant
1424
+ * Added copying to the manual, and fixed it in Treequel::Directory.
1425
+ * Added a local Rakefile, and added a manual-check task
1426
+ [0f343c7bac68]
1427
+
1428
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
1429
+ lib/treequel/directory.rb, spec/treequel/branch_spec.rb,
1430
+ spec/treequel/directory_spec.rb:
1431
+ * Added the ability to include operational attributes in
1432
+ Treequel::Branch at the class and instance level.
1433
+ * Bumped logging around binding/rebinding to INFO level.
1434
+ [88a37f71375a]
1435
+
1436
+ 2009-07-19 Michael Granger <ged@FaerieMUD.org>
1437
+
1438
+ * docs/manual/resources/images/wrap.png:
1439
+ Adding missing wrap.png for the manual
1440
+ [741f1a399ca8]
1441
+
1442
+ 2009-07-18 Michael Granger <ged@FaerieMUD.org>
1443
+
1444
+ * docs/manual/resources/images/logo.png, docs/manual/src/index.page,
1445
+ docs/treequel-red.png, docs/treequel-red.svg,
1446
+ lib/treequel/constants.rb, lib/treequel/directory.rb,
1447
+ lib/treequel/schema/objectclass.rb,
1448
+ spec/treequel/schema/objectclass_spec.rb:
1449
+ * Make ObjectClass#sup return the corresponding ObjectClass
1450
+ instance.
1451
+ * Added #get_extended_entry to Directory.
1452
+ * More manual work.
1453
+ [6f0e1d82faa4]
1454
+
1455
+ 2009-07-17 Michael Granger <ged@FaerieMUD.org>
1456
+
1457
+ * docs/manual/resources/css/manual.css,
1458
+ docs/manual/resources/images/arrow_225_small.png,
1459
+ docs/manual/resources/images/arrow_315_small.png,
1460
+ docs/manual/resources/images/arrow_skip.png,
1461
+ docs/manual/resources/images/information.png,
1462
+ docs/manual/resources/images/logo.png,
1463
+ docs/manual/resources/images/magnifier_left.png,
1464
+ docs/manual/resources/images/printer.png,
1465
+ docs/manual/resources/images/question.png,
1466
+ docs/manual/resources/images/scripts_code.png,
1467
+ docs/manual/resources/js/manual.js, docs/manual/src/index.page, docs
1468
+ /treequel-red-medium.png, docs/treequel-red-small.png, docs
1469
+ /treequel-red.png, docs/treequel-red.svg, docs/treequel.svg:
1470
+ Cleaned up the manual syntax-highlighting a bunch. Red logo!
1471
+ [b470955b4277]
1472
+
1473
+ * docs/manual/layouts/intro.page, docs/manual/lib/examples-filter.rb,
1474
+ docs/manual/resources/css/manual.css,
1475
+ docs/manual/resources/images/help.png,
1476
+ docs/manual/resources/images/magnifier.png,
1477
+ docs/manual/resources/images/page_white_code.png,
1478
+ docs/manual/resources/images/page_white_copy.png,
1479
+ docs/manual/resources/images/printer.png,
1480
+ docs/manual/resources/images/wrapping.png,
1481
+ docs/manual/resources/js/manual.js, docs/manual/resources/js/sh.js,
1482
+ docs/manual/resources/swf/clipboard.swf, docs/manual/src/index.page:
1483
+ Use client-side highlighting instead of Ultraviolet.
1484
+ [31ce6958889d]
1485
+
1486
+ 2009-07-17 Mahlon E. Smith <mahlon@martini.nu>
1487
+
1488
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
1489
+ spec/treequel/branch_spec.rb:
1490
+ * Wrap branch rdn attributes in an array for easy mungin' and
1491
+ merging.
1492
+ * Fix base_dn option from URI parsing and options hash.
1493
+ * Minor manual updates.
1494
+ [2f1b04aa4c88]
1495
+
1496
+ 2009-07-17 Michael Granger <ged@FaerieMUD.org>
1497
+
1498
+ * docs/manual/lib/editorial-filter.rb,
1499
+ docs/manual/resources/css/manual.css,
1500
+ docs/manual/resources/js/manual.js, docs/manual/src/index.page:
1501
+ * Manual work.
1502
+ [7fec5e5e47cf]
1503
+
1504
+ * docs/manual/layouts/intro.page,
1505
+ docs/manual/resources/images/logo.png,
1506
+ docs/manual/resources/js/jquery-1.3.2.min.js,
1507
+ docs/manual/resources/js/jquery.ThickBox.js,
1508
+ docs/manual/resources/js/manual.js, docs/manual/src/index.page:
1509
+ * Logo and other manual work
1510
+ * Added the missing resources/js/ dir to the manual
1511
+ [4a9186101ea3]
1512
+
1513
+ * bin/treequel, docs/manual/src/index.page, docs/treequel-blue.svgz,
1514
+ lib/treequel/branch.rb, lib/treequel/directory.rb,
1515
+ lib/treequel/schema/objectclass.rb, spec/treequel/branch_spec.rb,
1516
+ spec/treequel/directory_spec.rb:
1517
+ * Treequel::Branch
1518
+ - Added #exists?, #get_child,
1519
+ - Fixed #object_classes and other schema-related methods.
1520
+ * Added Treequel::Schema::ObjectClass#structural?
1521
+ * Added some fixes for Ruby/LDAP 0.9.9.
1522
+ [eea6b8cff79a]
1523
+
1524
+ 2009-07-16 Mahlon E. Smith <mahlon@martini.nu>
1525
+
1526
+ * docs/manual/src/index.page, lib/treequel.rb, lib/treequel/branch.rb,
1527
+ lib/treequel/directory.rb, spec/treequel/branch_spec.rb,
1528
+ spec/treequel/directory_spec.rb, spec/treequel_spec.rb:
1529
+ * Wrap branch rdn attributes in an array for easy mungin' and
1530
+ merging.
1531
+ * Fix base_dn option from URI parsing and options hash.
1532
+ * Minor manual updates.
1533
+ [b27a0b79f367]
1534
+
1535
+ 2009-07-15 Michael Granger <ged@FaerieMUD.org>
1536
+
1537
+ * lib/treequel/branch.rb, lib/treequel/filter.rb,
1538
+ spec/treequel/filter_spec.rb:
1539
+ * Order attributes by their key when composing a multi-value RDN
1540
+ from a pair + a Hash for predictabilty.
1541
+ * Added support for negated Sequel expressions (e.g., `~:cn` =>
1542
+ `(!(cn=*))`, `~{:cn => 'foo'}` => `(!(cn=foo))` )
1543
+ [191820b894dc]
1544
+
1545
+ * docs/treequel.svgz:
1546
+ Adding logo
1547
+ [9e3c3d925484]
1548
+
1549
+ 2009-07-13 Michael Granger <ged@FaerieMUD.org>
1550
+
1551
+ * Rakefile, docs/manual/src/index.page, experiments/ohm.rb,
1552
+ lib/treequel.rb, lib/treequel/branch.rb,
1553
+ lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
1554
+ lib/treequel/constants.rb, lib/treequel/directory.rb,
1555
+ lib/treequel/schema.rb, lib/treequel/schema/ldapsyntax.rb,
1556
+ lib/treequel/schema/matchingrule.rb,
1557
+ lib/treequel/schema/matchingruleuse.rb,
1558
+ spec/treequel/branch_spec.rb,
1559
+ spec/treequel/branchcollection_spec.rb,
1560
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb,
1561
+ spec/treequel_spec.rb:
1562
+ * Updated build system
1563
+ * Treequel::Branch:
1564
+ - refactored so it uses its DN for everything instead of having to
1565
+ constantly build its DN from its RDN attribute/value pair.
1566
+ - added support for multi-value RDNs (e.g., cn=foo+l=bar)
1567
+ - new method: #uri
1568
+ * Commented out the spammy debug from the schema-parsing functions
1569
+ * Treequel::Directory
1570
+ - Renamed #basedn to #base_dn
1571
+ - Added #base method for creating a Branch that wraps the base DN
1572
+ - Delegate Branch-ish methods through the new #base branch.
1573
+ - New method #uri
1574
+ - Refactored search methods to use search_ext2 for efficiency
1575
+ * Treequel::Branchset
1576
+ - refactored to explicitly use a Branch
1577
+ - made it Enumerable and refactored #all out as an alias for #entries
1578
+ - added a convenience method for creating a BranchCollection from the
1579
+ Branchset's results
1580
+ * Treequel::BranchCollection
1581
+ - made it Enumerable through each branchset's #each; refactored #all
1582
+ as an alias for #entries
1583
+ * Treequel::Constants
1584
+ - Added an inverse mapping for SCOPE.
1585
+ - Disambiguated the 'ESCAPED' pattern for DNs from the one for
1586
+ attribute values.
1587
+ * Updated the manual
1588
+ [aa1a22869419]
1589
+
1590
+ 2009-07-08 Michael Granger <ged@FaerieMUD.org>
1591
+
1592
+ * bin/treequel, experiments/dn.abnf, experiments/ohm.rb,
1593
+ lib/treequel/branch.rb, lib/treequel/constants.rb,
1594
+ lib/treequel/directory.rb, spec/treequel/directory_spec.rb:
1595
+ * A bit more hacking on the OHM experiment.
1596
+ * Treequel::Branch
1597
+ - Made attribute values in #must_attributes_hash empty strings to
1598
+ distinguish them from those created by #may_attributes_hash.
1599
+ - Added #valid_attributes_hash as a convenience method for a merged
1600
+ `must_attributes_hash` and `may_attributes_hash`.
1601
+ * Made the collection class returned from Treequel::Directory#search
1602
+ settable via a hash parameter, with fallback to the class of the
1603
+ base argument if it supports `new_from_entry` or Treequel::Branch
1604
+ if not.
1605
+ * Added RFC 4514 (Distinguished Names) productions to
1606
+ Treequel::Constants::Patterns
1607
+ * Treequel shell:
1608
+ - Changed the 'cd' command to 'cdn'
1609
+ - Validate the RDN passed to 'cdn'
1610
+ - Added a 'parent' command to allow changing up one RDN
1611
+ - Added a 'log' command to allow setting of log level, default log
1612
+ level to 'WARN'
1613
+ [4f3928271278]
1614
+
1615
+ 2009-07-03 Michael Granger <ged@FaerieMUD.org>
1616
+
1617
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
1618
+ lib/treequel/branchset.rb, lib/treequel/directory.rb,
1619
+ lib/treequel/schema/objectclass.rb, spec/treequel/branch_spec.rb,
1620
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb:
1621
+ * Treequel::Branch
1622
+ - Made entry-fetching not raise an exception, but just return nil
1623
+ instead.
1624
+ - Added #must_attributes_hash and #may_attributes_hash
1625
+ - Added a splat-array to #object_classes, #must_attribute_types,
1626
+ #must_oids, #may_attribute_types, #may_oids,
1627
+ * Added a logged warning for the case-sensitivity bug
1628
+ * Refactored the parameter-normalization stuff out of
1629
+ Treequel::Directory#search method for readability, and to
1630
+ simplify the argument signature of #search.
1631
+ [878ce9a276b2]
1632
+
1633
+ 2009-07-02 Michael Granger <ged@FaerieMUD.org>
1634
+
1635
+ * docs/manual/src/index.page, experiments/delegation_cost.rb,
1636
+ experiments/userservice.rb, lib/treequel/branch.rb,
1637
+ lib/treequel/branchset.rb, lib/treequel/directory.rb,
1638
+ lib/treequel/filter.rb, spec/treequel/branch_spec.rb,
1639
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb,
1640
+ spec/treequel/filter_spec.rb:
1641
+ * Adding experimental Arrow service that uses Treequel to return
1642
+ ou=People records.
1643
+ * Made Branch#create create the underlying entry instead of a child to
1644
+ better match what #delete, #modify, etc. are doing.
1645
+ * Treequel::Directory:
1646
+ - Fixed the argument list passed to LDAP::Conn#search_ext2 to match
1647
+ what the actual code expects.
1648
+ - Modified #create to create the entry underlying the branch passed in
1649
+ the first argument instead of an entry specified by RDN.
1650
+ * Treequel::Filter:
1651
+ - Factored out the tuple-parsing part of .parse_array_expression into
1652
+ a separate method.
1653
+ - Added a fallback to tuple-style expressions to handle expressions
1654
+ like { :uidNumber => 1414 }
1655
+ * Treequel::Branchset
1656
+ - Made it Enumerable
1657
+ - Added #limit
1658
+ * More work on the manual
1659
+ [f9b545b72c09]
1660
+
1661
+ 2009-06-30 Michael Granger <ged@FaerieMUD.org>
1662
+
1663
+ * experiments/ohm.rb, spec/treequel/filter_spec.rb:
1664
+ Removing the call to `Time.today` from the specs, as it requires the
1665
+ loading of 'time'.
1666
+ [a5b773de4514]
1667
+
1668
+ * lib/treequel/branch.rb, lib/treequel/connection.rb,
1669
+ lib/treequel/directory.rb, spec/treequel/branch_spec.rb,
1670
+ spec/treequel/connection_spec.rb, spec/treequel/directory_spec.rb:
1671
+ * Added Treequel::Branch#to_ufn
1672
+ * Removed Treequel::Connection class in favor of just handling the
1673
+ specific problems in the #search method.
1674
+ * Changed Treequel::Directory#search to be implemented in terms of
1675
+ #search_ext2 instead of the deprecated #search2
1676
+ [9e88e5e2559c]
1677
+
1678
+ 2009-06-29 Michael Granger <ged@FaerieMUD.org>
1679
+
1680
+ * experiments/ohm.rb, lib/treequel/filter.rb,
1681
+ spec/treequel/filter_spec.rb:
1682
+ * Adding the beginnings of an experimental object-mapping (tree-
1683
+ based ORM analogue) for LDAP entries.
1684
+ * Added handling for > and < Sequel expressions
1685
+ [e34950351275]
1686
+
1687
+ 2009-06-27 Michael Granger <ged@FaerieMUD.org>
1688
+
1689
+ * lib/treequel/utils.rb:
1690
+ Updated HTML logger formatter to the latest.
1691
+ [3bfc1759a408]
1692
+
1693
+ 2009-06-25 Michael Granger <ged@FaerieMUD.org>
1694
+
1695
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
1696
+ spec/treequel/branch_spec.rb:
1697
+ * Renamed Treequel::Branch#modify to #merge
1698
+ * More manual work.
1699
+ [ba8c0f6589c3]
1700
+
1701
+ 2009-06-24 Michael Granger <ged@FaerieMUD.org>
1702
+
1703
+ * docs/manual/src/index.page:
1704
+ Fixed some LAIKA references in the manual.
1705
+ [9fc34044d06a]
1706
+
1707
+ 2009-06-23 Michael Granger <ged@FaerieMUD.org>
1708
+
1709
+ * docs/Treequel Manual Diagrams.graffle,
1710
+ docs/manual/layouts/intro.page,
1711
+ docs/manual/resources/css/manual.css, docs/manual/src/index.page,
1712
+ lib/treequel.rb, lib/treequel/constants.rb,
1713
+ lib/treequel/directory.rb, lib/treequel/mixins.rb,
1714
+ spec/treequel/directory_spec.rb, spec/treequel_spec.rb:
1715
+ * Fixed docs on the binding arguments for
1716
+ Treequel::Directory#initialize.
1717
+ * Fixed some typos.
1718
+ * Stopdoc'ed the sub-modules under Treequel::Constants.
1719
+ * Made Treequel.directory more flexible.
1720
+ * Added a tentative logo to the diagrams.
1721
+ * Updated the manual CSS and templates from Redleaf's.
1722
+ * Manual work.
1723
+ * Made the initial argument to Treequel::Directory#bind accept an
1724
+ object that duck-types as a Branch.
1725
+ [79dbb11efb67]
1726
+
1727
+ * lib/treequel/connection.rb, lib/treequel/directory.rb,
1728
+ lib/treequel/mixins.rb, spec/treequel/connection_spec.rb:
1729
+ * Added delegation to the connection wrapper.
1730
+ * Fixed a bug in the Treequel::Delegation code-generation when it
1731
+ generates a delegated assignment method (#foo=).
1732
+ [13c3ae870b11]
1733
+
1734
+ 2009-06-22 Michael Granger <ged@FaerieMUD.org>
1735
+
1736
+ * docs/manual/layouts/default.page, docs/manual/src/index.page,
1737
+ lib/treequel.rb, lib/treequel/branch.rb,
1738
+ lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
1739
+ lib/treequel/connection.rb, lib/treequel/constants.rb,
1740
+ lib/treequel/directory.rb, lib/treequel/exceptions.rb,
1741
+ lib/treequel/filter.rb, lib/treequel/schema.rb,
1742
+ lib/treequel/schema/attributetype.rb,
1743
+ lib/treequel/schema/ldapsyntax.rb,
1744
+ lib/treequel/schema/matchingrule.rb,
1745
+ lib/treequel/schema/matchingruleuse.rb,
1746
+ lib/treequel/schema/objectclass.rb,
1747
+ spec/treequel/connection_spec.rb, spec/treequel/directory_spec.rb,
1748
+ spec/treequel/filter_spec.rb:
1749
+ * Fixed RDoc headers.
1750
+ * Started work on a connection-abstraction that handles referrals,
1751
+ exception-normalization, and reconnection.
1752
+ * Merged filter constants into the Constants module's namespace and
1753
+ factored out some duplication and inconsistency.
1754
+ * Some manual work.
1755
+ * Fixed a buggy substring filter spec that was uncovered by the
1756
+ constants refactoring.
1757
+ [726aa7f95eb7]
1758
+
1759
+ 2009-06-18 Michael Granger <ged@FaerieMUD.org>
1760
+
1761
+ * README, Rakefile, docs/Treequel Manual Diagrams.graffle,
1762
+ lib/treequel.rb, lib/treequel/schema.rb, project.yml,
1763
+ spec/treequel/schema_spec.rb:
1764
+ * Updated the build system.
1765
+ * Untaint all schema names before trying to turn them into Symbols so
1766
+ it works under $SAFE = 1.
1767
+ * Fixed some documentation, updated the description with something
1768
+ less-vague.
1769
+ [062424db136b]
1770
+
1771
+ * Rakefile, lib/treequel.rb, lib/treequel/branch.rb,
1772
+ lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
1773
+ spec/lib/constants.rb, spec/treequel/branch_spec.rb,
1774
+ spec/treequel/branchcollection_spec.rb,
1775
+ spec/treequel/branchset_spec.rb, spec/treequel_spec.rb:
1776
+ * Adding BranchCollection class.
1777
+ * Treequel::Branchset
1778
+ - Added #base_dn method
1779
+ - Added the base to the inspection text
1780
+ * Made argument to Treequel.directory optional
1781
+ [d175301aab61]
1782
+
1783
+ 2009-10-01 Michael Granger <ged@FaerieMUD.org>
1784
+
1785
+ * bin/treequel:
1786
+ * More work on option-parsing
1787
+ [a4acbdcb366e]
1788
+
1789
+ 2009-09-30 Michael Granger <ged@FaerieMUD.org>
1790
+
1791
+ * bin/treequel:
1792
+ Worked on the treequel shell, adding option-parsing and help
1793
+ [b1374ce2d79b]
1794
+
1795
+ * bin/treequel, lib/treequel/directory.rb:
1796
+ * Fixes for the treequel shell, which was very broken in the initial
1797
+ release. :/
1798
+ * Fixed method docs for Treequel::Directory#bind
1799
+ [0de4d48e9b2d]
1800
+
1801
+ 2009-08-13 Michael Granger <ged@FaerieMUD.org>
1802
+
1803
+ * .hgtags:
1804
+ Added tag 1.0.0 for changeset 300dd8a5aa24
1805
+ [104e3d7685c3]
1806
+
1807
+ * .hgsigs:
1808
+ Added signature for changeset a4e90241950d
1809
+ [300dd8a5aa24] [1.0.0]
1810
+
1811
+ * README, Rakefile, lib/treequel/directory.rb:
1812
+ Miscellaneous docs fixups.
1813
+ [a4e90241950d]
1814
+
1815
+ * README, lib/treequel/branchset.rb, spec/treequel/branchset_spec.rb:
1816
+ Adding Branchset#to_hash
1817
+ [e98fb34df0c0]
1818
+
1819
+ * Rakefile, project.yml:
1820
+ Updated build system.
1821
+ [e18bfe831135]
1822
+
1823
+ * examples/company-directory.rb:
1824
+ Fixed the display in the company directory example template.
1825
+ [a8927110eaa6]
1826
+
1827
+ * .hgignore, LICENSE, README, docs/manual/src/index.page, examples
1828
+ /company-directory.rb, examples/ldap-monitor.rb:
1829
+ * Adding some more examples, updating the README.
1830
+ * Moving benthanks to the README and manual instead of LICENSE.
1831
+ [dddcad307b99]
1832
+
1833
+ * LICENSE, README, Rakefile, project.yml:
1834
+ Some cleanup and additions for release.
1835
+ [c8fc81f20772]
1836
+
1837
+ * lib/treequel.rb:
1838
+ Bumping version for release.
1839
+ [e352bc86498a]
1840
+
1841
+ * Rakefile, docs/manual/resources/js/sh.js, lib/treequel/filter.rb,
1842
+ spec/lib/helpers.rb, spec/treequel/filter_spec.rb,
1843
+ spec/treequel/mixins_spec.rb:
1844
+ Fixes for Ruby 1.9.1.
1845
+ [73775f828f6b]
1846
+
1847
+ * examples/ldap-monitor.rb, examples/ldap-
1848
+ monitor/public/css/master.css, examples/ldap-
1849
+ monitor/public/images/globe_small.png, examples/ldap-
1850
+ monitor/public/images/globe_small_green.png, examples/ldap-
1851
+ monitor/public/images/plug.png, examples/ldap-
1852
+ monitor/views/backends.erb, examples/ldap-
1853
+ monitor/views/databases.erb, examples/ldap-
1854
+ monitor/views/listeners.erb:
1855
+ More work on the ldap-monitor example.
1856
+ [af19a52bb21a]
1857
+
1858
+ 2009-08-12 Michael Granger <ged@FaerieMUD.org>
1859
+
1860
+ * docs/manual/resources/css/deveiate.css,
1861
+ docs/manual/resources/js/sh.js, docs/manual/src/index.page,
1862
+ lib/treequel/directory.rb, lib/treequel/mixins.rb:
1863
+ * Removing unused deveiate-theme stylesheet.
1864
+ * Made examples use a new IRb SyntaxHighlighter brush instead of the
1865
+ Ruby one.
1866
+ * More manual work.
1867
+ * Fixed a bug in Treequel::Directory's default syntax mapping for
1868
+ boolean types.
1869
+ * Fixed a bug in Treequel::Delegation for delegated methods passed in
1870
+ as Symbols.
1871
+ * Made Directory delegate all possible Branch methods via its #base
1872
+ instead of just a few.
1873
+ [809044df70bd]
1874
+
1875
+ * examples/ldap-monitor/public/css/master.css:
1876
+ Committing CSS I forgot to commit with the last rev
1877
+ [633687b023c4]
1878
+
1879
+ 2009-08-11 Michael Granger <ged@FaerieMUD.org>
1880
+
1881
+ * docs/treequel-favicon.png, examples/ldap-monitor.rb, examples/ldap-
1882
+ monitor/public/css/master.css, examples/ldap-
1883
+ monitor/public/images/card_small.png, examples/ldap-
1884
+ monitor/public/images/chain_small.png, examples/ldap-
1885
+ monitor/public/images/tick.png, examples/ldap-
1886
+ monitor/public/images/tick_circle.png, examples/ldap-
1887
+ monitor/public/images/treequel-favicon.png, examples/ldap-
1888
+ monitor/views/backends.erb, examples/ldap-
1889
+ monitor/views/connections.erb, examples/ldap-
1890
+ monitor/views/dump_subsystem.erb, examples/ldap-
1891
+ monitor/views/layout.erb, examples/ldap_state.rb,
1892
+ spec/treequel_spec.rb:
1893
+ * Added another real-world example and added a bit more work to the
1894
+ web monitor app.
1895
+ * Made the rev spec tolerant of keywords being turned on or off.
1896
+ [f9551821eced]
1897
+
1898
+ * examples/ldap-monitor.rb, examples/ldap-
1899
+ monitor/public/css/master.css, examples/ldap-
1900
+ monitor/public/images/shadows/large-30-down.png, examples/ldap-
1901
+ monitor/views/connections.erb, examples/ldap-
1902
+ monitor/views/dump_subsystem.erb, examples/ldap-
1903
+ monitor/views/index.erb, examples/ldap-monitor/views/layout.erb,
1904
+ lib/treequel/branch.rb, spec/treequel/branch_spec.rb,
1905
+ spec/treequel_spec.rb:
1906
+ * Added my nascent LDAP web monitor sinatra app under examples/
1907
+ * Re-worked the way Treequel::Branch#[] works, as OpenLDAP's
1908
+ operational attributes don't seem to be in its schema, or at
1909
+ least not how it's being fetched currently. Need to investigate
1910
+ cn=subschema.
1911
+ * Fix the Treequel.version spec to expect the rev keyword.
1912
+ [85dadbaf70a9]
1913
+
1914
+ 2009-08-10 Michael Granger <ged@FaerieMUD.org>
1915
+
1916
+ * docs/manual/src/index.page, experiments/userservice.rb,
1917
+ lib/treequel.rb, lib/treequel/branch.rb,
1918
+ lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
1919
+ lib/treequel/directory.rb, lib/treequel/exceptions.rb,
1920
+ lib/treequel/filter.rb, lib/treequel/schema.rb,
1921
+ lib/treequel/schema/attributetype.rb,
1922
+ lib/treequel/schema/ldapsyntax.rb,
1923
+ lib/treequel/schema/matchingrule.rb,
1924
+ lib/treequel/schema/matchingruleuse.rb,
1925
+ lib/treequel/schema/objectclass.rb, spec/treequel_spec.rb:
1926
+ Stripped SVN constants and headers.
1927
+ [c8c4db6916f1]
1928
+
1929
+ * .irbrc, docs/manual/src/index.page,
1930
+ lib/treequel/branchcollection.rb, lib/treequel/filter.rb,
1931
+ spec/treequel/branchcollection_spec.rb,
1932
+ spec/treequel/branchset_spec.rb, spec/treequel/filter_spec.rb:
1933
+ * More manual work
1934
+ * Removed 'order' from BranchCollection
1935
+ * Fixed hash-filters for Hashes that contain both single matches and
1936
+ composite matches.
1937
+ [3624f71a141d]
1938
+
1939
+ * docs/manual/resources/css/manual.css:
1940
+ Fixes for the manual footer
1941
+ [1b0eaa8f5a64]
1942
+
1943
+ * .hgignore, docs/Treequel Manual Diagrams.graffle,
1944
+ docs/manual/layouts/default.page, docs/manual/layouts/intro.page,
1945
+ docs/manual/resources/css/manual.css, docs/manual/resources/images
1946
+ /dialog-error.png, docs/manual/resources/images/dialog-
1947
+ information.png, docs/manual/resources/images/dialog-warning.png,
1948
+ docs/manual/resources/images/emblem-important.png,
1949
+ docs/manual/resources/images/logo-small.png,
1950
+ docs/manual/src/index.page, lib/treequel/branch.rb,
1951
+ lib/treequel/branchset.rb, lib/treequel/directory.rb,
1952
+ spec/treequel/branchset_spec.rb:
1953
+ * Removing Branch#order, since the client-library sort attribute and
1954
+ function don't do server-side ordering.
1955
+ [72833e18e4f8]
1956
+
1957
+ 2009-08-05 Michael Granger <ged@FaerieMUD.org>
1958
+
1959
+ * docs/manual/resources/css/manual.css, docs/manual/src/index.page,
1960
+ lib/treequel/filter.rb, spec/treequel/filter_spec.rb:
1961
+ * Manual headings have a bit more top-margin.
1962
+ * More manual work.
1963
+ * Untangled Hash expressions from the Array cases and made them
1964
+ distinctly useful
1965
+ [bacf91784530]
1966
+
1967
+ 2009-08-03 Michael Granger <ged@FaerieMUD.org>
1968
+
1969
+ * docs/manual/src/index.page:
1970
+ Merged f9ac0e1fa95f
1971
+ [b53d391399ce]
1972
+
1973
+ * docs/manual/lib/examples-filter.rb,
1974
+ docs/manual/resources/css/manual.css, docs/manual/src/index.page:
1975
+ * Finished conversion of the manual to client-side syntax-
1976
+ highlighting instead of Ultraviolet.
1977
+ * Merged some CSS from Redleaf's manual.
1978
+ [afeff031274d]
1979
+
1980
+ * .irbrc, LICENSE, docs/manual/src/index.page:
1981
+ * Adding a prompt mode to the .irbrc for manual example generation.
1982
+ * More manual work.
1983
+ * Adding Mahlon to the license file.
1984
+ [f9ac0e1fa95f]
1985
+
1986
+ 2009-08-01 Michael Granger <ged@FaerieMUD.org>
1987
+
1988
+ * docs/manual/src/index.page, experiments/filter-syntax-spike.rb,
1989
+ experiments/inspect_entry.rb, experiments/laika.rb,
1990
+ experiments/ohm.rb, experiments/syntax-spike.rb,
1991
+ lib/treequel/branch.rb, lib/treequel/mixins.rb,
1992
+ lib/treequel/utils.rb:
1993
+ * Added details about Branchset#filter, #scope, #limit, and #select
1994
+ * Fixed the list of delegated branchset method in Treequel::Branch.
1995
+ [1ddf7d4212c7]
1996
+
1997
+ 2009-07-31 Michael Granger <ged@FaerieMUD.org>
1998
+
1999
+ * Rakefile, project.yml:
2000
+ Updated build system
2001
+ [6b5358420802]
2002
+
2003
+ * .hgignore, Rakefile, docs/manual/src/index.page:
2004
+ Merged. Someday I'll get the hang of this.
2005
+ [a5e715f5f877]
2006
+
2007
+ 2009-07-28 Michael Granger <ged@FaerieMUD.org>
2008
+
2009
+ * .hgignore, Rakefile:
2010
+ Merged with 34cc97817266
2011
+ [395b7bf6f248]
2012
+
2013
+ * .hgignore, Rakefile, docs/manual/src/index.page:
2014
+ Manual rewording, .hgignore updates
2015
+ [89f74035c67d]
2016
+
2017
+ 2009-07-29 Michael Granger <ged@FaerieMUD.org>
2018
+
2019
+ * .hgignore, Rakefile, docs/manual/src/index.page,
2020
+ lib/treequel/filter.rb, project.yml, spec/treequel/filter_spec.rb:
2021
+ * Adding coverage cache to the ignorefile.
2022
+ * Added ruby-ldap dependency. Yay!
2023
+ * More work on the manual.
2024
+ * Made Treequel::Branch#filter treat a Hash like an array of tuples.
2025
+ [46e6dce0c011]
2026
+
2027
+ 2009-07-27 Michael Granger <ged@FaerieMUD.org>
2028
+
2029
+ * .hgignore, Rakefile:
2030
+ Updated build system
2031
+ [34cc97817266]
2032
+
2033
+ * Merging work from gont
2034
+ [daf0e44c41ac]
2035
+
2036
+ 2009-07-24 Michael Granger <ged@FaerieMUD.org>
2037
+
2038
+ * .hgsub, .hgsubstate:
2039
+ Merging build system fixes
2040
+ [b7a919b2ad5d]
2041
+
2042
+ * Rakefile:
2043
+ Updated build system
2044
+ [620807d4c6d5] <build-system-fixes>
2045
+
2046
+ * .hgsub, .hgsubstate, Rakefile:
2047
+ Removing subrepo, as it doesn't work quite the way I'd hoped.
2048
+ [f631900a9ad8] <build-system-fixes>
2049
+
2050
+ * .hgsub, .hgsubstate:
2051
+ Unlinking the subrepo, as it doesn't behave well enough quite yet.
2052
+ [fc3c3bac2c22]
2053
+
2054
+ * .hgignore, .hgsubstate, Rakefile, Rakefile.local, project.yml:
2055
+ Initial commit of Mercurial-based tasks
2056
+ [65236b2101e5] <build-system-fixes>
2057
+
2058
+ 2009-07-23 Michael Granger <ged@FaerieMUD.org>
2059
+
2060
+ * .hgsubstate, Rakefile, docs/treequel-red-small.png:
2061
+ Started converting svn-specific helpers and tasks to vcs-agnostic
2062
+ ones
2063
+ [76e4c3cc308b] <build-system-fixes>
2064
+
2065
+ 2009-07-21 Michael Granger <ged@FaerieMUD.org>
2066
+
2067
+ * .hgsub, .hgsubstate:
2068
+ Adding experimental .hgsub for the rake tasklibs
2069
+ [8be8e94f829d]
2070
+
2071
+ 2009-07-21 Mahlon E. Smith <mahlon@martini.nu>
2072
+
2073
+ * docs/manual/src/index.page:
2074
+ Manual updates for Branches, Branchsets, and Directory.base.
2075
+ [7bd626d9f0cd]
2076
+
2077
+ 2009-07-21 Michael Granger <ged@FaerieMUD.org>
2078
+
2079
+ * docs/manual/resources/images/cc-by.png, docs/manual/src/index.page,
2080
+ lib/treequel/branch.rb, lib/treequel/branchset.rb,
2081
+ lib/treequel/directory.rb, lib/treequel/schema/objectclass.rb,
2082
+ spec/treequel/directory_spec.rb:
2083
+ * Treequel::Branch
2084
+ - Clear caches after a #delete
2085
+ - Return self from #create
2086
+ * Cleaned up Treequel::Schema::ObjectClass#inspect's return value a
2087
+ bit.
2088
+ * Check for non-existant objectClasses to avoid calling
2089
+ NilClass#structural? in Treequel::Directory#create.
2090
+ * Treequel::Branchset
2091
+ - Cleaned up #inspect's return value
2092
+ - New method: Sequel::Dataset-style #map
2093
+ * Manual work
2094
+ * Added a cc-by license badge instead of hitting creativecommons.org
2095
+ every time.
2096
+ [8ca3428f711e]
2097
+
2098
+ * lib/treequel/branch.rb, lib/treequel/directory.rb,
2099
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb:
2100
+ * Fixing Treequel::Branch#copy, which was mistakenly using a modrdn
2101
+ to copy.
2102
+ * Removing Treequel::Directory#copy, which was based on a misreading
2103
+ of `ldap_modrdn2()`.
2104
+ [15bfd9785019]
2105
+
2106
+ 2009-07-20 Michael Granger <ged@FaerieMUD.org>
2107
+
2108
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
2109
+ lib/treequel/directory.rb, lib/treequel/mixins.rb:
2110
+ * Treequel::Branch: Don't freeze non-Arrays in the cached attribute
2111
+ values hash.
2112
+ * Make a distinct copy of the log proxy for duplicated objects.
2113
+ * Manual work.
2114
+ [74b7a9bca977]
2115
+
2116
+ * Rakefile, Rakefile.local, docs/manual/src/index.page,
2117
+ lib/treequel/directory.rb, lib/treequel/mixins.rb,
2118
+ spec/treequel/directory_spec.rb, spec/treequel/mixins_spec.rb:
2119
+ * Made the Hash merge function a module_function instead of a
2120
+ constant
2121
+ * Added copying to the manual, and fixed it in Treequel::Directory.
2122
+ * Added a local Rakefile, and added a manual-check task
2123
+ [3e4105c3ebaa]
2124
+
2125
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
2126
+ lib/treequel/directory.rb, spec/treequel/branch_spec.rb,
2127
+ spec/treequel/directory_spec.rb:
2128
+ * Added the ability to include operational attributes in
2129
+ Treequel::Branch at the class and instance level.
2130
+ * Bumped logging around binding/rebinding to INFO level.
2131
+ [7a62ac4c346b]
2132
+
2133
+ 2009-07-19 Michael Granger <ged@FaerieMUD.org>
2134
+
2135
+ * docs/manual/resources/images/wrap.png:
2136
+ Adding missing wrap.png for the manual
2137
+ [206b077875e5]
2138
+
2139
+ 2009-07-18 Michael Granger <ged@FaerieMUD.org>
2140
+
2141
+ * docs/manual/resources/images/logo.png, docs/manual/src/index.page,
2142
+ docs/treequel-red.png, docs/treequel-red.svg,
2143
+ lib/treequel/constants.rb, lib/treequel/directory.rb,
2144
+ lib/treequel/schema/objectclass.rb,
2145
+ spec/treequel/schema/objectclass_spec.rb:
2146
+ * Make ObjectClass#sup return the corresponding ObjectClass
2147
+ instance.
2148
+ * Added #get_extended_entry to Directory.
2149
+ * More manual work.
2150
+ [1505adefc436]
2151
+
2152
+ 2009-07-17 Michael Granger <ged@FaerieMUD.org>
2153
+
2154
+ * docs/manual/resources/css/manual.css,
2155
+ docs/manual/resources/images/arrow_225_small.png,
2156
+ docs/manual/resources/images/arrow_315_small.png,
2157
+ docs/manual/resources/images/arrow_skip.png,
2158
+ docs/manual/resources/images/information.png,
2159
+ docs/manual/resources/images/logo.png,
2160
+ docs/manual/resources/images/magnifier_left.png,
2161
+ docs/manual/resources/images/printer.png,
2162
+ docs/manual/resources/images/question.png,
2163
+ docs/manual/resources/images/scripts_code.png,
2164
+ docs/manual/resources/js/manual.js, docs/manual/src/index.page, docs
2165
+ /treequel-red-medium.png, docs/treequel-red-small.png, docs
2166
+ /treequel-red.png, docs/treequel-red.svg, docs/treequel.svg:
2167
+ Cleaned up the manual syntax-highlighting a bunch. Red logo!
2168
+ [12ec14055953]
2169
+
2170
+ * docs/manual/layouts/intro.page, docs/manual/lib/examples-filter.rb,
2171
+ docs/manual/resources/css/manual.css,
2172
+ docs/manual/resources/images/help.png,
2173
+ docs/manual/resources/images/magnifier.png,
2174
+ docs/manual/resources/images/page_white_code.png,
2175
+ docs/manual/resources/images/page_white_copy.png,
2176
+ docs/manual/resources/images/printer.png,
2177
+ docs/manual/resources/images/wrapping.png,
2178
+ docs/manual/resources/js/manual.js, docs/manual/resources/js/sh.js,
2179
+ docs/manual/resources/swf/clipboard.swf, docs/manual/src/index.page:
2180
+ Use client-side highlighting instead of Ultraviolet.
2181
+ [8c8193c00a6a]
2182
+
2183
+ 2009-07-17 Mahlon E. Smith <mahlon@martini.nu>
2184
+
2185
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
2186
+ spec/treequel/branch_spec.rb:
2187
+ * Wrap branch rdn attributes in an array for easy mungin' and
2188
+ merging.
2189
+ * Fix base_dn option from URI parsing and options hash.
2190
+ * Minor manual updates.
2191
+ [1e2391e73329]
2192
+
2193
+ 2009-07-17 Michael Granger <ged@FaerieMUD.org>
2194
+
2195
+ * docs/manual/lib/editorial-filter.rb,
2196
+ docs/manual/resources/css/manual.css,
2197
+ docs/manual/resources/js/manual.js, docs/manual/src/index.page:
2198
+ * Manual work.
2199
+ [96e0654c8652]
2200
+
2201
+ * docs/manual/layouts/intro.page,
2202
+ docs/manual/resources/images/logo.png,
2203
+ docs/manual/resources/js/jquery-1.3.2.min.js,
2204
+ docs/manual/resources/js/jquery.ThickBox.js,
2205
+ docs/manual/resources/js/manual.js, docs/manual/src/index.page:
2206
+ * Logo and other manual work
2207
+ * Added the missing resources/js/ dir to the manual
2208
+ [3e2835dbe859]
2209
+
2210
+ * bin/treequel, docs/manual/src/index.page, docs/treequel-blue.svgz,
2211
+ lib/treequel/branch.rb, lib/treequel/directory.rb,
2212
+ lib/treequel/schema/objectclass.rb, spec/treequel/branch_spec.rb,
2213
+ spec/treequel/directory_spec.rb:
2214
+ * Treequel::Branch
2215
+ - Added #exists?, #get_child,
2216
+ - Fixed #object_classes and other schema-related methods.
2217
+ * Added Treequel::Schema::ObjectClass#structural?
2218
+ * Added some fixes for Ruby/LDAP 0.9.9.
2219
+ [cf1c7d481519]
2220
+
2221
+ 2009-07-16 Mahlon E. Smith <mahlon@martini.nu>
2222
+
2223
+ * docs/manual/src/index.page, lib/treequel.rb, lib/treequel/branch.rb,
2224
+ lib/treequel/directory.rb, spec/treequel/branch_spec.rb,
2225
+ spec/treequel/directory_spec.rb, spec/treequel_spec.rb:
2226
+ * Wrap branch rdn attributes in an array for easy mungin' and
2227
+ merging.
2228
+ * Fix base_dn option from URI parsing and options hash.
2229
+ * Minor manual updates.
2230
+ [bf47d67f76f1]
2231
+
2232
+ 2009-07-15 Michael Granger <ged@FaerieMUD.org>
2233
+
2234
+ * lib/treequel/branch.rb, lib/treequel/filter.rb,
2235
+ spec/treequel/filter_spec.rb:
2236
+ * Order attributes by their key when composing a multi-value RDN
2237
+ from a pair + a Hash for predictabilty.
2238
+ * Added support for negated Sequel expressions (e.g., `~:cn` =>
2239
+ `(!(cn=*))`, `~{:cn => 'foo'}` => `(!(cn=foo))` )
2240
+ [7d8dc70f5fe1]
2241
+
2242
+ * docs/treequel.svgz:
2243
+ Adding logo
2244
+ [f21be0277b19]
2245
+
2246
+ 2009-07-13 Michael Granger <ged@FaerieMUD.org>
2247
+
2248
+ * Rakefile, docs/manual/src/index.page, experiments/ohm.rb,
2249
+ lib/treequel.rb, lib/treequel/branch.rb,
2250
+ lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
2251
+ lib/treequel/constants.rb, lib/treequel/directory.rb,
2252
+ lib/treequel/schema.rb, lib/treequel/schema/ldapsyntax.rb,
2253
+ lib/treequel/schema/matchingrule.rb,
2254
+ lib/treequel/schema/matchingruleuse.rb,
2255
+ spec/treequel/branch_spec.rb,
2256
+ spec/treequel/branchcollection_spec.rb,
2257
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb,
2258
+ spec/treequel_spec.rb:
2259
+ * Updated build system
2260
+ * Treequel::Branch:
2261
+ - refactored so it uses its DN for everything instead of having to
2262
+ constantly build its DN from its RDN attribute/value pair.
2263
+ - added support for multi-value RDNs (e.g., cn=foo+l=bar)
2264
+ - new method: #uri
2265
+ * Commented out the spammy debug from the schema-parsing functions
2266
+ * Treequel::Directory
2267
+ - Renamed #basedn to #base_dn
2268
+ - Added #base method for creating a Branch that wraps the base DN
2269
+ - Delegate Branch-ish methods through the new #base branch.
2270
+ - New method #uri
2271
+ - Refactored search methods to use search_ext2 for efficiency
2272
+ * Treequel::Branchset
2273
+ - refactored to explicitly use a Branch
2274
+ - made it Enumerable and refactored #all out as an alias for #entries
2275
+ - added a convenience method for creating a BranchCollection from the
2276
+ Branchset's results
2277
+ * Treequel::BranchCollection
2278
+ - made it Enumerable through each branchset's #each; refactored #all
2279
+ as an alias for #entries
2280
+ * Treequel::Constants
2281
+ - Added an inverse mapping for SCOPE.
2282
+ - Disambiguated the 'ESCAPED' pattern for DNs from the one for
2283
+ attribute values.
2284
+ * Updated the manual
2285
+ [e434f63779e5]
2286
+
2287
+ 2009-07-08 Michael Granger <ged@FaerieMUD.org>
2288
+
2289
+ * bin/treequel, experiments/dn.abnf, experiments/ohm.rb,
2290
+ lib/treequel/branch.rb, lib/treequel/constants.rb,
2291
+ lib/treequel/directory.rb, spec/treequel/directory_spec.rb:
2292
+ * A bit more hacking on the OHM experiment.
2293
+ * Treequel::Branch
2294
+ - Made attribute values in #must_attributes_hash empty strings to
2295
+ distinguish them from those created by #may_attributes_hash.
2296
+ - Added #valid_attributes_hash as a convenience method for a merged
2297
+ `must_attributes_hash` and `may_attributes_hash`.
2298
+ * Made the collection class returned from Treequel::Directory#search
2299
+ settable via a hash parameter, with fallback to the class of the
2300
+ base argument if it supports `new_from_entry` or Treequel::Branch
2301
+ if not.
2302
+ * Added RFC 4514 (Distinguished Names) productions to
2303
+ Treequel::Constants::Patterns
2304
+ * Treequel shell:
2305
+ - Changed the 'cd' command to 'cdn'
2306
+ - Validate the RDN passed to 'cdn'
2307
+ - Added a 'parent' command to allow changing up one RDN
2308
+ - Added a 'log' command to allow setting of log level, default log
2309
+ level to 'WARN'
2310
+ [f2b47be064b6]
2311
+
2312
+ 2009-07-03 Michael Granger <ged@FaerieMUD.org>
2313
+
2314
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
2315
+ lib/treequel/branchset.rb, lib/treequel/directory.rb,
2316
+ lib/treequel/schema/objectclass.rb, spec/treequel/branch_spec.rb,
2317
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb:
2318
+ * Treequel::Branch
2319
+ - Made entry-fetching not raise an exception, but just return nil
2320
+ instead.
2321
+ - Added #must_attributes_hash and #may_attributes_hash
2322
+ - Added a splat-array to #object_classes, #must_attribute_types,
2323
+ #must_oids, #may_attribute_types, #may_oids,
2324
+ * Added a logged warning for the case-sensitivity bug
2325
+ * Refactored the parameter-normalization stuff out of
2326
+ Treequel::Directory#search method for readability, and to
2327
+ simplify the argument signature of #search.
2328
+ [57360b9b8143]
2329
+
2330
+ 2009-07-02 Michael Granger <ged@FaerieMUD.org>
2331
+
2332
+ * docs/manual/src/index.page, experiments/delegation_cost.rb,
2333
+ experiments/userservice.rb, lib/treequel/branch.rb,
2334
+ lib/treequel/branchset.rb, lib/treequel/directory.rb,
2335
+ lib/treequel/filter.rb, spec/treequel/branch_spec.rb,
2336
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb,
2337
+ spec/treequel/filter_spec.rb:
2338
+ * Adding experimental Arrow service that uses Treequel to return
2339
+ ou=People records.
2340
+ * Made Branch#create create the underlying entry instead of a child to
2341
+ better match what #delete, #modify, etc. are doing.
2342
+ * Treequel::Directory:
2343
+ - Fixed the argument list passed to LDAP::Conn#search_ext2 to match
2344
+ what the actual code expects.
2345
+ - Modified #create to create the entry underlying the branch passed in
2346
+ the first argument instead of an entry specified by RDN.
2347
+ * Treequel::Filter:
2348
+ - Factored out the tuple-parsing part of .parse_array_expression into
2349
+ a separate method.
2350
+ - Added a fallback to tuple-style expressions to handle expressions
2351
+ like { :uidNumber => 1414 }
2352
+ * Treequel::Branchset
2353
+ - Made it Enumerable
2354
+ - Added #limit
2355
+ * More work on the manual
2356
+ [1c3bd5a2a4f0]
2357
+
2358
+ 2009-06-30 Michael Granger <ged@FaerieMUD.org>
2359
+
2360
+ * experiments/ohm.rb, spec/treequel/filter_spec.rb:
2361
+ Removing the call to `Time.today` from the specs, as it requires the
2362
+ loading of 'time'.
2363
+ [1853efa345e2]
2364
+
2365
+ * lib/treequel/branch.rb, lib/treequel/connection.rb,
2366
+ lib/treequel/directory.rb, spec/treequel/branch_spec.rb,
2367
+ spec/treequel/connection_spec.rb, spec/treequel/directory_spec.rb:
2368
+ * Added Treequel::Branch#to_ufn
2369
+ * Removed Treequel::Connection class in favor of just handling the
2370
+ specific problems in the #search method.
2371
+ * Changed Treequel::Directory#search to be implemented in terms of
2372
+ #search_ext2 instead of the deprecated #search2
2373
+ [e5a2a960c89d]
2374
+
2375
+ 2009-06-29 Michael Granger <ged@FaerieMUD.org>
2376
+
2377
+ * experiments/ohm.rb, lib/treequel/filter.rb,
2378
+ spec/treequel/filter_spec.rb:
2379
+ * Adding the beginnings of an experimental object-mapping (tree-
2380
+ based ORM analogue) for LDAP entries.
2381
+ * Added handling for > and < Sequel expressions
2382
+ [9759280f111a]
2383
+
2384
+ 2009-06-27 Michael Granger <ged@FaerieMUD.org>
2385
+
2386
+ * lib/treequel/utils.rb:
2387
+ Updated HTML logger formatter to the latest.
2388
+ [bc236240ca46]
2389
+
2390
+ 2009-06-25 Michael Granger <ged@FaerieMUD.org>
2391
+
2392
+ * docs/manual/src/index.page, lib/treequel/branch.rb,
2393
+ spec/treequel/branch_spec.rb:
2394
+ * Renamed Treequel::Branch#modify to #merge
2395
+ * More manual work.
2396
+ [35d0872f8b7f]
2397
+
2398
+ 2009-06-24 Michael Granger <ged@FaerieMUD.org>
2399
+
2400
+ * docs/manual/src/index.page:
2401
+ Fixed some LAIKA references in the manual.
2402
+ [30445a043298]
2403
+
2404
+ 2009-06-23 Michael Granger <ged@FaerieMUD.org>
2405
+
2406
+ * docs/Treequel Manual Diagrams.graffle,
2407
+ docs/manual/layouts/intro.page,
2408
+ docs/manual/resources/css/manual.css, docs/manual/src/index.page,
2409
+ lib/treequel.rb, lib/treequel/constants.rb,
2410
+ lib/treequel/directory.rb, lib/treequel/mixins.rb,
2411
+ spec/treequel/directory_spec.rb, spec/treequel_spec.rb:
2412
+ * Fixed docs on the binding arguments for
2413
+ Treequel::Directory#initialize.
2414
+ * Fixed some typos.
2415
+ * Stopdoc'ed the sub-modules under Treequel::Constants.
2416
+ * Made Treequel.directory more flexible.
2417
+ * Added a tentative logo to the diagrams.
2418
+ * Updated the manual CSS and templates from Redleaf's.
2419
+ * Manual work.
2420
+ * Made the initial argument to Treequel::Directory#bind accept an
2421
+ object that duck-types as a Branch.
2422
+ [6cc39e6befdb]
2423
+
2424
+ * lib/treequel/connection.rb, lib/treequel/directory.rb,
2425
+ lib/treequel/mixins.rb, spec/treequel/connection_spec.rb:
2426
+ * Added delegation to the connection wrapper.
2427
+ * Fixed a bug in the Treequel::Delegation code-generation when it
2428
+ generates a delegated assignment method (#foo=).
2429
+ [3a204e54603e]
2430
+
2431
+ 2009-06-22 Michael Granger <ged@FaerieMUD.org>
2432
+
2433
+ * docs/manual/layouts/default.page, docs/manual/src/index.page,
2434
+ lib/treequel.rb, lib/treequel/branch.rb,
2435
+ lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
2436
+ lib/treequel/connection.rb, lib/treequel/constants.rb,
2437
+ lib/treequel/directory.rb, lib/treequel/exceptions.rb,
2438
+ lib/treequel/filter.rb, lib/treequel/schema.rb,
2439
+ lib/treequel/schema/attributetype.rb,
2440
+ lib/treequel/schema/ldapsyntax.rb,
2441
+ lib/treequel/schema/matchingrule.rb,
2442
+ lib/treequel/schema/matchingruleuse.rb,
2443
+ lib/treequel/schema/objectclass.rb,
2444
+ spec/treequel/connection_spec.rb, spec/treequel/directory_spec.rb,
2445
+ spec/treequel/filter_spec.rb:
2446
+ * Fixed RDoc headers.
2447
+ * Started work on a connection-abstraction that handles referrals,
2448
+ exception-normalization, and reconnection.
2449
+ * Merged filter constants into the Constants module's namespace and
2450
+ factored out some duplication and inconsistency.
2451
+ * Some manual work.
2452
+ * Fixed a buggy substring filter spec that was uncovered by the
2453
+ constants refactoring.
2454
+ [6defed90cfcc]
2455
+
2456
+ 2009-06-18 Michael Granger <ged@FaerieMUD.org>
2457
+
2458
+ * README, Rakefile, docs/Treequel Manual Diagrams.graffle,
2459
+ lib/treequel.rb, lib/treequel/schema.rb, project.yml,
2460
+ spec/treequel/schema_spec.rb:
2461
+ * Updated the build system.
2462
+ * Untaint all schema names before trying to turn them into Symbols so
2463
+ it works under $SAFE = 1.
2464
+ * Fixed some documentation, updated the description with something
2465
+ less-vague.
2466
+ [cdbb80f015b6]
2467
+
2468
+ * Rakefile, bin/treequel, lib/treequel.rb, lib/treequel/branch.rb,
2469
+ lib/treequel/branchcollection.rb, lib/treequel/branchset.rb,
2470
+ spec/lib/constants.rb, spec/treequel/branch_spec.rb,
2471
+ spec/treequel/branchcollection_spec.rb,
2472
+ spec/treequel/branchset_spec.rb, spec/treequel_spec.rb:
2473
+ * Adding BranchCollection class.
2474
+ * Treequel::Branchset
2475
+ - Added #base_dn method
2476
+ - Added the base to the inspection text
2477
+ * Made argument to Treequel.directory optional
2478
+ [6da5c8ac1752]
2479
+
2480
+ 2009-06-17 Michael Granger <ged@FaerieMUD.org>
2481
+
2482
+ * Rakefile, bin/treeirb, bin/treequel, docs/Treequel Manual
2483
+ Diagrams.graffle, docs/manual/src/index.page, lib/treequel.rb,
2484
+ lib/treequel/branch.rb, spec/treequel_spec.rb:
2485
+ * Updated build system
2486
+ * Fixed a bug in Treequel::Branch#to_ldif
2487
+ * Modified Treequel.directory to also accept a options hash.
2488
+ * A little work on the manual
2489
+ * Started an OmniGraffle doc for manual diagrams
2490
+ [8713fc4b41a9]
2491
+
2492
+ 2009-06-11 Michael Granger <ged@FaerieMUD.org>
2493
+
2494
+ * docs/manual/layouts/default.page, docs/manual/lib/api-filter.rb,
2495
+ docs/manual/lib/editorial-filter.rb, docs/manual/lib/examples-
2496
+ filter.rb, docs/manual/lib/links-filter.rb,
2497
+ docs/manual/resources/css/deveiate.css,
2498
+ docs/manual/resources/css/manual.css, docs/manual/src/index.page:
2499
+ Adding the beginnings of a manual.
2500
+ [d33d81ff8327]
2501
+
2502
+ * bin/shelldapper, bin/treequel, lib/treequel/branch.rb,
2503
+ lib/treequel/directory.rb, spec/treequel/branch_spec.rb,
2504
+ spec/treequel/directory_spec.rb:
2505
+ * Treequel::Branch:
2506
+ - New methods: #rdn=, #split_dn, #<=>
2507
+ - Added Comparable interface
2508
+ - Made the proxy method actually check the schema for valid attribute
2509
+ type OIDs instead of assuming every message wanted a sub-
2510
+ branch.
2511
+ * Treequel::Directory:
2512
+ - Implemented #move
2513
+ - Fixed non-functional #children.
2514
+ - Same fix for #method_missing as in Branch.
2515
+ * Renamed 'shelldapper' to 'treequel' to reflect a planned change in
2516
+ direction (i.e., closer) to Sequel's 'sequel' shell.
2517
+ [99d1553532f1]
2518
+
2519
+ * bin/shelldapper, lib/treequel.rb, lib/treequel/directory.rb,
2520
+ spec/lib/constants.rb, spec/treequel/directory_spec.rb:
2521
+ * Fetch the default baseDN from the directory's root DSE instead of
2522
+ just using the empty string.
2523
+ * Giving up on rbreadline -- too buggy and slow.
2524
+ * More work on the shell.
2525
+ [3cf7a6589f40]
2526
+
2527
+ 2009-06-09 Michael Granger <ged@FaerieMUD.org>
2528
+
2529
+ * bin/shelldapper, lib/treequel/branch.rb, lib/treequel/directory.rb,
2530
+ lib/treequel/utils.rb, spec/treequel/branch_spec.rb,
2531
+ spec/treequel/schema/matchingrule_spec.rb:
2532
+ * Added Branch#to_ldif
2533
+ * Aliased Directory#dn to Directory#base
2534
+ * Fleshed out the shelldapper proof-of-concept.
2535
+ * Un-pendinged a Schema::MatchingRule spec that should have been
2536
+ passing, and made it pass.
2537
+ [decd99bd99e9]
2538
+
2539
+ 2009-06-08 Michael Granger <ged@FaerieMUD.org>
2540
+
2541
+ * lib/treequel/branch.rb, lib/treequel/branchset.rb,
2542
+ lib/treequel/constants.rb, lib/treequel/directory.rb,
2543
+ spec/lib/constants.rb, spec/treequel/branch_spec.rb,
2544
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb:
2545
+ * Added datatype conversions for some of the default syntaxes to
2546
+ Directory.
2547
+ * Made Branch#[] fetch values through its directory's datatype
2548
+ conversion method.
2549
+ [b27a2eb78d02]
2550
+
2551
+ 2009-06-04 Michael Granger <ged@FaerieMUD.org>
2552
+
2553
+ * experiments/syntax-spike.rb, lib/treequel/branch.rb,
2554
+ lib/treequel/directory.rb, spec/lib/constants.rb,
2555
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb:
2556
+ * Treequel::Branch
2557
+ - Removed the #move method, as the requisite Directory#move method is
2558
+ not yet implemented.
2559
+ - Made #copy a bit more flexible.
2560
+ [4c2477eb2a68]
2561
+
2562
+ 2009-06-02 Michael Granger <ged@FaerieMUD.org>
2563
+
2564
+ * lib/treequel/constants.rb, lib/treequel/filter.rb,
2565
+ lib/treequel/schema/attributetype.rb,
2566
+ lib/treequel/schema/ldapsyntax.rb,
2567
+ spec/treequel/schema/attributetype_spec.rb:
2568
+ * Finished hooking up LDAPSyntax to AttributeType.
2569
+ * Fixed malformed UTF<n> patterns.
2570
+ [b02d86bf9162]
2571
+
2572
+ 2009-06-01 Michael Granger <ged@FaerieMUD.org>
2573
+
2574
+ * lib/treequel/constants.rb, lib/treequel/schema.rb,
2575
+ lib/treequel/schema/ldapsyntax.rb,
2576
+ lib/treequel/schema/matchingrule.rb,
2577
+ lib/treequel/schema/matchingruleuse.rb,
2578
+ spec/treequel/schema/ldapsyntax_spec.rb,
2579
+ spec/treequel/schema/matchingruleuse_spec.rb,
2580
+ spec/treequel/schema_spec.rb:
2581
+ * Finished implementation of matchingRuleUses and ldapSyntaxes.
2582
+ [7617a4b44fd9]
2583
+
2584
+ * lib/treequel/schema.rb, lib/treequel/schema/attributetype.rb,
2585
+ lib/treequel/schema/ldapsyntax.rb,
2586
+ lib/treequel/schema/matchingrule.rb,
2587
+ spec/treequel/schema/matchingrule_spec.rb, spec/treequel_spec.rb:
2588
+ * Checkpoint commit of Treequel::Schema::LDAPSyntax class.
2589
+ [99fd606993ac]
2590
+
2591
+ 2009-05-29 Michael Granger <ged@FaerieMUD.org>
2592
+
2593
+ * lib/treequel/constants.rb, lib/treequel/schema.rb,
2594
+ lib/treequel/schema/attributetype.rb,
2595
+ lib/treequel/schema/matchingrule.rb,
2596
+ spec/treequel/schema/attributetype_spec.rb,
2597
+ spec/treequel/schema/matchingrule_spec.rb,
2598
+ spec/treequel/schema/objectclass_spec.rb,
2599
+ spec/treequel/schema_spec.rb:
2600
+ * Adding Treequel::Schema::MatchingRule.
2601
+ * Added some missing tests for Treequel::Schema class methods.
2602
+ [3dd18fa1c7fc]
2603
+
2604
+ * lib/treequel/branch.rb, lib/treequel/directory.rb,
2605
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb,
2606
+ spec/treequel/filter_spec.rb:
2607
+ * Treequel::Branch -- Changed the 'value' and 'attribute' attributes
2608
+ to 'rdn_value' and 'rdn_attribute' for clarification.
2609
+ * Treequel::Directory#copy now automatically makes the necessary
2610
+ adjustments to the new record's RDN attribute and value.
2611
+ [cb93500e5d98]
2612
+
2613
+ * lib/treequel/directory.rb, lib/treequel/exceptions.rb,
2614
+ lib/treequel/filter.rb, lib/treequel/schema.rb,
2615
+ spec/treequel/filter_spec.rb:
2616
+ * Added custom #inspect methods for Schema and Directory.
2617
+ * Renamed Treequel::Filter::ExpressionError to
2618
+ Treequel::ExpressionError and moved it into
2619
+ lib/treequel/exceptions.rb.
2620
+ * Added the morning's work on Sequel expression-parsing. Symbol#like
2621
+ now interpreted as either a wildcarded 'equal' or an 'approx'
2622
+ filter, depending on whether the value has at least one asterisk.
2623
+ [fb415faaeddb]
2624
+
2625
+ 2009-05-23 Michael Granger <ged@FaerieMUD.org>
2626
+
2627
+ * Rakefile, lib/treequel/branch.rb, lib/treequel/directory.rb,
2628
+ project.yml, spec/treequel/directory_spec.rb:
2629
+ * Updated build system
2630
+ * Made Treequel::Directory#modify normalize the hash of attributes
2631
+ before using it.
2632
+ * Moved the dependency on 'ldap' to a requirement since there's no gem
2633
+ for 'ldap'.
2634
+ [aaef0c5c4703]
2635
+
2636
+ 2009-05-20 Michael Granger <ged@FaerieMUD.org>
2637
+
2638
+ * lib/treequel/branch.rb, lib/treequel/directory.rb,
2639
+ lib/treequel/filter.rb, spec/lib/constants.rb,
2640
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb:
2641
+ * Treequel::Branch
2642
+ - Implemented #parent and #children
2643
+ - Implemented #copy
2644
+ - Implemented #modify
2645
+ [3132d19804a1]
2646
+
2647
+ 2009-05-19 Michael Granger <ged@FaerieMUD.org>
2648
+
2649
+ * lib/treequel/schema/objectclass.rb:
2650
+ Include the superior class's name in
2651
+ Treequel::Schema::ObjectClass#inspect output.
2652
+ [e43f57f0f04c]
2653
+
2654
+ * lib/treequel/branch.rb, lib/treequel/constants.rb,
2655
+ lib/treequel/directory.rb, spec/treequel/branch_spec.rb,
2656
+ spec/treequel/directory_spec.rb:
2657
+ * Treequel::Branch
2658
+ - Implemented #delete and #create
2659
+ [3ebeec1eacf6]
2660
+
2661
+ 2009-05-18 Michael Granger <ged@FaerieMUD.org>
2662
+
2663
+ * lib/treequel/branch.rb, lib/treequel/directory.rb,
2664
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb:
2665
+ * Finished up Treequel::Branch#[]=
2666
+ [c615693a11e0]
2667
+
2668
+ 2009-05-18 Mahlon E. Smith <mahlon@martini.nu>
2669
+
2670
+ * lib/treequel.rb, lib/treequel/constants.rb,
2671
+ lib/treequel/directory.rb, spec/treequel/directory_spec.rb,
2672
+ spec/treequel_spec.rb:
2673
+ * If a user/pass is supplied via the directory connect URI, bind
2674
+ immediately.
2675
+ * Small whitespace cleanup(s)
2676
+ * Ruby 1.8.7 has an URI::LDAPS (where ruby 1.8.6 does not), so add it
2677
+ conditionally.
2678
+ * Don't attempt to connect via TLS if using the ldaps:// protocol.
2679
+ [72cd36c693ca]
2680
+
2681
+ 2009-05-16 Michael Granger <ged@FaerieMUD.org>
2682
+
2683
+ * lib/treequel/branch.rb, lib/treequel/constants.rb,
2684
+ lib/treequel/schema/objectclass.rb, spec/treequel/branch_spec.rb,
2685
+ spec/treequel/schema/objectclass_spec.rb:
2686
+ * Treequel::Branch
2687
+ - Remove #[] and #[]= delegators to the underlying entry in
2688
+ preparation for real accessors.
2689
+ - Added attributeType and objectClass introspection
2690
+ - Cache values fetched through #[] in preparation for datatype-
2691
+ conversion
2692
+ * Added Treequel::Schema::ObjectClass#may
2693
+ * Changed the quantifier for QDSTRINGS to zero-or-more as a workaround
2694
+ for malformed DESC attributes in the wild (namely the 'retcode'
2695
+ overlay in OpenLDAP)
2696
+ [a9bcbecb60f3]
2697
+
2698
+ 2009-05-15 Michael Granger <ged@FaerieMUD.org>
2699
+
2700
+ * lib/treequel/branch.rb, lib/treequel/directory.rb,
2701
+ lib/treequel/schema.rb, lib/treequel/schema/attributetype.rb,
2702
+ lib/treequel/schema/objectclass.rb, spec/lib/constants.rb,
2703
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb,
2704
+ spec/treequel/schema/attributetype_spec.rb,
2705
+ spec/treequel/schema/objectclass_spec.rb,
2706
+ spec/treequel/schema_spec.rb:
2707
+ * Treequel::Branch:
2708
+ - Raise an exception if the entry associated with a Branch can't be
2709
+ fetched.
2710
+ - Added the attribute-fetching operator (#[])
2711
+ * Finished the implementation of Treequel::Schema::AttributeType.
2712
+ * Added Treequel::Schema::ObjectClass#inspect
2713
+ * Treequel::Schema component objects now have a reference to their
2714
+ schema so they can look up associated OIDs.
2715
+ * Un-camelCased the schema component attributes
2716
+ * Cache the Treequel::Directory's #schema instead of re-fetching it
2717
+ every time.
2718
+ [72ccdbdccd8d]
2719
+
2720
+ 2009-05-14 Michael Granger <ged@FaerieMUD.org>
2721
+
2722
+ * lib/treequel/constants.rb, lib/treequel/mixins.rb,
2723
+ lib/treequel/schema.rb, lib/treequel/schema/attributetype.rb,
2724
+ lib/treequel/schema/objectclass.rb, spec/treequel/mixins_spec.rb,
2725
+ spec/treequel/schema/attributetype_spec.rb:
2726
+ * Finished the initial implementation of the
2727
+ Sequel::Schema::AttributeType class.
2728
+ * Added a Treequel::AttributeDeclarations mixin for various kind of
2729
+ attribute declaration functions. This just contains the
2730
+ `predicate_attr` function for now.
2731
+ * Factored the schema-part normalization methods across from
2732
+ Treequel::Schema::ObjectClass into Treequel::Schema so
2733
+ Treequel::Schema::AttributeType can use 'em too.
2734
+ [34bce6d3ec1a]
2735
+
2736
+ 2009-05-13 Michael Granger <ged@FaerieMUD.org>
2737
+
2738
+ * lib/treequel/constants.rb, lib/treequel/directory.rb,
2739
+ lib/treequel/schema.rb, lib/treequel/schema/objectclass.rb,
2740
+ spec/treequel/directory_spec.rb, spec/treequel/schema_spec.rb:
2741
+ * Replaced the plain Treequel::Directory#schema method with the one
2742
+ that returns a new Treequel::Schema parsed from the directory's
2743
+ LDAP::Schema.
2744
+ * Finished the objectClass portion of Treequel::Schema.
2745
+ * Started work on schema attributeTypes.
2746
+ [3a222b303870]
2747
+
2748
+ * lib/treequel/branch.rb, lib/treequel/branchset.rb,
2749
+ spec/lib/constants.rb, spec/treequel/branch_spec.rb,
2750
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb,
2751
+ spec/treequel/schema/objectclass_spec.rb:
2752
+ * Renamed Treequel::Branch#attr_pair to #rdn.
2753
+ [4946985217e9]
2754
+
2755
+ 2009-05-12 Michael Granger <ged@FaerieMUD.org>
2756
+
2757
+ * lib/treequel/schema/objectclass.rb,
2758
+ spec/treequel/schema/objectclass_spec.rb:
2759
+ * Unified must/may oids into @must_oids and @may_oids to distinguish
2760
+ between them and the later Attribute objects that will be
2761
+ constructed from them.
2762
+ * Added #obsolete? predicate method for the OBSOLETE attribute.
2763
+ [da533735fb9f]
2764
+
2765
+ 2009-05-11 Michael Granger <ged@FaerieMUD.org>
2766
+
2767
+ * lib/treequel.rb, lib/treequel/schema/objectclass.rb,
2768
+ spec/treequel/schema/objectclass_spec.rb:
2769
+ * Added name, desc, kind, must, and may attribute normalization to
2770
+ Treequel::Schema::ObjectClass.
2771
+ [44a3834ff324]
2772
+
2773
+ * lib/treequel.rb, lib/treequel/constants.rb,
2774
+ lib/treequel/exceptions.rb, lib/treequel/schema.rb,
2775
+ lib/treequel/schema/objectclass.rb, spec/data/objectClasses.yml,
2776
+ spec/data/schema.yml, spec/treequel/schema/objectclass_spec.rb,
2777
+ spec/treequel/schema_spec.rb:
2778
+ Checkpoint commit:
2779
+ * More work on schema-parsing (objectClasses)
2780
+ * Added some exception classes
2781
+ * Removed accidentally-committed LAIKA objectClasses from the test
2782
+ schema data.
2783
+ [1d9b831d1579]
2784
+
2785
+ * .irbrc, lib/treequel/constants.rb, lib/treequel/schema.rb,
2786
+ spec/treequel/schema_spec.rb:
2787
+ Checkpoint commit:
2788
+ * Added some convenience stuff for testing patterns to .irbrc.
2789
+ * Finished the objectClass pattern; no tests yet.
2790
+ [9a1ba6888856]
2791
+
2792
+ 2009-05-08 Michael Granger <ged@FaerieMUD.org>
2793
+
2794
+ * .irbrc, lib/treequel/constants.rb:
2795
+ More work on parsing objectClasses.
2796
+ [fc25616368b8]
2797
+
2798
+ 2009-05-07 Michael Granger <ged@FaerieMUD.org>
2799
+
2800
+ * lib/treequel/constants.rb, lib/treequel/schema.rb,
2801
+ spec/data/objectClasses.yml, spec/lib/helpers.rb,
2802
+ spec/treequel/schema_spec.rb:
2803
+ Checkpoint commit -- converting schema regexps to match the BNF in
2804
+ RFC 4512 instead of the one from 2252.
2805
+ [2378ca43e383]
2806
+
2807
+ 2009-04-29 Michael Granger <ged@FaerieMUD.org>
2808
+
2809
+ * lib/treequel/constants.rb, spec/lib/helpers.rb:
2810
+ * Added more RFC2252 regexp patterns to constants.rb.
2811
+ * Upgraded spec helpers to use the webkit RSpec formatter if it's
2812
+ available.
2813
+ [feedf3cfda8b]
2814
+
2815
+ 2009-04-24 Michael Granger <ged@FaerieMUD.org>
2816
+
2817
+ * lib/treequel/branchset.rb, lib/treequel/constants.rb,
2818
+ lib/treequel/directory.rb, lib/treequel/schema.rb,
2819
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb,
2820
+ spec/treequel/schema_spec.rb:
2821
+ * Starting work on schema support.
2822
+ * Fixed calls to search2 caused by misdocumented defaults in Ruby-
2823
+ LDAP.
2824
+ [f2fef4dea785]
2825
+
2826
+ 2009-04-22 Michael Granger <ged@FaerieMUD.org>
2827
+
2828
+ * lib/treequel/filter.rb, spec/treequel/filter_spec.rb:
2829
+ * Fixed .filter( :attribute => value )
2830
+ * Added support for .filter( :attribute => Range )
2831
+ [fa68642a4c6b]
2832
+
2833
+ * .irbrc, lib/treequel.rb, lib/treequel/branchset.rb,
2834
+ lib/treequel/directory.rb, lib/treequel/filter.rb,
2835
+ lib/treequel/sequel_integration.rb, spec/treequel/branchset_spec.rb,
2836
+ spec/treequel/directory_spec.rb, spec/treequel/filter_spec.rb:
2837
+ * Started filter support for Sequel expressions
2838
+ * Branchset
2839
+ - Completed implementation for #order
2840
+ - Renamed #no_timeout to #without_timeout
2841
+ * Set up the connection in Treequel::Directory to be LDAPv3
2842
+ [d009a339d2cd]
2843
+
2844
+ 2009-04-21 Michael Granger <ged@FaerieMUD.org>
2845
+
2846
+ * LICENSE, README, lib/treequel/branch.rb, lib/treequel/branchset.rb,
2847
+ lib/treequel/constants.rb, lib/treequel/filter.rb,
2848
+ spec/treequel/branch_spec.rb, spec/treequel/branchset_spec.rb,
2849
+ spec/treequel/filter_spec.rb:
2850
+ More filter work.
2851
+ [cb0752ae5ce9]
2852
+
2853
+ 2009-04-20 Michael Granger <ged@FaerieMUD.org>
2854
+
2855
+ * lib/treequel/constants.rb, lib/treequel/filter.rb,
2856
+ spec/treequel/filter_spec.rb:
2857
+ Finished up initial filter work.
2858
+ [53fef8079a4e]
2859
+
2860
+ 2009-04-18 Michael Granger <ged@FaerieMUD.org>
2861
+
2862
+ * lib/treequel/constants.rb, lib/treequel/filter.rb:
2863
+ * Committing yesterday's work on substring filters before I fall
2864
+ asleep.
2865
+ [621dbbe99418]
2866
+
2867
+ 2009-04-16 Michael Granger <ged@FaerieMUD.org>
2868
+
2869
+ * experiments/filter-syntax-spike.rb, lib/treequel/filter.rb,
2870
+ spec/treequel/filter_spec.rb:
2871
+ * Started work on substring item filter syntax and class.
2872
+ * Added support for string literal clauses in a logical filter
2873
+ [b71338a3b66f]
2874
+
2875
+ * lib/treequel/branchset.rb, lib/treequel/filter.rb,
2876
+ spec/treequel/branchset_spec.rb, spec/treequel/filter_spec.rb:
2877
+ Checkpoint of more filter work.
2878
+ [27d7a681eb00]
2879
+
2880
+ 2009-04-15 Michael Granger <ged@FaerieMUD.org>
2881
+
2882
+ * Rakefile, lib/treequel/filter.rb, project.yml,
2883
+ spec/treequel/branchset_spec.rb, spec/treequel/filter_spec.rb:
2884
+ Committing this morning's work.
2885
+ [53cf56feaad8]
2886
+
2887
+ 2009-04-13 Michael Granger <ged@FaerieMUD.org>
2888
+
2889
+ * experiments/filter-syntax-spike.rb, lib/treequel/branchset.rb,
2890
+ lib/treequel/branchset/clauses.rb, lib/treequel/filter.rb,
2891
+ spec/treequel/branchset/clauses_spec.rb,
2892
+ spec/treequel/branchset_spec.rb, spec/treequel/filter_spec.rb:
2893
+ Checkpoint commit of this morning's work.
2894
+ [ba1440c71f01]
2895
+
2896
+ 2009-04-10 Michael Granger <ged@FaerieMUD.org>
2897
+
2898
+ * bin/shelldapper, experiments/filter-syntax-spike.rb,
2899
+ lib/treequel.rb, lib/treequel/branch.rb, lib/treequel/branchset.rb,
2900
+ lib/treequel/branchset/clauses.rb, lib/treequel/directory.rb,
2901
+ spec/treequel/branchset/clauses_spec.rb,
2902
+ spec/treequel/branchset_spec.rb, spec/treequel/directory_spec.rb:
2903
+ Checkpoint commit.
2904
+ [e8fd5884c22f]
2905
+
2906
+ 2009-04-09 Michael Granger <ged@FaerieMUD.org>
2907
+
2908
+ * experiments/syntax-spike.rb, lib/treequel/branch.rb,
2909
+ lib/treequel/branchset.rb, lib/treequel/directory.rb,
2910
+ spec/treequel/branch_spec.rb, spec/treequel/branchset_spec.rb:
2911
+ Checkpoint commit.
2912
+ [6924adc0feb2]
2913
+
2914
+ 2009-03-30 Michael Granger <ged@FaerieMUD.org>
2915
+
2916
+ * experiments/laika.rb, experiments/syntax-spike.rb,
2917
+ lib/treequel/branch.rb, lib/treequel/branchset.rb,
2918
+ spec/treequel/branch_spec.rb, spec/treequel/branchset_spec.rb:
2919
+ Checkpoint commit.
2920
+ [0c1438a9105a]
2921
+
2922
+ 2009-03-18 Michael Granger <ged@FaerieMUD.org>
2923
+
2924
+ * lib/treequel/branch.rb, spec/treequel/branch_spec.rb,
2925
+ spec/treequel_spec.rb:
2926
+ * Finished Treequel::Branch.new_from_dn
2927
+ * Finished pending specs.
2928
+ [5f3f334406cf]
2929
+
2930
+ 2009-03-10 Michael Granger <ged@FaerieMUD.org>
2931
+
2932
+ * experiments/inspect_entry.rb, lib/treequel.rb,
2933
+ lib/treequel/branch.rb, lib/treequel/directory.rb,
2934
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb:
2935
+ * Checkpoint of the morning's work.
2936
+ [83d533b2987d]
2937
+
2938
+ * .irbrc, lib/treequel.rb, lib/treequel/branch.rb,
2939
+ lib/treequel/directory.rb, spec/lib/constants.rb,
2940
+ spec/treequel/branch_spec.rb, spec/treequel/directory_spec.rb,
2941
+ spec/treequel_spec.rb:
2942
+ * Snapshot of today's work.
2943
+ [27b230b291a3]
2944
+
2945
+ 2009-03-09 Michael Granger <ged@FaerieMUD.org>
2946
+
2947
+ * experiments/delegation_cost.rb, lib/treequel.rb,
2948
+ lib/treequel/branch.rb, lib/treequel/constants.rb,
2949
+ lib/treequel/directory.rb, lib/treequel/mixins.rb,
2950
+ spec/lib/constants.rb, spec/treequel/branch_spec.rb,
2951
+ spec/treequel/directory_spec.rb, spec/treequel/mixins_spec.rb:
2952
+ * Committing the morning's work.
2953
+ [f73835204ddc]
2954
+
2955
+ * Rakefile, experiments/ldapexpr.rb, experiments/syntax-spike.rb,
2956
+ experiments/utils.rb, lib/treequel.rb, lib/treequel/directory.rb,
2957
+ lib/treequel/mixins.rb, lib/treequel/utils.rb,
2958
+ spec/lib/constants.rb, spec/lib/helpers.rb,
2959
+ spec/treequel/directory_spec.rb, spec/treequel/mixins_spec.rb,
2960
+ spec/treequel/utils_spec.rb, spec/treequel_spec.rb:
2961
+ * Updated build system
2962
+ * Renamed the spike to `syntax-spike.rb` and fleshed it out a bunch
2963
+ * Started on the actual implementation
2964
+ [7709b9520686]
2965
+
2966
+ 2009-03-07 Michael Granger <ged@FaerieMUD.org>
2967
+
2968
+ * LICENSE, README, Rakefile, experiments/ldapexpr.rb, lib/treequel.rb,
2969
+ project.yml:
2970
+ * Started an initial spike and installed build system.
2971
+ [d8e78b6b4088]
2972
+
2973
+ 2008-12-05 Michael Granger <ged@FaerieMUD.org>
2974
+
2975
+ * Creating repo
2976
+ [b21f833298d6]
2977
+