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-09-07 to 2003-08-21 (Commits 2759-2808 of 4408)
modified poll_macro(): display an embedded poll in any case (even if the user isn't logged in)
4 lines of code changed in:
- modified editlink_macro() and deletelink_macro() since checkXxx now throws a DenyException
- fixed some comments
- removed unused hasthumbnail_macro()
36 lines of code changed in:
modified editlink_macro() and deletelink_macro() since checkXxx now throws a DenyException
26 lines of code changed in:
(hopefully) merged all changes in antville_1_0 branch into main branch
360 lines of code changed in:
modified evalVote() because checkVote() now throws a DenyException itself
2 lines of code changed in:
modified updateMembership(): throw a DenyException instead of an Exception object
2 lines of code changed in:
added constructor for DenyException objects
24 lines of code changed in:
use constant ONEHOUR in renderTimeZoneChooser()
2 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
196 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
- added call of checkIfLoggedIn() in case the site is private
146 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
- use constant ONEDAY
40 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
40 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)
68 lines of code changed in:
modified checkAccess() because permission check methods now throw an exception
14 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
102 lines of code changed in:
modified onRequest(): all checkAccess() methods now set res.message themselves (and do a res.redirect if necessary), so just call checkAccess()
2 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
68 lines of code changed in:
modified checkAccess() because permission check methods now throw an exception
18 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
52 lines of code changed in:
modified notfound_action(): check if path.site is online, otherwise use the root's page.skin for rendering
2 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
6 lines of code changed in:
fixed a bug in login_action: var parent doesn't exist anymore, use _parent instead
2 lines of code changed in:
fixed a bug in sys_minMemberAge_macro that created a bogus dropdown
4 lines of code changed in:
Do not set checked to 1 in the parameter for addToFront macro, since this will
result in a checkbox that is always checked. When we get a form submission,
always use the values from the form.
14 lines of code changed in:
modified clone(): now accepts a second argument (optional) to use as clone object
10 lines of code changed in:
Removed AntvilleLib-1.0.zip and adding AntvilleLib-1.3.zip, which is the right name for
the file. Also contains a fix for Html.checkbox() where checkboxes are never checked.
0 lines of code changed in:
Add hours as strings to dropdown array to make them render as "18" rather than "18.0"
4 lines of code changed in:
Remove experimental permissions code
8 lines of code changed in:
Fix logical bug in site access check.
4 lines of code changed in:
fixed OBJECT_clone(): clone the object passed as argument instead of "this"
6 lines of code changed in:
fixed STRING_clipHelper() for full compatibility with recent clip() method
4 lines of code changed in:
fixed bug that erroneously caused empty head in STRING_clipHelper()
4 lines of code changed in:
refactored clip() and dissect() methods by introducing a clipHelper() function
98 lines of code changed in:
* rewrote String.dissect() method
* added trim() at certain points of String.clip() method
24 lines of code changed in:
rewrote convertSites_action since the preferences aren't mapped in site's type.properties anymore
66 lines of code changed in:
added "use antville", removed adding of column SITE_PREFERENCES (which is covered by the previous patch)
2 lines of code changed in:
added "use antville"
2 lines of code changed in:
Checking in AntvilleLib helma_1_3 branch snapshot from 2003/08/29.
0 lines of code changed in:
Set loadmode to aggressive (? - unsure about pros/cons)
2 lines of code changed in:
Adapt to the fact that Helma now registers indirect prototypes in the path object
so topics are registered as days and we need to check if a day is actually a day
before making it today.
2 lines of code changed in:
modified join() method to work from within global String variable instead of prototype
42 lines of code changed in:
added join() method
42 lines of code changed in:
only add clipping when head *and* tail exist in method dissect()
6 lines of code changed in:
reintroduced clipping in head(); tail() and dissect() methods
34 lines of code changed in:
reintroduced wrap() method for backwards compatibility (although i am not sure if that's necessary at this point...)
2 lines of code changed in:
added dissect(), head() and tail() methods
100 lines of code changed in:
fixed bug that prevented some linebreaks from being replaced by STRING_unwrap()
30 lines of code changed in:
added asis (return unrendered skin) and unwrap (remove linebreaks) parameters to skin_macro()
18 lines of code changed in:
added hardwrap() and unwrap() methods as proposals
44 lines of code changed in:
renamed toString() method to format()
2 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