Forums / Developer / Object States Deployment on a live site

Object States Deployment on a live site

Author Message

Marco Caldari

Monday 07 September 2009 3:08:51 am

Hello,
Following the very interesting article by Nicolas Pastorino found here http://ez.no/developer/articles/ez_publish_knowledge_series_editorial_workflow_with_object_states I have set up an 'object state' workflow on a live website now I have 2 question that maybe someone on the forum has already faced to,

1. The website is live and we have right now some 15k articles that passed to 'bulk_edition' state as I set up the thing, so are not visible by the new anonimous user, it is not possible to maually assign the 'ready_to_live' state to each one of the 15k already published articles, is there a way to mass set 'ready_to_go_live' to all? Something like assign to all the children of some folder the right state?

2. Is it possible to flag with different icons the state of an article in the list view in the admin interface? This would be nice, infact as the admin goes in can see mixed 'ready_to_go_live' and 'bulk_edition' items and he has to view the single object to know its state, maybe this is only a template trick..

Any help is very appreciated,
thanks in advance,
Marco

Marco Caldari

Monday 07 September 2009 6:20:14 am

Here we go,
I answer to myself hoping that some ez guru could give more feedback on this topic or maybe add something in the new ez4.2 object states work,

1. To revert already published objects from 'bulk_editor' to 'ready_to_go', in my phpmyadmin:

UPDATE ezcobj_state_link
SET contentobject_state_id = REPLACE(contentobject_state_id, '3', '4')

with 4 corresponding to the 'ready_to_go_live' object state
It would be better to assign states from admin panel.. of course.

2. To notify in the Administrator admin panel which objects are waiting to be edited to pass to 'ready_to_go_live state' we added on children_list.tpl on /admin/templates/ the following:

{if eq($Nodes.object.state_id_array[3],3)}
<img src={'configure.png'|ezimage}  />
{/if}

With '3' that is the id for the bulk_editor state, this adds the icon on the side of the items in 'bulk_edition' state and the final editor can easily find them.

Thank You, for Your attention,
any further contrib is appreciated,
Marco

eZ debug

Timing: Jan 18 2025 15:00:38
Script start
Timing: Jan 18 2025 15:00:38
Module start 'content'
Timing: Jan 18 2025 15:00:38
Module end 'content'
Timing: Jan 18 2025 15:00:38
Script end

Main resources:

Total runtime0.1825 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 587.8281180.8281
Module start 'content' 0.00550.0050 768.656393.9141
Module end 'content' 0.01050.1719 862.5703523.3281
Script end 0.1824  1,385.8984 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00351.9321200.0002
Check MTime0.00130.7266200.0001
Mysql Total
Database connection0.00070.383110.0007
Mysqli_queries0.124768.31991410.0009
Looping result0.00170.94361390.0000
Template Total0.171494.010.1714
Template load0.00090.480610.0009
Template processing0.170693.475210.1706
Override
Cache load0.00060.326010.0006
Sytem overhead
Fetch class attribute can translate value0.00120.657610.0012
XML
Image XML parsing0.00020.132110.0002
General
dbfile0.01186.4781200.0006
String conversion0.00000.003930.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0002 secs