Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h2. July 16, 2008

...



Release completed and announced to sakai-dev.

...


Updated [Sousa To Do] list.

...



Added methods to check for permissions to SequencerService:

...



{code
:java
java
}
public boolean allowCreateSequence (String collId);
public boolean allowEditSequence(String id);
public boolean allowDeleteSequence(String id);
public boolean allowCreateItem (String collId);
public boolean allowEditItem(String id);
public boolean allowDeleteItem(String id);
{code}

Added check to PageObjectProducer to allow create page and items.  Tested against a student user - works.

...


Added check to PageObjectProducer to allow edit pages and content items.  Tested against a student user - works.

...


Added check to SequenceProducer to allow create, edit, delete sequences.  Tested against a student user - works.

...



Checked all code in, rev 51122.

...

Next Steps

  • System errors
  • Externalize content handler registration
  • Row and column spans.
  • Fluid reorderer
  • More media objects: Flash, MathML, VRML, SVG, CSV tables, etc.
  • Gradebook integration
  • Modules
  • Branching sequences
HTML Table
Table Row (tr)
Table Cell (td)

Foo

Table Cell (td)Bar


h3.  Next Steps

* System errors
* Externalize content handler registration
* Row and column spans.
* Fluid reorderer
* More media objects:  Flash, MathML, VRML, SVG, CSV tables, etc.
* Gradebook integration
* Modules
* Branching sequences


{table|border=1}
{tr}
{td}Foo{td}
{td}Bar{td}
{tr}
{table}