Commit Graph

97 Commits

Author SHA1 Message Date
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Herman van Rink
85d3b6258e rfe #2792992 [doc] Added advice to re-login after changing pmadb settings 2010-02-15 15:21:55 +00:00
Michal Čihař
eef869d8dd rfe #2937850 [doc] Add some hints to chk_rel.php for quick setup. 2010-01-25 12:43:35 +00:00
Marc Delisle
ba66e07181 bug #2931216 Relations settings not updated on config change 2010-01-20 18:10:37 +00:00
Marc Delisle
71e6f68763 bug [history] QueryHistoryDB is not respected 2009-11-28 13:11:13 +00:00
Marc Delisle
40b28baf4d patch #2903400 [bookmarks] Status of bookmark table 2009-11-25 10:52:32 +00:00
Marc Delisle
1419fcf3c2 remove deprecated parameter of PMA_Table::countRecords() 2009-10-23 10:02:09 +00:00
Marc Delisle
15441ded5d do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
Marc Delisle
e5892a65fc Incorrect report of missing relational features 2009-06-24 21:18:00 +00:00
Marc Delisle
e67f4cbc54 clarify function name 2009-06-24 11:34:56 +00:00
Marc Delisle
cef9b6889c patch #2538358 part 2 2009-02-10 19:21:01 +00:00
Marc Delisle
3942544d52 patch #2538358 [display] Conditions for relational display field 2009-01-27 18:26:30 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
e946798332 bug #2163437 [core] Cannot disable PMA tables 2008-10-19 00:42:04 +00:00
Marc Delisle
fe78d240bb b to strong, and remove bold for MySQL charset 2008-07-09 15:24:44 +00:00
Marc Delisle
374963344a Do not save too big queries in history 2008-07-09 14:17:19 +00:00
Marc Delisle
544831fda7 patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Marc Delisle
8f4f6d8878 rfe #1962383 [designer] Option to create a PDF page 2008-06-30 19:07:09 +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
Marc Delisle
07bea9b00d improved doc for function 2008-05-11 12:45:46 +00:00
Sebastian Mendel
c69ae450aa cache relation information (saves at least two queries per HTTP request) 2008-05-08 05:06:50 +00:00
Sebastian Mendel
e8a6b1af54 new function to rename a field in relation tables (from tbl_alter.php) 2008-05-06 14:04:54 +00:00
Marc Delisle
7c5d5c466a PBXT: foreign key support 2008-05-04 18:36:17 +00:00
Sebastian Mendel
b7733ad022 get all db comments at once, not with single queries 2008-01-21 13:52:26 +00:00
Sebastian Mendel
9b7f22ae50 cleanup
moved relation function into relation library file
(some of the changes where checked in with previous checkin by accident)
2007-10-16 15:00:51 +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
a42354c9d0 removed MySQL < 5 code;
new own function for getting db comment;
remove code for getting column comments from PMA db;
2007-10-02 14:14:59 +00:00
Marc Delisle
111e7b046c refactoring 2007-09-29 13:45:35 +00:00
Marc Delisle
5c70b88927 problem between tbl_change and get_foreign.lib.php so start to remove this library 2007-09-19 17:06:43 +00:00
Marc Delisle
8eb4d37fe2 XHTML fixes 2007-09-02 19:23:59 +00:00
Marc Delisle
9f9da6d7ac do not use controllink for this one 2007-03-26 16:13:44 +00:00
Sebastian Mendel
ae4f0d37dd typos 2007-03-26 09:49:43 +00:00
Sebastian Mendel
c9a7e3040c documentation, backticks in SQL, minor tweaks 2007-03-26 09:34:37 +00:00
Sebastian Mendel
f15108e242 fixed missing check for 'historywork' 2007-03-26 06:45:20 +00:00
Marc Delisle
429a428ecd bug #1614004 [relation] foreign key spanning multiple columns are incorrectly displayed 2007-03-25 12:35:04 +00:00
Sebastian Mendel
c8cfbaff7a now really store it ... 2007-03-22 15:48:49 +00:00
Sebastian Mendel
2fe8c36bd7 fixed endless cycle (introduced by Revision: 10178) 2007-03-22 15:44:32 +00:00
Sebastian Mendel
77ba966984 documentation;
make use of session for SQL history;
PMA_getRelationsParam caches result, to speed up multiple calls;
smaller improvements;
all functions are self responsible for getting $cfgRelation and validate it - no need to check before function call;
2007-03-22 14:47:58 +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
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Marc Delisle
d5d8aef10f bug #1437754, search combos default to key zero 2006-02-24 20:31:45 +00:00
Sebastian Mendel
ac9d8b21a3 check if $cfg['Server']['pmadb'] really exists and is selectable, minor tweaks and formating 2006-02-21 15:31:37 +00:00
Sebastian Mendel
cd340d8496 moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(), PMA_generateAlterTable() into class PMA_Table 2006-02-21 11:07:46 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Sebastian Mendel
16a71a194e added database name to relation querys 2005-12-17 17:36:58 +00:00
Sebastian Mendel
5b9cab5a91 check magic_quotes only once in common.inc.php 2005-12-12 14:28:28 +00:00
Marc Delisle
9cc77d6ecb bug #1370785, error browsing a table under PHP 4 when no controluser is defined but a pmadb is defined 2005-12-10 15:51:38 +00:00
Sebastian Mendel
b755b20bde uninitialized variable 2005-11-23 17:34:44 +00:00