.. |
BloggerApi
|
(hopefully) merged all changes in antville_1_0 branch into main branch
|
2003-09-07 21:05:24 +00:00 |
Choice
|
removed pixel.gif
|
2003-12-08 20:50:32 +00:00 |
Comment
|
Make sure rawcontent field is set on stories and comments when the content is updated.
|
2003-12-01 16:03:13 +00:00 |
Day
|
(finally) merged imagetopics branch to HEAD
|
2003-11-01 15:24:07 +00:00 |
File
|
modified getUrl(): for one the method getStaticUrl() of site was renamed to staticUrl(), plus use res.push()/res.pop() since we're dealing with Strings now (instead of StringBuffers)
|
2003-12-08 21:19:06 +00:00 |
FileMgr
|
getStaticPath() now returns a String, not a StringBuffer()
|
2003-12-08 21:19:47 +00:00 |
Global
|
- modified getPoolObj() since there are no "root images" anymore (their metadata is now the business of the global DEFAULTIMAGES object)
|
2003-12-08 21:21:12 +00:00 |
HopObject
|
modified onRequest():
|
2003-11-23 18:57:37 +00:00 |
Image
|
- added method getFile() which returns a File object representing the image on disk
|
2003-12-08 21:23:41 +00:00 |
ImageMgr
|
minor layout change
|
2003-12-08 21:09:13 +00:00 |
ImageTopicMgr
|
modified _children.filter since we now have two different image prototypes, and we want just the site images in this collection
|
2003-11-23 19:09:05 +00:00 |
Layout
|
added methods:
|
2003-12-08 21:28:45 +00:00 |
LayoutImage
|
- modified getUrl() since staticUrl() now returns a string (changed to res.push()/res.pop() for performance reasons)
|
2003-12-08 21:30:27 +00:00 |
LayoutImageMgr
|
changed dumpToZip() to handle both complete and incremental exports
|
2003-12-08 21:43:51 +00:00 |
LayoutMgr
|
- renamed chooseNewLayout to evalNewLayout (changed too)
|
2003-12-08 21:45:41 +00:00 |
MemberMgr
|
modified searchUser():
|
2003-12-08 21:47:36 +00:00 |
Membership
|
only send mail if the status of the member actually changed
|
2003-12-08 21:48:09 +00:00 |
MetaWeblogApi
|
getStaticUrl() was renamed to getUrl(), popupUrl() to getPopupUrl()
|
2003-11-23 18:30:37 +00:00 |
MtApi
|
(hopefully) merged all changes in antville_1_0 branch into main branch
|
2003-09-07 21:05:24 +00:00 |
Poll
|
don't use StringBuffer in results_macro() since it's of no use (instead write the results directly to response)
|
2003-12-08 21:00:17 +00:00 |
PollMgr
|
css class "commentHead" was renamed to "listSeparator"
|
2003-12-08 22:28:28 +00:00 |
PropertyMgr
|
modified toString() to use res.push()/res.pop() instead of a StringBuffer
|
2003-12-08 21:49:17 +00:00 |
Root
|
completely rewrote basic layout
|
2003-12-08 22:29:06 +00:00 |
RootLayoutMgr
|
- moved evalImport() and evalImport() to layoutmgr
|
2003-12-08 21:50:50 +00:00 |
Site
|
simplified basic layout
|
2003-12-08 22:29:32 +00:00 |
Skin
|
modified constructor: by default property custom is 0
|
2003-12-08 21:53:57 +00:00 |
SkinMgr
|
- added evalCustom() that checks the submitted form values for creating a custom skin
|
2003-12-08 21:57:46 +00:00 |
skinset
|
Use res.handlers.context to get the site/server title
|
2003-10-23 17:48:20 +00:00 |
Story
|
modified backlinks_macro(): use res.push()/res.pop() instead of populating a StringBuffer (for performance reasons)
|
2003-12-08 21:06:50 +00:00 |
StoryMgr
|
css class "commentHead" was renamed to "listSeparator"
|
2003-12-08 22:28:28 +00:00 |
SysLog
|
replaced call of global image macro with layout.image
|
2003-11-23 19:05:00 +00:00 |
SysMgr
|
changed layout
|
2003-12-08 20:53:03 +00:00 |
Topic
|
removed deprecated relatedtopics_macro (it wasn't used anymore)
|
2003-12-08 21:07:30 +00:00 |
TopicMgr
|
rewrote permission framework: renamed isXxxDenied() to checkXxx(), all check-methods now throw a DenyException object instead of returning an Exception object
|
2003-09-07 21:02:26 +00:00 |
User
|
modified filter since we now have two different image prototypes, and we want just the site images in this collection
|
2003-11-23 19:15:22 +00:00 |
Vote
|
initial check-in
|
2003-08-02 12:21:28 +00:00 |
AntvilleLib-1.3.zip
|
updated to latest version (includes faster HtmlLibrary.js)
|
2003-11-24 18:28:16 +00:00 |
app.properties
|
replaced properties imgPath, filePath, imgUrl and fileUrl with the two properties staticPath and staticUrl (images and files of sites are now located in subdirectories)
|
2003-11-23 17:58:29 +00:00 |
db.properties
|
Initial revision
|
2001-06-18 08:57:33 +00:00 |
messages.de
|
Remove apostrophe after "gib"
|
2003-12-03 18:03:54 +00:00 |
messages.en
|
added description texts (and titles) for every single skin used in antville plus the descriptions of each skinset (used to display the different tree "branches" in skin manager)
|
2003-12-08 21:15:45 +00:00 |
messages.it
|
corrected confirm.welcomeSite to confirm.welcome
|
2003-01-21 10:03:17 +00:00 |
messages.nl
|
confirm.resultDisplay only gets two parameter values
|
2003-03-03 12:03:25 +00:00 |