{5} Assigned, Active Tickets by Owner (Full Description) (16 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

Heilemann (1 match)

Ticket Summary Component Milestone Type Created
Description
#384 Admin Tagging interface is incoherent Habari Core Software 1.0 defect 05/22/08

The tag management interface is not coherent. Here are the problems:

1) There is a form above the main list of tags. It shows "Older", a search(?) box, and "Newer" but it is not clear to what these things refer. Clicking in the search box there does nothing.

2) Clicking on a tag, the user expects to view posts that are tagged with that specific tag. Instead, the tag link "activates" the tag phrase for modification or deletion. This is not intuitive at all.

Recommendation:

Doing things with AJAX calls is fine, but the interface needs to have some semblance to what people "are used to" in web interfaces. I recommend putting the tags into a table that has a checkbox for marking tags for deletion, and an input box where the tag's text can be changed.

Future improvements:

Allow for tags to be "merged" together. This is useful for typos, etc.


arthus (5 matches)

Ticket Summary Component Milestone Type Created
Description
#517 Text cut off in spam summary area - Monolith CSS style issue? Plugins 0.6 defect 07/08/08

Table cells should wrap text inside them, instead of cutting off text. Content is *more important* than sticking to a specific width of a table. :) See screenshot.

Suggestion: test this stuff with multiple window sizes to ensure that screen real estate is both maximized and content is not overwritten/mangled.


#660 The "groups" page in the admin needs to be designed -none- 0.6 defect 09/13/08

Check out admin/groups. The page needs a UI design and its backend implementation needs to be updated for the new ACL system.


#762 View does not work for drafts Habari Core Software Undetermined defect 11/20/08

Clicking on View in Manage Posts for a draft gives a 404 page. This is because the View url does not have ?preview=1 at the end.


#404 Monolith: Search filtering commands auto-completion -none- 0.6 enhancement 05/29/08

Currently you can either simply type in the search filtering commands manually, without help, or you can press the 'buttons' underneath the search bar on the manage pages.

I would like to help build a system that throws out the buttons and replaces it with an auto-complete system.

It would work like so: When you click the search bar, your cursor is placed in it as per usual, and below the field, a box with the available filter commands drops down. This would contain stuff like author, date, content, state, type and so on. You can either use the arrow keys/mouse to select on, or start typing. As you type, the ones that aren't matching what you're typing will be filtered out.

Once you have a filter command, like for instance 'state:', another list drops down, namely with the values available for that command, like unpublished, deleted, published, draft and so on. Now you can select one of those.

This will make the system nearly infinitely extensible, fast and elegant to use while remaining relatively user-friendly.

I'll work on a design suggestion asap.


#490 Clear Messages Habari Core Software 0.6 defect 06/23/08

There should be a way to manually delete messages which appear. I know the system is somewhat modeled after Growl, which allows this.


bjohnson (1 match)

Ticket Summary Component Milestone Type Created
Description
#561 Manage Page/Entry Search Box Clear (v.0.5) Habari Core Software Undetermined defect 07/27/08

Refering to the manage page or manage entry section of the admin screen. When you are searching for something using the search bar, and then hit the 'X' clear button, then select another value, (draft, published, scheduled, entry or page), the search box updates to reading "Type and wait to search for any entry component status:published".

As a side note, when you hit the 'x' clear button, it should un-select that search values selected.


chrismeller (1 match)

Ticket Summary Component Milestone Type Created
Description
#358 Oracle Support Habari Core Software Undetermined enhancement 05/17/08

This ticket will serve as the base for Oracle DB support.


freakerz (3 matches)

Ticket Summary Component Milestone Type Created
Description
#346 Plugin Data Scrubbing Plugins 0.6 enhancement 05/16/08

Often (mainly in WP-land) one will, after several years, have thousands of entries in their options table. Most of these options are left over from plugins long since deactivated.

The common opinion seems to be that, upon deactivation, a plugin should delete anything it added during its lifetime. For options and configuration data this is no major loss and can easily be re-created, should the user need.

