Commit Log (Page 33 of 89)

back to main page

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)

robert 2003-09-07 23:07

modified poll_macro(): display an embedded poll in any case (even if the user isn't logged in)

4 lines of code changed in:

robert 2003-09-07 23:06

- 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:

robert 2003-09-07 23:06

modified editlink_macro() and deletelink_macro() since checkXxx now throws a DenyException

26 lines of code changed in:

robert 2003-09-07 23:05

(hopefully) merged all changes in antville_1_0 branch into main branch

360 lines of code changed in:

robert 2003-09-07 23:04

modified evalVote() because checkVote() now throws a DenyException itself

2 lines of code changed in:

robert 2003-09-07 23:03

modified updateMembership(): throw a DenyException instead of an Exception object

2 lines of code changed in:

robert 2003-09-07 23:03

added constructor for DenyException objects

24 lines of code changed in:

robert 2003-09-07 23:02

use constant ONEHOUR in renderTimeZoneChooser()

2 lines of code changed in:

robert 2003-09-07 23:01

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:

robert 2003-09-07 23:01

- 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:

robert 2003-09-07 23:00

- 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:

robert 2003-09-07 22:58

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:

robert 2003-09-07 22:58

- 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:

robert 2003-09-07 22:57

modified checkAccess() because permission check methods now throw an exception

14 lines of code changed in:

robert 2003-09-07 22:57

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:

robert 2003-09-07 22:56

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:

robert 2003-09-07 22:55

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:

robert 2003-09-07 22:54

modified checkAccess() because permission check methods now throw an exception

18 lines of code changed in:

robert 2003-09-07 22:54

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:

robert 2003-09-07 22:52

modified notfound_action(): check if path.site is online, otherwise use the root's page.skin for rendering

2 lines of code changed in:

robert 2003-09-07 22:51

- 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:

robert 2003-09-07 22:50

fixed a bug in login_action: var parent doesn't exist anymore, use _parent instead

2 lines of code changed in:

robert 2003-09-07 22:49

fixed a bug in sys_minMemberAge_macro that created a bogus dropdown

4 lines of code changed in:

hannes 2003-09-04 17:13

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:

robert 2003-09-04 15:58

modified clone(): now accepts a second argument (optional) to use as clone object

10 lines of code changed in:

hannes 2003-09-04 15:41

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:

hannes 2003-09-04 15:37

Add hours as strings to dropdown array to make them render as "18" rather than "18.0"

4 lines of code changed in:

hannes 2003-09-04 11:11

Remove experimental permissions code

8 lines of code changed in:

hannes 2003-09-04 10:26

Fix logical bug in site access check.

4 lines of code changed in:

robert 2003-09-03 10:54

fixed OBJECT_clone(): clone the object passed as argument instead of "this"

6 lines of code changed in:

tobi 2003-09-01 16:42

fixed STRING_clipHelper() for full compatibility with recent clip() method

4 lines of code changed in:

tobi 2003-09-01 16:08

fixed bug that erroneously caused empty head in STRING_clipHelper()

4 lines of code changed in:

tobi 2003-09-01 16:04

refactored clip() and dissect() methods by introducing a clipHelper() function

98 lines of code changed in:

tobi 2003-09-01 14:59

* rewrote String.dissect() method
* added trim() at certain points of String.clip() method

24 lines of code changed in:

robert 2003-08-31 16:31

rewrote convertSites_action since the preferences aren't mapped in site's type.properties anymore

66 lines of code changed in:

robert 2003-08-31 16:31

added "use antville", removed adding of column SITE_PREFERENCES (which is covered by the previous patch)

2 lines of code changed in:

robert 2003-08-31 16:30

added "use antville"

2 lines of code changed in:

hannes 2003-08-29 16:47

Checking in AntvilleLib helma_1_3 branch snapshot from 2003/08/29.

0 lines of code changed in:

hannes 2003-08-29 15:58

Set loadmode to aggressive (? - unsure about pros/cons)

2 lines of code changed in:

hannes 2003-08-29 15:54

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:

tobi 2003-08-25 17:56

modified join() method to work from within global String variable instead of prototype

42 lines of code changed in:

tobi 2003-08-25 15:51

added join() method

42 lines of code changed in:

tobi 2003-08-25 15:31

only add clipping when head *and* tail exist in method dissect()

6 lines of code changed in:

tobi 2003-08-25 15:05

reintroduced clipping in head(); tail() and dissect() methods

34 lines of code changed in:

tobi 2003-08-25 14:41

reintroduced wrap() method for backwards compatibility (although i am not sure if that's necessary at this point...)

2 lines of code changed in:

tobi 2003-08-25 14:39

added dissect(), head() and tail() methods

100 lines of code changed in:

tobi 2003-08-22 10:18

fixed bug that prevented some linebreaks from being replaced by STRING_unwrap()

30 lines of code changed in:

tobi 2003-08-21 17:40

added asis (return unrendered skin) and unwrap (remove linebreaks) parameters to skin_macro()

18 lines of code changed in:

tobi 2003-08-21 17:38

added hardwrap() and unwrap() methods as proposals

44 lines of code changed in:

tobi 2003-08-21 17:37

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