Commit Graph

69 Commits

Author SHA1 Message Date
Marc Delisle
3e3f5f64fb Link is too near the rest of the text 2011-02-16 12:40:02 -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
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
ee767e2d3d No need to explicitely include relation.lib its anyway included in common.inc 2010-07-26 16:17:59 +02:00
Marc Delisle
084c0dbcf5 functions.js included automatically 2010-07-24 08:11:48 -04:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
3e57a8eca9 No @uses __('Something'). 2010-07-20 15:06:34 +02:00
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
f8f475419d gettext conversion 2010-05-06 12:49:07 -04:00
Philip Frank
64bac7dcdf These parameters are no longer needed. 2010-04-15 10:37:06 +02:00
Marc Delisle
8480ffb665 improve function names 2009-06-07 11:09:13 +00:00
Marc Delisle
f70bee9e2f forgot a parameter 2009-01-02 13:55:50 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
374963344a Do not save too big queries in history 2008-07-09 14:17:19 +00:00
Marc Delisle
7bb8eddf27 patch #1837691 [query window] js errors, thanks to Victor Volkov 2007-11-26 21:44:00 +00:00
Marc Delisle
ad8dc8e189 bug #1805102, TextareaAutoSelect issues 2007-10-20 17:54:15 +00:00
Sebastian Mendel
d9eebc2ae0 removed closing of db connection, closing database connection is only required if script runs longer than database connection is needed 2007-10-16 14:02:16 +00:00
Sebastian Mendel
98c8a7719e refactored JavaScript handling 2007-10-05 11:45:55 +00:00
Sebastian Mendel
ba662b78f6 use array for JavaScript messages 2007-10-04 15:03:44 +00:00
Sebastian Mendel
b2f3ae5fcf make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +00:00
Sebastian Mendel
3626acdb24 improved out buffer function handling;
bug #1690064 headers already sent error if OBGzip = 0
2007-03-29 07:10:15 +00:00
Sebastian Mendel
d27b8efab9 removed unnecessary JavaScript code (due to session based history) 2007-03-26 14:50:14 +00:00
Sebastian Mendel
2391142941 fixed escaping for JavaScript 2007-03-22 17:30:09 +00:00
Sebastian Mendel
e8f3519a39 documentation;
better variable checking/sanitizing;
reflect changes in relation code and PMA_getTab();
dropped form based sql history (now done with session in relation code);
display db and/or table in history view only if applicable;
limit display length of sql in history;
2007-03-22 16:34:50 +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
03f2245312 bug #1664212 querywindow loses url encoded characters 2007-03-19 09:03:27 +00:00
Michal Čihař
cac4247057 Rename db_* files to drop useless _details part. 2006-10-25 12:25:01 +00:00
Michal Čihař
ad06b4a991 Rename tbl_* files to drop useless _properties part. 2006-10-25 10:55:20 +00:00
Sebastian Mendel
45b04ab15d replaced $dblist with new PMA_List_Database class 2006-09-20 11:15:56 +00:00
Marc Delisle
5d88225fe7 bug #1549824, SQL history and quote escape 2006-09-08 16:44:26 +00:00
Sebastian Mendel
506b3cb938 bug #1477576 with rtl langs, navi links open in wrong frame 2006-07-03 15:01:45 +00:00
Marc Delisle
c8eaea4e22 is_superuser not defined 2006-05-30 13:44:11 +00:00
Michal Čihař
bfec931486 Improve functionality of limiting DROP DATABASE (bug #1456082). 2006-04-27 11:35:54 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Michal Čihař
cb91cf1032 Fix query history displaying (bug #1374639). 2005-12-13 13:37:42 +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ř
618f2d7408 Move javascript stuff out of libraries folder. 2005-11-23 19:10:30 +00:00
Sebastian Mendel
8fc4a4ce05 moved styles into css 2005-11-23 15:01:29 +00:00
Marc Delisle
3885bb6bd7 dbh becomes controllink 2005-11-20 14:00:49 +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
Marc Delisle
9889178b87 new query window behavior 2005-11-16 18:56:24 +00:00
Michal Čihař
7ae4646de6 Fix including of files when search path does not contain current directory. 2005-10-30 18:51:34 +00:00
Sebastian Mendel
071a068442 wrong handling of linebreaks in query: bug #1243888 2005-10-18 08:51:35 +00:00
Sebastian Mendel
cf9e4208d1 code cleanup whole querywindow js stuff, moved all in one new js file, now included in index.php, bug #1327055 2005-10-17 16:40:32 +00:00
Sebastian Mendel
ac4d335c25 removed queryframe.php and references to it 2005-10-17 12:04:39 +00:00
Michal Čihař
0be9c380d1 Make drop and empty tabs lead to structure instead of SQL. 2005-10-12 17:51:44 +00:00
Sebastian Mendel
3143135a5c XHTML 1.0 trans. compliance and more semantic XHTML output 2005-10-11 11:49:17 +00:00
Sebastian Mendel
b8741540db moved all code for queryboxes into libraries/sql_query_form.lib.php, replaced table with fieldsets, moved styles into css, minor interface changes related to queryboxes 2005-09-27 13:53:49 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00