General
-
Create input form
Create input form mark-up structure.
eg.
#!form action="sprocname" params="23, firstname, lastname"!#
First: #!textbox firstname!#<br/>
Last: #!textbox lastname!#<br/>
#!formend!#1 vote -
1 vote
-
Manage users better
Currently only have SuperAdmin user
Need to enhance users to allow anonymous, password less login by IP address (ie, guest@192.xxx.xxx.xxx) and add new email address registration process (register/forgot pwd etc)1 vote -
Allow login using openid/facebook etc
Allow login using openid/facebook etc
Depends on "manage users better"1 vote -
Rework repeating group
Rework repeating group, make more generic.
Allow for stored proc to be named for results (like datagrid.datasource).1 vote -
Add paging as part of repeating group change
Allow for a repeating group to be wrapped in a repeating group which could include paging.
For example; a repeating group for Years(2009..2002, step -1), repeating group for Months (Dec..Jan, step -1), repeating group for SprocX (param Year, param Month) where SprocX takes Year/Month and returns a list of articles.
1 vote -
AttributeTypes can be article list
Create new attribute type which is a list of articles. This will allow for comments for blog entries, track listing for albums, related articles link or some article->sub item->sub item tree like; Artist->Albums->Tracks
1 vote -
Create a "DoAction" page to manage permission actions
Create a "do action" page to manage permissions which can be one-off or multi-use.
Serialize a Sproc call with parameters. Store in database and link to with GUID.
For example; user password reset, send email with Guid. User clicks link and gets to "do action" page which knows from de-serialisation it needs to get a password. Submit calls the Sproc.
Or a page for submiting comments. Send user a link in email. They click link, do action automatically calls proc to publish the comment.
1 vote -
Send email functionality
Need to be able to send email. This might be linked to Forms idea, where site visitor completes form which results in mail being sent, or visitor supplies email address for verifcation link.
1 vote -
1 vote