Commit Graph

286 Commits

Author SHA1 Message Date
Michal Čihař
5f3b69908a Document that we are using AES for encryption
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-12 14:43:10 +02:00
Michal Čihař
c6e76422c4 Allow to use system phpseclib
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-12 10:06:20 +02:00
Michal Čihař
96366ce7bc Remove no longer used caching configuration
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-10 11:57:15 +02:00
Craig Duncan
17fd6b576a Dynamically detect an amazon rds instance
This is to avoid more configuration options

Signed-off-by: Craig Duncan <git@duncanc.co.uk>
2014-06-05 19:38:57 +01:00
Craig Duncan
812d1ce67d Allow processes to be killed on Amazon RDS
The 'KILL' syntax isn't available but a procedure to do the same thing is
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MySQL.CommonDBATasks.html

Signed-off-by: Craig Duncan <git@duncanc.co.uk>
2014-06-03 22:39:04 +01:00
Michal Čihař
d515cc4ca0 Merge remote-tracking branch 'origin/QA_4_2' 2014-05-30 09:16:30 +02:00
Michal Čihař
6c4cca7766 Do not try to localize sphinx extension
- we do not (and can not) translate this anyway
- causes problems with older Sphinx versions

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-30 09:15:28 +02:00
Marc Delisle
acb348a4f6 Fix merge conflict
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-28 12:54:41 -04:00
Marc Delisle
c7b4b1f95c Fix typos and adjust the release number for the central columns feature
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-28 12:47:46 -04:00
Marc Delisle
252d83a632 Missing doc for savedsearches
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-28 12:44:07 -04:00
Isaac Bennetch
26efcfd66a Feature request 1528: Documentation refers to .htaccess files that have been removed
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2014-05-28 10:18:30 -04:00
Marc Delisle
93ce1a69de Merge pull request #1195 from smita786/gsoc_central_columns_list
Gsoc central columns list
2014-05-26 15:14:04 -04:00
Smita Kumari
200737bcce gsoc:central list of columns, added sync and remove column list on db_structure page
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

fixing indentation in mult_submits.inc.php

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

naming convention,typos, indentaion fix and removed unnecessory file db_sync_central_columns.php

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

check if central columns storage is configured, if not configured don't show the option to sync/remove

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

add/remove columns to central list of columns from tbl_structure page

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

added icon image for central columns add/delete

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

add/remove of columns option in tbl_structure page in columns rows depending upon if column is already present in central columns or not

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

fixed php notices, apporiprate message when a non existing column is removed and when a existing column is added to cenral list

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

documentation added for central_columns configuration

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

regenerated sprite

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

changed central_columns table structure + modified functions to add to central column as per new tbl def

updated delete and other function as per new db structure

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

remove notices

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

sprintf for variable message

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

fix unit test failure errors

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

fixed whitespace issues plus function definition

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

refactoring code plus fixing coding style issues

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-05-26 23:13:03 +05:30
Chirayu Chiripal
85390a7169 rfe-982: Support for editing binary fields in hexadecimal
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-05-21 21:42:21 +05:30
Marc Delisle
634307329e 4.2.3-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-20 08:28:42 -04:00
Marc Delisle
d9a1da1237 Merge pull request #1173 from ashutoshdhundhara/rfe_1448
RFE: #1448 Allow clicking an approximate row count to get a correct one.
2014-05-14 07:08:45 -04:00
Erwin Bronkhorst
be6cf1edcf Update config.rst
Fixed typo in description of config:option ProxyUrl
2014-05-13 17:42:24 +02:00
Marc Delisle
6be855a6c6 4.2.2-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-12 08:03:14 -04:00
Ashutosh Dhundhara
0a5d1ad757 RFE: #1448 Allow clicking an approximate row count to get a correct one.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-05-10 20:23:15 +05:30
Michal Čihař
2be24a07ff Show Swekey example in the docs
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 14:46:01 +02:00
Michal Čihař
616e732c37 Add crossreferences to the auth docs
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-09 18:07:39 +02:00
Michal Čihař
33e8a493a4 Better documentation for authentication modes
- move most of that to the setup section
- remove historical notes (like when it was introduced or originally
  called)
