I'm going to commit and push a bunch of fixes for many of these issues
and we can close this bug, keeping the TODO items in the docs
themselves.

** Changed in: drizzle
     Assignee: marisa plumb (marisa-plumb) => Stewart Smith (stewart)

** Changed in: drizzle
    Milestone: None => 7.2.5

** Changed in: drizzle/7.0
     Assignee: marisa plumb (marisa-plumb) => (unassigned)

** Changed in: drizzle/7.0
       Status: In Progress => Won't Fix

** Changed in: drizzle
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/723653

Title:
  Docs day first pass fixes

Status in A Lightweight SQL Database for Cloud Infrastructure and Web 
Applications:
  Fix Committed
Status in Drizzle 7.0 series:
  Won't Fix

Bug description:
  List of things for me to fix after first pass on docs day:

  http://docs.drizzle.org/mysql_differences.html
  * Partitioning section empty
  * Command line clients "There is no Drizzle admin command." - there is but it 
is not the same as mysqladmin

  http://docs.drizzle.org/installing/ubuntu.html
  * "sudo apt-get install drizzle-server drizzle-client" should be "sudo 
apt-get install drizzle drizzle-client"

  http://docs.drizzle.org/orderby.html
  * 2 TODOs

  http://docs.drizzle.org/join.html
  * Note using wrong markup
  * Need sub-pages to show each join

  http://docs.drizzle.org/functions/logical.html
  * Not using SQL markup

  http://docs.drizzle.org/functions/mathematical.html
  * Result for cube root alignment

  http://docs.drizzle.org/functions/current_time_functions.html
  * Not using SQL markup
  * now() incorrect about microtime

  http://docs.drizzle.org/functions/extract_date_functions.html
  * headings using wrong markup

  http://docs.drizzle.org/functions/date_trunc.html
  * Empty topic

  http://docs.drizzle.org/functions/aggregatefunctions.html
  * Question should use TODO markup and needs answering

  http://docs.drizzle.org/functions/control_flow.html
  * Numbering markup could probably be better
  * SELECT, WHERE, etc.. should use `` markup
  * Need examples for IF/ELSE, etc...

  http://docs.drizzle.org/functions/string/comparative.html
  * Not using SQL markup
  * Broken markup for "Other REGEXP examples"

  http://docs.drizzle.org/functions/string/conversion.html
  * Not using SQL markup

  http://docs.drizzle.org/functions/string/length.html
  * Source contains encoding errors
  * Not using SQL markup

  http://docs.drizzle.org/functions/string/modification.html
  * Not using SQL markup
  * CONCAT_WS examples not using any markup
  * TRIM, LTRIM, RTRIM needs examples

  http://docs.drizzle.org/functions/string/position.html
  * Not using SQL markup
  * Need examples for most topics

  http://docs.drizzle.org/functions/string/other.html
  * Not using SQL markup

  http://docs.drizzle.org/numeric_data_types.html
  * Needs to use `` markup

  http://docs.drizzle.org/date_time_data_types.html
  * TIME needs to link to the migration section of drizzledump

  http://docs.drizzle.org/string_data_types.html
  * TODO using wrong markup, plus needs fixing

  http://docs.drizzle.org/boolean_data_type.html
  * Needs `` markup

  http://docs.drizzle.org/uuid_data_type.html
  * Links to RFC, ISO possible?

  http://docs.drizzle.org/alter_table.html
  * Syntax and examples needed
  * TODO to fix

  http://docs.drizzle.org/create_table.html
  * Probably a better way to do the markup

  http://docs.drizzle.org/drop_table.html
  * Not using SQL markup

  http://docs.drizzle.org/truncate.html
  * Fix TODO

  http://docs.drizzle.org/rename.html
  * Possibly slightly more body
  * See also markup needed

  http://docs.drizzle.org/create_schema.html
  * Some body
  * markup

  http://docs.drizzle.org/create_index.html
  * Not using SQL markup
  * markup on the first line

  http://docs.drizzle.org/drop_index.html
  * Not using SQL markup

  http://docs.drizzle.org/dml.html
  * Fix TODO

  http://docs.drizzle.org/delete.html
  * Not using SQL markup

  http://docs.drizzle.org/insert.html
  * Fix TODO
  * markup fixes

  http://docs.drizzle.org/columntypes.html
  * Temporal internal links and possibly one-liners

  http://docs.drizzle.org/variables.html
  * markup

  http://docs.drizzle.org/locks.html
  * markup
  * Fix TODO

  http://docs.drizzle.org/barriers.html
  * markup

  http://docs.drizzle.org/dynamic.html
  * Fix TODO

  http://docs.drizzle.org/data_dictionary.html
  * Fix TODO

  http://docs.drizzle.org/information_schema.html
  * Description of each table

  http://docs.drizzle.org/show.html
  * Missing content

  http://docs.drizzle.org/describe.html
  * Example

  http://docs.drizzle.org/transactional.html
  * Not using SQL markup

  http://docs.drizzle.org/start_transaction.html
  * Not using SQL markup

  http://docs.drizzle.org/commit.html
  * Not using SQL markup

  http://docs.drizzle.org/flush.html
  * markup

  http://docs.drizzle.org/analyze.html
  * Not using SQL markup

  http://docs.drizzle.org/resources/ascii_chart.html
  * ASCII 7C broken (should be '|'), possibly use `` markup?

  http://docs.drizzle.org/storage_engines.html
  * At least list the engines used in Drizzle with features or internal links?

  http://docs.drizzle.org/configuration.html
  * Should use INI markup

  http://docs.drizzle.org/options.html
  * Options long/short backwards and not working correctly

  http://docs.drizzle.org/plugins/haildb/index.html
  * Not using SQL markup

  http://docs.drizzle.org/plugins/innobase/index.html
  * Not using SQL markup

  http://docs.drizzle.org/plugins/mysql_protocol/index.html
  * Not using option markup

  http://docs.drizzle.org/plugins/transaction_log/index.html
  * Not using option markup

  http://docs.drizzle.org/clients/drizzle.html
  * Needs body
  * Needs man page

  http://docs.drizzle.org/clients/drizzledump.html
  * Lots of my work missing, need to find out why

  http://docs.drizzle.org/clients/drizzleadmin.html
  * Link to drizzle command client

  Other notes:
  * Our table CSS needs some left padding

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/723653/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to     : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp

Reply via email to