Jakub Vrána

My Ohloh Profile

Show:

What's happening?

  • Followup: RE: Adminer Plugin login-servers.php + Postgres

    The second parameter is string, not an array.

    2013-05-24 16:11:59 PDT in Adminer

  • Followup: RE: Removed my favorite features?

    The strangely placed and titled link was just a shortcut to go to the last page. This link is now at fixed position on every page. If you are already on the last page then you can just refresh the browser. You can bring back the link by creating a [url=http://www.adminer.org/en/plugins/]plugin[/url] or a [url=http://www.adminer.org/en/extension/]customization[/url].

    2013-05-23 21:35:05 PDT in Adminer

  • Followup: RE: login-table extension and rights

    This plugin couldn't do it. You would need to check [i]$_GET["select"][/i] and [i]$_GET["edit"][/i] in the [i]login()[/i] method based on current user privileges.

    2013-05-23 21:29:54 PDT in Adminer

  • Followup: RE: include Adminer from different location?

    I would suggest using compiled version. With source codes, you would need to do this: 1. Change all [i]include "../adminer/[/i] to [i]include dirname(__FILE__) . "/adminer/[/i]. 2. Define a constant [i]ADMINER_ROOT[/i] to [i]dirname(__FILE__)[/i] in [i]index.php[/i]. 3. Change all [i]include "./[/i] to [i]include ADMINER_ROOT . "/[/i]. 4. Do something about static files...

    2013-05-23 21:25:39 PDT in Adminer

  • Comment: Table list in "sidebar" for PostgreSQL is not ordered

    Thank you for the report, I've fixed it in Git. You can download the "Current development version" from http://www.adminer.org/#download.

    2013-05-23 10:24:24 PDT in Adminer

  • Comment: Sorting controls overlap header titles

    Please fix this in the skin (adminer.css). These controls are hidden by default and displays only on mouse over.

    2013-05-23 08:37:57 PDT in Adminer

  • Followup: RE: Using Adminer offline

    There's a [url=http://www.adminer.org/en/plugins/]plugin[/url] [b]version-noverify[/b] disabling verifying version. You can create a similar plugin or extend this one to disable JUSH by adding this JS line: [code]jushRoot = '';[/code].

    2013-05-23 08:27:47 PDT in Adminer

  • Followup: RE: How correctly change root password?

    This is really not an Adminer related question but... 127.0.0.1 and ::1 could be used if connecting through TCP instead of a socket. I suggest deleting them as localhost should be used as a fallback. somename@% means that the user can connect from anywhere. This could be a security risk and you usually want a user to connect only from one host.

    2013-05-21 08:29:12 PDT in Adminer

  • Adminer 3.7.0 released

    Adminer 3.7.0 (released 2013-05-19): Allow more SQL files to be uploaded at the same time Print run time next to executed queries Don't drop original view and routine before creating the new one Highlight default submit button Add server placeholder to login form Disable SQL export when applying functions in select Allow using lang() in plugins (customization) Remove bzip2 compression...

    2013-05-19 21:18:16 PDT in Adminer

  • Adminer

    jakubvrana made 1 file-release changes.

    2013-05-19 21:07:02 PDT in Adminer

About Me


Send me a message