While working on the plugin directory plugin, I was uncertain how far to take this approach. On deactivation, should it delete all plugin directory entries? That could be a lot of data (read: thousands of custom posts) to be lost accidentally.

After a discussion in IRC, it seems the best idea may be to add a 'delete data' checkbox when deactivating a plugin. This would sorta emulate the Drupal deactivate vs. uninstall functionality.

For bonus points, allowing the plugin to specify (somehow) that this box should or should not be present would eliminate some extra confusion and allow plugin authors ultimate control of what happens with their data.


#682 Save some method calls and increase performance in site.php Habari Core Software Undetermined enhancement 10/03/08

Greetings!

If I am right, the Habari base URL is always the same. So I think we could save some method calls in source:trunk/htdocs/system/classes/site.php by saving this value in a static class variable.

Please see the attached diff for my proposal.

Best - Jérôme


#693 <?php $theme->display('sidebar'); ?> make $template display the wrong value Habari Core Software 0.6 enhancement 10/10/08

$template should be set to the template currently in use. But when checking $template inside sidebar.php if the file is included using <?php $theme->display('sidebar'); ?> $template is set to sidebar. The same goes for all <?php $theme->display(); ?> includes, inside the included file $template is set to the page being included

This might not be a bug, if so please just close it.


michaeltwofish (2 matches)

Ticket Summary Component Milestone Type Created
Description
#63 AtomPub authentication fails when PHP is run as a CGI Atompub 0.6 defect 12/16/07

Moved from CCode Issue #467

Reported by michael.twofish, Oct 20, 2007
What steps will reproduce the problem?
1. Try to authenticate to a Habari AtomPub implementation that is running on a server where PHP is running as a CGI.

Please provide any additional information below.
When PHP is running as a CGI the HTTP Authorization header is not passed on to the script. Currently this means that authorisation will fail. There is a simply (but ugly) workaround that uses mod_rewrite to write variables that the script can read. Patch attached.


#62 Enhancement: Add draft control support to Habari's AtomPub implementation Atompub Undetermined enhancement 12/16/07

Moved from GCode Issue #455

Reported by michael.twofish, Oct 20, 2007
What steps will reproduce the problem?
An AtomPub client can specify that an Atom entry is a draft by sending <app:control><app:draft>yes</app:draft></app:control>. Habari does not support currently this.

What is the expected output? What do you see instead?
The submitted entry should be marked draft and not published.

Please provide any additional information below.
Solution: Detect the app:control element in atom entries and honour the app:draft setting, where a value of 'yes' means the entry is a draft.


moeffju (2 matches)

Ticket Summary Component Milestone Type Created
Description
#127 Support for UTF-8 tags is buggy Habari Core Software 0.6 defect 01/26/08

Tags with characters outside the ASCII range sometimes break on save and display.


#112 Accented characters are not shown in slugs Habari Core Software 0.6 defect 01/14/08

When you write a title or a tag, a letter of which has an accent or another diacritic (ex: "café"), Habari creates a slug without that letter (ex: "caf"). Also, "&" becomes "amp".

I would expect Habari to sanitize special characters, because European languages use a lot of them. I don't know if this also effects search engines optimisation.

I am not a linguist, but I think that most vowels have standard alternative spellings. Here is an incomplete list:

à, á, â -> a

å -> aa

ä, æ -> ae

è, é, ê, ë -> e

ì, í, î, ï -> i

ò, ó -> o

ø, ö -> oe

ù, ú -> u

ü -> ue


nathanhammond (1 match)

Ticket Summary Component Milestone Type Created
Description
#647 IE7 Display Issue: Latest Comments Plugins 0.6 defect 09/10/08

the "number" in the latest comments module from the core dashboard modules plugin is offset downwards when browsing with IE7, haven't tried with IE6 but it is probably the same. It works fine in FF2, FF3 and Google Chrome.


Note: See TracReports for help on using and creating reports.