Summary Period: 2002-01-25 to 2004-02-16
[root]/antville_archive/poll
Total Lines Of Code:
506 (2006-01-17 17:18)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 173 (100.0%) | 1514 (100.0%) | 8.7 |
tobi | 91 (52.6%) | 904 (59.7%) | 9.9 |
robert | 82 (47.4%) | 610 (40.3%) | 7.4 |
committed matthias platzer's language patch
(see http://grazia.helma.at/pipermail/antville-dev/2004-February/000489.html)
15 lines of code changed in:
remove hopobjects by using their own method remove() now (the former way to call the remove() method of the parent and pass the object to delete is deprecated in helma)
3 lines of code changed in:
cleaned up code
10 lines of code changed in:
updated the contents of the global help.js file to reflect the current macros and skins and by the way removed code which was either obsolete, deprecated or went into antvillelib
0 lines of code changed in:
removed all <b> tags with <strong> and all <i> taqs with <em>
1 lines of code changed in:
modified delete_actions and corresponding delete.skin
5 lines of code changed in:
store redirect url in a variable since it is used more than once
3 lines of code changed in:
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
2 lines of code changed in:
retouched layout to become more concistent
3 lines of code changed in:
fixed a bug in checkEdit(): poll never had a property "editableby"
2 lines of code changed in:
changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag).
8 lines of code changed in:
initial check-in
11 lines of code changed in:
renamed to mgrlistitem.skin
0 lines of code changed in:
don't use StringBuffer in results_macro() since it's of no use (instead write the results directly to response)
2 lines of code changed in:
render list of choices using res.push()/res.pop() instead of using a StringBuffer (for performance reasons)
3 lines of code changed in:
removed call of checkView in viewlink_macro()
0 lines of code changed in:
modified editlink_macro(), deletelink_macro(), closelink_macro() and viewlink_macro() since checkXxx methods now throw a DenyException
29 lines of code changed in:
modified evalVote() because checkVote() now throws a DenyException itself
1 lines of code changed in:
- rewrote permission framework: renamed isXxxDenied() to checkXxx(), all check-methods now throw a DenyException object instead of returning an Exception object
- removed isViewDenied(), use this.site.checkView() instead (since isViewDenied() didn't do anything else)
34 lines of code changed in:
- modified main_action(): check if user is logged for vote-requests
- fixed a bug in edit_action() that would throw a type-error (dunno why) otherwise
3 lines of code changed in:
(80 more)
Generated by StatCVS 0.2.2