Sat, 30 Aug 2008 16:40:29 +0200 |
Thomas Waldmann |
updated CHANGES
|
Sat, 30 Aug 2008 16:09:30 +0200 |
Thomas Waldmann |
Fix leaking open edit-log files, refactor cleanup code in request.finish
|
Tue, 26 Aug 2008 17:37:26 +0200 |
Thomas Waldmann |
UpdateGroup client: use multicall / auth_token, refactor code so that updateGroup function is reusable
|
Tue, 26 Aug 2008 17:19:49 +0200 |
Thomas Waldmann |
UpdateGroup xmlrpc server side: fix wrong arg count error
|
Sat, 16 Aug 2008 10:37:40 +0200 |
Reimar Bauer |
macro._tests: whitespace removed, docstring adjusted
|
Sat, 16 Aug 2008 10:18:23 +0200 |
Reimar Bauer |
macro._tests: refactored duplicated code to common methods
|
Sat, 30 Aug 2008 22:56:01 +0200 |
Thomas Waldmann |
autocreate=<boolean> parameter - update sample configs
|
Sat, 30 Aug 2008 22:39:52 +0200 |
Thomas Waldmann |
replace cfg.user_autocreate setting by autocreate=<boolean> parameter of auth objects
|
Sat, 30 Aug 2008 21:27:30 +0200 |
Thomas Waldmann |
updated i18n
|
Sat, 30 Aug 2008 21:13:44 +0200 |
Thomas Waldmann |
update i18n scripts to access master18 wiki
|
Tue, 26 Aug 2008 10:25:31 +0900 |
Byeongweon [tasyblue |
merged main
|
Thu, 21 Aug 2008 16:34:39 +0900 |
Byeongweon [tasyblue |
fix image resize by gui editor doesn't applied problem
|
Tue, 26 Aug 2008 00:53:27 +0200 |
Thomas Waldmann |
updated CHANGES with 1.8 and 1.7.1 changes
|
Sun, 24 Aug 2008 21:05:58 +0200 |
Thomas Waldmann |
test.wsgi: changed license to Python license, cosmetic changes, python path display fixed
|
Sun, 24 Aug 2008 20:51:37 +0200 |
Thomas Waldmann |
added test.wsgi script
|
Sun, 24 Aug 2008 18:03:16 +0200 |
Thomas Waldmann |
merged main
|
Sun, 24 Aug 2008 18:02:28 +0200 |
Thomas Waldmann |
plugin loader: minor cleanups
|
Sun, 24 Aug 2008 17:53:55 +0200 |
Thomas Waldmann |
plugin module loader: fix _plugin_modules list for the case when module was already loaded before
|
Sun, 24 Aug 2008 17:09:31 +0200 |
Alexander Schremmer |
Removed unittest compat code. All unit tests were migrated to py.test.
|
Sun, 24 Aug 2008 16:35:51 +0200 |
Thomas Waldmann |
tests: do not use TestConfig class name because py.test thinks that is a test
|
Sun, 24 Aug 2008 16:01:27 +0200 |
Thomas Waldmann |
tests: minor cleanups, remove unused code, fix (c)
|
Sun, 24 Aug 2008 02:01:34 +0200 |
Thomas Waldmann |
Refactored TestConfig creation for py.test based unit tests.
|
Fri, 22 Aug 2008 23:30:38 +0200 |
Thomas Waldmann |
fix failing sourcecode tests, including removing CRLF lineends
|
Tue, 19 Aug 2008 19:00:33 +0200 |
Thomas Waldmann |
integrated GUI editor changes into main CHANGES file
|
Tue, 19 Aug 2008 13:45:21 +0900 |
Byeongweon [tasyblue |
merged guieditor branch
|
Tue, 19 Aug 2008 13:38:05 +0900 |
Byeongweon [tasyblue |
add CHANGE.guieditor
|
Tue, 19 Aug 2008 12:33:08 +0900 |
Byeongweon [tasyblue |
add some tests for preformatted syntax
|
Mon, 18 Aug 2008 21:30:08 +0200 |
Thomas Waldmann |
tagged SOC2008-END
|
Tue, 19 Aug 2008 03:05:36 +0900 |
Byeongweon [tasyblue |
converter doesn't remove first line of preformated text when it's not empty
SOC2008-END
|
Mon, 18 Aug 2008 02:27:53 +0900 |
Byeongweon [tasyblue |
merged main
|
Sun, 17 Aug 2008 23:18:35 +0900 |
Byeongweon [tasyblue |
Code reformatting : indent and insert new line to most of moinmoin fckeditor plugin
|
Sun, 17 Aug 2008 23:00:51 +0900 |
Byeongweon [tasyblue |
Code reformatting : indent and insert new line to moinmoin fckeditor plugin
|
Sun, 17 Aug 2008 21:37:24 +0900 |
Byeongweon [tasyblue |
improve usability : make fckeditor select default text box everytime change protocol box on attachment dialog
|
Thu, 14 Aug 2008 11:03:50 +0900 |
Byeongweon [tasyblue |
fix useless line added problem when edit page using gui editor
|
Wed, 13 Aug 2008 18:57:08 +0900 |
Byeongweon [tasyblue |
additional fix for MoinMoinBugs/GuiEditorExtendsAnchorsToThePageName bug
|
Wed, 13 Aug 2008 18:39:51 +0900 |
Byeongweon [tasyblue |
fix MoinMoinBugs/GuiEditorExtendsAnchorsToThePageName bug
|
Wed, 13 Aug 2008 17:24:31 +0900 |
Byeongweon [tasyblue |
fix first line of pre tag strip problem
|
Wed, 13 Aug 2008 12:53:50 +0900 |
Byeongweon [tasyblue |
fix normal list notation didn't work problem
|
Wed, 13 Aug 2008 00:46:04 +0900 |
Byeongweon [tasyblue |
replace functional expression with interation
|
Tue, 12 Aug 2008 19:59:18 +0900 |
Byeongweon [tasyblue |
add additional comment about MoinMoinBugs/GuiEditorCantNest bug
|
Tue, 12 Aug 2008 19:58:51 +0900 |
Byeongweon [tasyblue |
fix code for PEP8
|
Mon, 11 Aug 2008 14:49:18 +0900 |
Byeongweon [tasyblue |
merged main
|
Mon, 11 Aug 2008 14:12:09 +0900 |
Byeongweon [tasyblue |
apply > convert problem on safari and opera solving patch to fckeditor
|
Mon, 11 Aug 2008 13:54:49 +0900 |
Byeongweon [tasyblue |
add recent version of fckeditor 2.6.3
|
Mon, 11 Aug 2008 13:46:26 +0900 |
Byeongweon [tasyblue |
remove fckeditor to replace with recent one
|
Sun, 10 Aug 2008 16:09:05 +0900 |
Byeongweon [tasyblue |
fix MoinMoinBugs/GuiEditorIndentingChangedForTables bug
|
Fri, 08 Aug 2008 23:27:45 +0900 |
Byeongweon [tasyblue |
merged main
|
Fri, 08 Aug 2008 23:15:44 +0900 |
Byeongweon [tasyblue |
fix MoinMoinBugs/GuiEditorIndentStyledText bug
|
Fri, 08 Aug 2008 11:49:24 +0900 |
Byeongweon [tasyblue |
make edit sibling link(../SomeThing) with gui editor
|
Fri, 08 Aug 2008 09:52:49 +0900 |
Byeongweon [tasyblue |
fix relative link change bug MoinMoinBugs/GUIEditorConvertsRelativeLinkstoAbsoluteAfterChangingAnExistingLink and make link text change when link address is change
|
Fri, 08 Aug 2008 04:27:12 +0900 |
Byeongweon [tasyblue |
fix delimiter process routine to handle close delimiter also. see MoinMoinBugs/GuiEditorCantNest
|
Thu, 07 Aug 2008 20:42:43 +0900 |
Byeongweon [tasyblue |
add comment about prossible error
|
Tue, 05 Aug 2008 09:29:13 +0900 |
Byeongweon [tasyblue |
fix bug : MoinMoinBugs/GuiEditorDestroysParserSyntax
|
Mon, 04 Aug 2008 09:14:27 +0900 |
Byeongweon [tasyblue |
merge with moin 1.8 main branch
|
Sun, 03 Aug 2008 05:45:48 +0900 |
Byeongweon [tasyblue |
merge with moin-1.8 main branch
|
Sun, 03 Aug 2008 03:56:42 +0900 |
Byeongweon [tasyblue |
fix gui editor line break in list problem MoinMoinBugs/GuiEditorLineBreakInLists
|
Sat, 02 Aug 2008 18:00:41 +0900 |
Byeongweon [tasyblue |
fix source code with PEP8
|
Fri, 01 Aug 2008 16:41:25 +0900 |
Byeongweon [tasyblue |
fix cancel gui editor occur error because of empty parameter on max function. and replace list append code with efficient one
|
Fri, 01 Aug 2008 09:38:06 +0900 |
Byeongweon [tasyblue |
fix gui editor remove nested markup problem
|
Wed, 30 Jul 2008 20:14:07 +0900 |
Byeongweon [tasyblue |
merge with recent 1.8 main branch
|