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

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

afz

Ticket Summary Component Milestone Type Severity Created
Description
#1090 Improvement Jaws_Registry Core / Registry 0.9.0 defect major 03/27/08

1. change table struct to (id, comp_name, comp_type, key_name, key_value, updatetime)
2. auto load and caching components registry keys(so not need use LoadFile? before use component registry keys)
3. auto detect changed registry keys of components, so auto commit registry keys:

function commit()
{
  $components = func_get_args();
  if (empty($components) {
    // commit all detect components registry keys was changed
    // Mass insert/update changes into DB if possible
  } else {
    // commit only components that passed to this method if was changed
    // Mass insert/update changes into DB if possible
  }
}

so only need call commit method.
4. Add new method to Jaws_gadget for Add/Set/Get/Del for use more easy of Jaws_Registry
in gadgets use code like this:

$this->AddRegKey('key_name', 'key_value');
$this->SetRegKey('key_name', 'key_value');
$this->GetRegKey('key_name');
$this->DelRegKey('key_name');
$this->GetRegKey('key_name', 'another component');
$this->SetRegKey('key_name', 'key_value', 'another component');

#412 Subscription gadget Gadgets / New Requests 0.9.0 defect normal 03/12/06

it would be great a new gadget for subscriptions by email, new post -> mail for the susbcriptors


#715 Jaws+ Multiple Instance Install 0.9.0 defect normal 01/06/07

separate config for each instance, this affected over install and upgrade too.


#763 Enhancement Weather Gadget Gadgets / Weather 0.9.0 enhancement normal 02/05/07

some idea for this gadget:

  1. use table for store data
  2. store/display city name in datagrid
  3. Refresh per city
  4. Show Forecast option per city
  5. forecast count, per city
  6. calendar type for gadget property
  7. each city can layout action
  8. enable/disable option
  9. a action for display all visible city
  10. add option for select weather's source in gadget properties
  11. property for centigrade/fahrenheit
  12. support PartnerID/LicenseKey
  13. date/time format
  14. without cache dir(only DB/Table)

#850 Articles Gadget Gadgets / New Requests 0.9.0 defect normal 03/22/07

some idea for this gadget:
1. abstract of article
2. full article
3. author(s)
4. article category
5. article keywords(friendly with search engine)
6. WYSIWYG editor for input abstract and full article
7. print version
8. pdf version(if possible)
9. search
10.can get comments from visitors
11.Draft/Publish/Arcive status
12.recent articles list for viewing in site area
13.list of articles grouped by category
14. multi language article like static page gadget


#944 Contact gadget + New Idea Gadgets / Contact 0.9.0 defect normal 07/05/07

1. adding get attachment to contact gadget
2. enable/disable attachment feature in properties tab
3. add custom messge to top of contact form in properties tab


#993 Poll showing results even if used as a gadget Gadgets / Poll 0.9.0 enhancement normal 08/31/07

Some of websites wants to show result of actual poll directly on title page. See attached image for better understanding, what I'm thinking about...


#1078 Implementing cache manager Core / New Requests 0.9.0 defect normal 03/22/08

Implementing cache manager for jaws with support (file, db, memcache, apc, ...).


#1097 Remove Jaws_Comment from core and implement gadget for it Gadgets / New Requests 0.9.0 defect normal 04/09/08

Remove Jaws_Comment from core and add new gadget for it.
if gadget installed other gadgets can use it(like Blog, Phoo,...).
also we can ddd new feature to this gadget.


#1102 remove xss parsing and load xss class form all gadgets Core / New Requests 0.9.0 defect normal 05/02/08

move xss parsing to jaws core, so:
- gadgets not involves xss parsing
- more secure jaws ajax request


ion

Ticket Summary Component Milestone Type Severity Created
Description
#1009 Youtube, Google Video, Metacafe and other videoservices Plugins 0.9.0 wishlist normal 09/17/07

Hi everybody,

i like to suggest a Plugin for Youtube and other video platforms. This is one of the features, i miss in Jaws (I'm a real newbie on Jaws, i installed it about 4h ago) I hope it's possible to include such a plugin in the next release, or in the following releases ;-)

So keep up the good work and have nice day. gEexTaH


nicobn

Ticket Summary Component Milestone Type Severity Created
Description
#978 A meaningful Gadget interface Jaws 2 2.0 task blocker 08/23/07

Develop a meaningful Gadget interface ASAP


#981 Install Docbook and push all the older docs to Docbook Jaws 2 2.0 task normal 08/26/07

It was decided to use Docbook for Jaws 2. All the docs that were written in the wiki will need to be translated into Docbook XML.


#988 Some exceptions should be assertions Jaws 2 2.0 task major 08/29/07

Apply the exception/assertion rule everywhere.


#984 Cache drivers Jaws 2 2.0 task minor 08/27/07

Make use of different caching drivers (APC et al.)


#974 API Documentation Jaws 2 2.0 task normal 08/22/07

Have all the components of the Jaws 2 API described in the Trac documentation wiki.


#979 Provide a facility to facilitate the creation of registry keys during installation Jaws 2 2.0 task normal 08/23/07

Provide a facility to facilitate the creation of registry key during installation


#973 Unit tests Jaws 2 2.0 task minor 08/22/07

Create unit tests for the Jaws 2 API.


#987 Add UML maps in documentation for Jaws 2 Jaws 2 2.0 task trivial 08/29/07

Add UML maps in documentation for Jaws 2


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