0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
svn:ignore: SQLite database files (*.db3) More... about 18 years ago
Proof of concept: Page Archiv. More... about 18 years ago
bugfix: TinyMCE JS More... about 18 years ago
NEW: unitests for the internal page API. More... about 18 years ago
Bugfix: revese the search path (Use at first the custom and then de default path) More... about 18 years ago
Bugfix: Don't return None if a internal page not found. More... about 18 years ago
setup the environment with "import tests" instent of set os.environ['DJANGO_SETTINGS_MODULE'] here, too. More... about 18 years ago
-NEW: unittest for the global stylesheet handling. -Small bugfix in the Style model. -Add comments in the Style model. More... about 18 years ago
Bugfix in auth plugin "set a new password" Thanks unittests: found forgotten code changes ;) More... about 18 years ago
[no comment] More... about 18 years ago
NEW unit test handling: - Unit tests use now django testing framework. - All existing unit tests were moved to pylucid/tests and ported to new test system. - New unit test for page permissions. - All unit tests can now be run with "django-admin.py test" More... about 18 years ago
Quick Idea: Store the global Stylesheet into the media dir. Incl. a fallback, if we don't have the rights to save files. More... about 18 years ago
remove the obsolete link "edit internal page" from the admin sub menu. More... about 18 years ago
-remove all "internal page" stuff. -add in the _install section update: DROP TABLE PyLucid_pagesinternal. More... about 18 years ago
NEW internal page handling: -internal pages doesn't store in the database. -additional CSS/JS files linked as normal static files. -new path constants in the settings.py See also: http://pylucid.org/phpBB2/viewtopic.php?t=198 TODO: refactory the insall section and the plugin manager for this. Remove the unused InternalPage model. More... about 18 years ago
[no comment] More... about 18 years ago
add the bool "anonymous_view" into the context: http://pylucid.org/phpBB2/viewtopic.php?p=1051#1051 More... about 18 years ago
Bugfix: missing stylesheets in tinyTextile_help + tag_list More... about 18 years ago
-insert update v0.8.0 to v0.8.1 -update TinyMCE using, see: http://pylucid.org/phpBB2/viewtopic.php?t=195 More... about 18 years ago
markdown: unicode support only in markdown v1.7 or above. More... about 18 years ago
page_admin: Render possibly existing django tags in preview. More... about 18 years ago
Bugfix (or work-a-round) if the page ID in _command url is wrong, see: [ticket:136]. More... about 18 years ago
tinyMCE: activate plugins table and fullscreen: http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/table http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/fullscreen More... about 18 years ago
A new way to setup context["robots"] I am not really convinced of it yet. More... about 18 years ago
auth - change "next_url" behavior: -On login: Redirect only, if "next_url" information exists. Otherwiese stay at the current page (ID in _command url). -On logout: Ony redirect to the default page, if the current page not viewable for anonymous. More... about 18 years ago
login bugfix: only sent the form, if check() returns true More... about 18 years ago
md5sum_calc -> add small helper file for windows. More... about 18 years ago
thumb_maker.py -> Add text color + code cleanup More... about 18 years ago
Fixed Login-link bug. (#156) More... about 18 years ago
Bugfix [ticket:154] absoluteIndex has a trailing slash More... about 18 years ago