0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 22 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix SimpleFrame._call_function bug More... over 12 years ago
fix comments More... over 12 years ago
make lib python package More... over 12 years ago
change EXPOSES definition change rabc check_role and check_permission signature More... over 12 years ago
add soap support enable response.error then rollback More... over 12 years ago
fix session bug More... over 12 years ago
change SESSION_COOKIE/timeout default value to None More... over 12 years ago
add force option to session settings More... over 12 years ago
refactor session app and session process add NotFound exception in orm More... over 12 years ago
add log for generic/EditView More... over 12 years ago
add Serial class to utils/common.py add debug log output in generic.py/AddView change Form.bind() parameter default values More... over 12 years ago
fix log process More... over 12 years ago
refactor LOG process add key= support in pyini More... over 12 years ago
improve mail process More... over 12 years ago
fix rbac.py indent problem More... over 12 years ago
fix i18n lazystr unicode convert bug; also fix generic.py staticfields bug More... over 12 years ago
add fix_gmt_timezone function, and you can use "GMT8", "GMT-8", 'gmt8', 'gmt0'=='UTC' More... over 12 years ago
recover blank between GMT and +|-N in date.py More... over 12 years ago
remove blank between GMT and +|-N in date.py More... over 12 years ago
add timezone app More... over 12 years ago
improve timezone process also fix orm dateprocess More... over 12 years ago
improve layout/TableLayout process improve generic.py AddView display static fields fix po_merge.py bug More... over 12 years ago
fix timesince if d is None bug More... over 12 years ago
change timesince docstring More... over 12 years ago
add i18n plural support More... over 12 years ago
add url_for_static static_ver support More... over 12 years ago
add .gitignore More... over 12 years ago
fix rbac request not defined bug More... over 12 years ago
add decorators global variable to uliweb and add register decorator function to settings.ini feature add check_role and check_permission decorator functions to uliweb/contrib/rbac/settings.ini so user can use @decorators.check_role('role_name') to check rights also change has_role, has_permission, check_role, check_permission can receive tuple arguments, just like has_role(request.user, 'superuser', 'trusted'), you can check multiple roles or permissions More... over 12 years ago
update README.rst More... over 12 years ago