~ubuntu-branches/ubuntu/saucy/phpmyadmin/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/config.rst

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-08-04 13:24:37 UTC
  • mfrom: (1.2.44)
  • Revision ID: package-import@ubuntu.com-20130804132437-jznw8efwy4hr1nms
Tags: 4:4.0.5-1
* New upstream release.
  - Fixes security issue PMASA-2013-10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
 
120
120
    Show warning about incomplete translations on certain threshold.
121
121
 
 
122
.. config:option:: $cfg['AllowThirdPartyFraming']
 
123
 
 
124
    :type: boolean
 
125
    :default: false
 
126
    
 
127
    Setting this to ``true`` allows phpMyAdmin to be included inside a frame,
 
128
    and is a potential security hole allowing cross-frame scripting attacks or
 
129
    clickjacking.
 
130
 
122
131
Server connection settings
123
132
--------------------------
124
133
 
1481
1490
Browse mode
1482
1491
-----------
1483
1492
 
1484
 
.. config:option:: $cfg['NavigationBarIconic']
 
1493
.. config:option:: $cfg['TableNavigationLinksMode']
1485
1494
 
1486
1495
    :type: string
1487
 
    :default: true
 
1496
    :default: ``'icons'``
1488
1497
 
1489
 
    Defines whether navigation bar buttons contain text or symbols only. A 
1490
 
    value of true displays icons, false displays text and 'both' displays 
1491
 
    both icons and text.
 
1498
    Defines whether the table navigation links contain ``'icons'``, ``'text'`` 
 
1499
    or ``'both'``. 
1492
1500
 
1493
1501
.. config:option:: $cfg['ShowAll']
1494
1502
 
1672
1680
Tabs display settings
1673
1681
---------------------
1674
1682
 
1675
 
.. config:option:: $cfg['PropertiesIconic']
1676
 
 
1677
 
    :type: string
1678
 
    :default: ``'both'``
1679
 
 
1680
 
    If set to ``true``, will display icons instead of text for db and table
 
1683
.. config:option:: $cfg['TabsMode']
 
1684
 
 
1685
    :type: string
 
1686
    :default: ``'both'``
 
1687
 
 
1688
    Defines whether the menu tabs contain ``'icons'``, ``'text'`` or ``'both'``. 
 
1689
 
 
1690
.. config:option:: $cfg['ActionLinksMode']
 
1691
 
 
1692
    :type: string
 
1693
    :default: ``'both'``
 
1694
 
 
1695
    If set to ``icons``, will display icons instead of text for db and table
1681
1696
    properties links (like :guilabel:`Browse`, :guilabel:`Select`,
1682
 
    :guilabel:`Insert`, ...) and for the menu tabs. Can be set to ``'both'`` 
1683
 
    if you want icons AND text. When set to ``false``, will only show text.
 
1697
    :guilabel:`Insert`, ...). Can be set to ``'both'`` 
 
1698
    if you want icons AND text. When set to ``text``, will only show text.
1684
1699
 
1685
1700
.. config:option:: $cfg['PropertiesNumColumns']
1686
1701