Commit Graph

6337 Commits

Author SHA1 Message Date
Marc Delisle
375421059c new Danish translator 2003-12-02 18:24:17 +00:00
Marc Delisle
c32f0ce091 update 2003-12-02 18:11:55 +00:00
Marc Delisle
96cac13698 no more defined constant 2003-12-02 15:53:35 +00:00
Marc Delisle
1b60057dcb require_once 2003-12-02 15:49:21 +00:00
Garvin Hicking
fac00668ba preg_match fix 2003-11-28 10:56:49 +00:00
Marc Delisle
45e6e5dae8 clarification 2003-11-27 20:24:44 +00:00
Marc Delisle
b5e55d13d0 bug 816666 ambiguous order clauses 2003-11-27 14:10:15 +00:00
Alexander M. Turek
d8c9b4aabe Forgot to log... 2003-11-26 23:43:46 +00:00
Alexander M. Turek
37d50c1822 Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
Michal Čihař
0500480bcf translation 2003-11-26 20:43:52 +00:00
Michal Čihař
18ca1c6bff cleanup 2003-11-26 20:42:58 +00:00
Marc Delisle
c0595381f6 lang 2003-11-26 15:42:01 +00:00
Marc Delisle
4a5a96bdd0 update 2003-11-26 15:06:26 +00:00
Marc Delisle
86cfd18059 lang 2003-11-26 14:43:41 +00:00
Marc Delisle
29e9520d93 update 2003-11-26 14:42:59 +00:00
Alexander M. Turek
593b692bad Removed badwords list 2003-11-25 23:01:21 +00:00
Alexander M. Turek
7f27f3be06 Using SF address of Hindi translator. 2003-11-25 21:20:32 +00:00
Garvin Hicking
ca7836a684 Fixed transformation system now accepting '.php3' files and using the '.php' pendants. Make use of 's' RegEx pattern modifier. Fixed small (but impacting) typo. 2003-11-25 20:30:12 +00:00
Garvin Hicking
8d1bfe6f3b Reverted some obfuscated RegExes. Nijel, as you where working on that: I removed the bugfixes you threw in for my faulty code because there where some issue left (for me):
The lines

$re0 = '@(^|(\\\\\\\\)+|[^\\\\])'; // non-escaped wildcards
$re1 = '@(^|[^\])(\\\)+'; // escaped wildcards

as they currently where made no sense to me, because the single [^\] should be replaced to [^\\\\] as well, doesn't it? To not seriously break more stuff I decided to revert to the previous mechanism here.

I will do more serious tests the next days and will actually work with my PMA again and I pay close attention to see if there are any issues left.

I also searched through the code to see if the setting of the array points from former while() constructs was in any way used [current(), next(), prev(), key(), end(), each()] but did find none.
2003-11-25 19:20:20 +00:00
Alexander M. Turek
4fbe46dc40 updates 2003-11-24 22:40:16 +00:00
Marc Delisle
d1e105a862 error if dot in the new table name 2003-11-24 19:00:29 +00:00
Michal Čihař
a4a1ca2f82 strUpgrade... 2003-11-24 16:01:14 +00:00
Michal Čihař
62e977169c Updated email for Hindi translator. 2003-11-24 15:30:01 +00:00
Michal Čihař
771df0cd60 translations... 2003-11-24 15:04:48 +00:00
Michal Čihař
bf543ae759 One more regex escaping fix. 2003-11-24 14:34:42 +00:00
Michal Čihař
214aa81ee9 Make server selection in left frame same size as on other places. 2003-11-24 13:05:34 +00:00
Michal Čihař
a66b1cc6b3 Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). 2003-11-24 12:42:38 +00:00
Alexander M. Turek
4529330745 while (list() = each()) is not always as bad as one might think ;-p 2003-11-23 16:35:40 +00:00
Garvin Hicking
d24893eb67 Final batch of PHP3-Compatibility fixes. Please test. :-) 2003-11-22 20:57:48 +00:00
Garvin Hicking
c2b46ac945 Final batch of PHP3-Compatibility fixes. Please test. :-) 2003-11-22 20:57:48 +00:00
Marc Delisle
096094b74d regex problem when only_db is used 2003-11-22 19:58:01 +00:00
Marc Delisle
cc22130552 clarify 2003-11-22 13:23:23 +00:00
Marc Delisle
fc764a3b29 Add Constraints only if necessary 2003-11-22 12:44:23 +00:00
Marc Delisle
c70721ffe8 AddConstraints 2003-11-21 16:41:50 +00:00
Marc Delisle
4f77ab27db typo 2003-11-21 16:34:24 +00:00
Michal Čihař
63d4baaa2e Udated information what is needed to change on home page to currect status. 2003-11-21 15:27:32 +00:00
Alexander M. Turek
56587b5685 Create Documentation.txt when building the distribution kits. 2003-11-20 23:40:48 +00:00
Alexander M. Turek
33ef5ea4c2 Updated requirements. 2003-11-20 23:21:08 +00:00
Alexander M. Turek
3412621f5b Removed some php 3 / MySQL 3.21 compatibility code. 2003-11-20 21:50:37 +00:00
Michal Čihař
6164918083 just added end :) 2003-11-20 16:47:24 +00:00
Garvin Hicking
f0da471ec3 /libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Michal Čihař
5936e8300f translation 2003-11-20 15:34:58 +00:00
Michal Čihař
bf620ee826 Allow changing of default queries (RFE #839168). Documentation.html is valid XHTML again. 2003-11-20 15:04:12 +00:00
Michal Čihař
f03bee5560 Add correct parameters to left frame to keep server choice, language, etc. (bug #845397). 2003-11-20 14:23:27 +00:00
Michal Čihař
12775bc276 fix czech translation, nothing to translate in english one... 2003-11-20 13:52:14 +00:00
Michal Čihař
b702e8a4a7 Cleanup in table moving/copying and allow to keep constraints over these operations. 2003-11-20 13:48:53 +00:00
Michal Čihař
79222512c6 More older PHP cleanup. 2003-11-20 13:45:14 +00:00
Garvin Hicking
da757dcf87 foreach 2003-11-20 12:46:53 +00:00
Michal Čihař
24902b77cc Show message about failing upload in all cases, removed some PHP compatibility code. 2003-11-20 11:47:28 +00:00
Garvin Hicking
d3f84bca94 First batch of PHP4/MySQL compatibility/performance changes.
Everything should be non-intrusive for installations meeting our new 4.1.0/3.23.32 specs.

I will commit my files every now and then for easier code review and to let you see which constructs I replace. Jump in if there are any objections. The basic thing I'm doing is documented in the changelog.

I'll continue with files in the libraries/ subdirectory and will move to the root-level files in last instance.
2003-11-20 10:34:35 +00:00