Ticket #76 (closed enhancement: fixed)

Opened 22 months ago

Last modified 22 months ago

Hide Outline With Checkbox

Reported by: tklein Owned by: tklein
Priority: major Milestone: 0.2
Component: Outlining Module Keywords:
Cc:

Description

It should be possible to hide the Outline within the Bible Browser completely. This option could be provided with a checkbox. By default the outline would be shown.

Change History

Changed 22 months ago by tklein

  • status changed from new to closed
  • resolution set to fixed

(In [111]) Refactoring of User Interface... this changeset was a lot of work :-)

User visible changes:

  • New editable attribute for outlines: Author (closes #75)
  • The contents of a bible book are now loaded with an ajax request
  • Universal tags and book tags are now displayed within a "accordion" menu
  • Revamped book selection menu (first version, closes #51)
  • First version of Tag Browser implemented (see #70)
  • Outline sections can now be deleted from the Outline Tab (closes #40)
  • The outline can now be hidden by clicking on a checkbox (closes #76)
  • Show a confirmation dialog before a tag would be deleted
  • The list of tags within the Bible Browser can now be searched / filtered

Internal changes:

  • New "main" controller which handles the basic layout
  • bible book identifier is now the short title rather than the db id
  • Moved code from "main_menu" into bible browser (book selection menu, chapter selection and outline options)
  • Cleaned up OutlineCommunicationController?
  • Prefix "process_" renamed into "handle_" (concerns function names)
  • Various refactoring changes
Note: See TracTickets for help on using tickets.