forked from Tanaguru/Tanaguru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
613 lines (495 loc) · 23.8 KB
/
CHANGELOG.txt
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
--------------------------
Tanaguru 6.1.0, 2019-09-10
--------------------------
Features :
- Use Liquibase for database versioning
- Web pages Snapshot
Updates :
- Bump spring version to 5.3.0
- Use liquibase for database setup, removing all sql files from Tanaguru.
- /!\ First user is admin / admin do not forget to modify it !
- /!\ Use firefox 69 for heavy page snapshot fix
--------------------------
Tanaguru 6.0.1, 2019-07-15
--------------------------
Features :
- Update rule 11.03.01
- Add docker images (myqsl, tanaguru only, tanaguru + mysql)
--------------------------
Tanaguru 6.0.0, 2019-04-09
--------------------------
Updates :
- [Crawler] change Heritrix for crawler4j
- [Selenium runner] change SeBuilder for Selenese
- Tanaguru now use firefox 60 (check documentation for more information)
Features :
- Tanaguru now use Selenese Runner, please use Selenium IDE to create your scenarios
- Fix scenario download
- Fix audit crash when using CSS id and class with special characters
- Fix ColorExtractor script
- [Scenario audit] Use command "echo <page>" to manually fire new audit
- [Scenario audit] Prevent automatic firing audit event during scenario execution by checking parameter in scenario audit parameters
- Add RMI API, exporting all data services of Tanaguru
- [Site audit] process generated HTML
- Update rule 1.2.1
- Update rule 1.2.2
- Update rule 1.2.3
- Update rule 1.2.4
- Update rule 1.3.1
- Update rule 1.3.2
- Update rule 1.3.3
- Update rule 1.3.5
- Update rule 1.3.7
- Update rule 1.3.8
- Update rule 1.3.11
- Update rule 1.6.10
- Update rule 3.3.1
- Update rule 3.3.2
- Update rule 6.5.1
- Update rule 7.1.1
- Update rule 7.3.1
- Update rule 8.2.1 via update AnalyserImpl
- Update rule 8.2.2 via update AnalyserImpl
- Update rule 8.5.1
- Update rule 8.7.1
- Update rule 9.6.1
- Update rule 9.6.2
- Update rule 10.4.1
- Update rule 10.4.2 via update colorExtractorNative.js + DomElement
- Update rule 11.1.1
- Update rule 11.1.5
- Update rule 11.2.1
- Update rule 11.2.2
- Update rule 11.2.3
- Update rule 11.2.4
- Update rule 11.5.1
- Update rule 11.10.10
--------------------------
Tanaguru 5.3.0, 2018-09-26
--------------------------
Features :
- Add eAccessible label
- Fix Ubuntu 18.04 installation
- Increase session time to 120 minutes
- Update rule 1.6.10
- Update rule 1.3.1
- Update rule 1.3.8
- Update rule 1.3.13
- Update rule 1.2.4
- Update rule 6.5.1
- Update rule 8.5.1
--------------------------
Tanaguru 5.0.0, 2017-08-04
--------------------------
Features :
- Add the newest Rggaa3 2017 referential
- Add rules 1.3.7
- Add rules 1.6.5
- Add rules 1.10.1
- Add rules 1.10.2
- Add rules 1.10.3
- Add rules 1.10.5
- Add rules 1.6.10
- Fix rule 9.2.1
- Fix rule 4.1.1
- Fix bug w3cValidator
--------------------------
Tanaguru 4.3.0, 2017-06-19
--------------------------
Features :
- Dealing with Angular JS app:url # & page loading time
- Add waiting time parameter
- Add rule 8.10.2
- Add rule 4.3.1
- Add rule 12.10.4
- Add rule 1.3.5
-Add rule 1.3.11
--------------------------
Tanaguru 4.1.0, 2017-04-19
--------------------------
Features :
- Fix w3cValidor issues
- Activate rules 4.1.1 and 4.1.2
- Add video file extensions
- Add rule implementation : 4.3.2
- Add rule implementation : 4.3.1
- Add support for PostgreSQL Database
- Fix Tanaguru et Contrast Finder
- Fix contract restriction on domain
- Add german translation
- Fix installation parameters
- Downgrade Spring schemaLocation
--------------------------
Tanaguru 4.0.0, 2016-12-14
--------------------------
Features :
- Integration of W3C Validator to Tanaguru
- Improvement of json results
--------------------------
Tanaguru 3.5.0, 2016-08-10
--------------------------
Features :
- Implemtation of the new referential RGAA3 2016
- Add JSON support for Kafka connector
--------------------------
Tanaguru 3.4.1, 2016-06-24
--------------------------
Features :
- Implemtation of kafka connector
- Add rule implementation: 10.5.10
- Add rule implementation: 10.4.1
- Fix parameter ration when accessing to Contrast-Finder
- Fix rule rgaa30: 10.9.1
- Fix rule rgaa30: 11.1.3
- Add mecanisme to handel the alternate justify text
- Change contract order sorting
- Fix firefoxe SecurityError.
- New logo
- Change user agent name of the crawler
- Implementation of Rgaa3 rules (180 rules)
--------------------------
Tanaguru 3.3.0, 2016-04-11
--------------------------
Features :
- RGAA 3.0 english translation
- Fix build failing on windows context
- Parametrization of tanaguru rgaa3.0 Urls target in tanaguru.conf file
- Fix accessibility tanaguru UI
- Fix rule : 010204
- Add rule implementation: 04.1.3
- Add rule implementation: 04.1.2
- Add rule implementation: 04.1.1
--------------------------
Tanaguru 3.2.0, 2016-03-14
--------------------------
Features :
- Add control of the number of page to audit, in AUDIT PAGE SCOOP
- Admin: add column for user profil information (user / admin)
- Add sorter table for admin console
- Enable or disable domain restriction on contract
- Fix filter on manual audit
- Add synthesis for an audit group of pages
- Upgrade commons Validator 1.4.0 to 1.5.0
- Add rule implementation 11.02.03
- Fix rule 11.02.03 and add implementation of rule 11.02.04
--------------------------
Tanaguru 3.1.0, 2015-07-02
--------------------------
Features :
- Implementation of Rgaa3 rules (173 rules)
--------------------------
Tanaguru 3.0.6, 2015-06-26
--------------------------
Features :
- Most of the implementation of Rgaa3 rules (about 150 rules)
- Refactoring (clean-up) of Data Service layer usage
- Package naming modification : now all packages starts with "org.tanaguru"
- Rules commons improvments : use of Pair to define a combinaison of Result/Message
- Rule TU improvments : provide new methods to test rule result and remarks
- Add the "COMPLEX_TABLE_MARKER"
--------------------------
Tanaguru 3.0.5, 2015-03-16
--------------------------
Bugs:
- [#107](https://github.com/Tanaguru/Tanaguru/issues/107) : Provide a way to set-up proxy credentials
- [#105](https://github.com/Tanaguru/Tanaguru/issues/105) : Set "esapiPropertyValue" property of tokenManager bean to use the system property confDir value instead of hard-coded value
- [#102](https://github.com/Tanaguru/Tanaguru/issues/102) : Assisted Audit : Complete action is ineffective
Features :
- UI improvments
- Correction of bug on buttons that apply automatic result on assisted audit
- User guide documentation
--------------------------
Tanaguru 3.0.4, 2015-02-12
--------------------------
Bugs:
- [#95](https://github.com/Tanaguru/Tanaguru/issues/95) : Provide mechanism to set the size of the firefox screen when loading the page
- [#93](https://github.com/Tanaguru/Tanaguru/issues/93) : CLI install instructions broken
Features :
- Spanish language integration
- A11y improvments in audit result page
- Initialisation of Rgaa3 referential context
- Initialisation of assisted audit
- Addition of cli script options
--------------------------
Tanaguru 3.0.3, 2014-07-06
--------------------------
Bugs:
- [#86](https://github.com/Tanaguru/Tanaguru/issues/86) : AW22 8.8.1 Case sensitivity of lang definition
Features :
- Upgrade Java from 1.6 to 1.7
- Upgrade Hibernate from 3.6.0.Final to 4.3.5.Final
- Add new "referential-creator-maven-plugin" and "referential-creator" projects
- Create "rule demo project"
- Refactor rule packaging to be handled by one project
- Harmonisation of Referential names
- Improve rules test management
--------------------------
Tanaguru 3.0.2, 2014-05-16
--------------------------
Bugs:
#71 : Crawl parameters: included URL pattern is not shown in audit details (https://github.com/Tanaguru/Tanaguru/issues/71)
Features :
#74 : Top 5 invalid tests: add level of test (https://github.com/Tanaguru/Tanaguru/issues/73)
#73 : Add link to contrast finder (https://github.com/Tanaguru/Tanaguru/issues/73)
#68 : List of pages invalidating a given test: enhance links (https://github.com/Tanaguru/Tanaguru/issues/68)
#67 : List of pages invalidating a given test: add test label (https://github.com/Tanaguru/Tanaguru/issues/67)
#66 : Fix weighted formula (https://github.com/Tanaguru/Tanaguru/issues/67)
#65 : Add UnicityChecker (https://github.com/Tanaguru/Tanaguru/issues/65)
#64 : Number of "pages tested" is not the good one (https://github.com/Tanaguru/Tanaguru/issues/64)
Manage levels more generically (level 1,2,3) and delegate the naming to the referential i18n project
--------------------------
Tanaguru 3.0.1, 2014-04-24
--------------------------
Bugs:
- Handle rel canonical tags with relative Urls on crawl
Features :
- update table representation for non canonical pages :only display link and rank
- Add the inclusion option to the crawler #59
--------------------------
Tanaguru 3.0.0, 2014-02-19
--------------------------
Bugs :
#47 : The language detection tests return bad results for uppercase submitted text (https://github.com/Tanaguru/Tanaguru/issues/47)
Features :
- Rgaa 2.2 referential full supported
- Postgresql management (creation and insertion scripts)
- Crawl optimisations (deal with canonical, improve fetch counting, improve fetch of testable data)
#50 : Provide a way to set-up whether the cookies have to be considered while crawling (https://github.com/Tanaguru/Tanaguru/issues/50)
#49 : [SEO 6.4.1] For a given title value, sort URLs (https://github.com/Tanaguru/Tanaguru/issues/49)
#46 : Override default user agent used by apache library to test URL before launching effectively the audit (https://github.com/Tanaguru/Tanaguru/issues/46)
#43 : Disable the load of Css content for audit of SEO type (https://github.com/Tanaguru/Tanaguru/issues/43)
#37 : Mail server is not configurable (https://github.com/Tanaguru/Tanaguru/issues/37)
--------------------------
Tanaguru 3.0.0-beta9, 2014-01-17
--------------------------
Bugs :
#637 : Tanaguru rejects pages with the time type "application/xhtml+xml" on site audit (https://dev.tanaguru.org/redmine/issues/637)
Features :
#638 : Crawler : the pages that defines a link tag with the rel attribute equals to canonical must be excluded from the crawl (https://dev.tanaguru.org/redmine/issues/638)
--------------------------
Tanaguru 3.0.0-beta8, 2013-12-18
--------------------------
Bugs :
#636 : Clean-up step at the end of audit may cause deadlock on CONTENT table (https://dev.tanaguru.org/redmine/issues/636)
--------------------------
Tanaguru 3.0.0-beta7, 2013-12-11
--------------------------
Bugs :
- Display correct breadcrumb for test details page
AW22 referential :
- Complete (links, downloadable documents detection, hidden elements, contrasts)
Features :
SEO referential -> rules about duplicate search now consider link elements with rel=canonical attribute
A11y referential -> do not consider transparent as white color for contrast rules (ContrastChecker)
--------------------------
Tanaguru 3.0.0-beta6, 2013-12-05
--------------------------
UI Evolution :
- add shortcuts to audit actions in home view
- Add truncated view on test result that lead to a page that displays all the remarks
- Online Demo link and login page evolution
- Specific rendering for test of site scope (seo rules)
AW22 referential :
- Complete (links, downloadable documents detection, hidden elements, contrasts)
SEO referential :
- now based on rules-commons
--------------------------
Tanaguru 3.0.0-beta5, 2013-10-21
--------------------------
Features :
#634 : Installation script (https://dev.tanaguru.org/redmine/issues/634)
#633 : Refactor js script that extract colors to only use native Javascript (https://dev.tanaguru.org/redmine/issues/633)
#631 : Clean-up maven configuration (https://dev.tanaguru.org/redmine/issues/631)
Bugs :
#632 : Css adaptation : catch exception when trying to retrieve file as external resource (https://dev.tanaguru.org/redmine/issues/632)
#630 : Encoding issue with filled-in URL (https://dev.tanaguru.org/redmine/issues/630)
--------------------------
Tanaguru 3.0.0-beta4, 2013-10-09
--------------------------
Features :
Accessiweb 2.2 implementation : rules about color contrast and language detection
Improvment of UI
--------------------------
Tanaguru 3.0.0-beta3, 2013-08-02
--------------------------
Bugs:
#596: Only consider pages with Http status code equals to 200 in the Top 10 of invalid URLs tables of the synthesis page (https://dev.tanaguru.org/redmine/issues/595)
--------------------------
Tanaguru 3.0.0-beta2, 2013-06-04
--------------------------
Bugs:
Features:
#595 : Management of Krash audits (https://dev.tanaguru.org/redmine/issues/595)
#593 : Link the act entity to the audit instead of the webresource (https://dev.tanaguru.org/redmine/issues/593)
#592 : Embed a java library to highlight source code instead of using geshi (https://dev.tanaguru.org/redmine/issues/592)
#591 : Upgrade apache commons libraries (https://dev.tanaguru.org/redmine/issues/591)
--------------------------
Tanaguru 3.0.0-beta1, 2013-04-05
--------------------------
Bugs :
#538 : The sort contract by mark doesn't work in the contract view (https://dev.tanaguru.org/redmine/issues/538)
Features:
#590 : Provide a self-structured csv entry that handles ProcessRemarks info and Evidence Elements data (https://dev.tanaguru.org/redmine/issues/590)
#583 : Use css-phloc as css adapter and parser (https://dev.tanaguru.org/redmine/issues/583)
#582 : Use jsoup as html adapter (https://dev.tanaguru.org/redmine/issues/582)
#581 : Create sebuilder-interpreter-tool subproject based on sebuilder-interpreter api
#580 : Upgrade to Heritrix 3.1.0 version
#579 : Clean-up dependencies
#552 : Clean-up SSPHandler and DOMHandler to remove unused primitives
#551 : Provide a mechanism to avoid to launch tests that return NOT_TESTED as result [OPTIMIZATION]
#550 : Improve ergonomy of audit result pages
#549 : Compute criterion results while analysing
#548 : Introduce the criterionStatistics entity
#547 : Add an audit result view with criterion results
#534 : Button "audit again"
#283 : Separate NMI from Untested
#163 : Add a "please wait" page after submit and before audit result
Tanaguru 2.1.1, 2013-04-15
--------------------------
Bugs:
#589 -> syntax of web.xml invalid (https://dev.tanaguru.org/redmine/issues/589)
#588 -> Provide a mechanism to avoid multiple form validation when submitting an audit (https://dev.tanaguru.org/redmine/issues/588)
#587 -> Downgrade version of commons-collections due to compatibily issue encountered on deployment on Jboss (https://dev.tanaguru.org/redmine/issues/587)
#540 -> CastException occured while auditing multiple files. (https://dev.tanaguru.org/redmine/issues/540)
--------------------------
Tanaguru 2.1.0, 2012-11-07
--------------------------
Bugs:
#516 : site-wide exports: add "page+site" results (https://dev.tanaguru.org/redmine/issues/516)
#327 : Error on adaptation encountered on some pages of a site audit causes Fatal error in processor component (https://dev.tanaguru.org/redmine/issues/327)
Features:
#524 -> Provide a UI to override test weights for a given user (https://dev.tanaguru.org/redmine/issues/524)
#523 -> Add weight field to the TEST entity and use it to compute the raw mark (https://dev.tanaguru.org/redmine/issues/523)
#522 -> Provide a page that lists the pages invalidating a given test (https://dev.tanaguru.org/redmine/issues/522)
#520 -> Provide a back office interface (https://dev.tanaguru.org/redmine/issues/520)
#515 -> list of pages: change link destination (audit // page itself) (https://dev.tanaguru.org/redmine/issues/515)
#514 -> Bar graph on page audit-synthesis: put red at the bottom (https://dev.tanaguru.org/redmine/issues/514)
#416 -> Avoid the usage of type wildcard (https://dev.tanaguru.org/redmine/issues/416)
#271 -> Add console to the project-page (https://dev.tanaguru.org/redmine/issues/271)
--------------------------
Tanaguru 2.0.1, 2012-09-19
--------------------------
Bugs:
#510 -> The externalCssRetriever when a new css is fetched during adaptationThe cssContentAdapter implementation doesn't alert (https://dev.tanaguru.org/redmine/issues/510)
Features:
#509 -> Make the different treatment window parameters of the AuditCommand implementation configurable (https://dev.tanaguru.org/redmine/issues/509)
#506 -> Linkify the URLs (SEO 6.4.1 + SEO 7.6.1) (https://dev.tanaguru.org/redmine/issues/506)
--------------------------
Tanaguru 2.0.0, 2012-08-30
--------------------------
Bugs:
#446 -> Audit crash on www.letc.fr: infinite loop with @import (https://dev.tanaguru.org/redmine/issues/446)
#428 -> the getImageFromUrl() method of the SSPHandler implementation can't deal with embedded pictures (https://dev.tanaguru.org/redmine/issues/428)
#426 -> The snapshot displayed in the synthesis result page in the case of a Scenario Audit is wrong (https://dev.tanaguru.org/redmine/issues/426)
#424 -> The content of the scenario, present as a hidden field in the audit scenario set-up form, has to be removed (https://dev.tanaguru.org/redmine/issues/424)
#422 -> Site-audit unable to run -> mail content shrunk (https://dev.tanaguru.org/redmine/issues/422)
#419 -> Page audit fails if "http://" is missing in the URL (https://dev.tanaguru.org/redmine/issues/419)
#414 -> .ods Export for SEO doesn't work (https://dev.tanaguru.org/redmine/issues/414)
#407 -> bad link in email sent for a scenario audit (https://dev.tanaguru.org/redmine/issues/407)
#404 -> Site audits crash when at least one SSP among the set of SSP hasn't been adapted (https://dev.tanaguru.org/redmine/issues/404)
#398 -> Audit Options: rename "Accessibility level" into "Level" (https://dev.tanaguru.org/redmine/issues/398)
#395 -> Parts of <head> deleted by Adapter Component (https://dev.tanaguru.org/redmine/issues/395)
Features:
#425 -> Add getter/setter to the "timeout" attribute of the TgolHighlighter class to allow to overidde the default value by spring configuration (https://dev.tanaguru.org/redmine/issues/425)
#418 -> Launch page-audits via webdriver (https://dev.tanaguru.org/redmine/issues/418)
#408 -> Email sent for a scenario: should include the scenario name (https://dev.tanaguru.org/redmine/issues/408)
#406 -> Add a link to the source code in the page result page (https://dev.tanaguru.org/redmine/issues/406)
#405 -> Remove the weighted mark from the different views (https://dev.tanaguru.org/redmine/issues/405)
#402 -> Add new view to set-up scenario and launch audit (https://dev.tanaguru.org/redmine/issues/402)
#401 -> Implementation of Har file reader (https://dev.tanaguru.org/redmine/issues/401)
#400 -> Retrieve external CSS while adapting SSP (if not already retrieved during the crawl) (https://dev.tanaguru.org/redmine/issues/400)
#399 -> Add a rank field to the WebResource entity (https://dev.tanaguru.org/redmine/issues/399)
#365 -> Add referential info in the audit list contract info page (https://dev.tanaguru.org/redmine/issues/365)
#337 -> Evolution of AuditService API to enable to launch a scenario audit (https://dev.tanaguru.org/redmine/issues/337)
#336 -> Create a new Scenario loader module with an implementation that uses the WebDriver API (https://dev.tanaguru.org/redmine/issues/336)
#280 -> Export: PDF format (https://dev.tanaguru.org/redmine/issues/280)
#279 -> Export: CSV format (https://dev.tanaguru.org/redmine/issues/279)
#270 -> Audit sites with a given scenario (https://dev.tanaguru.org/redmine/issues/270)
#269 -> Audit sites with authentication (https://dev.tanaguru.org/redmine/issues/269)
--------------------------
Tanaguru 1.5.2-RC1, 2012-05-04
--------------------------
Bugs:
#285 -> The css parser misinterprets selectors with multiple values (https://dev.tanaguru.org/redmine/issues/285)
#330 -> Controller parameters type not controlled when converted as Numbers (https://dev.tanaguru.org/redmine/issues/330)
Features:
#288 -> Provide a way to externalise web-app resources (use of a cdn) (https://dev.tanaguru.org/redmine/issues/288)
#318 -> Handle the "base" tag in Css adaptation to get external resources (https://dev.tanaguru.org/redmine/issues/318)
#319 -> Create a "work in progress" page for a page audit that lasts longer than a given delay (https://dev.tanaguru.org/redmine/issues/319)
#331 -> TGSI Model update : change TGSI_RESTRICTION table to TGSI_OPTION table with a "Is_Restriction" field (https://dev.tanaguru.org/redmine/issues/331)
#332 -> TGSI Model update : Refactoring due to Contract management modifications (https://dev.tanaguru.org/redmine/issues/332)
#333 -> Create CHANGELOG.txt that list the features and bugs of each version (https://dev.tanaguru.org/redmine/issues/333)
--------------------------
Tanaguru 1.5.1, 2012-05-04
--------------------------
Bugs:
#325 -> The upload module doesn't work when the Proxy properties (ProxyPort and ProxyPort) are set (https://dev.tanaguru.org/redmine/issues/325)
Features:
None
--------------------------
Tanaguru 1.5.0, 2012-02-03
--------------------------
Same as 1.5.0-RC1
--------------------------
Tanaguru 1.5.0-RC2, 2012-01-27
--------------------------
Same as 1.5.0-RC1
------------------------------
Tanaguru 1.5.0-RC1, 2012-01-24
------------------------------
Bugs:
#236 -> Add a licence file (https://dev.tanaguru.org/redmine/issues/236)
#248 -> The page list of an audit is sorted by weighted mark instead of raw mark (https://dev.tanaguru.org/redmine/issues/248)
Features :
#184 -> have a specific TITLE tag for audit 1page / 10pages / site (https://dev.tanaguru.org/redmine/issues/184)
#250 -> Modify the name of the user-agent used by heritrix (https://dev.tanaguru.org/redmine/issues/250)
#254 -> Evolution of the web-application interface to use the bootstrap UI toolkit (https://dev.tanaguru.org/redmine/issues/254)
#255 -> Add a console to sort results in the result page (https://dev.tanaguru.org/redmine/issues/255)
#256 -> Display all the audits of a contract in the contract page (https://dev.tanaguru.org/redmine/issues/256)
#257 -> Add an indicator to indicate that an audit is running for a given contract (https://dev.tanaguru.org/redmine/issues/257)
------------------------------
Tanaguru 1.4.2-RC1, 2012-01-16
------------------------------
Bugs :
None
Features :
#249 -> Allow Tanaguru to be used behind a web proxy (https://dev.tanaguru.org/redmine/issues/249)
------------------------------
Tanaguru 1.4.0-RC1, 2011-10-26
------------------------------
Bugs :
#45 -> add licence header to all source files (https://dev.tanaguru.org/redmine/issues/45)
Features:
#229 -> ContentLoader Implementation (https://dev.tanaguru.org/redmine/issues/229)
#228 -> AuditService interface (https://dev.tanaguru.org/redmine/issues/228)
#227 -> Update the ContentDAO interface to add a boolean option when retrieve a Content with its RelatedContent (https://dev.tanaguru.org/redmine/issues/227)
------------------------------
Tanaguru 1.3.0-RC1, 2011-08-09
------------------------------
Bugs :
None
Features:
#199 -> Add tunable parameters for the crawler component (https://dev.tanaguru.org/redmine/issues/199)
#208 -> Parameterization component (https://dev.tanaguru.org/redmine/issues/208)
------------------------------
Tanaguru 1.2.1-RC2, 2011-07-07
------------------------------
Bugs:
#207 -> Tanaguru consolidation can cause java heap space error in case of large set of pages in the same audit (https://dev.tanaguru.org/redmine/issues/207)
Features:
None
--------------------------
Tanaguru 1.2.0, 2011-06-21
--------------------------
Bugs :
#197 -> Crawler : remove the version of tanaguru in the heritrix user-agent declaration (https://dev.tanaguru.org/redmine/issues/197)
Features:
#193 -> Realize content relationship association while adapting instead of while crawling (https://dev.tanaguru.org/redmine/issues/193)
--------------------------
Tanaguru 1.0.0, 2011-04-08
--------------------------
Bugs :
#57 -> Tanaguru web-app cannot deal with URL containing special characters (https://dev.tanaguru.org/redmine/issues/57)
#134 -> Have a simple README at the root of the svn to get people started (https://dev.tanaguru.org/redmine/issues/134)
Features :
#58 -> Tanaguru web-app is not thread safe (https://dev.tanaguru.org/redmine/issues/58)