- include example scripts in the docs as well

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-09 18:07:39 +02:00
Michal Čihař
00b6fbe0fe Show sample script
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-09 18:07:39 +02:00
Marc Delisle
9e5602eb37 4.3.0-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-27 08:49:45 -04:00
Marc Delisle
fc2cd8f41b 4.2.1-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-27 08:46:30 -04:00
Atul Pratap Singh
9d76696650 We decided to display pagination after 250, see http://sourceforge.net/p/phpmyadmin/mailman/message/31333321/
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-04-27 05:33:12 +05:30
Marc Delisle
48cee9be09 Now that MaxNavigationItems is no longer related to the number of databases, it makes more sense to lower its default value
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-25 06:13:51 -04:00
Hugues Peccatte
ebc2739c89 Update documentation.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-04-22 21:36:26 +02:00
Hugues Peccatte
6cb5756e7d Manage a config proporty to limit the number of items at first level in navigation panel.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-04-21 22:14:31 +02:00
Marc Delisle
2f35b7f23e 4.2.0-beta1 release
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-18 10:10:18 -04:00
Marc Delisle
cccddfe80b 4.2.0-alpha2 release
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-10 19:10:37 -04:00
Marc Delisle
4f4f6567db 4.2.0-alpha1 release
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-09 14:18:17 -04:00
Marc Delisle
1a07660925 Merge pull request #1123 from ashutoshdhundhara/favorite_tables_local_storage
Browser local storage support for Favorite tables feature.
2014-04-02 09:10:52 -04:00
Ashutosh Dhundhara
28b7b9031c Browser local storage support for Favorite tables feature.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fixed sync anchor location.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-04-02 18:20:29 +05:30
Michal Čihař
7233657d4d Remove support for SQL validator
The SOAP service seems to be down for quite some time and it is not
mentioned anywhere on Mimer website.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-04-02 12:10:52 +02:00
Marc Delisle
0e13fc74a2 Merge pull request #1115 from ashutoshdhundhara/favorite_table
Favorite tables feature using Ajax.
2014-03-28 14:47:55 -04:00
Ashutosh Dhundhara
e9d59fd7e0 Implemented Favorite tables feature with Ajax.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Minor fixes in Settings->Features page and Navigation Header class.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fixed translation issues in RecentFavoriteTable class.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fixed error in RecentFavoriteTable class.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Another fix in structure.lib.php.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-03-29 00:06:14 +05:30
Marc Delisle
3710c9d3ea Behavior of CharEditing for default values editing
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-27 12:50:15 -04:00
Maxime DAVID
a395d9474f #1486 Possibility of disabling database expansion + doc + integration
Signed-off-by: Maxime DAVID <got2bex@gmail.com>
2014-03-26 10:15:14 -04:00
Michal Čihař
edcd09ca1b Remove trailing whitespace from the documentation
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-20 09:39:07 +01:00
Michal Čihař
36e33b110e Update make.bat as well for current Sphinx
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-19 19:01:10 +01:00
Michal Čihař
870e3f0113 Update Sphinx documentation template to latest version
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-19 18:55:33 +01:00
Marc Delisle
5cc63d7b35 Credits for Hugues Peccatte
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-11 08:29:36 -04:00
Michal Čihař
33d36ae694 Update year in documentation copyright
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-03 16:13:04 +01:00
Michal Čihař
657c512ac5 Update documentation in regard to --skip-show-database
As we no longer use SHOW DATABASE for listing databases, this section is
no longer relevant.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-26 09:04:33 +01:00
Isaac Bennetch
cdb25a1e9e Documentation improvements
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2014-02-11 14:19:13 -05:00
Marc Delisle
379f8b6704 Fix merge conflicts
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-15 08:53:00 -05:00
Marc Delisle
144e00e5da bug #4221 Bzip2 export cannot be directly imported (so withdraw bz2 export)
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-15 08:39:42 -05:00
Marc Delisle
d9a9a9195d 4.1.5-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-07 10:08:05 -05:00
Marc Delisle
da292cbd06 4.1.4-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-31 05:44:36 -05:00