Search found 654 matches
- Tue Sep 27, 2005 2:02 pm
- Forum: [3.0/Olympus] Discussion
- Topic: WOW! The developers came alive!
- Replies: 23
- Views: 19532
Re: WOW! The developers came alive!
Seems like the code audit / bug tracker has paid off nicely :) i dont believe any change that resulted from the audit had found its way into the cvs repository. just imagine, any twopence hacker can see a security-related commit, deduce the vulnerability, and knit a new exploit... not such a great ...
- Mon Sep 26, 2005 4:45 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Duplicate keys in $lang array
- Replies: 7
- Views: 8611
Re: Duplicate keys in $lang array
i wont bother you any more, just for this once: may i request that these script(s) will be made public (i am talking about the "language pack verification"), as most of the translators are not part of the team?Acyd Burn wrote: No offence, but we already have similar scripts locally.
thx.
- Mon Sep 26, 2005 2:26 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Duplicate keys in $lang array
- Replies: 7
- Views: 8611
Re: Duplicate keys in $lang array
You do know that not all of those files will be included at once right? That being said, the keys might not have identical values. However, ones that do have identical values may be offloaded into common.php. if you pay attention, you will notice that several of the duplicates are between "com...
- Sun Sep 25, 2005 9:45 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Duplicate keys in $lang array
- Replies: 7
- Views: 8611
Duplicate keys in $lang array
hi all. i know we are not supposed to report bugs. however, i wanted to add a small contribution to the development cycle. as you know, the associative array $lang is built in several files now, using the construct $lang += array( 'KEY' => 'VALUE', ... ); it is very possible to have the same KEY use...