hypercontent-users Mailing List for HyperContent (Page 5)
Brought to you by:
alexvigdor
You can subscribe to this list here.
2004 |
Jan
|
Feb
(4) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(1) |
Jul
(7) |
Aug
(4) |
Sep
(31) |
Oct
(11) |
Nov
(30) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(23) |
Feb
(11) |
Mar
(22) |
Apr
(13) |
May
(31) |
Jun
(27) |
Jul
(32) |
Aug
(4) |
Sep
(25) |
Oct
(21) |
Nov
(31) |
Dec
(28) |
2006 |
Jan
(14) |
Feb
(12) |
Mar
(17) |
Apr
(21) |
May
(6) |
Jun
(4) |
Jul
(26) |
Aug
(24) |
Sep
(19) |
Oct
(24) |
Nov
(34) |
Dec
(17) |
2007 |
Jan
(10) |
Feb
(43) |
Mar
(60) |
Apr
(10) |
May
(20) |
Jun
(2) |
Jul
(17) |
Aug
(38) |
Sep
(45) |
Oct
(5) |
Nov
(4) |
Dec
(5) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(10) |
May
(2) |
Jun
(2) |
Jul
|
Aug
(4) |
Sep
(1) |
Oct
(5) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Alex V. <al...@bi...> - 2007-08-28 13:37:15
|
Hi , "href" is a property of a work item that indicates what should be displayed in the right hand pane of the workflow screen. Since "href" is not set in that script, you are seeing the "file not found" error - this is actually harmless, but you might want to add something like this in the top level event: <variable name="href" value="${abs-server-base}${work-path}?mode=work- details"/> That will set the right hand to display the "work details" screen. Alex On Aug 28, 2007, at 2:47 AM, tom tom wrote: > Hi, > > When I try to update the schedule parameters in the > workflow screen and press the schedule appearance > button > it gives the following error, > > what is this $href > > No file found at > http://localhost/hypercontent/production/studentDetails/ > studentUpdates/$href > > my schedule.xml looks as follows. > > > > workflow binding="/**/*.*"> > − > <event name="schedule-appearance" > permissions="approve"> > <input label="Please enter a beginning date as > YYYY-MM-DD [00-23]:[00-59]" name="start-date" > pattern="\d\d\d\d-\d\d-\d\d \d\d:\d\d" type="text"/> > <input label="Please enter an ending date" > name="end-date" pattern="\d\d\d\d-\d\d-\d\d \d\d:\d\d" > type="text"/> > <input default="-1" label="Please enter the edition to > appear before the start date (-1 for invisible)" > name="pre-edition" type="text"/> > <input label="Please enter the edition to appear on > the start date" name="start-edition" type="text"/> > <input default="-1" label="Please enter the edition to > appear on the end date (or -1 to disappear)" > name="end-edition" type="text"/> > <variable name="scheduler" value="${actor}"/> > <nq who="${scheduler}"/> > <nq q="scheduled"/> > − > <exec > command="org.hypercontent.workflow.command.SetCurrentEdition"> > <with-param name="edition" value="${pre-edition}"/> > </exec> > </event> > − > <q id="scheduled"> > − > <event name="begin-appear" when="${start-date}"> > − > <exec > command="org.hypercontent.workflow.command.SetCurrentEdition"> > <with-param name="edition" value="${start-edition}"/> > </exec> > </event> > − > <event name="end-appear" when="${end-date}"> > − > <exec > command="org.hypercontent.workflow.command.SetCurrentEdition"> > <with-param name="edition" value="${end-edition}"/> > </exec> > <dq/> > <dq who="${scheduler}"/> > </event> > − > <event name="cancel" who="${scheduler}"> > <dq/> > <dq who="${scheduler}"/> > </event> > </q> > </workflow > > > > ______________________________________________________________________ > ______________ > Pinpoint customers who are looking for what you sell. > http://searchmarketing.yahoo.com/ > |
From: tom t. <j_l...@ya...> - 2007-08-28 06:47:19
|
Hi, When I try to update the schedule parameters in the workflow screen and press the schedule appearance button it gives the following error, what is this $href No file found at http://localhost/hypercontent/production/studentDetails/studentUpdates/$href my schedule.xml looks as follows. workflow binding="/**/*.*"> − <event name="schedule-appearance" permissions="approve"> <input label="Please enter a beginning date as YYYY-MM-DD [00-23]:[00-59]" name="start-date" pattern="\d\d\d\d-\d\d-\d\d \d\d:\d\d" type="text"/> <input label="Please enter an ending date" name="end-date" pattern="\d\d\d\d-\d\d-\d\d \d\d:\d\d" type="text"/> <input default="-1" label="Please enter the edition to appear before the start date (-1 for invisible)" name="pre-edition" type="text"/> <input label="Please enter the edition to appear on the start date" name="start-edition" type="text"/> <input default="-1" label="Please enter the edition to appear on the end date (or -1 to disappear)" name="end-edition" type="text"/> <variable name="scheduler" value="${actor}"/> <nq who="${scheduler}"/> <nq q="scheduled"/> − <exec command="org.hypercontent.workflow.command.SetCurrentEdition"> <with-param name="edition" value="${pre-edition}"/> </exec> </event> − <q id="scheduled"> − <event name="begin-appear" when="${start-date}"> − <exec command="org.hypercontent.workflow.command.SetCurrentEdition"> <with-param name="edition" value="${start-edition}"/> </exec> </event> − <event name="end-appear" when="${end-date}"> − <exec command="org.hypercontent.workflow.command.SetCurrentEdition"> <with-param name="edition" value="${end-edition}"/> </exec> <dq/> <dq who="${scheduler}"/> </event> − <event name="cancel" who="${scheduler}"> <dq/> <dq who="${scheduler}"/> </event> </q> </workflow ____________________________________________________________________________________ Pinpoint customers who are looking for what you sell. http://searchmarketing.yahoo.com/ |
From: Mark R. <mar...@ma...> - 2007-08-28 03:19:49
|
Hi Everyone, The next edition of the JA-SIG newsletter is scheduled to go out Saturday, September 15th. If your institution or company has items of interest to the JA-SIG membership, please submit them via email to newsletter at ja-sig dot org by Thursday, September 13th, 2007. Additionally, we would welcome individual contributions of interest to the community. You may want to share some of your experiences, success stories, how-to notes, or any other related thoughts and/or anecdotes. These can also be forwarded to newsletter at ja-sig dot org. Many thanks, Mark Rogers Editor - JA-SIG Newsletter http://www.ja-sig.org/wiki/display/JSG/Newsletter |
From: tom t. <j_l...@ya...> - 2007-08-28 00:41:14
|
Hi Alex, I did the following 1)In my project permissions.xml I did add the following entry <permission principal ="group:publishers" target="/**/" activity="read"/> <permission principal ="group:publishers" target="/**/*.*" activity="read"/> 2) In the bootstrap project I changed as follows <permission principal ="group:anybody" target="/screens/**/*.html" activity="read"/> But when I go to the workflow screen and press the download zip, this time it did not give a authorization exception but just stays in the please-wait.html. It does not show the download link, When I click show details, it gives the following. Should I have to do anything else. Processing Error ZIP file must have at least one entry [java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:291), org.hypercontent.workflow.exec.impl.ZippingExecutable.execute(ZippingExecutable.java:139), org.hypercontent.workflow.exec.impl.AbstractExecutable.runWithException(AbstractExecutable.java:127), org.hypercontent.workflow.exec.impl.AbstractExecutable.run(AbstractExecutable.java:147), org.hypercontent.workflow.queue.impl.ExecutableQueueRunner.run(ExecutableQueueRunner.java:106), org.hypercontent.workflow.thread.CPQThread.run(CPQThread.java:62)] --- Alex Vigdor <al...@bi...> wrote: > Try adding a permission like this in the bootstrap > project: > > <permission principal ="group:anybody" > target="/screens/**/*.html" > activity="read"/> > > > On Aug 26, 2007, at 10:43 PM, tom tom wrote: > > > Hi Alex, > > > > I was on leave for couple of days, hence the > delay. > > > > Yes that is what I have tried but failed with the > > following authorization exception > > > > You are not authorized to access > > > http://localhost/hypercontent/screens/please-wait.html > > > > > > > > Thanks, > > Lalitha > > > > --- Alex Vigdor <al...@bi...> wrote: > > > >> Hi Tom Tom, > >> All anyone needs to execute download-zip is > "read" > >> permission on the > >> directory and files within it, e.g. > >> > >> <permission principal ="group:publishers" > >> target="/**/" > >> activity="read"/> > >> <permission principal ="group:publishers" > >> target="/**/*.*" > >> activity="read"/> > >> > >> Cheers, > >> Alex > >> > >> On Aug 19, 2007, at 8:44 PM, tom tom wrote: > >> > >>> Hi Alex, > >>> > >>> If some other group apart from admin, to have > the > >>> download zip facility, how can we change the > >>> permission.xml. > >>> > >>> For. e.g publishers want to have the download > zip > >>> facility in addition to the administrators. > >>> > >>> Thanks, > >>> > >>> > >>> > >>> > >> > > > ______________________________________________________________________ > >> > >>> ______________ > >>> Boardwalk for $500? In 2007? Ha! Play Monopoly > >> Here and Now (it's > >>> updated for today's economy) at Yahoo! Games. > >>> > >> > > > http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow > >>> > >>> > >> > > > ---------------------------------------------------------------------- > >> > >>> --- > >>> This SF.net email is sponsored by: Splunk Inc. > >>> Still grepping through log files to find > problems? > >> Stop. > >>> Now Search log events and configuration files > >> using AJAX and a > >>> browser. > >>> Download your FREE copy of Splunk now >> > >> http://get.splunk.com/ > >>> _______________________________________________ > >>> Hypercontent-users mailing list > >>> Hyp...@li... > >>> > >> > > > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > >>> > >> > >> > > > > > > > > > > > ______________________________________________________________________ > > > ______________ > > Looking for a deal? Find great prices on flights > and hotels with > > Yahoo! FareChase. > > http://farechase.yahoo.com/ > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? > Stop. > Now Search log events and configuration files using > AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > ____________________________________________________________________________________ Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 |
From: Alex V. <al...@bi...> - 2007-08-27 15:39:53
|
On Aug 27, 2007, at 12:38 AM, tom tom wrote: > Hi Alex, > > Pls find my observations below. > >> There is currently no mechanism for assigning a tag >> to multiple >> files, or for building based on that tag. > > Will this be in the road map? Because of this > limitatio n content editing is limited to the next > publish only. > People can't do edits for future publising cycles. One can make edits and either not save them (which leaves them in a persistent "draft" state), or save them and schedule the change of edition. So it is still possible to do edits for a future publishing cycle. The limitation of not having tags is more specifically that you cannot associate specific revisions of multiple files with one another for "snapshot" builds or batch scheduling operations. FYI, there are no institutions currently supporting HyperContent development with time or money, so there isn't a meaningful development roadmap. I volunteer my support to the community, but I cannot afford to volunteer significant development time - if you are sufficiently interested in improving HyperContent to fund development of particular features, we should discuss off-list. > >> The scheduling does work. The script that is there >> simply changes >> the "current edition" flag of the targeted file, so >> that the >> designated edition becomes active. > > Can you explain what is this SCHEDULING means in the > workflow screen, I am bit lost on that. Is it only for > one source file. What is the meaning of their entries. > What exactly it does as far as the publishing life > cycle, will it publish or build ...that file?, What is > it's functionality? The scheduling script is only for one source file. It schedules the change of the "edition pointer" that governs which version of a file is live. To have it republish immediately after updating the pointer, in schedule.xml you could add at line 23 after the SetCurrentEdition command <render path="${path}" destination="/publish/" force="false" delete="true"/> The schedule script has two times - a begin and end time. You might want to create a variant on the script to schedule just a single change of edition and immediately republish, something like this <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE workflow SYSTEM "http://hypercontent.sourceforge.net/dtd/ workflow.dtd"> <workflow binding="/**/*.*"> <event name="schedule-appearance" permissions="approve"> <input name="schedule-date" type="text" pattern="\d\d\d\d-\d\d-\d\d \d\d:\d\d" label="Please enter a date as YYYY-MM-DD [00-23]:[00-59]"/> <input name="schedule-edition" type="text" label="Please enter the edition to appear on the scheduled date"/> <variable name="scheduler" value="${actor}"/> <nq who="${scheduler}"/> <nq q="scheduled"/> </event> <q id="scheduled"> <event name="change-edition" when="${schedule-date}"> <exec command="org.hypercontent.workflow.command.SetCurrentEdition"> <with-param name="edition" value="${schedule-edition}"/> </exec> <render path="${path}" destination="/publish/" force="true" delete="false"/> <dq/> <dq who="${scheduler}"/> </event> <event name="cancel" who="${scheduler}"> <dq/> <dq who="${scheduler}"/> </event> </q> </workflow> > > What if I want all the content content to be > pulished/build on each monday. Can the publisher > define such a thing using the interfaces? You could define a workflow script to do this as well (5am every Monday): <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE workflow SYSTEM "http://hypercontent.sourceforge.net/dtd/ workflow.dtd"> <workflow binding="/**/*.*"> <event name="schedule-publish" when="@0 5 2"> <render path="/" destination="/publish/" force="false" delete="true"/> </event> </workflow> > > We need a good explanation on HC scheduling facility, > in terms of what is the depth we can go etc. See http://hypercontent.sourceforge.net/help/project/workflow/ scheduling.html for syntax > >> Diff functions are not available currently. It may >> be possible to >> integrate an open-source diff library. > > Do you have any intentions to have it in future HC > versions. See my note above about the current lack of investment in HC. > > >> You do not have to have a single "approvers" group; >> you can create as >> many approver groups as you need as long as each has >> a unique name. >> You will need to create additional copies of the >> approval workflow >> configuration scripts for each content "area" and >> make a couple >> changes, e.g. >> >> ... >> <workflow binding="/scholarship/**/*.*"> >> ... >> <email who="group:scholarship-approvers" >> subject="[HyperContent]: >> Approval requested" content-type="text/html"> >> ... > > Yes this sounds good, but instead of forcing the HC > users to have different areas and have bindings can't > we do the following, > > We define seperate groups in the groups.xml, but when > the author who doesnt have the approval rights saves a > page it goes to the workflow screen, in this page > instead of having one link (Request for approval) > can't I have many links e.g > > Request for admissions approval > Request for scholarships approval > .... > ... > > When some one click on this it will generate the email > for the relevant group. Yes, you can do this. You would need to define each link as a separate event in approvals.xml: <event name="request-admissions-approval" who="${editor}"> <nq q="approval"/> <dq/> <email who="group:admissions-approvers" subject="[HyperContent]: Approval requested" content-type="text/html"> <![CDATA[ <h3>${editor} requests approval for <a href="${abs-server-base}${path}? mode=interactive&screen=workflow.approvals&work=${work-ticket}">$ {path}</a></h3> ]]> </email> </event> <event name="request-scholarships-approval" who="${editor}"> <nq q="approval"/> <dq/> <email who="group:scholarships-approvers" subject="[HyperContent]: Approval requested" content-type="text/html"> <![CDATA[ <h3>${editor} requests approval for <a href="${abs-server-base}${path}? mode=interactive&screen=workflow.approvals&work=${work-ticket}">$ {path}</a></h3> ]]> </email> </event> etc. > > > Other question is if a file goes through series > changes on many days, How can we save these partial > updates without being getting published, provided if > there is a sheduled publish. Cant we have flag to say, > this is only a partial update.? > The best way to do this currently is, after saving the changes, to go to the revisions screen and set the older revision to "current". You can then schedule the current pointer moving forward to the new edition using the schedule script. Cheers, Alex |
From: Alex V. <al...@bi...> - 2007-08-27 15:15:36
|
Try adding a permission like this in the bootstrap project: <permission principal ="group:anybody" target="/screens/**/*.html" activity="read"/> On Aug 26, 2007, at 10:43 PM, tom tom wrote: > Hi Alex, > > I was on leave for couple of days, hence the delay. > > Yes that is what I have tried but failed with the > following authorization exception > > You are not authorized to access > http://localhost/hypercontent/screens/please-wait.html > > > > Thanks, > Lalitha > > --- Alex Vigdor <al...@bi...> wrote: > >> Hi Tom Tom, >> All anyone needs to execute download-zip is "read" >> permission on the >> directory and files within it, e.g. >> >> <permission principal ="group:publishers" >> target="/**/" >> activity="read"/> >> <permission principal ="group:publishers" >> target="/**/*.*" >> activity="read"/> >> >> Cheers, >> Alex >> >> On Aug 19, 2007, at 8:44 PM, tom tom wrote: >> >>> Hi Alex, >>> >>> If some other group apart from admin, to have the >>> download zip facility, how can we change the >>> permission.xml. >>> >>> For. e.g publishers want to have the download zip >>> facility in addition to the administrators. >>> >>> Thanks, >>> >>> >>> >>> >> > ______________________________________________________________________ >> >>> ______________ >>> Boardwalk for $500? In 2007? Ha! Play Monopoly >> Here and Now (it's >>> updated for today's economy) at Yahoo! Games. >>> >> > http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow >>> >>> >> > ---------------------------------------------------------------------- >> >>> --- >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? >> Stop. >>> Now Search log events and configuration files >> using AJAX and a >>> browser. >>> Download your FREE copy of Splunk now >> >> http://get.splunk.com/ >>> _______________________________________________ >>> Hypercontent-users mailing list >>> Hyp...@li... >>> >> > https://lists.sourceforge.net/lists/listinfo/hypercontent-users >>> >> >> > > > > > ______________________________________________________________________ > ______________ > Looking for a deal? Find great prices on flights and hotels with > Yahoo! FareChase. > http://farechase.yahoo.com/ > |
From: tom t. <j_l...@ya...> - 2007-08-27 04:38:42
|
Hi Alex, Pls find my observations below. > There is currently no mechanism for assigning a tag > to multiple > files, or for building based on that tag. Will this be in the road map? Because of this limitatio n content editing is limited to the next publish only. People can't do edits for future publising cycles. > The scheduling does work. The script that is there > simply changes > the "current edition" flag of the targeted file, so > that the > designated edition becomes active. Can you explain what is this SCHEDULING means in the workflow screen, I am bit lost on that. Is it only for one source file. What is the meaning of their entries. What exactly it does as far as the publishing life cycle, will it publish or build ...that file?, What is it's functionality? What if I want all the content content to be pulished/build on each monday. Can the publisher define such a thing using the interfaces? We need a good explanation on HC scheduling facility, in terms of what is the depth we can go etc. > Diff functions are not available currently. It may > be possible to > integrate an open-source diff library. Do you have any intentions to have it in future HC versions. > You do not have to have a single "approvers" group; > you can create as > many approver groups as you need as long as each has > a unique name. > You will need to create additional copies of the > approval workflow > configuration scripts for each content "area" and > make a couple > changes, e.g. > > ... > <workflow binding="/scholarship/**/*.*"> > ... > <email who="group:scholarship-approvers" > subject="[HyperContent]: > Approval requested" content-type="text/html"> > ... Yes this sounds good, but instead of forcing the HC users to have different areas and have bindings can't we do the following, We define seperate groups in the groups.xml, but when the author who doesnt have the approval rights saves a page it goes to the workflow screen, in this page instead of having one link (Request for approval) can't I have many links e.g Request for admissions approval Request for scholarships approval .... ... When some one click on this it will generate the email for the relevant group. Other question is if a file goes through series changes on many days, How can we save these partial updates without being getting published, provided if there is a sheduled publish. Cant we have flag to say, this is only a partial update.? ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow |
From: tom t. <j_l...@ya...> - 2007-08-27 02:43:36
|
Hi Alex, I was on leave for couple of days, hence the delay. Yes that is what I have tried but failed with the following authorization exception You are not authorized to access http://localhost/hypercontent/screens/please-wait.html Thanks, Lalitha --- Alex Vigdor <al...@bi...> wrote: > Hi Tom Tom, > All anyone needs to execute download-zip is "read" > permission on the > directory and files within it, e.g. > > <permission principal ="group:publishers" > target="/**/" > activity="read"/> > <permission principal ="group:publishers" > target="/**/*.*" > activity="read"/> > > Cheers, > Alex > > On Aug 19, 2007, at 8:44 PM, tom tom wrote: > > > Hi Alex, > > > > If some other group apart from admin, to have the > > download zip facility, how can we change the > > permission.xml. > > > > For. e.g publishers want to have the download zip > > facility in addition to the administrators. > > > > Thanks, > > > > > > > > > ______________________________________________________________________ > > > ______________ > > Boardwalk for $500? In 2007? Ha! Play Monopoly > Here and Now (it's > > updated for today's economy) at Yahoo! Games. > > > http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow > > > > > ---------------------------------------------------------------------- > > > --- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? > Stop. > > Now Search log events and configuration files > using AJAX and a > > browser. > > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > > _______________________________________________ > > Hypercontent-users mailing list > > Hyp...@li... > > > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > > > > ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ |
From: Alex V. <al...@bi...> - 2007-08-20 14:02:05
|
On Aug 20, 2007, at 2:51 AM, tom tom wrote: > Hi Alex, > > We got hypercontent running on production with no > issues, after business users (authors,approvers) > spending lot of time with the tool, they came up with > some valid requirements, I hope these are very valid > and important functionalities that may be some other > institute also might look into, > > Here am listing some of those and hoping to send some > more in the other email. > > If you can comment on each item that would be great, > also keep in mind that we got a staging area and also > we got seperate authors, approvers and publishers. > > 1) Content authors do editing on many future releases, > > e.g first text change should appear in the next > monday release and both first and second text change > should appear on next Friday release, > > Can we assign the change to a release or some kind > of form like that, > > Can we get this functionality as shown in the Schedule > section of the workflow, if so can you illustrate an > example by means of the entries shown in the workflow > screen schedule section. what is meant by an edition > here. > > e.g > Please enter a beginning date as YYYY-MM-DD > [00-23]:[00-59] > > Please enter an ending date?? > > Please enter the edition to appear on the start > date??? The file edition is a number that represents a certain revision to the file. If you go to the file revisions screen and mouse over the links, you will see "edition" as a parameter on the URL for each entry. If you would like to show the edition number more clearly on the revisions screen, you could add $sub.getAttribute('edition') around line 36 of /screens/revisions.vm > > 2) If we can assign each change to a release or > whatever, and if we press build or publish which > release or tag get process, can we instruct to build a > specific release or tag. There is currently no mechanism for assigning a tag to multiple files, or for building based on that tag. > > How can we do this with the use of scheduling(in the > workflow screen) or without the use of scheduling. > > Does the scheduling works as shown in the workflow > screen. > The scheduling does work. The script that is there simply changes the "current edition" flag of the targeted file, so that the designated edition becomes active. > > 3) When the request goes to a approver as an email, > approvers are presented with the complete text, is > there any way to identify the exact change did. > Can we have some comparison based on the original > file. Diff functions are not available currently. It may be possible to integrate an open-source diff library. > > > 4) In an institute all though we have listed all the > approvers in one big group, there are for .e.g > Admission approvers, Scholarship Approvers, > > Due to this, instead of sending the mail to the entire > group, how can the author request only for a subset of > users, e.g if scholarship change then only to > scholarship approvers e.g You do not have to have a single "approvers" group; you can create as many approver groups as you need as long as each has a unique name. You will need to create additional copies of the approval workflow configuration scripts for each content "area" and make a couple changes, e.g. ... <workflow binding="/scholarship/**/*.*"> ... <email who="group:scholarship-approvers" subject="[HyperContent]: Approval requested" content-type="text/html"> ... Alex |
From: Alex V. <al...@bi...> - 2007-08-20 13:49:38
|
Hi Tom Tom, All anyone needs to execute download-zip is "read" permission on the directory and files within it, e.g. <permission principal ="group:publishers" target="/**/" activity="read"/> <permission principal ="group:publishers" target="/**/*.*" activity="read"/> Cheers, Alex On Aug 19, 2007, at 8:44 PM, tom tom wrote: > Hi Alex, > > If some other group apart from admin, to have the > download zip facility, how can we change the > permission.xml. > > For. e.g publishers want to have the download zip > facility in addition to the administrators. > > Thanks, > > > > ______________________________________________________________________ > ______________ > Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's > updated for today's economy) at Yahoo! Games. > http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |
From: tom t. <j_l...@ya...> - 2007-08-20 06:52:02
|
Hi Alex, We got hypercontent running on production with no issues, after business users (authors,approvers) spending lot of time with the tool, they came up with some valid requirements, I hope these are very valid and important functionalities that may be some other institute also might look into, Here am listing some of those and hoping to send some more in the other email. If you can comment on each item that would be great, also keep in mind that we got a staging area and also we got seperate authors, approvers and publishers. 1) Content authors do editing on many future releases, e.g first text change should appear in the next monday release and both first and second text change should appear on next Friday release, Can we assign the change to a release or some kind of form like that, Can we get this functionality as shown in the Schedule section of the workflow, if so can you illustrate an example by means of the entries shown in the workflow screen schedule section. what is meant by an edition here. e.g Please enter a beginning date as YYYY-MM-DD [00-23]:[00-59] Please enter an ending date?? Please enter the edition to appear on the start date??? 2) If we can assign each change to a release or whatever, and if we press build or publish which release or tag get process, can we instruct to build a specific release or tag. How can we do this with the use of scheduling(in the workflow screen) or without the use of scheduling. Does the scheduling works as shown in the workflow screen. 3) When the request goes to a approver as an email, approvers are presented with the complete text, is there any way to identify the exact change did. Can we have some comparison based on the original file. 4) In an institute all though we have listed all the approvers in one big group, there are for .e.g Admission approvers, Scholarship Approvers, Due to this, instead of sending the mail to the entire group, how can the author request only for a subset of users, e.g if scholarship change then only to scholarship approvers e.g Thanks ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ |
From: tom t. <j_l...@ya...> - 2007-08-20 00:44:26
|
Hi Alex, If some other group apart from admin, to have the download zip facility, how can we change the permission.xml. For. e.g publishers want to have the download zip facility in addition to the administrators. Thanks, ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow |
From: Carl P B. <C.P...@hu...> - 2007-08-16 13:08:43
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2007-08-14 23:17:09
|
Hey Scott, HC is hard-coded to strip out javascript event handlers from WYSIWYG areas . . . this has come up before and it would definitely be good to break that configuration out from the code, but for the moment a couple workarounds would be 1) create a separate XML element in your DTD not called "html" that can go in a page (e.g. "rawhtml"). You can put input your link as plain character data, and add output support in the XSL (which I'd be happy to help with). You could then mix the elements in your page (html, rawhtml, html, etc.) 2) set up the onclick handler in XSL (works well if it's for a navigation link or other auto-generated link) 3) as you suggest, do some javascript trickery to set it on the client side. Longer term, I would love to bring over some code I wrote earlier this year for ABC that makes it easy to work with any number of element/attribute cleanup configurations. Have to check with the boss on that first though! Alex On Aug 14, 2007, at 10:43 AM, Scott Battaglia wrote: > Alex, > > I've set up some Google Analytics goals and I want to track them > from my > web page (i.e. how many people download file X). Google Analytics > does > this by placing an onclick event on the anchor. I've added the > onclick > event but whenever I save the page it removes the onclick event. > > Is there a way to make this possible? Or do I need to use some > JavaScript trickery to set the onclick event via code. > > Thanks > -Scott > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |
From: Scott B. <sco...@ru...> - 2007-08-14 14:43:50
|
Alex, I've set up some Google Analytics goals and I want to track them from my web page (i.e. how many people download file X). Google Analytics does this by placing an onclick event on the anchor. I've added the onclick event but whenever I save the page it removes the onclick event. Is there a way to make this possible? Or do I need to use some JavaScript trickery to set the onclick event via code. Thanks -Scott |
From: Alex V. <al...@bi...> - 2007-08-14 14:33:07
|
Hi Carl, Try something like this <xsl:apply-templates select="/cms:wrapper/cms:source/page/child::* [(name(.)='rightbox') or (name(.)='selftagbox')]"/> That should preserver order. Cheers, Alex On Aug 14, 2007, at 8:54 AM, Carl P Barrow wrote: > Hi Alex, > > That works great when you are adding them. How would I get them to > display in that order. I currently get he rightbox elements and > then the selftag elements because of the following code: > > <xsl:apply-templates select="/cms:wrapper/cms:source/page/rightbox"/> > <xsl:apply-templates select="/cms:wrapper/cms:source/page/ > selftagbox"/> > > Cheers > CArl > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > > -----Original Message----- > From: Alex Vigdor [mailto:al...@bi...] > Sent: Tue 8/14/2007 13:31 > To: Carl P Barrow > Subject: Re: [Hypercontent-users] element ordering > > Hi Carl, > Give this a shot: > > <!ELEMENT page ((rightbox|selftagbox)*,bodytext,rawhtml,leftbox*)> > > Cheers, > Alex > > On Aug 14, 2007, at 5:46 AM, Carl P Barrow wrote: > > > Hi Alex, > > > > I'm not sure if what I want to do is possible but I thought I would > > ask your opinion. > > > > I have two element 'rightbox' and 'selftagbox' the idea is that > > users can use the rightbox element if they want to have the content > > formatted in a standard way, if they want to change things they can > > tag it up themselves using the 'selftagbox' The way I have set > > things up mean that the 'rightbox' elements are displayed and then > > the 'selftag' elements underneath and it isn't possible to mix them > > up in the editor when adding them. Is there a way to allow users > > to add 'selftag' boxes and right boxes in any order and then have > > then displayed on the page in that order? I've included the > > relevant bit of code below. > > > > Cheers > > Carl > > > > <!ELEMENT page (rightbox*,selftagbox*,bodytext,rawhtml,leftbox*)> > > <!ELEMENT rightbox (html)> > > <!ELEMENT selftagbox (html)> > > > > --------- > > > > <xsl:template match="rightbox"> > > <div class="box1"> > > <h2><xsl:value-of select="@title"/></h2> > > <p><xsl:apply-templates select="html"/></p> > > </div> > > </xsl:template> > > > > <xsl:template match="selftagbox"> > > <xsl:apply-templates select="html"/> > > </xsl:template> > > > > --------- > > > > <xsl:apply-templates select="/cms:wrapper/cms:source/page/ > rightbox"/> > > <xsl:apply-templates select="/cms:wrapper/cms:source/page/ > > selftagbox"/> > > > > > > > > > > ************************************* > > > > Carl Barrow > > Systems Integrator > > e-Services > > The University of Hull > > Cottingham Road > > Hull > > HU6 7RX > > Ext. 6838 > > > > ************************************* > > > > > > > > > ********************************************************************** > > ******************* > > To view the terms under which this email is distributed, please go > > to http://www.hull.ac.uk/legal/email_disclaimer.html > > > ********************************************************************** > > > *******************--------------------------------------------------- > > ---------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a > > browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Hypercontent-users mailing list > > Hyp...@li... > > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > ******************* |
From: Carl P B. <C.P...@hu...> - 2007-08-14 12:59:19
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Carl P B. <C.P...@hu...> - 2007-08-14 09:46:20
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Carl P B. <C.P...@hu...> - 2007-08-10 14:27:34
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2007-08-09 13:40:54
|
I don't think TinyMCE supports ID insertion from the dropdown, only class names. Sorry! On Aug 9, 2007, at 7:37 AM, Carl P Barrow wrote: > Thanks Alex, > > That works. It just displays classes in there, is there a way to > get it to display IDs ? for example: > > #centrebox > > Cheers > Carl > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > > -----Original Message----- > From: hyp...@li... on behalf of > Alex Vigdor > Sent: Wed 8/8/2007 15:28 > To: hypercontent List > Subject: Re: [Hypercontent-users] CSS list in TinyMCE > > Hi Carl, > Actually, the recommended approach is to override the pipeline > declaration in your project's /config/pipelines.xml. From there you > can pass in the content-css parameter. Here is a sample from the CAS > site: > > <pipelines> > <pipeline name="xml" mode="xml-edit" basedir="/" content- > type="text/ > html" permissions="read,write"> > <open-file/> > <bind-form > processor="org.hypercontent.form.xml.XmlFormProcessor" > as="xml-form"/> > <exec stage="org.hypercontent.form.xml.XmlPrepStage"/> > <exec > stage="org.hypercontent.project.engine.stage.XSLTransformStage"> > <with-param name="source" value="/screens/ > modal-xml-tiny-mce.xsl"/> > <with-param name="content-css" value="/ > config/skins/cas/styles.css"/> > <with-param name="localize-with" value="/ > l10n/xml"/> > </exec> > </pipeline> > </pipelines> > > Cheers, > Alex > > On Aug 7, 2007, at 11:35 AM, Carl P Barrow wrote: > > > Hi Alex, > > > > I'm sure I have asked this before but I can't find it in the > > mailing list. > > > > If I want to assign a CSS which is accessible from the style drop- > > down box in TinyMCE do I need to change the following like in / > > screens/modal-xml-tiny-mce.xsl in the bootstrap repository. > > > > <xsl:param name="content-css" select="false()"/> > > > > to > > > > <xsl:param name="content-css" select="http://www.hull.ac.uk/dir/ > > file.css"/> > > > > and if I put modal-xml-tiny-mce.xsl in a /screens directory within > > a single project will that allow a project specific set of styles? > > > > Cheers > > Carl > > > > ************************************* > > > > Carl Barrow > > Systems Integrator > > e-Services > > The University of Hull > > Cottingham Road > > Hull > > HU6 7RX > > Ext. 6838 > > > > ************************************* > > > > > > > > > ********************************************************************** > > ******************* > > To view the terms under which this email is distributed, please go > > to http://www.hull.ac.uk/legal/email_disclaimer.html > > > ********************************************************************** > > > *******************--------------------------------------------------- > > ---------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a > > browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Hypercontent-users mailing list > > Hyp...@li... > > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > ******************* |
From: Alex V. <al...@bi...> - 2007-08-09 13:37:42
|
Hi Carl, Off the top of my head, I'd suggest trying something like this: <div> <xsl:attribute name="id"> <xsl:choose> <xsl:when test="starts-with($sourceDirectory,'/ undergraduate/')"> <xsl:text>underdgraduate</xsl:text> </xsl:when> <xsl:otherwise> <xsl:text>corporate</xsl:text> </xsl:otherwise> </xsl:choose> </xsl:attribute> Cheers, Alex On Aug 9, 2007, at 9:18 AM, Carl P Barrow wrote: > Hi, > > I want to use a different opening div tag depending on the location > in the site so : > > <xsl:choose> > <xsl:when test="starts-with($sourceDirectory,'/ > undergraduate/')"> > <div id="undergraduate"> > </xsl:when> > <xsl:otherwise> > <div id="corporate"> > </xsl:otherwise> > </xsl:choose> > > This won't work because is needs a closing div tag before the > closing when. > > I tried setting a variable depending on location : > > <xsl:choose> > <xsl:when test="starts-with($sourceDirectory,'/ > undergraduate/')"> > <xsl:variable name="scheme" select="underdraduate"/> > </xsl:when> > <xsl:otherwise> > <xsl:variable name="scheme" select="corporate"/> > </xsl:otherwise> > </xsl:choose> > > and then using > > <div id="$scheme"> > > which doesn't work either. > > Any ideas how I might be able to achieve this? > > Cheers > Carl > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > *******************--------------------------------------------------- > ---------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Carl P B. <C.P...@hu...> - 2007-08-09 13:18:23
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Carl P B. <C.P...@hu...> - 2007-08-09 11:39:13
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2007-08-08 14:28:43
|
Hi Carl, Actually, the recommended approach is to override the pipeline declaration in your project's /config/pipelines.xml. From there you can pass in the content-css parameter. Here is a sample from the CAS site: <pipelines> <pipeline name="xml" mode="xml-edit" basedir="/" content-type="text/ html" permissions="read,write"> <open-file/> <bind-form processor="org.hypercontent.form.xml.XmlFormProcessor" as="xml-form"/> <exec stage="org.hypercontent.form.xml.XmlPrepStage"/> <exec stage="org.hypercontent.project.engine.stage.XSLTransformStage"> <with-param name="source" value="/screens/modal-xml-tiny-mce.xsl"/> <with-param name="content-css" value="/config/skins/cas/styles.css"/> <with-param name="localize-with" value="/l10n/xml"/> </exec> </pipeline> </pipelines> Cheers, Alex On Aug 7, 2007, at 11:35 AM, Carl P Barrow wrote: > Hi Alex, > > I'm sure I have asked this before but I can't find it in the > mailing list. > > If I want to assign a CSS which is accessible from the style drop- > down box in TinyMCE do I need to change the following like in / > screens/modal-xml-tiny-mce.xsl in the bootstrap repository. > > <xsl:param name="content-css" select="false()"/> > > to > > <xsl:param name="content-css" select="http://www.hull.ac.uk/dir/ > file.css"/> > > and if I put modal-xml-tiny-mce.xsl in a /screens directory within > a single project will that allow a project specific set of styles? > > Cheers > Carl > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > *******************--------------------------------------------------- > ---------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Carl P B. <C.P...@hu...> - 2007-08-07 15:51:53
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |