phppgadmin.git
15 years agoUdate CREDITS file
ioguix [Tue, 7 Sep 2010 15:22:44 +0000 (17:22 +0200)]
Udate CREDITS file

15 years agoReally remove support for 7.3 as we already adverstised it
ioguix [Tue, 7 Sep 2010 14:47:53 +0000 (16:47 +0200)]
Really remove support for 7.3 as we already adverstised it

15 years agoUpdate HISTORY file
ioguix [Tue, 7 Sep 2010 14:31:20 +0000 (16:31 +0200)]
Update HISTORY file

15 years agoFix a bug where clicking on "Object not found" in the browser tree
Jehan-Guillaume (ioguix) de Rorthais [Mon, 6 Sep 2010 16:48:15 +0000 (18:48 +0200)]
Fix a bug where clicking on "Object not found" in the browser tree

This action is suppose to reload the node but was actually just rising
a js error and not reloading it.

15 years agoFix bug #2969594 "Click on tree element without action causes javascript error"
Jehan-Guillaume (ioguix) de Rorthais [Mon, 6 Sep 2010 16:49:40 +0000 (18:49 +0200)]
Fix bug #2969594 "Click on tree element without action causes javascript error"

15 years agoFix bad escaped vars for javascript code in the Create Function form
ioguix [Mon, 6 Sep 2010 13:12:47 +0000 (15:12 +0200)]
Fix bad escaped vars for javascript code in the Create Function form

15 years agoAdd a global CSS file, included on top of all theme
Jehan-Guillaume (ioguix) de Rorthais [Mon, 6 Sep 2010 10:28:14 +0000 (12:28 +0200)]
Add a global CSS file, included on top of all theme

 * create a global file themes/global.css, included on top of all
   CSS file
 * fix a bug of the FK browsing patch with cappuccino theme. Needed
   style were only in the default theme
 * some general CSS cleanup

15 years agoUpdate russian translation for PPA 5.0, by Alexey Baturin.
Alexey Baturin [Sat, 28 Aug 2010 14:15:10 +0000 (16:15 +0200)]
Update russian translation for PPA 5.0, by Alexey Baturin.

15 years agoUpdate czech translation, by Marek Cernocký.
Marek Černocký [Sat, 28 Aug 2010 14:12:49 +0000 (16:12 +0200)]
Update czech translation, by Marek Cernocký.

15 years agoAdd feature: Browsing on Foreign Keys, in both pure xhtml and ajax
Leonardo Sápiras [Thu, 26 Aug 2010 23:47:53 +0000 (01:47 +0200)]
Add feature: Browsing on Foreign Keys, in both pure xhtml and ajax

done during GSoC 2010, with mentoring and some help from ioguix.

15 years agoFix dbexport.php file, various bugs, see details
ioguix [Thu, 26 Aug 2010 22:34:48 +0000 (00:34 +0200)]
Fix dbexport.php file, various bugs, see details

  * fixed not cleaned object names (schema, tables/views)
  * schema and table were each escapeShellArg separatly then
    concatenated together, leading to a bad formated
    -t '"schema"'.'"table"' command line option
  * removed hack for pg_dump < 7.4 as we do not support thoses
    versions anymore

15 years agoFix bug #2716779 where exporting were showin \N for empty strings
ioguix [Thu, 26 Aug 2010 21:58:25 +0000 (23:58 +0200)]
Fix bug #2716779 where exporting were showin \N for empty strings

15 years agoFix buggy method Postgres.php:beginDump() that was calling its non-existant (anymore...
ioguix [Thu, 26 Aug 2010 21:56:44 +0000 (23:56 +0200)]
Fix buggy method Postgres.php:beginDump() that was calling its non-existant (anymore) parent class

15 years agoFix bugs #2908984 and #2579270 in our "query parser"
ioguix [Thu, 26 Aug 2010 21:17:05 +0000 (23:17 +0200)]
Fix bugs #2908984 and #2579270 in our "query parser"

This "query trivial parser" is in function Postgres.php:executeScript()

  * about #2908984, we were getting each line of the uploaded file
    using fgets($fd, 32768); because of PHP 4.3 and bellow that
    were considering a line has a length of 1024 by default. So we
    had to set a large value, but it wasn't not large enough here.
    Since we officialy support PHP 5+, I just removed this max length
    so PHP keep parsing the line till the end.
  * about #2579270, that was just a bad test on $in_quote so we were
    not parsing quoted values correclty, and the -- were catching as
    comments.

15 years agoFix a query.abord() on a null value on Locks and Process pages when stoping refresh...
Alexey Baturin [Fri, 6 Aug 2010 19:20:42 +0000 (21:20 +0200)]
Fix a query.abord() on a null value on Locks and Process pages when stoping refresh before the first ajax request

15 years agoFix selenium test for column
ioguix [Fri, 6 Aug 2010 19:07:23 +0000 (21:07 +0200)]
Fix selenium test for column

Patch for highliting rows on overflow broke it.

15 years agoAdd forgotten input[type=password] style for the cappuccino theme
ioguix [Sun, 1 Aug 2010 11:18:29 +0000 (13:18 +0200)]
Add forgotten input[type=password] style for the cappuccino theme

15 years agoupdate jquery lib with current stable version 1.4.2
ioguix [Mon, 26 Jul 2010 17:59:58 +0000 (19:59 +0200)]
update jquery lib with current stable version 1.4.2

15 years agoAdd cappuccino new theme + theme swither
ioguix [Mon, 26 Jul 2010 09:43:52 +0000 (11:43 +0200)]
Add cappuccino new theme + theme swither

  * add new theme cappuccino
  * add a theme switcher on the intro page

15 years agoOn insert page, open the auto-complete list when it gets the focus
ioguix [Mon, 26 Jul 2010 08:51:46 +0000 (10:51 +0200)]
On insert page, open the auto-complete list when it gets the focus

15 years agoSome bad escaped variables found on my way
ioguix [Thu, 22 Jul 2010 00:23:39 +0000 (02:23 +0200)]
Some bad escaped variables found on my way

15 years agofix bad variable name in display.php
ioguix [Tue, 20 Jul 2010 22:36:33 +0000 (00:36 +0200)]
fix bad variable name in display.php

15 years agoFix some design issue in fulltext forms
ioguix [Sun, 18 Jul 2010 22:04:57 +0000 (00:04 +0200)]
Fix some design issue in fulltext forms

Tables' forms were 100% width without any reason.

15 years agoFix a bug with grouping servers feature
ioguix [Sun, 18 Jul 2010 11:45:36 +0000 (13:45 +0200)]
Fix a bug with grouping servers feature

  * opened connexions were appearing in every group
  * after connexion/disconnection, stay in the group instead
    of falling back in the 'all' group

15 years agoFix refresh lock page javascript for compatibility with IE
Leonardo Sápiras [Sat, 12 Jun 2010 13:42:22 +0000 (15:42 +0200)]
Fix refresh lock page javascript for compatibility with IE

...which is stricter than others on this...

15 years agoOops, forgot to add the js/database.js file to the commit 6134a181d1910910021d
Leonardo Sápiras [Wed, 9 Jun 2010 20:36:25 +0000 (22:36 +0200)]
Oops, forgot to add the js/database.js file to the commit 6134a181d1910910021d

15 years agoMerge branch 'master' of github.com:xzilla/phppgadmin
ioguix [Wed, 9 Jun 2010 19:42:02 +0000 (21:42 +0200)]
Merge branch 'master' of github.com:xzilla/phppgadmin

15 years agoremove some testing values from the english recoded file :/
ioguix [Wed, 9 Jun 2010 19:41:50 +0000 (21:41 +0200)]
remove some testing values from the english recoded file :/

15 years agoAdd auto-refresh process and prepared xact using ajax
Leonardo Sápiras [Wed, 9 Jun 2010 19:40:20 +0000 (21:40 +0200)]
Add auto-refresh process and prepared xact using ajax

This patch rename the existing js/locks.js as js/database.js
and factorise the code to use it from both page.

15 years agoAdd bottom link to top of the page
Leonardo Sápiras [Sun, 6 Jun 2010 21:09:10 +0000 (23:09 +0200)]
Add bottom link to top of the page

15 years agoFix bad parameter name for database on ajax locks page refresh request
Leonardo Sápiras [Tue, 1 Jun 2010 22:29:35 +0000 (00:29 +0200)]
Fix bad parameter name for database on ajax locks page refresh request

15 years agoBetter handling connection error and waiting in locks page behaviour on ajax request
ioguix [Mon, 31 May 2010 23:06:42 +0000 (01:06 +0200)]
Better handling connection error and waiting in locks page behaviour on ajax request

  * re-add error message on page
  * add a loading icon when a query is running
  * cancel ajax request when clicking on stop
  * preload image (start icon don't show up on error without it)

15 years agoAuto refresh the locks list using ajax. See ajax_refresh conf var.
Leonardo Sápiras [Sun, 30 May 2010 20:25:05 +0000 (22:25 +0200)]
Auto refresh the locks list using ajax. See ajax_refresh conf var.

Patch by Leonardo Sápiras during the gsoc2010, plus some external edits based on Alexey reviews and mine.

15 years agoHighlight table's lines when overing them.
Pierre-dominique PERRIER [Sun, 30 May 2010 19:20:57 +0000 (21:20 +0200)]
Highlight table's lines when overing them.

Patch by Pierre-dominique PERRIER with some cleanup by me.

15 years agofix invalid xhtml tag, per Alexey Baturin
Robert Treat [Sat, 22 May 2010 13:43:29 +0000 (09:43 -0400)]
fix invalid xhtml tag, per Alexey Baturin

15 years agoFix wizzard create view form where schemas, tables and fields were not cleaned
Guillaume (ioguix) de Rorthais [Sun, 16 May 2010 22:16:24 +0000 (00:16 +0200)]
Fix wizzard create view form where schemas, tables and fields were not cleaned

15 years agoFix bug reported by Alexey Baturin on admin page + small ergonomy changes
Guillaume (ioguix) de Rorthais [Sun, 16 May 2010 21:47:07 +0000 (23:47 +0200)]
Fix bug reported by Alexey Baturin on admin page + small ergonomy changes

In the "Autovacuum setup per table" section:
 * removed useless schema and table column when on a table's admin page
 * added links to related schema and table when on a database's admin page

15 years agoforce display_errors to 'on'
Guillaume (ioguix) de Rorthais [Sun, 16 May 2010 21:41:22 +0000 (23:41 +0200)]
force display_errors to 'on'

15 years agoRemove Postgres.php:getVariable() function
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 17:50:13 +0000 (19:50 +0200)]
Remove Postgres.php:getVariable() function

1st it was unsecure, 2nd it was unused anyway

15 years agoCleaning usage of ->clean() vs. ->fieldClean() in Postgres*.php classes
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 17:44:58 +0000 (19:44 +0200)]
Cleaning usage of ->clean() vs. ->fieldClean() in Postgres*.php classes

