Revision 793
Added by doc almost 17 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 |
02-Apr-2008 Christian Sommer |
|
15 |
# fixed bug in Javascript decryption routines of the Output-Filter module |
|
14 | 16 |
02-Apr-2008 Matthias Gallas |
15 | 17 |
# fixed bug with registration of users are not added to signup group |
16 | 18 |
02-Apr-2008 Christian Sommer |
trunk/wb/modules/output_filter/js/mdcr.js | ||
---|---|---|
13 | 13 |
for(var d=a.length-2; d>-1; d--) { |
14 | 14 |
if(a.charCodeAt(d) < 97) { |
15 | 15 |
switch(a.charCodeAt(d)) { |
16 |
case 70: g=64; break;
|
|
17 |
case 90: g=46; break;
|
|
18 |
case 88: g=95; break;
|
|
19 |
case 45: g=45; break;
|
|
20 |
default: g=a.charCodeAt(d); break;
|
|
16 |
case 70: g=64; break;
|
|
17 |
case 90: g=46; break;
|
|
18 |
case 88: g=95; break;
|
|
19 |
case 75: g=45; break;
|
|
20 |
default: g=a.charCodeAt(d); break;
|
|
21 | 21 |
} |
22 | 22 |
c+=String.fromCharCode(g) |
23 | 23 |
} else { |
Also available in: Unified diff
Fixed bug in decryption routines of the Output-Filter module