Sun, 25 Mar 2007 21:55:13 +0200 |
Thomas Waldmann |
improved some module docstrings
|
Sun, 25 Mar 2007 01:34:47 +0100 |
Thomas Waldmann |
make converter pluggable, dynamically load correct converter, move loading of parser to send_page_content
|
Sat, 24 Mar 2007 22:25:00 +0100 |
Thomas Waldmann |
Page.getPageLinks() - minor refactoring
|
Fri, 23 Mar 2007 22:20:11 +0100 |
Thomas Waldmann |
fix double content div for MissingPage
|
Thu, 22 Mar 2007 22:59:45 +0100 |
Thomas Waldmann |
escape search terms before output
|
Thu, 22 Mar 2007 07:23:36 +0100 |
Thomas Waldmann |
Fix crash in AttachFile when called by xmlrpc and request.page is None
|
Mon, 19 Mar 2007 22:13:21 +0100 |
Thomas Waldmann |
merged main
|
Mon, 19 Mar 2007 22:12:15 +0100 |
Thomas Waldmann |
SystemInfo: minor refactoring
|
Sun, 18 Mar 2007 23:26:58 +0100 |
Reimar Bauer |
SpellCheck:check write access to request.cfg.page_local_spelling_words
|
Sun, 18 Mar 2007 23:19:49 +0100 |
Reimar Bauer |
SpellCheck: check if user may write to request.cfg.page_local_spelling_words
|
Sun, 18 Mar 2007 23:07:43 +0100 |
Thomas Waldmann |
merged main
|
Sun, 18 Mar 2007 23:06:11 +0100 |
Thomas Waldmann |
caching: mkstemp uses 0600 to create files, we need chmod to change them to our preferred file mode
|
Sun, 18 Mar 2007 22:48:15 +0100 |
Reimar Bauer |
shouldShowPageinfo: CopyPage added
|
Sun, 18 Mar 2007 22:32:39 +0100 |
Reimar Bauer |
PageEditor: CopyPage bug fixed check write rights
|
Sun, 18 Mar 2007 21:46:32 +0100 |
Reimar Bauer |
edit: set request.rev to default after saving for further actions
|
Sun, 18 Mar 2007 20:31:42 +0100 |
Thomas Waldmann |
RenamePage bugfix: clean caches of the new page (there is nothing at the old place anyway)
|
Sun, 18 Mar 2007 16:40:16 +0100 |
Thomas Waldmann |
merged main
|
Sun, 18 Mar 2007 16:39:30 +0100 |
Thomas Waldmann |
don't use ID for navi_bar links as there are 2 navibars on a page for modern theme
|
Sun, 18 Mar 2007 11:41:42 +0100 |
Reimar Bauer |
AttachFile: clear rename for form after upload
|
Sun, 18 Mar 2007 00:03:18 +0100 |
Thomas Waldmann |
Don't disclose if a login failed because of wrong password or wrong user (thanks to Davide Del Vecchio for reporting and testing)
|
Sat, 17 Mar 2007 23:34:40 +0100 |
Thomas Waldmann |
give the attachment filename to a colorizing parser
|
Sat, 17 Mar 2007 10:32:50 +0100 |
Reimar Bauer |
SyncPages: fixed direction both from cgi server to standalone server and immutable pages on both servers.
|
Fri, 16 Mar 2007 13:06:03 +0100 |
Thomas Waldmann |
use class (not id) for toggleCommentsButton, as we use it multiple times
|
Fri, 16 Mar 2007 12:53:17 +0100 |
Thomas Waldmann |
GUI converter: fixed conversion of relative wiki links
|
Wed, 14 Mar 2007 11:01:12 +0100 |
Thomas Waldmann |
Page: if we set a new body, we need to invalidate old meta and old data
|
Mon, 12 Mar 2007 22:15:34 +0100 |
Reimar Bauer |
SyncPages:bug fixed for saving write protected page
|
Mon, 12 Mar 2007 21:45:46 +0100 |
Reimar Bauer |
ImageLink:comment cleaned
|
Mon, 12 Mar 2007 20:54:08 +0100 |
Reimar Bauer |
Page: acl bug fixed
|
Mon, 12 Mar 2007 20:24:44 +0100 |
Reimar Bauer |
revert:cache refreshed
|
Mon, 12 Mar 2007 14:10:45 +0100 |
Thomas Waldmann |
began refactoring send_page(): processing instruction extraction, getting meta/data part of page only, fixed related problems with language detection. Removed lots of duplicate or unused code.
|
Mon, 12 Mar 2007 12:50:21 +0100 |
Thomas Waldmann |
minidom parse tree nodes need .has_key()
|
Sun, 11 Mar 2007 23:01:17 +0100 |
Thomas Waldmann |
merged main
|
Sun, 11 Mar 2007 23:00:09 +0100 |
Thomas Waldmann |
fix crash in ACL check when using xmlrpc
|
Sun, 11 Mar 2007 18:08:12 +0100 |
Reimar Bauer |
EmbedObject: alt tag code from Oliver Siemoneit added and some optimisations
|
Sun, 11 Mar 2007 13:09:40 +0100 |
Thomas Waldmann |
refactor print_mode, fix/simplify content action
|
Sun, 11 Mar 2007 12:37:37 +0100 |
Thomas Waldmann |
refactor Save, merge save_raw into send_raw
|
Sun, 11 Mar 2007 02:27:24 +0100 |
Thomas Waldmann |
remove some unused code
|
Sun, 11 Mar 2007 00:03:03 +0100 |
Thomas Waldmann |
reduce usage of .find()
|
Sat, 10 Mar 2007 23:50:54 +0100 |
Thomas Waldmann |
re-add some .keys() calls when we modify the dict in the loop
|
Sat, 10 Mar 2007 23:16:23 +0100 |
Thomas Waldmann |
reduce usage of .keys()
|
Sat, 10 Mar 2007 22:54:25 +0100 |
Thomas Waldmann |
remove apply() usage
|
Sat, 10 Mar 2007 22:01:07 +0100 |
Thomas Waldmann |
reduce usage of has_key()
|
Sat, 10 Mar 2007 20:54:09 +0100 |
Thomas Waldmann |
remove backticks, using repr() instead
|
Sat, 10 Mar 2007 19:20:19 +0100 |
Thomas Waldmann |
reduce reduce, filter and map usage
|
Fri, 09 Mar 2007 00:56:44 +0100 |
Thomas Waldmann |
merged main, added comment about more work needed
|
Fri, 09 Mar 2007 00:48:20 +0100 |
Thomas Waldmann |
AttachFile: also show file mtime in attachment list
|
Fri, 09 Mar 2007 00:33:30 +0100 |
Reimar Bauer |
PageEditor: _write_file sets request.rev for #preview now
|
Fri, 09 Mar 2007 00:04:57 +0100 |
Thomas Waldmann |
merged main
|
Fri, 09 Mar 2007 00:04:27 +0100 |
Thomas Waldmann |
fix revert action bug when called for current revision
|
Thu, 08 Mar 2007 23:58:34 +0100 |
Reimar Bauer |
PageEditor:after successfull saving request.rev need to be increased to get actions on #preview pages using the right revision
|
Thu, 08 Mar 2007 18:02:43 +0100 |
Reimar Bauer |
SystemInfo:fixed indenting for nonestr
|
Thu, 08 Mar 2007 14:32:22 +0100 |
Thomas Waldmann |
merged main
|
Thu, 08 Mar 2007 14:31:48 +0100 |
Thomas Waldmann |
introduce request.editlog and use it for ItemCache
|
Thu, 08 Mar 2007 14:28:32 +0100 |
Thomas Waldmann |
logfile: bugfixes and improved handling of some special cases
|
Thu, 08 Mar 2007 14:18:48 +0100 |
Thomas Waldmann |
logfile: more flexible logging
|
Thu, 08 Mar 2007 14:13:13 +0100 |
Thomas Waldmann |
reuse page object we already have for ACL checks
|
Fri, 02 Mar 2007 22:45:12 +0100 |
Thomas Waldmann |
reduced cache logging
|
Tue, 06 Mar 2007 12:24:55 +0100 |
Thomas Waldmann |
fixed standalone http header server_version string
|
Mon, 05 Mar 2007 23:29:31 +0100 |
Reimar Bauer |
PageEditor.CopyPage log entry for pages which could not be saved by PageEditor.saveText
|
Sat, 03 Mar 2007 10:47:29 +0100 |
Reimar Bauer |
action CopyPage added
|