15 years agoMerge branch 'master' of github.com:xzilla/phppgadmin
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 15:49:27 +0000 (17:49 +0200)]
Merge branch 'master' of github.com:xzilla/phppgadmin

15 years agoFix magic_quotes_gpc related bug. Reported by Alex Baturin.
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 15:36:03 +0000 (17:36 +0200)]
Fix magic_quotes_gpc related bug. Reported by Alex Baturin.

This parameter is not settable from script + it affects parse_str that brakes redirect.php

15 years agoFix magic_quotes_gpc related bug.
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 15:36:03 +0000 (17:36 +0200)]
Fix magic_quotes_gpc related bug.

This parameter is not settable from script + it affects parse_str that brakes redirect.php

15 years agomake this TODO item better
Robert Treat [Thu, 13 May 2010 19:15:54 +0000 (15:15 -0400)]
make this TODO item better

15 years agofix trigger list and search for 9.0, push older functions to 8.4 class
Robert Treat [Sat, 24 Apr 2010 19:07:45 +0000 (15:07 -0400)]
fix trigger list and search for 9.0, push older functions to 8.4 class

15 years agoConsistently call privileges the same thing
Magnus Hagander [Wed, 14 Apr 2010 15:59:00 +0000 (23:59 +0800)]
Consistently call privileges the same thing

