Mon, 21 Aug 2006 02:30:05 +0200 |
Franz Pletz |
mtime search works, added MoinMoin.support.parsedatetime, small fixes
|
Sun, 27 Aug 2006 14:48:06 +0200 |
Thomas Waldmann |
moved old stuff from MoinMaster:HelpOnUpdating to CHANGES
|
Sun, 27 Aug 2006 01:48:43 +0200 |
Thomas Waldmann |
removed util.filesys.chmod - not used any more due to os.umask() usage
|
Sun, 27 Aug 2006 01:41:02 +0200 |
Thomas Waldmann |
check for non-existing dir before calling os.makedirs
|
Sun, 27 Aug 2006 01:32:14 +0200 |
Thomas Waldmann |
check for non-existing dir before calling os.makedirs
|
Sun, 27 Aug 2006 01:20:15 +0200 |
Thomas Waldmann |
remove util.filesys.make[dD]irs - not needed any more due to os.umask() use
|
Sun, 27 Aug 2006 01:00:36 +0200 |
Thomas Waldmann |
don't use mask, as we have os.umask() now
|
Sat, 26 Aug 2006 22:54:17 +0200 |
Thomas Waldmann |
merge main
|
Sat, 26 Aug 2006 22:53:58 +0200 |
Thomas Waldmann |
move some js to common.js
|
Sat, 26 Aug 2006 21:32:13 +0200 |
Alexander Schremmer |
Merge with main.
|
Sat, 26 Aug 2006 16:22:16 +0200 |
Alexander Schremmer |
Merge with main.
|
Fri, 25 Aug 2006 13:10:52 +0200 |
Alexander Schremmer |
Use a password input field to hide the entered characters.
|
Thu, 24 Aug 2006 22:30:47 +0200 |
Alexander Schremmer |
Optimised two messages.
|
Sat, 26 Aug 2006 14:59:04 +0200 |
Thomas Waldmann |
merged main
|
Sat, 26 Aug 2006 14:58:24 +0200 |
Thomas Waldmann |
replace most find() calls by in/index()
|
Thu, 24 Aug 2006 23:21:46 +0200 |
Alexander Schremmer |
Added a note to robots.txt about the url_prefix_action setting.
|
Thu, 24 Aug 2006 22:55:30 +0200 |
Alexander Schremmer |
Changed the default value of url_prefix_action to None to get the old behaviour with nicer URLs. Documented this in CHANGES.
|
Thu, 24 Aug 2006 19:35:27 +0200 |
Alexander Schremmer |
Cleaned my CHANGES file.
|
Thu, 24 Aug 2006 19:34:20 +0200 |
Alexander Schremmer |
Implemented a password dialog in SyncPages.
|
Thu, 24 Aug 2006 19:33:42 +0200 |
Alexander Schremmer |
Improved docstring slightly.
|
Wed, 23 Aug 2006 23:33:57 +0200 |
Alexander Schremmer |
Merged branches in main.
|
Wed, 23 Aug 2006 23:32:46 +0200 |
Alexander Schremmer |
Documented last changes, added some umlauts to CHANGES.
|
Wed, 23 Aug 2006 23:28:57 +0200 |
ReimarBauer |
added @SELF to NewPage to autocreate subpages of page where it is called from
|
Wed, 23 Aug 2006 22:35:01 +0200 |
Alexander Schremmer |
Added transaction support and traceback recovery support to the action. In Python 2.5, we could use finally around yield ... but not in 2.3.
|
Wed, 23 Aug 2006 22:33:55 +0200 |
Alexander Schremmer |
Removed comment.
|
Wed, 23 Aug 2006 21:51:03 +0200 |
Alexander Schremmer |
Merge with main.
|
Wed, 23 Aug 2006 21:49:35 +0200 |
Alexander Schremmer |
Fixed parameter checking code, now it evens gives you a warning instead of a traceback, fixed two minor typos (thanks to birkenfeld!), introduced prepare_multicall support in order to get authentication working and actually added the RPC-Aggregator.
|
Wed, 23 Aug 2006 21:20:48 +0200 |
Alexander Schremmer |
Merge with upstream.
|
Wed, 23 Aug 2006 12:49:39 +0200 |
Thomas Waldmann |
added missing daily CHANGES entries
|
Wed, 23 Aug 2006 21:20:10 +0200 |
Alexander Schremmer |
Migrated code to new RPC-Aggregator technology. Fixed merging bug that affected deleted pages in scenarios where the page was not synced before.
|
Wed, 23 Aug 2006 20:52:26 +0200 |
Alexander Schremmer |
Fixed minor bug in NewPage.py that lead to a NameError.
|
Tue, 22 Aug 2006 01:02:09 +0200 |
Thomas Waldmann |
use special scanning rule when in pre sections
|
Mon, 21 Aug 2006 23:29:04 +0200 |
Thomas Waldmann |
wiki parser: fix bug introduced in previous commit
|
Mon, 21 Aug 2006 23:16:39 +0200 |
Thomas Waldmann |
wiki parser: replace numerical in_pre state values by strings
|
Mon, 21 Aug 2006 21:09:46 +0200 |
Thomas Waldmann |
merge main
|
Mon, 21 Aug 2006 21:07:36 +0200 |
Thomas Waldmann |
avoid trouble when write data contains None, just skip it - thanks to Juergen Hermann for patch
|
Mon, 21 Aug 2006 21:04:28 +0200 |
Thomas Waldmann |
added some bots to spider list
|
Mon, 21 Aug 2006 21:02:28 +0200 |
Thomas Waldmann |
fixes wikidicts crash triggered by a page 'WikiDict' being member of 'SystemPages*Group'
|
Mon, 21 Aug 2006 16:39:44 +0200 |
Alexander Schremmer |
Minor edit in my CHANGES file.
|
Mon, 21 Aug 2006 16:35:58 +0200 |
Alexander Schremmer |
Added authentication support for the remaining RPC calls.
|
Mon, 21 Aug 2006 16:09:12 +0200 |
Alexander Schremmer |
Disabled debug mode, output GetText as well if GetText2 is not necessary, refactored my CHANGES file.
|
Mon, 21 Aug 2006 14:28:53 +0200 |
Alexander Schremmer |
Cleaned my CHANGES file a bit.
|
Mon, 21 Aug 2006 14:23:33 +0200 |
Alexander Schremmer |
Fixed bug in diff3.py that silently truncated pages if there was content added on one side at the end.
|
Mon, 21 Aug 2006 14:22:07 +0200 |
Alexander Schremmer |
Let the standalone server open the logfile unbuffered, thanks to Carsten Grohmann.
|
Mon, 21 Aug 2006 13:22:05 +0200 |
Alexander Schremmer |
Merge with main.
|
Mon, 21 Aug 2006 13:20:44 +0200 |
Alexander Schremmer |
Refactored my CHANGES file.
|
Sun, 20 Aug 2006 23:49:47 +0200 |
Alexander Schremmer |
Fixed the new remote page scenario.
|
Sun, 20 Aug 2006 23:46:06 +0200 |
Alexander Schremmer |
Added authentication support, fixed a few messages (added pagename).
|
Sun, 20 Aug 2006 18:37:26 +0200 |
Alexander Schremmer |
Added rollback and exception logging to SyncPages.
|
Mon, 21 Aug 2006 09:59:57 +0200 |
Thomas Waldmann |
make more use of formatter
|
Mon, 21 Aug 2006 02:07:13 +0200 |
Thomas Waldmann |
make more use of formatter
|
Mon, 21 Aug 2006 01:30:06 +0200 |
Thomas Waldmann |
make more use of formatter / link_to for link rendering
|
Sun, 20 Aug 2006 23:50:40 +0200 |
Thomas Waldmann |
mailimport: use quoteName
|
Sun, 20 Aug 2006 22:30:16 +0200 |
Thomas Waldmann |
Xapian: fixed 2 small typos
|
Sun, 20 Aug 2006 22:25:00 +0200 |
Thomas Waldmann |
merged xapian branch
|
Sun, 20 Aug 2006 02:05:35 +0200 |
Franz Pletz |
merge with main
|
Sun, 20 Aug 2006 00:14:25 +0200 |
Franz Pletz |
fixed system pages search, added underlay search, started with mtime filtering
|
Sat, 19 Aug 2006 13:35:49 +0200 |
Franz Pletz |
domain-secific search (for system pages)
|
Sat, 19 Aug 2006 13:17:44 +0200 |
Franz Pletz |
update CHANGES.fpletz
|
Sat, 19 Aug 2006 13:10:44 +0200 |
Franz Pletz |
mimetype-search is live, i18n fixes
|