Hi Garvin & list,
Could you please at least documentate $cfg['Servers'][$i]['column_info'] and $cfg['Servers'][$i]['history'], especially the new table structure? Otherwise, we cannot test your features, at all...
Alexander M. Turek alex@bugfixes.info
+-----------------------------+ | The phpMyAdmin Project | | http://www.phpmyadmin.net | | rabus@users.sourceforge.net | +-----------------------------+ | [bugfixes.info] | | http://www.bugfixes.info | | rabus@bugfixes.info | +-----------------------------+
Hi Alex!
I'm sorry I'm to busy to have come to documentation at least. I hoped most things would be self-explanatory, but as it's always the case when you're developping: Most things only make sense for yourself.
So, the column_info and history tables got updated the way Robin and I proposed earlier on the list. Column names are also kept the way as discussed.
What can I exactly document better so you all can have an early shot at it? At the moment I don't have time for after the weekend to start up with any documentation.
Regards, Garvin.
On Thu, Feb 27, 2003 at 04:34:21PM +0100, Garvin Hicking wrote:
So, the column_info and history tables got updated the way Robin and I proposed earlier on the list. Column names are also kept the way as discussed.
Please just put that into the examples of the create table statements then ASAP, eg today if you can.
What can I exactly document better so you all can have an early shot at it? At the moment I don't have time for after the weekend to start up with any documentation.
After the weekend, just document your new configuration fields, and optionally say anything you want to about the code.
Hi Robin & list!
So, the column_info and history tables got updated the way Robin and I proposed earlier on the list. Column names are also kept the way as discussed.
Please just put that into the examples of the create table statements then ASAP, eg today if you can.
I don't know what you mean? The create_tables.sql script is up to date...? I'm confused. %-)
Regards, Garvin.
Hi garvin (& list)
On Thu, Feb 27, 2003 at 05:21:57PM +0100, Garvin Hicking wrote:
Hi Robin & list!
So, the column_info and history tables got updated the way Robin and I proposed earlier on the list. Column names are also kept the way as discussed.
Please just put that into the examples of the create table statements then ASAP, eg today if you can.
I don't know what you mean? The create_tables.sql script is up to date...? I'm confused. %-)
Scripts in Documetation.html ....
On Thu, Feb 27, 2003 at 05:21:57PM +0100, Garvin Hicking wrote:
So, the column_info and history tables got updated the way Robin and I proposed earlier on the list. Column names are also kept the way as discussed.
Please just put that into the examples of the create table statements then ASAP, eg today if you can.
I don't know what you mean? The create_tables.sql script is up to date...? I'm confused. %-)
*looks* Hmm, i'd forgotten about that file. We just always included the tables in the Documentation directly.
Perhaps we should just remove the tables from the documentation, and put in pointers to create_tables.sql ?
I'm doing some formatting updates to to create_tables.sql now...
Hi Garvin, Robin & list,
-----Original Message----- From: robbat2@orbis-terrarum.net
Please just put that into the examples of the create table statements then ASAP, eg today if you can.
I don't know what you mean? The create_tables.sql script is up to date...? I'm confused. %-)
Just forget about what I've said :o)
*looks* Hmm, i'd forgotten about that file. We just always included the tables in the Documentation directly.
Perhaps we should just remove the tables from the documentation, and put in pointers to create_tables.sql ?
Not at all! We should keep the structures inside the documentation.
Regards,
Alexander M. Turek alex@bugfixes.info
+-----------------------------+ | The phpMyAdmin Project | | http://www.phpmyadmin.net | | rabus@users.sourceforge.net | +-----------------------------+ | [bugfixes.info] | | http://www.bugfixes.info | | rabus@bugfixes.info | +-----------------------------+
Hi List!
I just wanted to put in the first docs - just a quick question: Is the documentation.txt generated automatically? The top-menu looks as if it was generated by lynx or so. Is it okay to just update the HTML-version?!
Regards, Garvin.
On Thu, Feb 27, 2003 at 09:18:50PM +0100, Garvin Hicking wrote:
I just wanted to put in the first docs - just a quick question: Is the documentation.txt generated automatically? The top-menu looks as if it was generated by lynx or so. Is it okay to just update the HTML-version?!
yes, please only update the HTML doc, the TXT file ist updated on release (and sometimes) with: lynx --dont_wrap_pre --nolist --dump Documentation.html > Documentation.txt
regards, Olivier