15 years agoProperly call sequences "Sekvenser"
Magnus Hagander [Wed, 14 Apr 2010 15:58:47 +0000 (23:58 +0800)]
Properly call sequences "Sekvenser"

15 years agoremove last 8.5 references in Postgres.php
Guillaume (ioguix) de Rorthais [Sun, 11 Apr 2010 22:35:57 +0000 (00:35 +0200)]
remove last 8.5 references in Postgres.php

15 years agoUpdate the help files, removing old ones, updating PostgresDoc73.php accordingly...
Guillaume (ioguix) de Rorthais [Sun, 11 Apr 2010 22:29:37 +0000 (00:29 +0200)]
Update the help files, removing old ones, updating PostgresDoc73.php accordingly and renaming 85 -> 90

15 years agoFix cluster action on the admin page
Guillaume (ioguix) de Rorthais [Sun, 11 Apr 2010 21:56:58 +0000 (23:56 +0200)]
Fix cluster action on the admin page

15 years agoRefactor admin page, adding it in table level, fixes and support for autovacuum per...
Guillaume (ioguix) de Rorthais [Mon, 5 Apr 2010 20:56:34 +0000 (22:56 +0200)]
Refactor admin page, adding it in table level, fixes and support for autovacuum per table for pg 8.4+

15 years agofix a bug in tests archi where we tried to open tests/selenium/static/TestSuite.html...
Alexey Baturin [Tue, 30 Mar 2010 22:21:57 +0000 (00:21 +0200)]
fix a bug in tests archi where we tried to open tests/selenium/static/TestSuite.html *before* creating the static folder

15 years agoadd .gitattribute file to exclude some files when creating an archive using the git...
Guillaume (ioguix) de Rorthais [Sun, 28 Mar 2010 21:28:35 +0000 (23:28 +0200)]
add .gitattribute file to exclude some files when creating an archive using the git archive command

15 years agoAdd UTF-8 Russian translation
Alexey Baturin [Mon, 15 Mar 2010 13:50:25 +0000 (14:50 +0100)]
Add UTF-8 Russian translation

15 years agoadd ability to logicaly group servers under custom top nodes in the browser tree
Jehan-Guillaume (ioguix) de Rorthais [Sat, 13 Mar 2010 00:47:46 +0000 (01:47 +0100)]
add ability to logicaly group servers under custom top nodes in the browser tree

15 years agoUpdate ADODB library with latest release. It fixes some more deprecation warning...
Jehan-Guillaume (ioguix) de Rorthais [Fri, 12 Mar 2010 23:46:57 +0000 (00:46 +0100)]
Update ADODB library with latest release. It fixes some more deprecation warning about function removed in PHP 6.0. Reported by Christian Tessarek.

15 years agoupdate selenium lib to current 1.0.3
Jehan-Guillaume (ioguix) de Rorthais [Fri, 12 Mar 2010 21:40:19 +0000 (22:40 +0100)]
update selenium lib to current 1.0.3

