antville/code/Story
Tobi Schäfer e9a7800a87 * Fixed security issue caused by sensitive property in req.data
* Fixed issue caused by setting a Metadata property to a Java value, e.g. java.net.URL instance becomes string without quotes. (Could this be a Rhino bug?)
 * Finalized conversion of AV_USER table to simple naming scheme ("user")
 * Added global getTitle() method which returns either site.title or root.sys_title
 * Implemented universal HopObject.value() method
 * Rededicated User.update() method since its previous functionality is now taken over by User.value()
 * Restructured login and register functionalities in User and MemberMgr
 * Replaced first occurrences of Exception with Error
 * Introduced i18n via gettext in User and MemberMgr
 * Removed getMessage() and Message in User and MemberMgr
 * Added first possible implementation of global getPermission() method
 * Modified code of global evalEmail() and evalURL() methods to work with Helma modules
 * Simplified global sendMail() method by not throwing any MailException anymore and returning the status code only
 * sendMail() now is using helma.Mail (so we can debug message output)
2007-08-23 17:17:40 +00:00
..
backlinkItem.skin * modified referrers to be written by client-side javascript code 2003-10-16 17:29:10 +00:00
backlinks.skin added <br /> 2004-01-02 23:03:46 +00:00
comment.skin * added "form" anchors just above comment and reply forms 2003-10-08 16:11:44 +00:00
dayheader.skin cleaned up code 2004-01-13 12:25:53 +00:00
display.skin cleaned up code 2004-01-13 12:25:53 +00:00
edit.skin * Added support for renaming and deleting tags 2007-08-10 10:38:58 +00:00
embed.skin whitespaces instead of spaces as delimiter 2005-09-23 14:16:09 +00:00
historyview.skin fixed clip method according to new signature 2005-10-21 18:01:39 +00:00
main.skin fixed backlinks (strange enough, i believed i've seen it working...) 2004-01-02 23:03:30 +00:00
mgrlistitem.skin merged skins representing two different states of an object (e.g. online/offline stories) into mgrlistitem.skin by using the newly added antvillelib's switch_macro 2004-01-09 19:21:47 +00:00
mostread.skin cleaned up code 2004-01-13 12:25:53 +00:00
preview.skin cleaned up code 2004-01-13 12:25:53 +00:00
rssItem.skin slight but general overhaul of rss framework 2004-10-27 08:51:38 +00:00
rssResource.skin slight but general overhaul of rss framework 2004-10-27 08:51:38 +00:00
searchview.skin slight changes 2004-01-12 15:57:28 +00:00
Story.js * Fixed security issue caused by sensitive property in req.data 2007-08-23 17:17:40 +00:00
type.properties Completely revised User prototype: 2007-08-19 16:28:46 +00:00