Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »
Summary Period: 2003-08-02 to 2003-08-02 (Commits 2659-2708 of 4408)
- modified saveSkin to throw an Exception object in case something is wrong, return a Message object as positive result
- added try/catch blocks for skin removal
68 lines of code changed in:
- added constructor function
- site preferences are now xml-encoded in one property called preferences_xml which is handled by propertymgr
- removed function createImgDirectory() since directories are created on the fly by helma
180 lines of code changed in:
- removed createNewSite() since site now has a constructor function
- modified functions to throw an Exception object in case something is wrong, return a Message object as positive result
64 lines of code changed in:
- rewrote evalNewPoll()
26 lines of code changed in:
- changed to use AntvilleLib methods
- added constructor function
- modified functions to throw an Exception object in case something is wrong
- simplified evalPoll() and evalVote()
96 lines of code changed in:
- changed to use AntvilleLib methods
- added constructor function
- modified functions to throw an Exception object in case something is wrong
- use global sendMail()
- removed function sendConfirmationMail()
44 lines of code changed in:
- changed to use AntvilleLib methods
- modified functions to throw an Exception object in case something is wrong
- use global sendMail()
- removed function addMembership() because of constructor function for memberhip objects
232 lines of code changed in:
- changed to use AntvilleLib methods
- modified evalImg(): throw an Exception object in case something is wrong
86 lines of code changed in:
- changed to use AntvilleLib methods
- added constructor function
- modified/simplyfied image handling methods
- removed caching from getStaticUrl()
170 lines of code changed in:
- changed to use AntvilleLib methods
- modified createInputParam: submitted values now override property values
24 lines of code changed in:
- changed to use AntvilleLib methods
- moved constant definitions into separate file constants.js
- renamed checkEmail() to evalEmail()
- removed string check functions since they are replaced with AntvilleLib methods
- modified formatTimestamp to use AntvilleLib, site preferences are xml-encoded now
- added constructor functions for Message, Exception and MailException objects, changed interface of getMessage()
- added Method buildAlias() which is called by buildAliasFromFile(), now gets the destination collection as second argument
- modified getRole: use switch() instead of if/else if
- added method extractContent that extracts submitted story/comment content from req.data
- added method sendMail()
438 lines of code changed in:
- changed to use AntvilleLib methods
- modified evalFile(): it now throws an Exception object in case something is wrong/missing
72 lines of code changed in:
- added constructor function
- return a Message object
24 lines of code changed in:
- modified deleteAll() to throw an Exception object in case a story couldn't be deleted
- changed to use AntvilleLib methods
8 lines of code changed in:
- added constructor function
- modified updateComment(): throw an Exception object in case something is wrong/missing, a Message object as positive result
48 lines of code changed in:
- site.isNotPublic was renamed to isAccessDenied
- code reformatting, fixed a typo
22 lines of code changed in:
now using story.content_macro() as link
2 lines of code changed in:
code reformatting
34 lines of code changed in:
- added some new messages
- renamed "mailsubject" to "mail"
64 lines of code changed in:
use site.title instead of membership.sitetitle
2 lines of code changed in:
added section "various additional skins" and the link to robots.skin
16 lines of code changed in:
switched from input type="button" to type="submit"
2 lines of code changed in:
slightly modified code-text
2 lines of code changed in:
added the name of the account to the mailbody
2 lines of code changed in:
- changed to use AntvilleLib methods
32 lines of code changed in:
- changed to use AntvilleLib methods
- call storymgr.isDenied() instead of doubling the check
10 lines of code changed in:
- changed to use AntvilleLib methods
4 lines of code changed in:
- changed to use AntvilleLib methods
rewrote content_macro():
- the content of a story/comment is now handled by mountpoint "content" (propertymgr).
- removed autoresponse functionality: this should be done in a separate macro (if needed)
- changed some macros because site preferences are now xml-encoded
- removed author_macro(), image_macro() and thumbnail_macro() which were only left for backwards-compatibility
- removed id_macro() since this is part of AntvilleLib now
- removed justintopic_macro()
284 lines of code changed in:
- changed to use AntvilleLib methods
10 lines of code changed in:
- changed to use AntvilleLib methods
- some code reformatting
16 lines of code changed in:
- changed to use AntvilleLib methods
- changed all preferences related macros since the site preferences are xml-encoded now
- discussions_macro() and addtofront_macro() now don't need an input type hidden anymore to preserve the submitted state
242 lines of code changed in:
- changed to use AntvilleLib methods
- removed sitelist_macro() which was left for backwards compatibility
4 lines of code changed in:
- changed to use AntvilleLib methods
- simplified choices_macro()
50 lines of code changed in:
- changed to use AntvilleLib methods
32 lines of code changed in:
- changed to use AntvilleLib methods
- switched from path.site to this._parent
14 lines of code changed in:
- changed to use AntvilleLib methods
34 lines of code changed in:
- removed href_macro() because this is part of AntvilleLib now
- removed deprecated input_macro() - use the global one instead
- removed check for param.checkdeny in link_macro since i couldn't figure out why it was there
18 lines of code changed in:
- changed to use AntvilleLib methods
- rewrote input_macro(): using switch instead of if/else if
158 lines of code changed in:
- changed to use AntvilleLib
26 lines of code changed in:
- changed to use AntvilleLib
- renamed timestamp_macro() to date_macro()
18 lines of code changed in:
- changed because site preferences are now xml-encoded
- changed to use HtmlLibrary
6 lines of code changed in:
- replaces attribute names "width" with "size"
- switched from input type="button" to type="submit"
6 lines of code changed in:
use story.content_macro() instead of story.title, story.text
4 lines of code changed in:
- changed from input type="button" to type="submit"
- changed attribute names to html-conform ones (with -> cols, height -> rows)
- using user.publishemail_macro instead of general input type checkbox
14 lines of code changed in:
- changed from input type="button" to type="submit"
- changed attribute names to html-conform ones (with -> cols, height -> rows)
- now using attribute "class" instead of attribute style where it defines a css class
10 lines of code changed in:
changed from input type="button" to type="submit"
2 lines of code changed in:
- changed from input type="button" to type="submit"
- changed attribute names to html-conform ones (with -> cols, height -> rows)
4 lines of code changed in:
changed from input type="button" to type="submit"
2 lines of code changed in:
- changed from input type="button" to type="submit"
- changed attribute names to html-conform ones (with -> cols, height -> rows)
8 lines of code changed in:
- changed from input type="button" to type="submit"
- changed attribute names to html-conform ones (width -> size, with -> cols, height -> rows)
6 lines of code changed in:
Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »
Generated by StatCVS 0.2.2