Commit Log (Page 57 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: 2002-06-03 to 2002-06-02 (Commits 1559-1608 of 4408)

tobi 2002-06-03 18:45

fixed markup to be xhtml compatible

14 lines of code changed in:

tobi 2002-06-03 18:44

threw out markup and using global functions openMarkupElement() et. al. instead

362 lines of code changed in:

hannes 2002-06-02 20:21

changed user.login() to session.login().

2 lines of code changed in:

hannes 2002-06-02 18:48

Removed meta Content-type tag that contained charset "utf-8"
(which is not necessary because Helma sets this correctly
in the response header and will in most cases be wrong and result
in non-ASCII characters not working because utf-8 is not used
unless explicitly set in server or app properties)

Added link tag for automatic RSS discovery (see
http://project.antville.org/stories/57209/ )

2 lines of code changed in:

hannes 2002-06-02 18:40

changed search form method from POST to GET

2 lines of code changed in:

hannes 2002-06-02 18:39

found one more instance of "res.body"

2 lines of code changed in:

hannes 2002-06-02 18:38

don't writeln() out the search query.

2 lines of code changed in:

hannes 2002-06-02 18:33

Use new flexible searchWeblogs() function in root, which potentially
can search in all weblgs, although we don't use/expose that
functionality yet.

42 lines of code changed in:

hannes 2002-06-02 18:32

searchWeblogs can now search one or any weblogs and returns
its result as an array of objects holding story ids and weblog alieases.

34 lines of code changed in:

robert 2002-06-02 18:18

changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

6 lines of code changed in:

robert 2002-06-02 18:18

global function getUser() isn't supported anymore, now directly accessing root.users-collection

10 lines of code changed in:

robert 2002-06-02 18:17

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

18 lines of code changed in:

robert 2002-06-02 18:16

change code according to helma's new session/usermodel:
- changed user.cache to session.data
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

40 lines of code changed in:

robert 2002-06-02 18:13

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

128 lines of code changed in:

robert 2002-06-02 18:12

change code according to helma's new session/usermodel:
- changed user.cache to session.data
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

20 lines of code changed in:

robert 2002-06-02 18:11

renamed global function setLayout() to getParent()
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

8 lines of code changed in:

robert 2002-06-02 18:10

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

38 lines of code changed in:

robert 2002-06-02 18:10

changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

6 lines of code changed in:

robert 2002-06-02 18:09

renamed global function setLayout() to getParent()
change code according to helma's new session/usermodel:
- changed user.cache to session.data
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

14 lines of code changed in:

robert 2002-06-02 18:08

change code according to helma's new session/usermodel:
- using session.user instead of user
- changed user.cache to session.data
- using session.logout() instead of user.logout()

8 lines of code changed in:

robert 2002-06-02 18:08

change code according to helma's new session/usermodel:
- changed user.cache to session.data
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

12 lines of code changed in:

robert 2002-06-02 18:07

change code according to helma's new session/usermodel:
- using session.user instead of user
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
some code-reformatting done

58 lines of code changed in:

robert 2002-06-02 18:06

change code according to helma's new session/usermodel:
- using session.user instead of user
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

6 lines of code changed in:

robert 2002-06-02 18:05

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

2 lines of code changed in:

robert 2002-06-02 18:04

changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

0 lines of code changed in:

robert 2002-06-02 18:03

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

12 lines of code changed in:

robert 2002-06-02 18:03

changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
removed commented out code

0 lines of code changed in:

robert 2002-06-02 18:02

changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

0 lines of code changed in:

robert 2002-06-02 18:02

change code according to helma's new session/usermodel:
- using session.user instead of user.uid
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

2 lines of code changed in:

robert 2002-06-02 17:59

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

22 lines of code changed in:

robert 2002-06-02 17:59

changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

0 lines of code changed in:

robert 2002-06-02 17:59

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

4 lines of code changed in:

robert 2002-06-02 17:58

changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

0 lines of code changed in:

robert 2002-06-02 17:58

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

4 lines of code changed in:

robert 2002-06-02 17:57

added new global macro "username"
change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

26 lines of code changed in:

robert 2002-06-02 17:56

changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

0 lines of code changed in:

robert 2002-06-02 17:56

now using global function isUserBlocked()
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)

2 lines of code changed in:

robert 2002-06-02 17:55

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
- changed user.cache to session.data
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

10 lines of code changed in:

robert 2002-06-02 17:54

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

34 lines of code changed in:

robert 2002-06-02 17:53

changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

4 lines of code changed in:

robert 2002-06-02 17:52

change code according to helma's new session/usermodel:
- changed user.cache to session.data
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

10 lines of code changed in:

robert 2002-06-02 17:51

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

16 lines of code changed in:

robert 2002-06-02 17:51

renamed global function setLayout() to getParent()
change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

8 lines of code changed in:

robert 2002-06-02 17:50

changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

6 lines of code changed in:

robert 2002-06-02 17:50

renamed global function setLayout() to getParent()
change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

8 lines of code changed in:

robert 2002-06-02 17:49

change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

14 lines of code changed in:

robert 2002-06-02 17:48

now using global functions isUserSysAdmin() and isUserTrusted()
change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

10 lines of code changed in:

robert 2002-06-02 17:47

renamed global function setLayout() to getParent()
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead

6 lines of code changed in:

robert 2002-06-02 17:46

(hopefully) fixed a bug where setting an offline-story online without a major update wouldn't lead to updating weblog.lastupdate

44 lines of code changed in:

robert 2002-06-02 17:45

change code according to helma's new session/usermodel
- using session.user instead of user

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