Wed, 05 Mar 2008 02:10:00 +0100 |
Mikko Virkkil? |
Preformatted data such as programlistings need to be in CDATA sektions. Made sure we don't add more CDATA sektions than needed, but that we do add them when they are needed
|
Wed, 05 Mar 2008 02:01:22 +0100 |
Mikko Virkkil? |
Removed cruft from section handling and made it cover more possible cases
|
Wed, 05 Mar 2008 01:52:03 +0100 |
Mikko Virkkil? |
Reordered some functions, no changes to code
|
Wed, 05 Mar 2008 01:39:04 +0100 |
Mikko Virkkil? |
Completely reworked table support, including:
|
Wed, 05 Mar 2008 01:00:28 +0100 |
Mikko Virkkil? |
Added support for linebreaks in paragraphs by exiting the current paragraph element and creating a new one.
|
Wed, 05 Mar 2008 00:46:53 +0100 |
Mikko Virkkil? |
Only some elements can contain text-nodes directly, while other elements must have the text wrapped in a paragraph for them to be able to contain it. This commit adds support for wrapping textnodes in paragrap-elements when needed.
|
Wed, 05 Mar 2008 00:39:19 +0100 |
Mikko Virkkil? |
Add support for the FootNote macro by creating a DocBook-native footnote.
|
Wed, 05 Mar 2008 00:30:33 +0100 |
Mikko Virkkil? |
- The DocBook formatter will try to execute any macros it encounters and will
|
Wed, 05 Mar 2008 00:10:19 +0100 |
Mikko Virkkil? |
- Add support for the Include macro
|
Tue, 04 Mar 2008 23:12:23 +0100 |
Mikko Virkkil? |
- Remove dummy formatter which did a lot of stuff to output text, instead
|
Tue, 04 Mar 2008 20:58:07 +0100 |
Thomas Waldmann |
css: use min-width for table of contents (looks better for long headlines)
|
Mon, 03 Mar 2008 02:37:39 +0100 |
Thomas Waldmann |
DeletePage action: fix AttributeError
|
Mon, 03 Mar 2008 02:34:56 +0100 |
Thomas Waldmann |
AttachFile action: fix AttributeError
|
Mon, 03 Mar 2008 02:32:34 +0100 |
Thomas Waldmann |
recoverpass action: fix AttributeError
|
Mon, 03 Mar 2008 02:29:11 +0100 |
Thomas Waldmann |
newpage action: fix error handler
|
Mon, 03 Mar 2008 02:27:00 +0100 |
Thomas Waldmann |
fix language macros
|
Mon, 03 Mar 2008 02:10:49 +0100 |
Thomas Waldmann |
fix test template
|
Mon, 03 Mar 2008 02:02:55 +0100 |
Thomas Waldmann |
pylint findings: fix some harmless stuff
|
Sun, 02 Mar 2008 20:37:49 +0100 |
Thomas Waldmann |
fix syntax error in css
|
Sun, 02 Mar 2008 20:31:51 +0100 |
Thomas Waldmann |
fix SyntaxWarning, import * is not allowed there
|
Sun, 02 Mar 2008 20:13:40 +0100 |
Thomas Waldmann |
fix anon session detection for trail display
|
Sun, 02 Mar 2008 18:00:59 +0100 |
Thomas Waldmann |
AttachFile: fix messages, remove unused code
|
Sun, 02 Mar 2008 16:26:37 +0100 |
Thomas Waldmann |
allow actions on non-existing pages
|
Sun, 02 Mar 2008 15:57:43 +0100 |
Thomas Waldmann |
AttachFile: fix _access_file return parameter count
|
Sun, 02 Mar 2008 15:35:32 +0100 |
Thomas Waldmann |
fix using unique IDs for 'trivial change' checkboxes
|
Sun, 02 Mar 2008 15:17:36 +0100 |
Thomas Waldmann |
serveopenid: fix a python 2.3 incompatibility (rsplit)
|
Sun, 02 Mar 2008 02:45:03 +0100 |
Thomas Waldmann |
xmlrpc-tools: remove some old crap
|
Sun, 02 Mar 2008 02:19:42 +0100 |
Thomas Waldmann |
integrate MoinMoin.support.logging_fix into MoinMoin.log
|
Sun, 02 Mar 2008 02:10:28 +0100 |
Thomas Waldmann |
i18n.getText: removing wrong (old) kw arguments from _() calls
|
Sun, 02 Mar 2008 01:36:53 +0100 |
Thomas Waldmann |
fixed CHANGES: some stuff was already released with 1.6, removed from 1.7 section
|
Sun, 02 Mar 2008 01:00:14 +0100 |
Thomas Waldmann |
logging: use module-level logger for MoinMoin.search.*
|
Sun, 02 Mar 2008 00:02:08 +0100 |
Thomas Waldmann |
logging: fix i18n logging
|
Sat, 01 Mar 2008 22:56:03 +0100 |
Thomas Waldmann |
logging: better logging for sendmail module
|
Sat, 01 Mar 2008 22:24:51 +0100 |
Thomas Waldmann |
logging: security package refactored, moved frozenset to python_compatibility
|
Sat, 01 Mar 2008 21:39:29 +0100 |
Thomas Waldmann |
minor whitespace fix
|
Sat, 01 Mar 2008 17:10:35 +0100 |
Thomas Waldmann |
logging: using more logging.exception
|
Sat, 01 Mar 2008 16:41:33 +0100 |
Thomas Waldmann |
logging: use logging.exception
|
Sat, 01 Mar 2008 13:09:45 +0100 |
Johannes Berg |
use logging.exception instead of traceback
|
Sat, 01 Mar 2008 12:57:24 +0100 |
Johannes Berg |
fix some Page object theme.msg_add() calls
|
Fri, 29 Feb 2008 16:29:12 +0200 |
Federico Lorenzi |
Fixed 1.7devTracebackOnUnknownAction
|
Thu, 28 Feb 2008 22:26:08 +0100 |
Thomas Waldmann |
AttachFile: move ACL processing to handlers, simplify
|
Thu, 28 Feb 2008 21:48:10 +0100 |
Thomas Waldmann |
AttachFile: more refactorings
|
Thu, 28 Feb 2008 21:34:22 +0100 |
Thomas Waldmann |
AttachFile: some cosmetical source changes
|
Thu, 28 Feb 2008 21:31:18 +0100 |
Thomas Waldmann |
remove attachments direct serving (cfg.attachments), refactor AttachFile to use formatter for link generation
|
Thu, 28 Feb 2008 17:56:44 +0100 |
Johannes Berg |
pep8-fix openid provider
|
Thu, 28 Feb 2008 17:56:11 +0100 |
Johannes Berg |
fix and comment failing auth tests
|
Wed, 27 Feb 2008 17:54:05 +0100 |
Johannes Berg |
really fix data browser widget form name...
|
Wed, 27 Feb 2008 17:52:08 +0100 |
Johannes Berg |
fix form name in data browser widget
|
Wed, 27 Feb 2008 16:12:06 +0100 |
Johannes Berg |
add OpenID provider code
|
Wed, 27 Feb 2008 15:52:30 +0100 |
Thomas Waldmann |
i18n.getText: fixed some callers that had still 'formatted=' kw args
|
Wed, 27 Feb 2008 15:41:41 +0100 |
Thomas Waldmann |
merged main
|
Wed, 27 Feb 2008 15:41:13 +0100 |
Thomas Waldmann |
request: fixed wrong getText wrapper
|
Wed, 27 Feb 2008 15:32:33 +0100 |
Johannes Berg |
OpenID RP: allow forcing a service for using OpenID as company-SSO
|
Wed, 27 Feb 2008 15:31:28 +0100 |
Johannes Berg |
allow auth methods that don't need input at all to skip input form
|
Wed, 27 Feb 2008 15:29:10 +0100 |
Johannes Berg |
fix a7fb50fd67f6, request.user must exist
|
Wed, 27 Feb 2008 15:28:29 +0100 |
Johannes Berg |
apparently it is possible that request.page is None, fix auth
|
Wed, 27 Feb 2008 15:10:14 +0100 |
Johannes Berg |
OpenID RP: allow modifying request, e.g. to configure attribute exchange
|
Wed, 27 Feb 2008 15:03:16 +0100 |
Johannes Berg |
use request.page.url for multistage continuation url to not leave current page
|
Wed, 27 Feb 2008 14:57:51 +0100 |
Johannes Berg |
add javascript-based filter for the data browser widget
|
Wed, 27 Feb 2008 14:48:38 +0100 |
Johannes Berg |
add generic IEFArgument/UnitArgument
|
Wed, 27 Feb 2008 14:39:31 +0100 |
Johannes Berg |
merge main
|
Wed, 27 Feb 2008 14:38:26 +0100 |
Johannes Berg |
allow "abbr" as table cell attribute
|
Wed, 27 Feb 2008 14:29:01 +0100 |
Thomas Waldmann |
added missing packages to setup.py
|
Wed, 27 Feb 2008 14:08:29 +0100 |
Thomas Waldmann |
multiconfig: also log which farmconfig we use
|
Wed, 27 Feb 2008 13:04:26 +0100 |
Thomas Waldmann |
Xapian: use own logger instead of request.log
|
Wed, 27 Feb 2008 12:46:18 +0100 |
Thomas Waldmann |
refactored misc. modules to use own logger instead of request.log
|
Wed, 27 Feb 2008 10:32:52 +0100 |
Thomas Waldmann |
multiconfig: better logging, tell path of config that is used
|
Wed, 27 Feb 2008 10:05:20 +0100 |
Thomas Waldmann |
refactored auth package to use own logger
|
Wed, 27 Feb 2008 02:52:12 +0100 |
Thomas Waldmann |
i18n logging: remove 'i18n:' from the log msg, channel and line no are done by logging framework
|
Wed, 27 Feb 2008 00:28:28 +0100 |
Radomir Dopieralski |
refactored _() getText calls to match new api
|
Wed, 27 Feb 2008 00:23:46 +0100 |
Thomas Waldmann |
refactored _() getText calls to match new api
|
Tue, 26 Feb 2008 22:40:33 +0100 |
Thomas Waldmann |
i18n.getText: renaming the 'formatted' (default True) keyword arg to 'wiki' (default False)
|
Tue, 26 Feb 2008 02:04:08 +0100 |
Thomas Waldmann |
PEP8 fixes, mostly whitespace
|
Tue, 26 Feb 2008 00:19:10 +0100 |
Thomas Waldmann |
migration scripts: copied from 1.6 as of rev 2560:e2d1e0285eda
|
Tue, 26 Feb 2008 00:16:12 +0100 |
Thomas Waldmann |
update CHANGES: 1.5 branch up to 1.5.8, 1.6 branch up to 1.6.1 release
|
Tue, 26 Feb 2008 00:11:53 +0100 |
Thomas Waldmann |
googleimport: copied from 1.6 as of rev 2560:e2d1e0285eda
|
Tue, 26 Feb 2008 00:00:46 +0100 |
Thomas Waldmann |
replace wikiwikiweb.de by moinmo.in
|
Mon, 25 Feb 2008 23:53:55 +0100 |
Thomas Waldmann |
replace wikiwikiweb.de by moinmo.in, replace contact Juergen Hermann by Thomas Waldmann, cleanup wikiconfig (ported from 1.6)
|
Sat, 05 Jan 2008 01:30:48 +0100 |
Thomas Waldmann |
AdvancedSearch: fix domain:system search crashing
|
Mon, 25 Feb 2008 21:31:05 +0100 |
Thomas Waldmann |
AdvancedSearch: make multipe categories/languages/mimetype selections possible, thanks to James Sun (crptone@gmail.com, ported from 1.6)
|
Mon, 25 Feb 2008 21:07:30 +0100 |
Thomas Waldmann |
logging: add missing file for previous changeset 79f850129782)
|
Mon, 25 Feb 2008 14:01:08 +0100 |
Thomas Waldmann |
logging: fix server scripts to load logging config, fix logging configs
|
Mon, 25 Feb 2008 03:41:39 +0100 |
Thomas Waldmann |
logging: make it work correctly by doing logging configuration very early
|
Sun, 24 Feb 2008 12:50:54 +0100 |
Thomas Waldmann |
make logging not crash, more config samples
|
Sat, 23 Feb 2008 23:40:48 +0100 |
Thomas Waldmann |
improved moin script's builtin help function, thanks to Federico Lorenzi (ported from 1.6)
|
Sat, 23 Feb 2008 22:59:30 +0100 |
Thomas Waldmann |
refactor logging usage
|
Sat, 23 Feb 2008 21:45:02 +0100 |
Thomas Waldmann |
merged main
|
Sat, 23 Feb 2008 21:43:47 +0100 |
Thomas Waldmann |
make logging more configurable and flexible, packages/modules shall call MoinMoin.server.getLogger
|
Sat, 23 Feb 2008 20:08:32 +0100 |
Reimar Bauer |
fix: only switch off xapian search if we didn't use it because of missing index (ported from 1.6)
|
Sat, 23 Feb 2008 19:43:26 +0100 |
Reimar Bauer |
bugfix for renaming of users (/MoinMoinBugs/RenamingUserAllowsOldUsernameToLogin) (ported from 1.6)
|
Sat, 23 Feb 2008 16:14:04 +0100 |
Thomas Waldmann |
removed 'logging initialized' message because it filled the logs for CGI (ported from 1.6)
|
Sat, 23 Feb 2008 15:18:23 +0100 |
Thomas Waldmann |
Fix trail for anon users without a session, do not show a single page. (ported from 1.6)
|
Sat, 23 Feb 2008 15:11:48 +0100 |
Thomas Waldmann |
keep request.user for auth tests
|
Sun, 10 Feb 2008 03:13:18 +0100 |
Thomas Waldmann |
tests: add wsgi-based auth/session tests for moin_login, http, moin_session, moin_anon_session
|
Mon, 04 Feb 2008 14:34:46 +0100 |
Thomas Waldmann |
fix logfile code for EACCESS errors (does not hide them, just logs and re-raises now)
|
Sat, 23 Feb 2008 02:10:14 +0100 |
Thomas Waldmann |
Some python-ldap packages may not be built with TLS support. Let's
|
Sat, 23 Feb 2008 01:52:53 +0100 |
Thomas Waldmann |
updating some version numbers
|
Sat, 23 Feb 2008 01:42:26 +0100 |
Thomas Waldmann |
fixed the quickhelp shown when editing RST markup (port from 1.6)
|
Sat, 23 Feb 2008 01:27:27 +0100 |
Thomas Waldmann |
fixed Despam action: editor grouping was broken, increase time interval to 30d (port from 1.6)
|
Fri, 18 Jan 2008 01:09:54 +0100 |
Thomas Waldmann |
adding some .ext -> mimetype mappings missing on some systems (like Mac OS X)
|
Sat, 05 Jan 2008 02:42:31 +0100 |
Thomas Waldmann |
remove 'java' from spider regex to fix saving twikidraw drawings (thanks to Ernestas Liubarskij)
|
Sat, 23 Feb 2008 01:02:44 +0100 |
Thomas Waldmann |
Fix wikisync error handling: show the real error (ported from 1.6)
|
Sun, 03 Feb 2008 21:49:26 +0100 |
Thomas Waldmann |
add _tests/ directories to the dist archive, but do not install them using setup.py
|
Sat, 23 Feb 2008 00:39:18 +0100 |
Thomas Waldmann |
RST parser: fix attachment: and drawing: processing (ported from 1.6)
|
Sat, 23 Feb 2008 00:37:37 +0100 |
Thomas Waldmann |
Tests: remove tests for ImageLink macro (macro was removed in changeset before)
|
Sat, 23 Feb 2008 00:36:17 +0100 |
Thomas Waldmann |
removed ImageLink macro, can be done with moin wiki syntax now (ported from 1.6)
|
Sat, 23 Feb 2008 00:32:35 +0100 |
Thomas Waldmann |
theme code: use url_schemas from config
|
Sat, 23 Feb 2008 00:28:53 +0100 |
Thomas Waldmann |
fix wrong pagename when creating new pages on Mac OS X (ported from 1.6)
|
Sat, 12 Jan 2008 18:17:13 +0100 |
Thomas Waldmann |
fix relative attachment targets
|
Sat, 05 Jan 2008 02:57:30 +0100 |
Thomas Waldmann |
fix classic theme's unsubscribe icon's action link
|
Sat, 23 Feb 2008 00:13:46 +0100 |
Thomas Waldmann |
fix for MoinMoinBugs/1.6.0LanguageIgnoreBrowserConfigurationError (thanks for Ninnnu for the patch, ported from 1.6)
|
Fri, 22 Feb 2008 22:51:57 +0100 |
Thomas Waldmann |
i18n: trying to fix recursion in formatMarkup in a cleaner way (ported from 1.6)
|
Fri, 22 Feb 2008 22:46:10 +0100 |
Thomas Waldmann |
small fixes to i18n maintainer mailings script and text (ported from 1.6 and updated for 1.7)
|
Fri, 22 Feb 2008 22:40:52 +0100 |
Thomas Waldmann |
adapt i18n maintainer mailings script to script framework (ported from 1.6)
|
Fri, 22 Feb 2008 22:38:35 +0100 |
Thomas Waldmann |
update text for mailing language maintainers, add todo to the code (ported from 1.6)
|
Fri, 22 Feb 2008 22:35:46 +0100 |
Thomas Waldmann |
add 'percent' kw to getText (must be True when using result as left side of % operator), refactored some code, better comments (ported from 1.6)
|
Fri, 22 Feb 2008 22:31:19 +0100 |
Thomas Waldmann |
i18n: format text only when requested, better logging (ported from 1.6)
|
Sun, 21 Oct 2007 22:22:04 +0200 |
Thomas Waldmann |
i18n: improved debug logging
|
Tue, 18 Sep 2007 19:48:35 +0200 |
Thomas Waldmann |
i18n: avoid crashing, log errors in po files, update i18n
|
Fri, 22 Feb 2008 22:11:51 +0100 |
Thomas Waldmann |
attachment links now require double brackets
|