15 years agoIn fulltext.php, doDropMapping should not exit() on error but return so we can send...
Jehan-Guillaume (ioguix) de Rorthais [Thu, 11 Mar 2010 23:28:49 +0000 (00:28 +0100)]
In fulltext.php, doDropMapping should not exit() on error but return so we can send the closing html tags. Reported by Alexey Baturin.

15 years agoFix #2967918, display bug when creating a FTS conf with multi errors. Reported by...
Jehan-Guillaume (ioguix) de Rorthais [Thu, 11 Mar 2010 23:27:10 +0000 (00:27 +0100)]
Fix #2967918, display bug when creating a FTS conf with multi errors. Reported by Alexey Baturin.

15 years agohousecleaning: remove all useless hasXXX() functions since we drop support for pg...
Jehan-Guillaume (ioguix) de Rorthais [Sat, 6 Feb 2010 12:23:55 +0000 (13:23 +0100)]
housecleaning: remove all useless hasXXX() functions since we drop support for pg < 7.3

15 years agofix for bug #1963050, we emit 'No Access' now in cases where we dont have permissions...
Robert Treat [Sat, 9 Jan 2010 22:15:31 +0000 (17:15 -0500)]
fix for bug #1963050, we emit 'No Access' now in cases where we dont have permissions to see database sizes

15 years agoout error messages in monospaced fonts, so that pg's error pointer to align properly...
Robert Treat [Sat, 9 Jan 2010 21:19:16 +0000 (16:19 -0500)]
out error messages in monospaced fonts, so that pg's error pointer to align properly with the error. per gripe from Philippe Cloutier

15 years agofix typo
Robert Treat [Sat, 2 Jan 2010 04:51:28 +0000 (23:51 -0500)]
fix typo

15 years agobasic support for Postgres 8.5
Robert Treat [Sat, 2 Jan 2010 04:25:57 +0000 (23:25 -0500)]
basic support for Postgres 8.5

15 years agofix typo
Robert Treat [Sat, 2 Jan 2010 03:56:31 +0000 (22:56 -0500)]
fix typo

15 years agoFix for BUG #2857758, don't clean() comments before submitting them to setComment...
Robert Treat [Fri, 1 Jan 2010 15:45:11 +0000 (10:45 -0500)]
Fix for BUG #2857758, don't clean() comments before submitting them to setComment. This is somewhat counter-intuitive, but since we clean the comment in setComment itself, cleaning before hand means we end up with doubly escaped data. We don't really have a good way to prevent this (like a subclassed type or something), so we'll go with this for now. The alternative would have been to not clean() the comments in setComment itself, however that would mean that forgetting to clean() it in the passing function would result in a security exploit (and note we already did not apply this uniformly). I think there is a saying to keep the escaping as close to the db interaction as possible, and this seems to mesh with that idea.

15 years agoupdate credit
Robert Treat [Fri, 1 Jan 2010 15:44:17 +0000 (10:44 -0500)]
update credit

15 years agooverhaul the cant connect question, plus other fixes
Robert Treat [Fri, 1 Jan 2010 14:14:49 +0000 (09:14 -0500)]
overhaul the cant connect question, plus other fixes

15 years agoReplace some deprecated fonctions in php 5.3. Patch by Jason Jackson
Jehan-Guillaume (ioguix) de Rorthais [Fri, 27 Nov 2009 08:40:14 +0000 (09:40 +0100)]
Replace some deprecated fonctions in php 5.3. Patch by Jason Jackson

15 years agouse pg_get_expr to generate correct attribute default rather than adsrc, which accord...
Robert Treat [Fri, 20 Nov 2009 20:33:16 +0000 (15:33 -0500)]
use pg_get_expr to generate correct attribute default rather than adsrc, which according to tgl is never reliable. fixes insert bug reported by Casey Shobe.

15 years agoquick update of TODO with reminders for 5.0
Guillaume (ioguix) de Rorthais [Thu, 5 Nov 2009 23:29:59 +0000 (00:29 +0100)]
quick update of TODO with reminders for 5.0

