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)
fixed markup to be xhtml compatible
14 lines of code changed in:
threw out markup and using global functions openMarkupElement() et. al. instead
362 lines of code changed in:
changed user.login() to session.login().
2 lines of code changed in:
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:
changed search form method from POST to GET
2 lines of code changed in:
found one more instance of "res.body"
2 lines of code changed in:
don't writeln() out the search query.
2 lines of code changed in:
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:
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:
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
6 lines of code changed in:
global function getUser() isn't supported anymore, now directly accessing root.users-collection
10 lines of code changed in:
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:
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:
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:
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:
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:
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:
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
6 lines of code changed in:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
4 lines of code changed in:
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:
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:
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:
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
6 lines of code changed in:
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:
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:
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:
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:
(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:
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