A new sort method of objects?

Author Message

Jorge estévez

Thursday 17 March 2005 1:44:44 pm

Hello...

Can ezcrew add a new sort method of objects?

Heres the Idea:

Developing a news site for a client I came up with the need of a new sort method in ezpublish (not implemented in current versions)

I would like to sort my items in the Admin site with a priority

parameter. Instead of having the default value (0) as the default value, once I create an item
(class object) I would like to have (by default) a number equal to the year+date+minute+second set as the default priority number.

This method will allow in my News web site to have articles ordered by the number generated (equal to the curent date) witch of course will represent information about the moment it was published

The coded number will look something like this:

2005, 25th, january at 9am will be: 200501250900

Being:

25012005 the date

09 the hour (24 hour system)

00 the seconds

Why all that mess?

Having this kind of settings I will be able to modify an articles number (date or time parameters within the new coded number) so It will get assigned to a new priority order and remain as the top article for a period of time, taking for example an article made the 20th of January if I change the date to the 30th of February I will be active as the most recent article for 10 days since published so the article will not get old and "drop down from the list", as days go by other articles get inserted but as their number will be less that the one modified they will be sorted bellow the one modified.

I am trying to figure out a more "human or understandable" method that does not use the simple number as the priority thus it could be more confuse to arrange articles in the site and cannot be able to set an article as the TOP one for a period of time.

I think using a method like this one will help keep tracking of priority+time on articles (publish date) and be able to keep files sorted (active) by it's published date.

Thanks,
jorge estevez rams

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Jorge estévez

Tuesday 05 April 2005 6:52:09 am

Can anyone comment on this idea please?

Thanks

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Paul Forsyth

Tuesday 05 April 2005 7:21:16 am

You should be able to enter your priority number in the template.

There is one major problem though.

The priority database column only has space for an integer with a length of 11 characters. Your priority string has twelve characters.

Maybe if you adjust your string to fit it may work?

paul

Jorge estévez

Tuesday 12 April 2005 9:21:30 pm

If I do shorten up the number to 11 chars, can you please tell me the files I should change to make the implementation work out?

Could it be taken into consideration for future versions?

thanks!

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Jorge estévez

Tuesday 19 April 2005 2:50:07 pm

Please help...
thanks

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 16:06:41
Script start
Timing: Jan 18 2025 16:06:41
Module start 'layout'
Timing: Jan 18 2025 16:06:41
Module start 'content'
Timing: Jan 18 2025 16:06:42
Module end 'content'
Timing: Jan 18 2025 16:06:42
Script end

Main resources:

Total runtime0.5336 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0060 587.9141152.6250
Module start 'layout' 0.00600.0033 740.539139.4453
Module start 'content' 0.00940.5228 779.9844523.1641
Module end 'content' 0.53220.0014 1,303.148412.4766
Script end 0.5336  1,315.6250 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00390.7345160.0002
Check MTime0.00140.2603160.0001
Mysql Total
Database connection0.00080.155210.0008
Mysqli_queries0.475289.0485630.0075
Looping result0.00070.1353610.0000
Template Total0.498093.320.2490
Template load0.00200.374220.0010
Template processing0.495992.939620.2480
Template load and register function0.00020.033310.0002
states
state_id_array0.00180.334510.0018
state_identifier_array0.00080.159320.0004
Override
Cache load0.00170.3191390.0000
Sytem overhead
Fetch class attribute can translate value0.00190.364120.0010
Fetch class attribute name0.00240.442150.0005
XML
Image XML parsing0.00040.066220.0002
class_abstraction
Instantiating content class attribute0.00000.002650.0000
General
dbfile0.00070.1258100.0001
String conversion0.00000.002140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 5

Time used to render debug report: 0.0002 secs