15 years agoquick update of TODO with reminders for 5.0
Guillaume (ioguix) de Rorthais [Tue, 3 Nov 2009 00:00:35 +0000 (01:00 +0100)]
quick update of TODO with reminders for 5.0

15 years agoRemove a trailing '}' in the schema part of found indexes on the find page
Guillaume (ioguix) de Rorthais [Sat, 31 Oct 2009 15:59:03 +0000 (16:59 +0100)]
Remove a trailing '}' in the schema part of found indexes on the find page

15 years agoFix Undefined index formConcur when creating an index without CONCURRENTLY
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 21:04:27 +0000 (22:04 +0100)]
Fix Undefined index formConcur when creating an index without CONCURRENTLY

15 years agoadd forgotten adodb new translation files
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 19:00:06 +0000 (20:00 +0100)]
add forgotten adodb new translation files

15 years agoUpdate adodb with the latest 5.09a which support php5 only and include deprecated...
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 15:16:34 +0000 (16:16 +0100)]
Update adodb with the latest 5.09a which support php5 only and include deprecated bug fixes for php 5.3

15 years agoWhen creating table with WITHOUT OIDS not checked, behaviour was left to the db defau...
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 13:06:06 +0000 (14:06 +0100)]
When creating table with WITHOUT OIDS not checked, behaviour was left to the db default setting. Force WITH OIDS if WITHOUT OIDS is unchecked. Remove useless hasWithoutOIDs() as well as 7.3 -> 8.4
support it.

15 years agopg_dump[all] 8.4 doesn't support -d option anymore. Use --inserts instead. Reported...
Guillaume (ioguix) de Rorthais [Thu, 29 Oct 2009 17:30:13 +0000 (18:30 +0100)]
pg_dump[all] 8.4 doesn't support -d option anymore. Use --inserts instead. Reported by Simon LECAILLE

15 years agoallow empty comment on database to remove it if needed.
Guillaume (ioguix) de Rorthais [Thu, 29 Oct 2009 16:46:43 +0000 (17:46 +0100)]
allow empty comment on database to remove it if needed.

15 years agoRemove one deprecated usage in 5.3 of "... =& new ...". Please, report any other...
Guillaume (ioguix) de Rorthais [Thu, 29 Oct 2009 14:52:37 +0000 (15:52 +0100)]
Remove one deprecated usage in 5.3 of "... =& new ...". Please, report any other deprecated usage as I don't have php 5.3 yet.
Objects are manipulaed throught alias (not refs) anyway which, are not a copy of the object itself in php5. See:
- php.net/manual/en/language.oop5.references.php
- php.net/manual/en/migration53.deprecated.php

15 years agopg > 8.1 does not support privilege RULE on table or view
Guillaume (ioguix) de Rorthais [Mon, 26 Oct 2009 05:48:48 +0000 (06:48 +0100)]
pg > 8.1 does not support privilege RULE on table or view

15 years agoFix bug in privilege when setting ALL on a column
Guillaume (ioguix) de Rorthais [Mon, 26 Oct 2009 01:22:46 +0000 (02:22 +0100)]
Fix bug in privilege when setting ALL on a column

15 years agoFix bug where many requests fail when a schema has a ' or a " in the Postgres* class...
Guillaume (ioguix) de Rorthais [Fri, 2 Oct 2009 02:05:21 +0000 (04:05 +0200)]
Fix bug where many requests fail when a schema has a ' or a " in the Postgres* class files.

15 years agoRefactor and improve the auto-complete foreign-key support in the insert form
Guillaume (ioguix) de Rorthais [Thu, 1 Oct 2009 23:26:01 +0000 (01:26 +0200)]
Refactor and improve the auto-complete foreign-key support in the insert form
- clean the code
- add support for multi-colmn foreign key
- show all the table column in the choice list
- add pagination in the list to browse prev/next 11 values
- use of jquery lib

