32 Commits

Author SHA1 Message Date
Marc Delisle
dddcddbf38 bug #3442004 [interface] DB suggestion not correct for user with underscore 2011-11-26 06:17:08 -05: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
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
Michal Čihař
ebeb0c319f Adding @package, first part. 2008-11-24 10:32:56 +00:00
Marc Delisle
65e48911de bug #2136986 [auth] Cannot create database after session timeout 2008-10-04 14:43:36 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Sebastian Mendel
801249f3a5 use function for caching 2008-01-22 07:29:08 +00:00
Sebastian Mendel
9fe52edc49 fixed slashes in regex 2008-01-21 14:51:54 +00:00
Sebastian Mendel
f33ea1151e oops, of course cache per server 2008-01-21 14:40:32 +00:00
Sebastian Mendel
2bb7833f50 cache user privilege information;
replaced ereg_* with preg_* functions;
some tweaks
2008-01-21 12:50:19 +00:00
Sebastian Mendel
cacd94d629 cleanup -- needs further work (old ereg* functions) 2007-10-18 14:40:13 +00:00
Sebastian Mendel
754f01cffd removed MySQL < 5 code 2007-10-02 08:52:25 +00:00
Marc Delisle
5e99166a21 bug #1721571 CREATE database privilege not always detected 2007-05-19 18:08:38 +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
Marc Delisle
6215a6d94a bug #1490193 and code simplification 2006-05-18 16:53:40 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Marc Delisle
424bb0a12f bug #1406499, A username containing an hyphen cannot create a db 2006-01-16 17:30:27 +00:00
Marc Delisle
0c5a853f87 PEAR lowercase true false 2005-12-27 13:41:43 +00:00
Marc Delisle
14af276a9d reenable a non-privileged user to change his password; display the Reload MySQL link only if user has proper rights 2005-12-27 13:39:44 +00:00
Marc Delisle
3885bb6bd7 dbh becomes controllink 2005-11-20 14:00:49 +00:00
Sebastian Mendel
2f31af9efa bug #1348189 after droping db some links in main.php are missing 2005-11-04 12:31:37 +00:00
Marc Delisle
5eb57a9f06 bug #1313821, dbname containing a hyphen was not detected as being already created 2005-10-07 17:47:32 +00:00
Marc Delisle
46c625039f MySQL < 4.1.x and super-user, better fix 2005-09-30 20:12:10 +00:00
Marc Delisle
c4c420d019 MySQL < 4.1.x and super-user 2005-09-30 19:58:32 +00:00
Marc Delisle
863a6e24d4 bug #1307208, detect lack of permission for CREATE TABLE 2005-09-30 19:22:11 +00:00
Michal Čihař
fcfc5ea0d2 Undefined variable (bug #1243885). 2005-07-24 12:00:48 +00:00
Michal Čihař
48366e0746 Show box for creating database only if user has privileges to do so (bug #1167892). 2005-07-13 12:44:51 +00:00