Commit Log (Page 42 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-01-10 to 2002-12-18 (Commits 2309-2358 of 4408)

robert 2003-01-10 14:10

changed isNotPublic() because subscribers (level == 0) of a private weblog couln't access it, therefor they had to be granted a level >= contributor. Now isNotPublic() behaves in the same way as it did before the need_for_speed-branch.

2 lines of code changed in:

tobi 2003-01-09 16:02

fixed syntax errors in drop index statements (text in brackets, lines 9/10)

4 lines of code changed in:

tobi 2003-01-07 18:28

proof-read and made some minor corrections (please re-read)

66 lines of code changed in:

tobi 2003-01-07 17:40

any color output is processed by renderColorAsString() in colorpicker_macro()

4 lines of code changed in:

tobi 2003-01-07 17:37

colorpicker scripts are now accessible via a site action to enable virtual hosted weblogs using it

2 lines of code changed in:

tobi 2003-01-07 15:45

revamped colorpicker to enable sites with virtual domain hosting (like antville.org) to use the colorpicker, too. currently, the colorpicker scripts are hosted at www.antville.org whily trying to access objects on documents hosted at a different virtual domain (e.g. project.antville.org) and thus violating a browser's security handlers to avoid cross-domain scripting.

128 lines of code changed in:

robert 2003-01-07 12:03

next step in rewriting

92 lines of code changed in:

robert 2003-01-07 12:03

added pointers to macro-documentation

66 lines of code changed in:

tobi 2003-01-07 11:57

moved modifytime_macro() to hopobject prototype

24 lines of code changed in:

robert 2003-01-05 23:57

corrected check for png-images (they can have image/png or image/x-png as content-type)

2 lines of code changed in:

robert 2003-01-05 23:44

choice-title is now rendered as skin to allow macros (eg. for image-polls)

2 lines of code changed in:

robert 2003-01-05 23:28

choice-value is now form-encoded to enable using html-code in choice-text

2 lines of code changed in:

robert 2003-01-05 23:27

evalPoll doesn't require title anymore (since it isn't part of the edit-form anymore)

12 lines of code changed in:

tobi 2003-01-05 17:59

added unescape function for form values retrieved via request.data object

2 lines of code changed in:

tobi 2003-01-05 17:38

changed the default behaviour how "RE:" is prepended to the title of a subsequent comment; added interface for posting a new story from other locations (e.g. bookmarklets)

10 lines of code changed in:

michi 2003-01-05 15:42

fixed bug 192: corrected iisClean()-function, so that it does not allow the character ^ anymore

2 lines of code changed in:

robert 2003-01-03 10:25

shortcut-table is called AV_SHORTCUT (not AV_SITE)

2 lines of code changed in:

robert 2003-01-02 20:16

added new bloggerApi-functions

2 lines of code changed in:

robert 2003-01-02 20:15

first step of rewriting (still not finished)

108 lines of code changed in:

robert 2003-01-02 20:12

moved from root-directory of application into subdirectory db_support

0 lines of code changed in:

robert 2003-01-02 20:11

moved from root-directory of application into this directory (should be zipped for distribution)

4010 lines of code changed in:

robert 2003-01-02 20:09

- removed checkAccessPermission (this is now done using the standard securityFunctions)
- implemented bloggerApi-functions:
getUsersBlogs (returns all sites that a user has subscribed and has write-permissions)
getRecentPosts (returns a list of max. 20 posts that are either created or editable by a user)
getPost (returns a single post of a user)
- added functions getUser() and getBlog() that are not callable via XmlRpc but used by bloggerApi-implementation
- rewrote the rest of the functions to use the standard securityFunctions

258 lines of code changed in:

robert 2003-01-02 20:05

added newly documented macros

26 lines of code changed in:

robert 2003-01-02 20:04

securityFunctions now need the membership-level of a user as second argument

66 lines of code changed in:

robert 2003-01-02 20:03

collection storiesById now contains all stories (not just the ones that are online). this collection is only used by bloggerApi

2 lines of code changed in:

robert 2003-01-02 20:02

securityFunctions now need the membership-level of a user as second argument

50 lines of code changed in:

robert 2003-01-02 20:00

- moved checkIfLoggedIn() to securityFunctions.js
- decreased interval of scheduler to 5 seconds (otherwise too many objects would be locked when scheduler is running)

2 lines of code changed in:

robert 2003-01-02 19:59

added function getMembershipLevel()

20 lines of code changed in:

robert 2003-01-02 19:58

accessing user-property sysadmin directly instead of calling function isUserSysAdmin (removed)

50 lines of code changed in:

robert 2003-01-02 19:58

fixed comments

18 lines of code changed in:

robert 2003-01-02 19:58

now using a java.lang.StringBuffer instead of a String-variable when creating the rawcontent of a story

12 lines of code changed in:

robert 2003-01-02 19:56

accessing user-property sysadmin directly instead of calling function isUserSysAdmin (removed)

8 lines of code changed in:

robert 2003-01-02 19:56

added function constructor()

18 lines of code changed in:

robert 2003-01-02 19:56

accessing user-property sysadmin directly instead of calling function isUserSysAdmin (removed)

16 lines of code changed in:

robert 2003-01-02 19:55

req.data.memberlevel is now passed as second argument to security-functions. with this they can also be used even when there's no request-object present (scheduler, bloggerApi)

12 lines of code changed in:

robert 2003-01-02 19:55

renamed to securityFunctions.js

24 lines of code changed in:

robert 2003-01-02 19:54

removed functions isUserTrusted() and isUserSysAdmin(), moved checkIfLoggedIn() from objectFunctions.js into this file

22 lines of code changed in:

robert 2003-01-02 19:54

now calling new function getMembershipLevel() of membermgr to retrieve permission-level of user

4 lines of code changed in:

robert 2003-01-02 19:53

renamed to securityFunctions.js

24 lines of code changed in:

robert 2003-01-02 19:52

- req.data.memberlevel is now passed as second argument to security-functions. with this they can also be used even when there's no request-object present (scheduler, bloggerApi)
- removed unused function isPostDenied()

28 lines of code changed in:

robert 2003-01-02 19:52

accessing user-property sysadmin directly instead of calling function isUserSysAdmin (removed)

4 lines of code changed in:

robert 2003-01-02 19:51

renamed file to securityFunctions.js

190 lines of code changed in:

robert 2003-01-02 19:51

renamed to securityFunctions.js

0 lines of code changed in:

robert 2003-01-02 19:50

req.data.memberlevel is now passed as second argument to security-functions. with this they can also be used even when there's no request-object present (scheduler, bloggerApi)

76 lines of code changed in:

robert 2002-12-23 15:58

createtime_macro() now only appears as link if the story was published in site (stories that are published only in a topic are not accessible via days-collection)

2 lines of code changed in:

hannes 2002-12-19 16:51

Give page name a bit more space

1 lines of code changed in:

hannes 2002-12-19 16:50

Make the "Create new page" page a bit more usable

3 lines of code changed in:

hannes 2002-12-18 16:16

Do not link title to backlinks

1 lines of code changed in:

hannes 2002-12-18 16:16

Explicitly include backlinks and history links in footer

5 lines of code changed in:

hannes 2002-12-18 16:16

Simplified title for backlinks

1 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