15 years agoadd jquery js lib
Guillaume (ioguix) de Rorthais [Thu, 1 Oct 2009 23:25:27 +0000 (01:25 +0200)]
add jquery js lib

16 years agoremove duplicated escaped comment on create db
Guillaume (ioguix) de Rorthais [Sun, 13 Sep 2009 15:38:09 +0000 (11:38 -0400)]
remove duplicated escaped comment on create db

16 years agosmall warning fix about db lvl collation vars when creating DB on pg < 84
Guillaume (ioguix) de Rorthais [Sun, 13 Sep 2009 14:00:08 +0000 (10:00 -0400)]
small warning fix about db lvl collation vars when creating DB on pg < 84

16 years agoadd support for database level collation
Guillaume (ioguix) de Rorthais [Fri, 14 Aug 2009 02:29:19 +0000 (22:29 -0400)]
add support for database level collation

16 years agoMiscellaneous fix while trying to fix the selenium tests
Guillaume (ioguix) de Rorthais [Tue, 14 Jul 2009 05:27:39 +0000 (01:27 -0400)]
Miscellaneous fix while trying to fix the selenium tests
+ fix selenium test when creating a DB under 8.4 with incompatible encoding with template1 (use template0 everytime)
+ removed hasForeignKeysInfo
+ removed hasConstraintsInfo
+ fixed one assertion in the column selenium tests
+ fixed alterColumn where old name was used to alter the type while the col was renamed in the same transaction
+ some indentation fixes
- SEQUENCE selenium test need to be fixed

16 years agoFix bug #2718862, error when commenting on database
Robert Treat [Sun, 12 Jul 2009 12:03:19 +0000 (08:03 -0400)]
Fix bug #2718862, error when commenting on database

16 years agodoh, missing changes from concurrent index feature
Robert Treat [Sun, 12 Jul 2009 00:52:40 +0000 (20:52 -0400)]
doh, missing changes from concurrent index feature

16 years agoupdate TODO file
Guillaume (ioguix) de Rorthais [Wed, 8 Jul 2009 18:03:50 +0000 (20:03 +0200)]
update TODO file

16 years agoadd support for concurrent index builds
Robert Treat [Mon, 6 Jul 2009 01:07:38 +0000 (21:07 -0400)]
add support for concurrent index builds

16 years agofirst crack at 5.0 release notes
Robert Treat [Mon, 6 Jul 2009 00:46:44 +0000 (20:46 -0400)]
first crack at 5.0 release notes

16 years agoadd ability to terminate backend processes for 8.4+
Robert Treat [Mon, 6 Jul 2009 00:13:42 +0000 (20:13 -0400)]
add ability to terminate backend processes for 8.4+

16 years agoremove known completed items, I think there are still some items done but not marked
Robert Treat [Fri, 3 Jul 2009 23:51:52 +0000 (19:51 -0400)]
remove known completed items, I think there are still some items done but not marked

16 years agoadding some TODO items from the forums
Robert Treat [Fri, 3 Jul 2009 23:43:30 +0000 (19:43 -0400)]
adding some TODO items from the forums

16 years agoadd option for specifying the template database during database creation. prompted...
Robert Treat [Fri, 3 Jul 2009 23:14:28 +0000 (19:14 -0400)]
add option for specifying the template database during database creation. prompted by changes in 8.4 wrt encoding rules changes, but this should work on all versions. Verified against 8.3 and 8.4

16 years agowoops, let's not re-introduce this bug
Robert Treat [Sat, 27 Jun 2009 18:30:48 +0000 (14:30 -0400)]
woops, let's not re-introduce this bug

16 years agoUpdated Czech translation file, thanks to Marek Černocký <marek@manet.cz>
Robert Treat [Sat, 27 Jun 2009 18:15:05 +0000 (14:15 -0400)]
Updated Czech translation file, thanks to Marek Černocký <marek@manet.cz>