Commit Graph

39 Commits

Author SHA1 Message Date
Marc Delisle
fa496903e1 check relwork 2003-06-19 19:49:05 +00:00
Marc Delisle
3db7d19956 innodb and PMA_getForeigners 2003-06-19 19:42:58 +00:00
Marc Delisle
a32ffd69c3 enable more features when relation is broken 2003-06-12 14:50:05 +00:00
Michal Čihař
8f3a091efd Fixed warning in PMA_purgeHistory. 2003-05-13 09:38:47 +00:00
Marc Delisle
9a8e0e48e0 put back version 1.30 modifications with new strUpdComTab 2003-04-09 13:06:41 +00:00
Garvin Hicking
0d39fbcb3f RFE #715914 2003-04-06 18:20:20 +00:00
Garvin Hicking
c0e9a2a685 Automatic update of PMA-tables on update/deletion/duplication of
DBs/Tables/Columns.
2003-03-12 13:41:19 +00:00
Garvin Hicking
0fa157ea82 Relations/Comments with Single Quotes were causing major harm, so replace
PMA_handleSlashes() with PMA_addSlashes(). Every incoming data is currently
stripslashed, so this is necessary.
2003-03-05 20:04:10 +00:00
Marc Delisle
01c447a2d3 back to previous version 2003-03-05 10:18:30 +00:00
Mike Beck
f9eaee2242 added some documentation on how to update existing
column_comments tables and better information in testpage
2003-03-04 14:46:26 +00:00
Garvin Hicking
4d878ae941 See Changelog: Lightweight tabs, DB-based SQL history, tabbed querywindow.
Have fun, surely needs some debugging. :)
2003-02-27 13:01:08 +00:00
Garvin Hicking
63c5582cba Basic detection if mime-features are available, better check on error
situations. See ChangeLog.
2003-02-26 13:02:34 +00:00
Garvin Hicking
8718ab8275 Language updates, and a missing commit from rabus (librarires/* files
dealing with column_comments => column_info.). I didn't want to interfere,
but I had updated my cvs and had problems with the comments, so I finished
the search&replace-job. Maybe you want to look at the
config_import.lib-change, which is the only not-straight-ahead
search&replace operation.
2003-02-25 15:59:26 +00:00
Garvin Hicking
30b1873e61 Update and display column comments in Add/Edit Fieldmode and CREATE table mode. Display comments in table structure (optional) with underlined CSS-mouseovers. Display comments in browser mode (optional), both in vertical and horizontal display mode. Keep column comments in synch, when DROPping/ALTERing and moving/copying tables. 2003-02-24 16:59:36 +00:00
Garvin Hicking
820ad9c0cd Display and enter DB/table comments for navigation, stored in pma comments
table. May be displayed as Alias-Tooltips in left frame. [#650064]
2003-02-24 16:39:15 +00:00
Marc Delisle
338198dc83 should backquote the field named comment 2003-02-06 17:49:29 +00:00
Marc Delisle
416a7178a4 improve messages 2003-01-25 12:49:09 +00:00
Robin Johnson
e4743fd18e find -name '*.php3': Added vim modelines for PEAR style indentation 2002-10-23 04:17:43 +00:00
Loïc Chapeaux
ad976d1d8b PHP3 fix and bug #571409 2002-09-13 11:07:01 +00:00
Mike Beck
977cf63362 typo 2002-07-30 13:48:20 +00:00
Mike Beck
af12351175 Loic found some parse errors ;-( 2002-07-30 13:44:49 +00:00
Mike Beck
9519b6dff9 Bug 58825: if no pmadb is filled in there should be a decent error 2002-07-30 12:51:38 +00:00
Marc Delisle
f3dc6788a6 for Loic 2002-07-29 16:11:30 +00:00
Mike Beck
36abcf50c4 making the output of relation_lib more beautiful 2002-07-26 16:25:11 +00:00
Mike Beck
1ecf48c138 making the verbose mode of relation.lib more beautiful 2002-07-26 16:20:54 +00:00
Mike Beck
546fac14e5 changes by Loic:
default language should be en-iso-8859-1
beautified code in relation.lib.php3
2002-07-24 16:21:30 +00:00
Marc Delisle
91bdb92806 undefined variable 2002-07-16 19:41:54 +00:00
Mike Beck
0243ae4144 Ability to create PDF where all tables have the same width 2002-07-16 19:10:54 +00:00
Mike Beck
262c7c9613 give the user an easy way to test why relationstuff is not working
page chk_rel is accessible from db_details_structure
warning there can be disabled in config.inc.php3
2002-07-16 17:34:46 +00:00
Marc Delisle
25ed75636a bug 575868 2002-07-14 15:31:57 +00:00
Marc Delisle
6bf0c44168 remove a notice 2002-07-12 12:16:05 +00:00
Loïc Chapeaux
91833f2deb Coding standards 2002-07-11 21:27:16 +00:00
Mike Beck
ae8dd66e04 search directly for pmadb 2002-07-08 09:51:38 +00:00
Mike Beck
74ed4db63d allow to use PMA_query_as_cu without die on error
ignore gracefully if pmadb is set wrongly
2002-07-08 09:36:17 +00:00
Robin Johnson
c246cedc00 libraries/relation.lib.php3:144,190
- Cleaned up is_array() to isset(0 && is_array()
2002-06-18 17:13:48 +00:00
Robin Johnson
b83b0e9349 libraries/relation.lib.php3:83
- Fixed $cfg['Servers']['Server'] -> $cfg['Server']
2002-06-18 16:40:45 +00:00
Marc Delisle
61b5ae3318 pmadb can be blank 2002-06-18 02:33:07 +00:00
Mike Beck
cd4dce6f0e last changes to have relationstuff in central db
enabled column_comments
2002-06-15 15:15:00 +00:00
Mike Beck
d65c2cb7b0 config and functions useful when working with relationfeatures 2002-06-15 01:39:11 +00:00