Commit Graph

4820 Commits

Author SHA1 Message Date
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
Alexander M. Turek
f7c93f5bb1 Dropped some MySQL 3.21 / php 3 compatibility code. 2003-11-20 00:27:37 +00:00
Marc Delisle
e37bf199ae first group of headers was offset by one column to the left 2003-11-19 21:23:34 +00:00
Michal Čihař
22e9310faa translations update 2003-11-19 12:59:45 +00:00
Alexander M. Turek
2de05f2fdf Modified requirements. 2003-11-19 11:36:19 +00:00
Alexander M. Turek
197b293e7d Do not use $HTTP_*_VARS arrays anymore. 2003-11-19 11:07:23 +00:00
Alexander M. Turek
048d4ce7fd workaround for CVS tag auto-replacements :o) 2003-11-18 21:17:22 +00:00
Alexander M. Turek
1f882147a7 Recognizing new 2.x config.inc.php revisions. 2003-11-18 20:40:36 +00:00
Marc Delisle
469c79d599 warnings for old MySQL or PHP version 2003-11-18 16:21:50 +00:00
Marc Delisle
24af1f2962 strUpgradeMySQL -> strUpgrade 2003-11-18 16:09:03 +00:00
Michal Čihař
b04fd449d0 Fixed displayed message. 2003-11-18 16:07:14 +00:00
Michal Čihař
1b0a33882b Can kill more proceses (bug #844353). 2003-11-18 16:00:38 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00
Michal Čihař
4edf711ada Generate also sizes of files, for files.inc.php on homepage. 2003-11-18 13:29:12 +00:00
Michal Čihař
9de6159c31 Show result of last SHOW query when multiple queries. 2003-11-18 11:44:54 +00:00
Marc Delisle
c3bf2c085c Danish translator asks to remove him from the list 2003-11-17 19:34:51 +00:00
Marc Delisle
c827bb3270 some emails are lost 2003-11-17 15:41:06 +00:00
Marc Delisle
e33e6ba99c lang 2003-11-17 15:25:16 +00:00