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-02 to 2002-05-16 (Commits 1509-1558 of 4408)
change code according to helma's new session/usermodel
- using session.user instead of user
- changed user.uid to session.user.name
6 lines of code changed in:
change code according to helma's new session/usermodel
- using session.user instead of user
- using global function isUserBlocked() now
- using app.registerUser instead of user.register
26 lines of code changed in:
renamed function setLayout() to getParent(), removed setting of res.skin (not supported anymore)
change code according to helma's new session/usermodel
- changed user.cache to session.data
- using session.user instead of user
16 lines of code changed in:
moved message-area to same position as in weblog.page
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
- no more res.skin, using renderSkin instead
4 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
- using session.login() now
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
4 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
6 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
- changed user.cache to session.data
- using session.user instead of user as argument
8 lines of code changed in:
now using global function isUserBlocked(), changed user.logout() to session.logout()
4 lines of code changed in:
initial check-in, implemented new functions isUserBlocked(), isUserTrusted(), isUserSysAdmin()
70 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
4 lines of code changed in:
macro-handler "currentUser" isn't supported anymore, now using global macro "username"
2 lines of code changed in:
added class "pageTitle"
12 lines of code changed in:
change code according to helma's new session/usermodel:
- using session.user instead of user as argument
4 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
changed code to run with snapshot 20020531-fc
- no more res.skin, using renderSkin instead
8 lines of code changed in:
macro-handler currentUser isn't supported anymore, changed to "this"
2 lines of code changed in:
now using new global function isUserSysAdmin()
removed explicit writing of prefix and suffix (helma's doing that from now on)
14 lines of code changed in:
now using new global function isUserSysAdmin()
removed explicit writing of prefix and suffix (helma's doing that from now on)
change code according to helma's new session/usermodel:
- using session.user instead of user as argument
16 lines of code changed in:
now using new global function isUserSysAdmin()
change code according to helma's new session/usermodel
- removed explicit writing of prefix and suffix (helma's doing that from now on)
10 lines of code changed in:
change code according to helma's new session/usermodel
- using session.user instead of user as argument
2 lines of code changed in:
change code according to helma's new session/usermodel
- added new collection "users"
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
- no more res.skin, using renderSkin instead
10 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
26 lines of code changed in:
added onRequest()
3 lines of code changed in:
modified to fit the new user/session-model
81 lines of code changed in:
Made search non-case-sensitive.
4 lines of code changed in:
Raw skeleton of function that searches over multiple weblogs.
86 lines of code changed in:
Updated code to new session/app/req/res object layout.
72 lines of code changed in:
Ooops, accidentally checked in Mckoi version where TEXT column is renamed to BODY
2 lines of code changed in:
escape single quote character (') as ''
10 lines of code changed in:
changed link from antville.org to www.antville.org in logo macro
2 lines of code changed in:
merged changes from branch hns_timezone into main branch.
8 lines of code changed in:
merged changes from branch hns_timezone into main branch.
222 lines of code changed in:
added "use antville" to specify database
4 lines of code changed in:
refurbished code style
8 lines of code changed in:
removed padding whitespace chars from description element text,
which effectively changed the item text.
2 lines of code changed in:
refurbished code style
354 lines of code changed in:
first step of complete rewrite of how html macros are rendered
284 lines of code changed in:
first step of migrating to xhtml
24 lines of code changed in:
first step of complete rewrite of how html macros are rendered
24 lines of code changed in:
added type attribute in script tag
14 lines of code changed in:
refurbished preferences (modified order, section and property names etc.)
116 lines of code changed in:
changed title of page to "preferences"
2 lines of code changed in:
syntax bugfix: use ) instead of }
2 lines of code changed in:
database skins are now contained within the mounted skinmgr
object itself, avoiding the dual "skins" and "skinmanager" properties
in weblog ("skins" with prototype skinmgr for performing skin
management, "skinmanager" as untyped collection containing the
actual skins). From now on, everything is contained in and managed
by weblog.skins.
34 lines of code changed in:
now using req.action instead of getActionName()
4 lines of code changed in:
removed getActionName() which got replaced with built-in req.action
0 lines of code changed in:
initial check-in: in case this action is called for a comment, it redirects back to story-main with an anchor to this comment
0 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