Commit Graph

300 Commits

Author SHA1 Message Date
Marc Delisle
c19cb1d480 Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-12 17:28:41 -04:00
Chirayu Chiripal
1f324be4b1 RFE-637: Custom field handlers (input transformations)
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-07-12 01:52:32 +05:30
Isaac Bennetch
30d1b5845d * Consolidate README to eliminate some duplicate information
* Editing README.rst to make it more friendly as our github home page
* Move third party license info to copyright file

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2014-07-02 21:01:25 -04:00
Marc Delisle
8453488a26 Merge commit '5b1fe4e' 2014-06-29 07:26:54 -04:00
Shivam Dixit
3f21378e4c Fix for bug 4027
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-29 07:14:39 -04:00
Marc Delisle
d8b3f9a766 4.2.6-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-26 10:01:48 -04:00
Marc Delisle
8ce1e316a6 Merge branch 'QA_4_2' 2014-06-26 09:58:01 -04:00
Marc Delisle
18e6cfd5c5 mcrypt: remove the requirement (64-bit) and the related warning
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-26 09:56:24 -04:00
Ashutosh Dhundhara
2a7cdbdb75 RFE#654: Range Search Capability.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-06-24 16:47:34 +05:30
Marc Delisle
aebfcfdc9f 4.2.5-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-20 08:47:51 -04:00
Madhura Jayaratne
521a77d8bd Merge pull request #1232 from kb-yashodha/multipages1
Complete multipages functionality in designer
2014-06-16 15:22:13 +05:30
Bimal Yashodha
48dd4f354d Remove references to designer_coords and designerwork
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-16 11:39:39 +05:30
Michal Čihař
234cfbf73f Document AES usage
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-12 14:43:10 +02:00
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
Marc Delisle
199982f0d0 4.2.4-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-08 18:35:23 -04: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