(Each project requires you to login separately)

core

Ticket #713 (reopened Architecture)

Opened 15 months ago

Last modified 5 days ago

objlib trimming

Reported by: Guite Owned by:
Priority: major Milestone: 1.8.0
Component: Object Library Version: 1.0.2
Severity: Keywords:
Cc:

Description

Not everything in the objlib is worthy of the core. There are classes like stringutil and htmlutil which are not much used much.
It would be good to cut the size down a bit.
So during decoupling the object library we should identify methods which can be marked as @deprecated and can be moved into the compatability layer.

Change History

Changed 15 months ago by Guite

  • component changed from All general things to Object Library

Changed 15 months ago by mateo

Well, even when it's not indispensable stuff, i vote to leave this common stuff in the core because it's useful to find that when needed, like the imageset, that supply icons and images for many kind of needs.

Note: StringUtil? is used to generate the authKey, so?

Changed 15 months ago by Guite

No, this is SecurityUtil?.
The original text above is from Simon, at the end we will see which functions become actually deprecated.

Changed 13 months ago by rgasch

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

(In [25406]) fixes #713: Add support for retrieval of specified language items to Reviews API

Changed 13 months ago by Guite

  • status changed from closed to reopened
  • resolution fixed deleted

This changeset does not fit to this ticket.

Changed 12 months ago by Guite

HtmlUtil? methods will become one single ZObjectArray method, for example toOptionList() - similar as toString().
For example HtmlUtil::selector(Modules|Groups|Users) will be covered by ZModuleArray::toOptionList(), ZGroupArray::toOptionList(), ZUserArray::toOptionList(), aso.

Changed 4 months ago by Guite

  • milestone changed from Incorporate into trunk to 1.4.0
Note: See TracTickets for help on using tickets.
 
 
Powered by Trac
Design by Arcsin