Piotr Przybylski
9fe549c6b6
Add class="noclick" for rows in collation lists
2011-04-17 14:40:00 +02:00
Michal Čihař
d17fba309c
Fix permissions.
...
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38
Resolve merge conflicts for upstream merge
2010-07-29 19:17:25 +05:30
Michal Čihař
d291827444
No need to require_once footer
...
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
ninadsp
e646a2760c
Fixed conflict due to upstream merge
2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650
Drop @version tag from docblocks.
2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04
testing git setup - no major change made in code yet
...
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
f55823f47f
strings to gettext, first batch
2010-05-03 12:57:46 -04:00
Michal Čihař
56941e509c
Adding @package, second part.
2008-11-24 11:05:40 +00:00
Michal Čihař
6a638ee908
Ignore some defines which configure what will be included.
2008-11-24 10:07:49 +00:00
Sebastian Mendel
9f6d5979db
removed MySQL < 5 code
2007-10-02 10:15:06 +00:00
Sebastian Mendel
cfeb306526
coding standard: no spaces inside braces
2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc
coding standard: no braces around include
2007-04-01 09:51:41 +00:00
Sebastian Mendel
d0facc3d4f
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173
fixed/added page level docblock
2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762
synced/fixed vim line
2007-03-19 17:55:39 +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
a3a50c18c4
PMA_NO_VARIABLES_IMPORT
2005-12-07 12:58:14 +00:00
Sebastian Mendel
d3a6024fd8
move styles into css
2005-12-07 12:16:56 +00:00
Michal Čihař
6aeabf44d1
Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access.
2005-11-24 09:12:17 +00:00
Michal Čihař
66aa9d2396
Move server_{links,common}.inc.php to libraries folder as it does not require direct access.
2005-11-24 08:29:44 +00:00
Sebastian Mendel
8fc4a4ce05
moved styles into css
2005-11-23 15:01:29 +00:00
Sebastian Mendel
fcf387bc70
common.lib.php should REALLY REALLY and ALWAYS be the first include
2005-11-18 12:50:49 +00:00
Sebastian Mendel
bea48c6e6d
XHTML compl.
2005-10-12 16:09:44 +00:00
Alexander M. Turek
e08f775b68
Don't offer unavailable collations.
2005-03-29 18:09:47 +00:00
Michal Čihař
ca5b16f654
Change look of adding fields into table (bug #991095 ).
...
I again did some XHTML validation, so removed few of most obvious errors, but there are still many, mostly missing alt attributtes for images and wrongly nested tags.
2004-08-12 15:13:20 +00:00
Marc Delisle
d9a21610d1
redesign part 3
2004-06-13 21:39:08 +00:00
Alexander M. Turek
220aa3a4c0
MySQL 4.1.1 compatibility, part I: Updated character sets overview.
2003-12-11 11:37:25 +00:00
Alexander M. Turek
37d50c1822
Huge set of optimizations, please test!
2003-11-26 22:52:25 +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
Garvin Hicking
c2b46ac945
Final batch of PHP3-Compatibility fixes. Please test. :-)
2003-11-22 20:57:48 +00:00
Alexander M. Turek
f7c93f5bb1
Dropped some MySQL 3.21 / php 3 compatibility code.
2003-11-20 00:27:37 +00:00
Michal Čihař
6884f9701a
no more support for php3
2003-11-18 15:20:45 +00:00