Commit Graph

8054 Commits

Author SHA1 Message Date
Marc Delisle
7f38a684d3 use lang-cleanup.sh from kit because we will upgrade the release scripts in all branches 2006-10-07 13:01:40 +00:00
Marc Delisle
9ef2fade2a bug #1568341, last part of the fix 2006-10-06 17:04:43 +00:00
Michal Čihař
59e1a823f1 remove unused code 2006-10-06 09:02:46 +00:00
Michal Čihař
7e2e9fd27a Improve create-release.sh, add scripts/lang-cleanup.sh for removing languages 2006-10-06 08:55:26 +00:00
Marc Delisle
51086aa6c9 starting changes for new distribution kits 2006-10-05 21:01:24 +00:00
Michal Čihař
87e73d3dba Fix order of includes (bug #1569277). 2006-10-04 13:09:56 +00:00
Michal Čihař
1491e4f83e Add support for UTC_DATE, UTC_TIME and UTC_TIMESTAMP functions, based on patch #1563585, thanks to Alexander Schuch - ci-dev. 2006-10-04 12:58:55 +00:00
Michal Čihař
46d5fbb19f Fix duplicate ids (patch #1568504). 2006-10-04 12:49:18 +00:00
Michal Čihař
e4b6c1e425 Fix Wikipedia URLs (patch #1568498). 2006-10-04 12:46:48 +00:00
Marc Delisle
a3c4a6a34f 2.9.0.2 2006-10-03 15:22:21 +00:00
Michal Čihař
91c7b9a8d3 Sync token name. 2006-10-03 13:12:35 +00:00
Michal Čihař
ccc6a04974 Sync token name, move it's definition to one place (bug #1569612). 2006-10-03 13:11:35 +00:00
Marc Delisle
530a41aed3 bug #1568341, case sensitivity in db names 2006-10-01 18:55:52 +00:00
Marc Delisle
b00f3d56cb bug #1550690, wrong export of constraints 2006-10-01 18:48:43 +00:00
Marc Delisle
1060b0fa14 trap error 1452 when adding a foreign key and the constraint fails 2006-10-01 18:11:44 +00:00
Marc Delisle
1d27b1087f update 2006-09-29 16:27:49 +00:00
Marc Delisle
094d4d1db0 security fixes 2006-09-29 13:52:08 +00:00
Marc Delisle
8ba543d012 fix for attack via FILES 2006-09-29 13:24:33 +00:00
Marc Delisle
066664959e bug #1566904, typo 2006-09-29 13:06:45 +00:00
Marc Delisle
b09e199a45 correct syntax for blocking access to libraries 2006-09-27 20:14:01 +00:00
Sebastian Mendel
5ae7f9ce48 forgot closing script-tag 2006-09-23 19:56:01 +00:00
Marc Delisle
f442bf7003 bug #1519859, avoid overflow on 64-bit machines 2006-09-23 12:31:28 +00:00
Marc Delisle
daa561c098 bug #1560152, after renaming a table the navigation does not work 2006-09-22 21:30:51 +00:00
Sebastian Mendel
46114b6738 *new* JavaScript from left.php 2006-09-22 13:49:29 +00:00
Sebastian Mendel
2ebdaf7469 cleanup 2006-09-22 13:45:19 +00:00
Sebastian Mendel
c9970a29d2 refactored output buffer functions 2006-09-22 11:58:39 +00:00
Sebastian Mendel
99bbc02686 more documentation fixes 2006-09-21 14:56:52 +00:00
Sebastian Mendel
8a5630b5d0 doc typo 2006-09-21 14:39:08 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Sebastian Mendel
ca44c117a2 moved some more code into class, some documentation improvements 2006-09-21 12:59:57 +00:00
Sebastian Mendel
34a7e9d555 new PMA_List class 2006-09-21 12:49:01 +00:00
Sebastian Mendel
207720e11f fixed remembering navi width for Opera 2006-09-21 07:51:00 +00:00
Sebastian Mendel
e44079ad79 mhmpf 2006-09-21 07:10:19 +00:00
Sebastian Mendel
3d09eab46f fixed initial navi width settings, replaced var/cookie name with pma_navi_width 2006-09-21 07:02:40 +00:00
Sebastian Mendel
88a02d5cbe remember navigation frame width 2006-09-20 16:16:51 +00:00
Marc Delisle
40eab73793 2.9.0 2006-09-20 16:09:22 +00:00
Sebastian Mendel
3b526ced4f added error reporting if dblist retrieval from information_schema fails 2006-09-20 14:58:41 +00:00
Sebastian Mendel
ce8e5b220a new PMA_List_Database class (i knew there was something missing ...) 2006-09-20 12:14:43 +00:00
Sebastian Mendel
45b04ab15d replaced $dblist with new PMA_List_Database class 2006-09-20 11:15:56 +00:00
Marc Delisle
9ec978a4a9 remove profiling 2006-09-19 21:33:14 +00:00
Michal Čihař
b820c54ead Removed unused file. 2006-09-18 15:39:26 +00:00
Michal Čihař
00223529af Add phpdoc header comment. 2006-09-18 14:48:41 +00:00
Marc Delisle
b4d1a4656c lang 2006-09-15 12:04:44 +00:00
Marc Delisle
5f1b0e1b07 update 2006-09-15 12:04:21 +00:00
Marc Delisle
e3eeb32e85 update 2006-09-15 12:03:00 +00:00
Marc Delisle
c78c200692 rename a function borrowed from Moodle to avoid double definition when PMA is called by Moodle 2006-09-15 11:43:05 +00:00
Michal Čihař
611f58ae54 Fix table footer when MySQL does not support collations (bug #1554885, patch #1557269, thanks to Isaac Bennetch - ibennetch). 2006-09-14 10:21:18 +00:00
Marc Delisle
75c0fa389a bug #1556934, SQL compatibility mode on export 2006-09-12 17:20:07 +00:00
Marc Delisle
2f1c30d257 bug #1555760, export default parameter broken 2006-09-11 21:27:21 +00:00
Marc Delisle
75acdfeb69 bug #1554166, magic_quotes_runtime problems 2006-09-09 12:47:07 +00:00