forked from pear/LiveUser_Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
630 lines (622 loc) · 27.6 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>LiveUser_Admin</name>
<channel>pear.php.net</channel>
<summary>User authentication and permission management framework</summary>
<description>LiveUser_Admin is meant to be used with the LiveUser package.
It is composed of all the classes necessary to administrate
data used by LiveUser.
You'll be able to add/edit/delete/get things like:
* Rights
* Users
* Groups
* Areas
* Applications
* Subgroups
* ImpliedRights
And all other entities within LiveUser.
At the moment we support the following storage containers:
* PEAR::DB
* PEAR::MDB
* PEAR::MDB2
* PECL::PDO
But it takes no time to write up your own storage container,
so if you like to use native mysql functions straight, then it's possible
to do so in under a hour!</description>
<lead>
<name>Markus Wolff</name>
<user>mw21st</user>
<email>mw21st@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Arnaud Limbourg</name>
<user>arnaud</user>
<email>arnaud@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Lukas Kahwe Smith</name>
<user>lsmith</user>
<email>smith@pooteeweet.org</email>
<active>yes</active>
</lead>
<lead>
<name>Helgi &#222;ormar</name>
<user>dufuz</user>
<email>dufuz@php.net</email>
<active>yes</active>
</lead>
<developer>
<name>Matthias Nothhaft</name>
<user>mahono</user>
<email>mahono@php.net</email>
<active>yes</active>
</developer>
<date>2010-10-06</date>
<time>01:53:28</time>
<version>
<release>0.4.0</release>
<api>0.4.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
QA release
Bug #13233 Example1 error when importing data in DB
Bug #11051 Seems class variable is not declared
Bug #8424 incorrect handling of single column joins
</notes>
<contents>
<dir baseinstalldir="/LiveUser" name="/">
<file baseinstalldir="/LiveUser/Admin" md5sum="a04980228ec5ab350c6e61b3362c4070" name="Auth/Common.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="92802918b4f2dfbe4d25b68d7cbba3b3" name="Auth/DB.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="a6b655bd8f91f8056e2fb585e95347b1" name="Auth/MDB.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="e8e5c22af1fcf9f57de9152716e2e79c" name="Auth/MDB2.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="5badcc5313ef2d6042d08002a8e4f225" name="Auth/PDO.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="956d0c490be5e59e86aed0de08617991" name="Auth/Storage/DB.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="b8a58d3cea8a01b52901489dc0e2b31c" name="Auth/Storage/MDB.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="dbc63eef83ea7e0afdab8bb9cc34bd6d" name="Auth/Storage/MDB2.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="7d8b11c5ece93bcb9b55c3aa1fc68c2d" name="Auth/Storage/PDO.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="49902439d4125d7d754f0b838af31334" name="docs/examples/README" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="73c07104cfeca74b240b5122e183e8ce" name="docs/examples/example1/Application.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="11aa4f0cc1cf0fde32bcc17a595dbb82" name="docs/examples/example1/Area.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="10b760c338e1b7bbfcb82b8203ebbacd" name="docs/examples/example1/Area_Admin_Areas.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="37edaa8ca6a33057dbce1445b0e26d38" name="docs/examples/example1/config.inc.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="58a36e0d144921ab79a4693730733968" name="docs/examples/example1/demodata.xml" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="5fe6306f94a1dae8dd58a023d9f4cc05" name="docs/examples/example1/Group.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="75722d311cfb2299c96a754549f4e005" name="docs/examples/example1/GroupRights.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="db796f58cf31b8b186ea73cfcfbca919" name="docs/examples/example1/ImplyRights.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="bed711fd442885ff3e1a0468c9010f5c" name="docs/examples/example1/index.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="a97325c851eb12d337eaae8a921d4e98" name="docs/examples/example1/OutputRightsConstants.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="bb0bbae65ba158c64ee888342bb2aa87" name="docs/examples/example1/Rights.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="65953039467cd7820cbfaf757fb9d0a9" name="docs/examples/example1/Subgroups.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="00b5169fc9ef07cb6674761c43f7ada7" name="docs/examples/example1/test.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="fb19374b9c435a28c64f17d2ff28e9a4" name="docs/examples/example1/Translation.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="7b7a368171f743ee00d13b2b76f20f4a" name="docs/examples/example1/User.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="0d1d17acec43477a9875cc14d55d5a63" name="docs/examples/example1/UserGroup.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="b621ff8c501f3c27865556fd3ffd5035" name="docs/examples/example1/UserRights.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="8c6e54f68b7a222ec9ea6786b92f2498" name="docs/examples/example3/area51.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="e1550364ca9687c69f0278bdc7cc2f84" name="docs/examples/example3/coffeemaker.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="3df213f5b5fbc82cfc6b56a1503be8cf" name="docs/examples/example3/conf.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="2673487d17aa4790d4d4cb5d08078b5c" name="docs/examples/example3/demodata.xml" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="64bf384674ea41003996482b10c06007" name="docs/examples/example3/example.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="9df118a19c46c9aba51f77e7678f7220" name="docs/examples/example3/index.html" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="fdba00fc8da8d08ce3a2d1b2f7fc5bae" name="docs/examples/example3/loginscreen.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="c914ae7436bbd1d385b40eda52360b81" name="docs/examples/example3/main.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="6d0a114efb74e64f53ed29ac8c4fc817" name="docs/examples/example3/nav.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="a72be2d9aeae28f5dba8fdcc4afab14a" name="docs/examples/example3/testarea.php" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="051b75fa6c27b92b94975689dd8b621c" name="Perm/Complex.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="68acd73dc7f3864dba8742d939c617a2" name="Perm/Medium.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="ca9f5cdd7c49385fb7bd03ce2139fb2c" name="Perm/Simple.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="4e8453392bffbcf1af2443d8943571de" name="Perm/Storage/DB.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="cdbcaf6d26a2925315bbb4da43d00394" name="Perm/Storage/MDB.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="eac710db33c95fe889bbbed384e70279" name="Perm/Storage/MDB2.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="50cf3c272cefb13e05b9f175a33ba525" name="Perm/Storage/PDO.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="a95f6438f717e2088aa9eee7cf73923a" name="Storage/DB.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="d52b435d9552543c12467979bfa57627" name="Storage/MDB.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="2fd61ff95b90f23d6529eef6ed04e77d" name="Storage/MDB2.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="6ce12711b97764c18fa3b4314d59e92b" name="Storage/PDO.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="58dcc86416e76d7ddaafba92253a3a65" name="Storage/SQL.php" role="php" />
<file baseinstalldir="/LiveUser" md5sum="2338aed4aa991166393ef13befd71dc7" name="Admin.php" role="php" />
<file baseinstalldir="/LiveUser/Admin" md5sum="03fb004783f456bfd292dde36ab5c489" name="lgpl.txt" role="doc" />
<file baseinstalldir="/LiveUser/Admin" md5sum="f5bf165fa2c7819fa41f99f41dc0f286" name="Storage.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.2.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
<package>
<name>PEAR</name>
<channel>pear.php.net</channel>
<min>1.3.1</min>
</package>
<package>
<name>LiveUser</name>
<channel>pear.php.net</channel>
<min>0.16.12</min>
</package>
</required>
<optional>
<package>
<name>Log</name>
<channel>pear.php.net</channel>
<min>1.7.0</min>
</package>
<package>
<name>DB</name>
<channel>pear.php.net</channel>
<min>1.6.0</min>
</package>
<package>
<name>MDB</name>
<channel>pear.php.net</channel>
<min>1.1.4</min>
</package>
<package>
<name>MDB2</name>
<channel>pear.php.net</channel>
<min>2.1.0</min>
</package>
<package>
<name>XML_Tree</name>
<channel>pear.php.net</channel>
</package>
<package>
<name>Crypt_RC4</name>
<channel>pear.php.net</channel>
</package>
</optional>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.14.0</release>
<api>0.14.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2004-12-11</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- Refactored nto a separate package.
</notes>
</release>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2004-12-20</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- refactored into a separate package from LiveUser
- severe BC breaks in the permission API in order to unify the API
- added ErrorStack
- fixed outputRightsConstants() method
- refactored storage layer to use an SQL query builder (DB and MDB support is
currently missing but will be added in the next minor update)
- sql query builder should output more portable SQL code
- sql query builder enables full aliasing of all field names
- sql query builder only joins the necessary tables so the admin API does not
force the usage of any table (especially the translation table)
- searchUser() now also fetches perm data
- the complex container is currently not fully implemented
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-03-15</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- perm container now also has a default init() method that is called in the factory
- delete/update now dont require a filter in the id field
- delete/update now return the number of affected rows
- use LiveUser::cryptRC4() for rc4 handling
- added support to be able to query for single values, columns and rows next to
fetching multi dimensional arrays ('select' key in params array of get methods)
- improved error handling in several places to not trigger on empty results
- sequences are now named after the table they belong to
- now requiring MDB2-2.0.0beta3
- if the "force-seq" option is now set to false in the storage config
MDB2 will try to use autoincrement if supported by the RDBMS (you will need
to add autoincrement to the id fields in the applications, areas, groups,
rights, and perm_users tables yourself)
- example 1 now outputs all queries using an MDB2 debug handler
- Subgroups now work
- ImplyRights now work
- One can now remove groups recursively by passing recursive = true to
removeGroup in Perm Complex container (before it was hardcoded to true,
now defaults to false)
- Tests for SubGroups and ImplyRights up and running
- getGroup and getRight now work in Perm Complex Container
- added DB and MDB permission backends
- Complex container is now fully implemented.
- addAreaAdmin and removeAreaAdmin where added to the Complex container
- Admin.php getUser was removed and searchUser was renamed to getUsers and with
new params (BC break!)
- give each example a unique database name
- moved selectable tables into property so that they can be overwritten
- fixed autoinit handling in factoray (bug #3133)
- added missing PEAR error to error stack conversions
- return false if we previously ensured that the value is false anyways for clarity
- call setAdminAuthContainer() in updateUser() and removeUser() to ensure that
the proper auth container is affected
- updated the file headers as per the RFC
- getGroups() in the complex container was refactored and subgroup handling
was reworked (BC break!)
</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-03-30</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- typo fix in autoinit option (bug #3844)
- updated LiveUser dependency to 0.15.0
- fixed type handling in updateUser()
- update getErrors() with code from the LiveUser class
- typo fix in outputRightsConstants() (bug #3897)
- removed calls to make remove filter on delete of relationship tables (bug #3874)
</notes>
</release>
<release>
<version>
<release>0.2.2</release>
<api>0.2.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-05-05</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- delete() now uses findTable() to ensure that only defined table with the
proper fields are being used
- findTable() now only prefixes fields if necessary
- typo fix: hierachy -> hierarchy (bug #4150)
- added ability to prefix explicit tables in findTables()
- no longer use "ids" in insert so we can remove this information from the
Globals.php file in the client
- examples were converted to use MDB2_Schema. See the demodata.php script found
in the client part (http://cvs.php.net/co.php/pear/LiveUser/docs/examples/demodata.php)
- added _call() overloading method for php5 users in LiveUser_Admin class
- added support for table name aliasing (fairly untested)
</notes>
</release>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-06-21</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- added _call() overloading method for php5 users in LiveUser_Admin class
- dont require a conf array for all but the first call of singleton()
- updated LiveUser dependency
storage
- delete() now uses findTable() to ensure that only defined table with the
proper fields are being used
- findTable() now only prefixes fields if necessary
- added ability to prefix explicit tables in findTables()
- no longer use "ids" in insert so we can remove this information from the
Globals.php file in the client
- added support for table name aliasing
- tweaked NULL value handling in createWhere() (bug #4638)
authentication
- typo fix (bug #4109)
- typo fix (bug #4173)
- moved to admin storage class
- tweaked disconnect to only disconnect when a new connection was made
permission
- typo fix: hierachy -> hierarchy (bug #4150)
- improved the "with" support (fixing bug #3245)
- tweaked disconnect to only disconnect when a new connection was made
- fixed bug that would lead to hierarchy mode in getGroups only fetching the
first subgroup level (bug #4633)
examples
- examples were converted to use MDB2_Schema. See the demodata.php script found
in the client part (http://cvs.php.net/co.php/pear/LiveUser/docs/examples/demodata.php)
- removed the test.php script since this code is outdated and serves no purpose any longer
- updated examples to use the new auth config layout due to using admin storage
- tweaked error handling on init() call
</notes>
</release>
<release>
<version>
<release>0.3.1</release>
<api>0.3.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-07-19</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- php 4.4 reference assignment fixes
- dont filter out subgroups from the previous level in
_getGroupsWithHierarchy() (bug #4860)
</notes>
</release>
<release>
<version>
<release>0.3.2</release>
<api>0.3.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-08-09</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- copy storage config before passing it to the storageFactory() since this
method messes with the values which causes the original to be modified due to
using pass by reference
- removed old 'with' handling code that is no longer necessary from getGroups()
in the medium container
</notes>
</release>
<release>
<version>
<release>0.3.3</release>
<api>0.3.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-08-17</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- typo fix in phpdoc (bug #5054)
- removed space in the example1 directory name
- ensure that fields are properly aliased (bug #5059)
- added an aliased field to exampl1 so that we can better test liveuser_admin
- several CS fixes
- removed uncessary optional dependencies on XML_Tree and Crypt_RC4
- fixed issue in upate() handling in the storage of required fields
- supress errors due to deleting non existant tables in example1
- fixed bug in setFetchMode() calling in example1
- removed warning about extra_sql.sql in example1
- pass the storage config array by ref after all
</notes>
</release>
<release>
<version>
<release>0.3.4</release>
<api>0.3.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-09-02</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- fixed typo error in sanity checking of the SQL storage layer update() method
- fixed bug in the SQL storage layer insert() method that would lead to the
sequence value not being returned if it was set externally. this for example
leads to broken behaviour in the addUser() wrapper method in LiveUser_Admin
- added error handler to example1 so that notices and warnings will not go
unnoticed so easily in the large output
</notes>
</release>
<release>
<version>
<release>0.3.5</release>
<api>0.3.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-10-10</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- only alias orders fields if needed (bug #5310)
- fixed warning in _getGroupsWithHierarchy() if filters match no group
- several typo fixes in getGroups() in the complex container
- several fixes to getRights() in the complex container (bug #5453)
- added test.php to the linkbar in example1
- removed autoInit (call setAdminContainers() manually instead) *BC BREAK*
- reworked log/debug handling (there is a new 'debug' conf option which can
either be a bool or a log instance)
- made the log property public which made it possible to remove addErrorLog()
- use static LiveUser::PEARLogFactory instead of loadPEARLog()
</notes>
</release>
<release>
<version>
<release>0.3.6</release>
<api>0.3.6</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-12-21</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- dont raise an error when no user is found in getUsers() helper method (bug #5690)
- fixed bug in handling of _checkExplicitTable() return value in findTables() (bug #5706)
- tweaked error messages for failed factory method calls
- renamed query() to exec() to match the MDB2 RC1 API
- use exec() instead of query()
- handle database structure merging inside the Storage class
(previously handled in the auth/perm backend drivers)
- improved sanity checking in insert and update when values for undefined fields are passed
- do nothing in update() if an empty data array is passed
- required fields may not be unset, but may be empty strings
(corrected overly strict check in update() method)
- owner_*_id is no longer necessary for the tests
- leave owner_user_id management to the developer
- tweaked errors messages in insert() and update()
- in createJoinFilter first work through all the direct matches before recursing
- typo in loadModule call in the MDB2 backend (bug #6092)
- removed loginTimeout feature (disable lastlogin if you are concerned about
the cost of updating the lastlogin time)
- tons of phpdoc and whitespace fixes and additions
- updated API calls to LiveUser to version 0.16.8
- renamed setAdminContainers() to init()
</notes>
</release>
<release>
<version>
<release>0.3.7</release>
<api>0.3.7</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2006-02-21</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- fix "No rights for a user if the user only has inherited rights" (bug #6374)
- do not overwrite all filters in _get*() helper methods
- minor issue with 'alias' position in the config array in example1
- make sure that tables required as intermediate join steps are listed in the from
- add depth parameter to createJoinFilter (may be used to determine shortest join path eventually)
- fixed detection if list of tables has been reduced or not
- do not push an error on the stack for a possible recursion because it may just
be one possible path we are evaluating
- added "by_group" optional parameter to params getRights() which determines if
the userrights table should be used or rather the grouprights and groupupsers tables
- incorrect handling of filters inside unimplyRights() (bug #6592)
- renamed "connection" config option to "dbc" *BC BREAK*
- cleaned up and unified init() in the storage classes
- added support for '*' in fields list as an alias to fetch all fields in the root table
- made LiveUser_Admin::getUsers() API as flexible as in the containers *BC BREAK*
- fixed serious issue in join filter handling that caused join filters to be ignored
- removed allowDuplicateHandles and allowEmptyPasswords options, they are now
handled through the table definition in the given Globals.php (overwriteable
via the config array) *BC BREAK*
- typo fix in extended module loading in the MDB2 storage container
- fixed inherited and implied handling in getRights() when fetching only 2 columns
- added initial version of a PDO storage container (needs more testing)
- removed setCurrentApplication()/getCurrentApplication() methods since they are
no longer relevant *BC BREAK*
</notes>
</release>
<release>
<version>
<release>0.3.8</release>
<api>0.3.8</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2006-04-19</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- wrong parameter used in getUsers('auth', ..) (report by gregory)
- fixed usage of outdated getUsers() API in init()
- phpdoc fix in outputRightsConstants() (bug #7037)
- removed bogus parameter from phpdoc in getRights() in medium/complex container
- added support for selectable_tables in the param array in get*() methods
- fixed updating of implied right field in umimplyRight() (bug #7050)
- made stack property public
- remove artificial limitation that prevented groups to have multiple parents
- fixed PDO storage layer queryAll() method (bug #7213)
- expanded error handling in Log instance creation
- fixed outdated API call to getRights() in _getInheritedRights() (bug #7236)
- made translations columns wider for example1
- replace isset() with array_key_exists() where applicable
- added link to area admin area test to the menu in example1
- reworked getRights() and getGroups() API for recursive reads
(related to bug #7241) *BC break*
Set the filter parameters for the recursion explicitly. For getGroups() in the
'subgroups', 'hierarchy' keys (note that hierarchy is now no longer specified
by setting 'subgroups' => 'hierarchy'). For getRights() 'inherited', 'implied'
and 'hierarchy' (note that hierarchy is now no longer specified by setting
'implied' => 'hierarchy';).
- expanded outputRightsConstants() filtering
- changed the getUsers(), addUser() and updateUser() API to be more in line
with the container APIs *BC break* (req #7025)
- added LiveUser_Admin_Storage::setSelectDefaultParams() to centralize default setting
- added selectable_tables property to auth backend
- fixed typos in 'with' handling in the perm container
- prevent duplictate entries in the fields not yet linked array
</notes>
</release>
<release>
<version>
<release>0.3.9</release>
<api>0.3.9</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-10-06</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
- pass debug parameter by ref to the constructor since it can be an object instance
- updated API calls of getBeforeId() and getAfterId() in the storage classes
- refactored decryptPW() and encryptPW() into static methods in the LiveUser class
- force null instead of false for PDO fetch() calls that return empty sets
- added static error push when a non array is passed to setSelectDefaultParams() (Request #7779)
- use empty() instead of array_key_exists() in setSelectDefaultParams()
- update of auth_user_id not possible via LiveUser_Admin::updateUser() (Bug #7975; thx to Matthias)
- fixed incorrect handling of single column joins (Bug #8424)
- better handling of '*' inside the field list together with explicit fields (Bug #7955)
</notes>
</release>
<release>
<version>
<release>0.4.0</release>
<api>0.4.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-10-06</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
QA release
Bug #13233 Example1 error when importing data in DB
Bug #11051 Seems class variable is not declared
Bug #8424 incorrect handling of single column joins
</notes>
</release>
</changelog>
</package>